Skip to content

Commit a77d9ed

Browse files
authored
Merge branch 'main' into 04-10-fix_rolldown_plugin_vite_manifest_handle_duplicate_chunk_names_for_css_entries
2 parents d8085ca + 0f93cac commit a77d9ed

60 files changed

Lines changed: 1284 additions & 1280 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"matchManagers": ["npm"],
2020
"matchPackageNames": ["oxc-node"],
2121
"schedule": ["at any time"]
22+
},
23+
{
24+
"description": "Disable oxc auto-updates — upgraded manually via `upgrade-oxc` skill",
25+
"matchPackageNames": ["/^oxc/", "/^@oxc-project/"],
26+
"excludePackageNames": ["oxc-node"],
27+
"enabled": false
2228
}
2329
]
2430
}

0 commit comments

Comments
 (0)