Skip to content

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

Merged
Brooooooklyn merged 1 commit intomainfrom
renovate/npm-packages
May 19, 2025
Merged

chore(deps): lock file maintenance npm packages#141
Brooooooklyn merged 1 commit intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 18, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@napi-rs/cli devDependencies patch 3.0.0-alpha.78 -> 3.0.0-alpha.79 age adoption passing confidence
@napi-rs/wasm-runtime (source) devDependencies patch 0.2.9 -> 0.2.10 age adoption passing confidence
@nestjs/common (source) devDependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
@nestjs/core (source) devDependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
@nestjs/platform-express (source) devDependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
@types/express (source) devDependencies patch 5.0.1 -> 5.0.2 age adoption passing confidence
@types/node (source) devDependencies patch 22.15.17 -> 22.15.18 age adoption passing confidence
@types/react (source) devDependencies patch 19.1.3 -> 19.1.4 age adoption passing confidence
@types/react-dom (source) devDependencies patch 19.1.3 -> 19.1.5 age adoption passing confidence
npm-run-all2 devDependencies patch 8.0.1 -> 8.0.2 age adoption passing confidence
oxlint (source) devDependencies patch 0.16.10 -> 0.16.11 age adoption passing confidence
pnpm (source) packageManager minor 10.10.0 -> 10.11.0 age adoption passing confidence

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


Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.79

Compare Source

napi-rs/napi-rs (@​napi-rs/wasm-runtime)

v0.2.10

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)[@​0](https://redirect.github.com/0).2.9...[@​napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)[@​0](https://redirect.github.com/0).2.10

nestjs/nest (@​nestjs/common)

v11.1.1

Compare Source

nestjs/nest (@​nestjs/core)

v11.1.1

Compare Source

nestjs/nest (@​nestjs/platform-express)

v11.1.1

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v8.0.2

Compare Source

Commits
oxc-project/oxc (oxlint)

v0.16.11: oxlint v0.16.11

Compare Source

[0.16.11] - 2025-05-16

Features
  • 078bf0b language_server: Better fallback handling when passing invalid Options values (#​10930) (Sysix)
  • be7f7e1 language_server/editor: Support multi workspace folders (#​10875) (Sysix)
  • eef93b4 linter: Add import/no-unassigned-import (#​10970) (yefan)
  • cc0112f linter: No-unused-vars add setting for reportVarsOnlyUsedAsTypes (#​11009) (camc314)
  • 17e49c3 linter: Implement configuration and checking loops for eslint/no_constant_condition (#​10949) (Ulrich Stark)
  • 21117ac linter: Implement react/forbid-elements (#​10928) (Thomas BOCQUEZ)
  • 466c24a linter: Add gitlab reporter output format (#​10927) (Connor Pearson)
  • a064082 linter: Add import/consistent-type-specifier-style rule (#​10858) (yefan)
  • 4733b52 linter/no-extraneous-class: Add conditional fixer (#​10798) (DonIsaac)
Bug Fixes
  • 87bf2a8 editor: Send only workspace/didChangeConfiguration when some workspace configuration is effected (#​11017) (Sysix)
  • ed5708d editor: Detect all workspaces config path changes (#​11016) (Sysix)
  • 89cc21b language_server: Normalize oxlintrc config path (#​10982) (Sysix)
  • c52a9ba linter: Fix plugins inside overrides not being applied (#​11057) (camc314)
  • b12bd48 linter: Fix rule config not being correctly applied (#​11055) (camc314)
  • 9a368be linter: False negative in no-restriced-imports with patterns and side effects (#​11027) (camc314)
  • 8c2cfbc linter: False negative in no-restricted-imports (#​11026) (camc314)
  • 8956870 linter: False positive in no-unused-vars (#​11002) (camc314)
  • 33a60d2 linter: Skip eslint/no-redeclare when running on modules (#​11004) (camc314)
  • 39063ce linter: Reword diagnostic message for no-control-regex (#​10993) (camc314)
  • 9eedb58 linter: False positive with negative matches in no-restricted-imports (#​10976) (camc314)
  • 10e77d7 linter: Improve diagnostics for no-control-regex (#​10959) (camc314)
  • 0961296 linter: Add gitlab to linter --help docs (#​10932) (camc314)
  • 82889ae linter/no-extraneous-class: Improve docs, reporting and code refactor (#​10797) (DonIsaac)
  • 11c34e7 linter/no-img-element: Improve diagnostic and docs (#​10908) (DonIsaac)
  • 584d8b9 napi: Enable mimalloc no_opt_arch feature on linux aarch64 (#​11053) (Boshen)
  • 126ae75 semantic: Distinguish class private elements (#​11044) (magic-akari)
  • 773d0de semantic: Correctly handle nested brackets in jsdoc parsing (#​10922) (camc314)
  • b215b6c semantic: Dont parse @ as jsdoc tags inside [/] (#​10919) (camc314)
Documentation
Refactor
  • 3cc1466 language_server: New configuration structure for initialize and workspace/didChangeConfiguration (#​10890) (Sysix)
  • bd2ef7d language_server: Use Arc for diagnostic_report_map (#​10940) (Sysix)
  • bb999a3 language_server: Avoid cloning linter by taking reference in LintService (#​10907) (Ulrich Stark)
  • d1b0c83 linter: Remove overrides index vec (#​11058) (camc314)
  • 7ad6cf8 linter: Store severity separately, remove RuleWithSeverity (#​11051) (camchenry)
  • e31c361 linter: Remove nested match statements in no-restricted-imports (#​10975) (camc314)
  • 6ad9d4f linter: Tidy eslint/func-names (#​10923) (camc314)
  • faf0a95 syntax: Rename NameSpaceModule to NamespaceModule (#​10917) (Dunqing)
Testing
  • 76b6b33 editor: Add tests for multi workspace folder setup (#​10904) (Sysix)
pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.

Configuration

📅 Schedule: Branch creation - "before 2pm 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.

@Brooooooklyn Brooooooklyn merged commit c7a3f30 into main May 19, 2025
56 checks passed
@Brooooooklyn Brooooooklyn deleted the renovate/npm-packages branch May 19, 2025 02:41
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.

1 participant