chore(deps): lock file maintenance npm packages#5464
Merged
renovate[bot] merged 1 commit intomainfrom Jul 27, 2025
Merged
Conversation
✅ Deploy Preview for rolldown-rs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
7993dcd to
d68ebc8
Compare
Boshen
pushed a commit
that referenced
this pull request
Jul 30, 2025
## [1.0.0-beta.30] - 2025-07-30 ### 💥 BREAKING CHANGES - rolldown: remove unfinished module federation support (#5471) by @Boshen - disable `strictExecutionOrder` by default (#5436) by @hyf0 ### 🚀 Features - hmr: multiple changes should result to multiple updates (#5500) by @hyf0 - binding: add memory adjustment hint in fn write (#5375) by @Brooooooklyn - store sideEffects information about global var access (#5495) by @IWANABETHATGUY - merge side effects detail (#5486) by @IWANABETHATGUY - plugin/vite-resolve: add warn / debug logs (#5476) by @sapphi-red - plugin/vite-resolve: avoid wrapping errors with napi errors (#5483) by @sapphi-red - add `this.fs` support (#5475) by @sapphi-red - rolldown_plugin_asset: align `generate_bundle` logic (#5480) by @shulaoda - hmr: prepare to launch that batched edits should result to multiple hmr output (#5458) by @hyf0 - hmr: support `import.meta.hot.invalidate` (#5457) by @hyf0 - mark all `toESM` as pure (#5461) by @IWANABETHATGUY - rolldown_plugin_asset: align load hook logic (#5452) by @shulaoda - rolldown_plugin_utils: align `file_to_built_url` (#5450) by @shulaoda - rolldown_plugin_utils: align `should_inline` logic (#5308) by @AliceLanniste - rolldown_plugin_asset: add partial `file_to_built_url` support (#5445) by @shulaoda - expose `optimization.pifeForModuleWrappers` option (#5433) by @sapphi-red - add `optimization.pifeForModuleWrappers` option (#5432) by @sapphi-red - use PIFE for callback passed to `createCjsInitializer` (#5427) by @sapphi-red - use PIFE for callbacks passed to `__commonJSMin` / `_commonJS` wrapper (#5426) by @sapphi-red - use PIFE for callback passed to `createEsmInitializer` (#5425) by @sapphi-red - use PIFE for callbacks passed to `__esm` wrapper (#5424) by @sapphi-red - use PIFE for callbacks passed to `__esmMin` wrapper (#5319) by @sapphi-red - rolldown: oxc v0.78.0 (#5421) by @Boshen - rolldown: support `output.sourcemapBaseUrl` (#5413) by @situ2001 - mark all `__commonJS` CallExpression as **Pure** (#5419) by @IWANABETHATGUY - rolldown_plugin_alias: warn if alias resolves to non-absolute path (#5417) by @shulaoda - rolldown_plugin_asset: align `encode_uri_path` logic (#5410) by @shulaoda - add warning and conversion for `import.meta` for non-`esm` output format (#5378) by @7086cmd ### 🐛 Bug Fixes - use uuid_v4 to generate unique id for hook calls (#5501) by @hyf0 - modules that are sideeffect free but relies on the execution order is not wrapped (#5498) by @IWANABETHATGUY - missing_export warning should not be an hard error (#5493) by @sapphi-red - cli: remove unnecessary `await` (#5487) by @situ2001 - browser: stub fs/promises for browser build (#5484) by @sapphi-red - indirect requiring external module is not wrapped by `__toESM` in cjs format (#5454) by @IWANABETHATGUY - Panic on reexport external module in CJS format (#5430) by @IWANABETHATGUY - handle top-level return statements in CommonJS modules (#5437) by @hyf0 - panic when using preserveModules: true and certain dependencies (#5415) by @IWANABETHATGUY - rolldown_plugin_alias: only replace the first matched alias (#5412) by @shulaoda - canonical name not found panic happens with treeshake.commonjs=true (#5409) by @IWANABETHATGUY - hmr: shouldn't consider self-accepting module as hmr boundary for its importee (#5405) by @hyf0 - hmr: should detect hmr boundary correctly (#5400) by @hyf0 - optimization.inlineConst: true generates invalid code when importing a module statically and dynamically (#5398) by @IWANABETHATGUY - top level VarDeclaration is not hoisted when wrapped in `__esm` (#5396) by @IWANABETHATGUY ### 🚜 Refactor - use pascal case when naming bitflags field (#5497) by @IWANABETHATGUY - test/hmr: use sensible time to wait (#5490) by @hyf0 - hmr: update message types to use 'hmr:update' (#5489) by @hyf0 - hmr: replace `HmrOutput` with `HmrUpdate` (#5488) by @hyf0 - node/hmr: re-organize file structures (#5485) by @hyf0 - rolldown_plugin_utils: improve `asset_to_data_url` (#5481) by @shulaoda - replace pattern match for SideEffectsDetail with bitflags api (#5479) by @IWANABETHATGUY - rename stmtSideEffect to SideEffectDetail (#5478) by @IWANABETHATGUY - use bitflags store more details about side effects (#5477) by @IWANABETHATGUY - node/hmr: tweak package `test-dev-server` (#5462) by @hyf0 - hmr: tweak naming and add comments (#5459) by @hyf0 - test/hmr: remove hard-code edited content (#5189) by @hyf0 - rust: make `Log#code` an `Option` (#5416) by @shulaoda - hmr: should mark self-accept module correctly (#5406) by @hyf0 - hmr: remove unnecessary data during `propagate_update` (#5402) by @hyf0 - hmr: make hmr patch output less changeable (#5401) by @hyf0 - `__esm` top level bindings hoisted (#5397) by @IWANABETHATGUY - skip fast in esm format when transform import.meta (#5395) by @IWANABETHATGUY ### 📚 Documentation - clarify rolldown-rollup behavior difference around output generation (#5439) by @sapphi-red ### ⚡ Performance - reduce runtime symbol memory usage and hashtable lookup (#5460) by @IWANABETHATGUY ### 🧪 Testing - hmr: support to run mutiple test fixtures (#5456) by @hyf0 - basic tests for `optimization.pifeForModuleWrappers` (#5435) by @sapphi-red ### ⚙️ Miscellaneous Tasks - deps: update github-actions (#5509) by @renovate[bot] - debug: update default session ID to meaningful `unknown-session` (#5502) by @hyf0 - deps: update dependency rolldown-plugin-dts to v0.14.2 (#5492) by @renovate[bot] - auto generated runtime_helper bitflags (#5474) by @IWANABETHATGUY - fix wasi build failed (#5470) by @IWANABETHATGUY - deps: lock file maintenance (#5467) by @renovate[bot] - deps: lock file maintenance (#5466) by @renovate[bot] - deps: lock file maintenance rust crates (#5465) by @renovate[bot] - deps: lock file maintenance npm packages (#5464) by @renovate[bot] - deps: update github-actions (#5463) by @renovate[bot] - export `__commonJSMin` in runtime-base.js (#5455) by @IWANABETHATGUY - rolldown_plugin_utils: remove `file_to_dev_url` temporarily (#5446) by @shulaoda - rolldown_plugin_asset: move `remove_url_query` into `rolldown_plugin_utils` (#5444) by @shulaoda - rolldown: disable aarch64 atomics (#5447) by @Brooooooklyn - remove diff with esbuild (#5428) by @IWANABETHATGUY - dx/ai: add deepwiki badge to enable automatic refresh (#5423) by @hyf0 - dx/ai: Use `.cursorignore` to ignore meaningless files for AI (#5422) by @hyf0 - rolldown_plugin_alias: inline matches and remove redundant comment (#5418) by @shulaoda - rolldown_plugin_asset: remove unnecessary comments (#5411) by @shulaoda - rolldown_plugin_manifest: remove unnecessary code (#5408) by @shulaoda - deps: update dependency tsdown to v0.13.0 (#5392) by @renovate[bot]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0->1.0.1^0.0.29->^0.0.30^0.0.29->^0.0.301.0.0->1.0.124.0.15->24.1.00.7.4->0.7.67.0.5->7.0.60.17.0->0.17.11.7.0->1.8.04.45.1->4.46.03.5.17->3.5.18🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
napi-rs/napi-rs (@napi-rs/wasm-runtime)
v1.0.1Compare Source
What's Changed
@napi-fs/wasm-time/fsby @CPunisher in https://github.com/napi-rs/napi-rs/pull/2782Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)@​1.0.0...[@​napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)@​1.0.1
oxc-project/oxc-node (@oxc-node/cli)
v0.0.30Compare Source
What's Changed
oxc_resolverto v11.5.0 by @JounQin in https://github.com/oxc-project/oxc-node/pull/194transformandtransformAsyncback by @JounQin in https://github.com/oxc-project/oxc-node/pull/195New Contributors
Full Changelog: oxc-project/oxc-node@v0.0.29...v0.0.30
mozilla/source-map (source-map)
v0.7.6Compare Source
Full Changelog: mozilla/source-map@0.7.5...0.7.6
v0.7.5Compare Source
What's Changed
addMapping(): ensure thatoriginalLineandoriginalColumnarenullwhenoriginalargument was undefined/nullby @GerHobbelt in https://github.com/mozilla/source-map/pull/395prettiertask for standardized code formatting => easier cross-branch/fork code comparison and merging by @GerHobbelt in https://github.com/mozilla/source-map/pull/397New Contributors
Full Changelog: mozilla/source-map@0.7.3...0.7.5
vitejs/vite (vite)
v7.0.6Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
module-federation/core (@module-federation/runtime)
v0.17.1Compare Source
Patch Changes
2428be0: Enable modern TypeScript plugin for rollup packagesAdd
useLegacyTypescriptPlugin: falseto all rollup-based packages to use the official@rollup/plugin-typescriptinstead of the deprecatedrollup-plugin-typescript2. This resolves TypeScript compilation errors during build and modernizes the build toolchain.a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3Updated dependencies [
2428be0]Updated dependencies [
a7cf276]Updated dependencies [
cc44d97]Updated dependencies [
4d6585b]oxc-project/oxc (oxlint)
v1.8.0: oxlint v1.8.0Compare Source
[1.8.0] - 2025-07-22
NOTE: While custom JS plugins are mentioned in the release notes, they are not yet supported in this release. We are actively building them out.
🚀 Features
6d2b549napi/oxlint: Pass AST in buffer to JS (#12350) (overlookmotel)14f0159linter/exhaustive-deps: Add auto-fixer (#12354) (Don Isaac)🐛 Bug Fixes
99e105flinter: Correct autofix inunicorn/prefer-number-propertiesfor Infinity (#12445) (yefan)0b539e3linter:unicorn/catch-error-namewasn't using the ignore property (#12446) (Parbez)05fba9blinter: Don't panic onTSNonNullExpressioninunicorn/prefer-array-find(#12400) (Sysix)46e33d5linter: Improve error handling in config file lookup (#12391) (camc314)4621872linter: Parse second script block forsveltefiles (#12390) (Sysix)fbe7eb4linter/filename-case: Fix default config when no config is provided (#12389) (camc314)fea9df4linter: Report errors with the correct severity for custom plugins (#12362) (camc314)652c038linter: Mark correctly enabled default rules for--rules(#12163) (Sysix)eadc359linter: Correct source text for vue files having script attributes containig ">" char inside (#12375) (Sysix)54d143alinter/exhaustive-deps: More descriptive messages for always-rerender violations (#12336) (Don Isaac)dac4db9linter/exhaustive-deps: Better diagnostics for missing dependencies (#12337) (Don Isaac)119d23alinter/prefer-array-flat-map: Error for.flat(1.0)(#12360) (overlookmotel)🚜 Refactor
2d9291clinter/prefer-number-properties: Simplify fixer logic (#12451) (camc314)c5dff1elinter, napi/parser: Addsource_lenfield toRawTransferMetadata(#12383) (overlookmotel)5e3b415linter: DuplicateRawTransferMetadatainoxc_lintercrate (#12382) (overlookmotel)773fd88linter: Pass&AllocatorintoLinter::run_external_rules(#12374) (overlookmotel)b10ed11linter: Make unwrap unconditional (#12371) (overlookmotel)a0631d4linter: Move running external rules into feature-gated function (#12370) (overlookmotel)4fc4e7clinter: Make feature gates foroxlint2feature consistent (#12369) (overlookmotel)50b1786linter: Clarify usage ofAllocatorandAllocatorGuard(#12332) (overlookmotel)26d3a39linter: RemoveModuleContentOwnerabstraction (#12331) (overlookmotel)📚 Documentation
3c21d94linter: Correct comment onRawTransferMetadata2type (#12428) (overlookmotel)💼 Other
0b17927oxlint: V1.8.0 (#12452) (oxc-bot)rollup/rollup (rollup)
v4.46.0Compare Source
2025-07-27
Features
inchecks on namespaces to keep them treeshake-able (#6029)Pull Requests
inchecks on namespaces to keep them treeshake-able (@cyyynthia, @lukastaegert)v4.45.3Compare Source
2025-07-26
Bug Fixes
Pull Requests
vuejs/core (vue)
v3.5.18Compare Source
Bug Fixes
v-pre(#12556) (21b685a)v-binddynamic argument content correctly (#12554) (d3af67e)Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.