Skip to content

Comments

chore(deps): lock file maintenance npm packages#5042

Merged
shulaoda merged 2 commits intomainfrom
renovate/npm-packages
Jun 23, 2025
Merged

chore(deps): lock file maintenance npm packages#5042
shulaoda merged 2 commits intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@oxc-node/cli pnpm.catalog.default patch ^0.0.28 -> ^0.0.29 age adoption passing confidence
@oxc-node/core pnpm.catalog.default patch ^0.0.28 -> ^0.0.29 age adoption passing confidence
@types/node (source) devDependencies patch 24.0.1 -> 24.0.3 age adoption passing confidence
vitest (source) dependencies patch 3.2.3 -> 3.2.4 age adoption passing confidence
mocha (source) dependencies minor 11.6.0 -> 11.7.0 age adoption passing confidence
remeda (source) devDependencies patch 2.23.0 -> 2.23.1 age adoption passing confidence
rollup (source) devDependencies minor 4.43.0 -> 4.44.0 age adoption passing confidence
terser (source) devDependencies minor 5.42.0 -> 5.43.1 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch 28.0.3 -> 28.0.6 age adoption passing confidence
vitest (source) devDependencies patch 3.2.3 -> 3.2.4 age adoption passing confidence
@vueuse/core (source) dependencies minor 13.3.0 -> 13.4.0 age adoption passing confidence
knip (source) devDependencies patch 5.61.0 -> 5.61.2 age adoption passing confidence
oxlint (source) devDependencies minor 1.1.0 -> 1.3.0 age adoption passing confidence
pnpm (source) packageManager patch 10.12.1 -> 10.12.2 age adoption passing confidence
vitepress-plugin-llms devDependencies patch 1.5.0 -> 1.5.1 age adoption passing confidence
vue (source) dependencies patch 3.5.16 -> 3.5.17 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

oxc-project/oxc-node (@​oxc-node/cli)

v0.0.29

Compare Source

What's Changed

Full Changelog: oxc-project/oxc-node@v0.0.28...v0.0.29

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
mochajs/mocha (mocha)

v11.7.0

Compare Source

🌟 Features
remeda/remeda (remeda)

v2.23.1

Compare Source

