Skip to content

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

Merged
Brooooooklyn merged 1 commit intomainfrom
renovate/npm-packages
Apr 15, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 14, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@nestjs/core (source) devDependencies patch 11.0.13 -> 11.0.17 age adoption passing confidence
@nestjs/platform-express (source) devDependencies patch 11.0.13 -> 11.0.17 age adoption passing confidence
@oxc-project/runtime (source) devDependencies minor ^0.62.0 -> ^0.63.0 age adoption passing confidence
@oxc-project/runtime (source) dependencies minor ^0.62.0 -> ^0.63.0 age adoption passing confidence
@swc/core (source) devDependencies patch 1.11.18 -> 1.11.21 age adoption passing confidence
@types/node (source) devDependencies patch 22.14.0 -> 22.14.1 age adoption passing confidence
@types/react (source) devDependencies patch 19.1.0 -> 19.1.1 age adoption passing confidence
@types/react-dom (source) devDependencies patch 19.1.1 -> 19.1.2 age adoption passing confidence
emnapi devDependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
lerna (source) devDependencies patch 8.2.1 -> 8.2.2 age adoption passing confidence
lint-staged devDependencies patch 15.5.0 -> 15.5.1 age adoption passing confidence
oxlint (source) devDependencies patch 0.16.5 -> 0.16.6 age adoption passing confidence
pnpm (source) packageManager patch 10.8.0 -> 10.8.1 age adoption passing confidence

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


Release Notes

nestjs/nest (@​nestjs/core)

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.15

Compare Source

v11.0.15 (2025-04-10)

Bug fixes
Committers: 1

v11.0.14

Compare Source

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

v11.0.17

Compare Source

v11.0.16

Compare Source

v11.0.15

Compare Source

v11.0.15 (2025-04-10)
Bug fixes
Committers: 1

v11.0.14

Compare Source

swc-project/swc (@​swc/core)

v1.11.21

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing
toyobayashi/emnapi (emnapi)

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: toyobayashi/emnapi@v1.4.0...v1.4.1

lerna/lerna (lerna)

v8.2.2

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    
oxc-project/oxc (oxlint)

v0.16.6: oxlint v0.16.6

Compare Source

[0.16.6] - 2025-04-14

Features
Bug Fixes
  • 664342b language_server: Diable nested configuration when config path is provided (#​10385) (Sysix)
  • 04e2fd4 linter: Fix false positives for no-control-regex (#​10345) (Cam McHenry)
  • e000f60 linter: Make extended configs properly inherit plugins (#​10174) (Sub)
  • 81867c4 linter: Fix stack overflow in react/exhaustive deps (#​10322) (camc314)
  • 9aaba69 linter: Nested configuration directory resolution (#​10157) (Sub)
Performance
  • e0057c3 language_server: Only restart internal linter once when multiple config changes detected (#​10256) (Sysix)
  • 1bb61c6 linter: Replace phf_set with array in unicorn/prefer-native-coercion-functions (#​10384) (shulaoda)
  • e1e7a19 linter: Replace phf_set with array in unicorn/no-array-for-each (#​10377) (dalaoshu)
  • 5f0e66c linter: Replace phf_set with array in unicorn/prefer-spread (#​10376) (dalaoshu)
  • 8d9559d linter: Replace phf_set with array in react/jsx-key (#​10375) (dalaoshu)
  • fbd4f92 linter: Replace phf_set with array in utils::jest (#​10369) (shulaoda)
  • 8d0eb33 linter: Replace phf_set with array in utils::express (#​10370) (shulaoda)
  • ba538ff linter: Use binary_search for arrays with more than 7 elements (#​10357) (shulaoda)
  • 283e4c7 linter: Replace phf_set with array in react/exhaustive-deps (#​10337) (shulaoda)
  • 8b8d708 linter: Replace phf_set with array in nextjs/no-typos (#​10336) (shulaoda)
  • 0fd93d6 linter: Replace phf_set with array in utils::promise (#​10335) (shulaoda)
  • 485ba19 linter: Replace phf_set with array in jest/prefer-jest-mocked (#​10302) (shulaoda)
  • 83931ec linter: Replace phf_set with array in jsdoc/check-access (#​10303) (shulaoda)
  • 651b56f linter: Replace phf_set with array in jsdoc/empty-tags (#​10304) (shulaoda)
  • 7ffb7aa linter: Replace phf_set with array in jsdoc/require-returns (#​10305) (shulaoda)
  • d7399c4 linter: Replace phf_set with array in jsx-a11y/no-noninteractive-tabindex (#​10306) (shulaoda)
  • afe663b linter: Replace phf_set with array in jest/no-restricted-matchers (#​10297) (shulaoda)
  • bd27959 linter: Replace phf_set with array in eslint/array-callback-return (#​10296) (shulaoda)
  • 1aa0d71 linter: Replace phf_set with array in react/no-array-index-key (#​10294) (shulaoda)
  • d9c4891 linter: Replace phf_set with array in eslint/valid-typeof (#​10293) (shulaoda)
Refactor
  • a95ba40 language_server: Make server more error resistance by falling back to default config (#​10257) (Sysix)
  • 2e1ef4c linter: Extract common logic from jsdoc/require-yields and jsdoc/require-returns (#​10383) (shulaoda)
  • 9533d09 linter: Remove duplicate ARIA property lists (#​10326) (camchenry)
  • 67bd7aa linter: Add AriaProperty enum (#​10325) (camchenry)
  • 52ea978 linter: Update comments, improve tests, add variant All to LintFilterKind (#​10259) (Ulrich Stark)
Testing
  • 62f7d76 editor: Refactor tests to use fixtures (#​10381) (Sysix)
  • 4a6bb21 language_server: Add test for import plugin integration (#​10364) (Sysix)
  • aa6ccd2 oxlint: Add test for nested and extended configuration with import plugin (#​10372) (Sysix)
pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

Configuration

📅 Schedule: Branch creation - "before 3am on tuesday" 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 d45a43b into main Apr 15, 2025
63 checks passed
@Brooooooklyn Brooooooklyn deleted the renovate/npm-packages branch April 15, 2025 01:59
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