Bug Fixes
  • forEachObj,mapKeys,mapValues,omitBy,pickBy,values: support paramerized record keys (#​1124) (cc49031), closes #​1122
rollup/rollup (rollup)

v4.44.0

Compare Source

2025-06-19

Features
  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#​5986)
Bug Fixes
  • Provide better source mappings when coarse intermediate maps are used (#​5985)
Pull Requests
terser/terser (terser)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.6

2025-06-17

Bugfixes
  • fix: fix crash with invalidated proxy modules (#​1876)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)
vueuse/vueuse (@​vueuse/core)

v13.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
webpro-nl/knip (knip)

v5.61.2

Compare Source

  • Add .ts extension to babel config file pattern (a1bcdbb)
  • Refactor biome plugin a bit (20e5914)
  • Add boolean flags to args definition in node plugin (49fe237)
  • Update integration test suite (6bd250a)
  • Read only first bytes of yarn.lock (e2f0fbf)
  • Add error handler for npm pkg set (bfda6e9)
  • Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a)
  • In the aftermath of the previous commit, this had to be done (2de78bd)

v5.61.1

Compare Source

oxc-project/oxc (oxlint)

v1.3.0: oxlint v1.3.0

Compare Source

[1.3.0] - 2025-06-23

🚀 Features
🐛 Bug Fixes
  • 76891da linter/exhaustive-deps: False positive with ident used in type param (#​11812) (camc314)
💼 Other
🚜 Refactor
  • b39d1fa linter: Output smaller spans for unused disable directives with multiple rules (#​11781) (Sysix)
📚 Documentation
  • faab3ee linter: Improve docs for typescript/no-this-alias (#​11845) (camc314)

v1.2.0: oxlint v1.2.0

Compare Source

[1.2.0] - 2025-06-19

🚀 Features
🐛 Bug Fixes
  • 3d88eeb linter/no-console: False negative when console.* methods are used as args to functions (#​11790) (camc314)
  • c80e405 linter/no-new-wrappers: Fix panic in fixer with multi byte chars (#​11773) (camc314)
  • e58a0b0 linter: Panic in unicorn/consistent-function-scoping (#​11772) (camc314)
  • 80c87d4 linter: Typo in typescript/consistent-index-object-style (#​11744) (camc314)
  • ff775e9 linter/consistent-function-scoping: Descriptive diagnostic labels (#​11682) (Don Isaac)
  • 989634a linter/no-inner-declaration: False negative with for loops (#​11692) (camc314)
  • b272b91 linter/no-undef: False negative with unresolved ref after type ref (#​11721) (camc314)
  • 6252275 linter: Panic in import/extensions with empty file names (#​11720) (camc314)
  • f34e432 linter: Use fixer::noop in dangerous cases for eslint/no-var (#​11693) (camc314)
  • 6c2b41c linter/consistent-function-scoping: Allow functions in TS modules/namespaces (#​11681) (Don Isaac)
  • 2ca1c70 linter/exhaustive-deps: False positive with TS Non null assertion operator (#​11690) (camc314)
  • ee15f7d linter: False negative in typescript/prefer-function-type (#​11674) (camc314)
  • abd0441 linter: Add missing menuitemradio and menutitemcheckbox roles (#​11651) (Daniel Flynn)
  • 8776301 linter/no-inner-declarations: Flag var statement as body of for loop (#​11632) (overlookmotel)
🚜 Refactor
  • 5ca3d04 ast: Add TSArrayType as AstKind (#​11745) (camchenry)
  • abdbaa9 language_server: Use rule name directly from OxcCode instead of parsing out of the stringified version of OxcCode (#​11714) (Nicholas Rayburn)
  • 219adcc ast: Don't generate AstKind for ArrayExpressionElement (#​11684) (Ulrich Stark)
  • c1be6b8 linter: Shorten Span construction (#​11686) (Ulrich Stark)
  • 4ca659c linter: Cleanup typescript/prefer-function-type (#​11672) (Brad Dunbar)
  • 8e30c5f ast: Don't generate AstKind for ForStatementInit (#​11617) (Ulrich Stark)
📚 Documentation
⚡ Performance
  • f539f64 allocator: Remove Arc from AllocatorPool (#​11760) (overlookmotel)
  • cfdc518 linter/no-inner-declarations: Move work to cold path (#​11746) (overlookmotel)
  • 7c0fff7 linter: Skip running consistent-function-scoping on .d.ts files (#​11739) (camc314)
  • b34c6f6 parser,semantic: Improve handling of diagnostics (#​11641) (Boshen)
  • 2cd786b linter/no-inner-declarations: Remove unnecessary code and reduce branches (#​11633) (overlookmotel)
🧪 Testing
pnpm/pnpm (pnpm)

v10.12.2

Compare Source

Patch Changes
  • Fixed hoisting with enableGlobalVirtualStore set to true #​9648.
  • Fix the --help and -h flags not working as expected for the pnpm create command.
  • The dependency package path output by the pnpm licenses list --json command is incorrect.
  • Fix a bug in which pnpm deploy fails due to overridden dependencies having peer dependencies causing ERR_PNPM_OUTDATED_LOCKFILE #​9595.
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • 🚑 fix index page resolving (0461232)
  • 🚑 normalize file paths in TOC generation and tests (92f7ddf)
💅 Refactors
  • 🗃️ move sample Markdown documents for testing into separate .md files (b0eca52)
📖 Documentation
  • Add a note advising against use of this plugin in documentation repos for other languages (5e95245)
🤖 CI
❤️ Contributors
vuejs/core (vue)

v3.5.17

Compare Source

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge June 22, 2025 17:17
@socket-security
Copy link

socket-security bot commented Jun 22, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​oxc-node/​cli@​0.0.28 ⏵ 0.0.2977 +11006895 +1100
Updated@​oxc-node/​core@​0.0.28 ⏵ 0.0.2985 +11007496 +1100
Updated@​types/​node@​24.0.1 ⏵ 24.0.310010080 +196100
Updatedoxlint@​1.1.0 ⏵ 1.3.01001008496 +1100
Updatedknip@​5.61.0 ⏵ 5.61.298 +110093 +196 +1100

View full report

@netlify
Copy link

netlify bot commented Jun 22, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit c8ffcde
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6859165f988c04000809f21c
😎 Deploy Preview https://deploy-preview-5042--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/npm-packages branch 3 times, most recently from 2d4ce43 to 0a7a38b Compare June 23, 2025 02:42
@Boshen Boshen self-assigned this Jun 23, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch from 0a7a38b to b5856a1 Compare June 23, 2025 05:34
@Boshen Boshen marked this pull request as draft June 23, 2025 05:41
auto-merge was automatically disabled June 23, 2025 05:41

Pull request was converted to draft

@renovate renovate bot force-pushed the renovate/npm-packages branch 3 times, most recently from 4be6c80 to 717366c Compare June 23, 2025 07:58
@renovate renovate bot force-pushed the renovate/npm-packages branch from 717366c to 24052f4 Compare June 23, 2025 08:39
@Boshen Boshen marked this pull request as ready for review June 23, 2025 08:55
@shulaoda shulaoda added this pull request to the merge queue Jun 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jun 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Merged via the queue into main with commit d256c6b Jun 23, 2025
32 checks passed
@shulaoda shulaoda deleted the renovate/npm-packages branch June 23, 2025 15:55
Boshen added a commit that referenced this pull request Jun 25, 2025
## [1.0.0-beta.20] - 2025-06-25

### 🚀 Features

- rolldown: oxc v0.75.0 (#5069) by @Boshen
- rolldown: oxc 0.74.0 (#5047) by @Boshen

### 🐛 Bug Fixes

- vite-tests: avoid crash when `packageJson.pnpm` is undefined (#5066)
by @shulaoda
- JSX preset options not working correctly (#5060) by @shulaoda
- remove improper jsdoc of builtin define plugin (#5046) by
@AliceLanniste

### 🚜 Refactor

- passing vec length directly (#5050) by @ShroXd

### 📚 Documentation

- explain that a chunk may be bigger than `maxSize` (#5014) by
@sapphi-red
- update example about `withFilter` (#5040) by @IWANABETHATGUY

### ⚡ Performance

- preallocate smaller vec for hash placeholder finder (#5064) by
@sapphi-red
- reduce temporary memory usage by avoiding output chunk clone until
needed (#5058) by @sapphi-red
- skip empty write bundle hook with `hook_usage` meta (#5057) by
@sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: update dependency rolldown-plugin-dts to v0.13.12 (#5065) by
@renovate[bot]
- rolldown: upgrade NAPI-RS to 3.0.0-beta.10 (#5063) by @Brooooooklyn
- bump oxc-resolver to v11.2.1 (#5061) by @Boshen
- deps: update dependency tsdown to v0.12.9 (#5056) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.13.12 (#5054) by
@renovate[bot]
- remove long-commented-out code (#5048) by @shulaoda
- deps: lock file maintenance npm packages (#5042) by @renovate[bot]
- deps: lock file maintenance rust crates (#5043) by @renovate[bot]
- deps: update taiki-e/install-action action to v2.54.0 (#5045) by
@renovate[bot]
- deps: update taiki-e/install-action action to v2.53.2 (#5041) by
@renovate[bot]

Co-authored-by: Boshen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants