Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@types/node (source) devDependencies patch 24.0.3 -> 24.0.10 age adoption passing confidence
dprint devDependencies patch 0.50.0 -> 0.50.1 age adoption passing confidence
oxlint (source) devDependencies minor 1.2.0 -> 1.5.0 age adoption passing confidence
pnpm (source) packageManager patch 10.12.1 -> 10.12.4 age adoption passing confidence
vitepress-plugin-group-icons devDependencies patch 1.6.0 -> 1.6.1 age adoption passing confidence

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


Release Notes

dprint/dprint (dprint)

v0.50.1

Compare Source

Changes

  • fix: update to wasmer v6 (#​984)
  • perf: avoid traversing some non-matching directories when providing include globs on the command line (#​999)
  • perf: avoid traversing more directories (#​1000)

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip def8ae0eb100c91df7a3a05ff699c84cac3deb67b6e08ed186d70c669194e031
dprint-aarch64-apple-darwin.zip c92e1a8dddd9bc65391468265b2805cb2317e4490fd777bca2dfaf1ef716ac36
dprint-x86_64-pc-windows-msvc.zip 8102e7f79394cf71f2e9b63ca0cf791dddacc6e118f5a29c1c88777ecea37e3e
dprint-x86_64-pc-windows-msvc-installer.exe 0f66e0c39395985eb28f2a45bb2956298773e006de1eba2924123edaecb55297
dprint-x86_64-unknown-linux-gnu.zip 11d791a5da5178a6d1359f23ea00b2d47426672fe310c5f32da2c66e80e07675
dprint-x86_64-unknown-linux-musl.zip 82ddddc881bf8ec0b4c55e3f835a2dc3d81d8fff39aad79e6b5c017e4dff1d5e
dprint-aarch64-unknown-linux-gnu.zip 54e5d4bd3f186fb8acfcf6e40df15af7e53c12799ed21a1409d133868a66bb40
dprint-aarch64-unknown-linux-musl.zip a3e954bcd8e569812d4bb1f9c8001c9a6802ce38e33c0c0273ac51eb59cf5072
dprint-riscv64gc-unknown-linux-gnu.zip 841120bd28f9d3afdd89bab65a2cb676877c808a460507f1567d97604a111b61
oxc-project/oxc (oxlint)

v1.4.0: oxlint v1.4.0

Compare Source

[1.4.0] - 2025-06-30

🚀 Features
🐛 Bug Fixes
  • 114c4fb linter/no-useless-spread: Panic with multi byte char (#​11964) (camc314)
  • c2e5439 linter: Fix default values for unicorn/consistent-function-scoping (#​11960) (Sysix)
  • 214c8e7 linter: Fix default values for import/no-absolute-path (#​11959) (Sysix)
  • b4cc222 linter: Fix typescript/no-namespace default values (#​11958) (Sysix)
  • 11e0a43 linter/prefer-dom-node-remove: Panic when callee is ts non null expression (#​11949) (camc314)
  • 4903e39 linter/no-standalone-expect: False positive in callback fn (#​11940) (camc314)
  • 1e88dba oxc_linter: Make linter file paths clickable within JetBrains terminals (#​11619) (Nicholas Rayburn)
  • fe4006b linter/jsx-key: False positive in react/jsx-key (#​11918) (camc314)
  • d32cb4b linter: Fix default values for eslint/no-redeclare (#​11911) (Sysix)
  • d80c19d linter: Fix default values for eslint/max-lines-per-function (#​11910) (Sysix)
  • 41a5342 linter: Fix default values for eslint/max-nested-callbacks (#​11909) (Sysix)
  • 2e3db4e linter: Fix default values for eslint/max-depth (#​11908) (Sysix)
  • a358797 linter: Remove false positives for no-extend-native (#​11888) (camchenry)
  • 6f67b52 linter: Revert prefer-promise-reject-errors to old behavior (#​11889) (camchenry)
  • d991fed linter: Fix jsx-a11y/label-has-associated-control default values (#​11832) (Sysix)
  • a0a4aa1 linter: Count own indirect export entries to the threshold for oxc/no-barrel-file (#​11838) (Sysix)
🚜 Refactor
  • 344f3f9 linter: Minor refactors to eslint/id-length (#​11976) (camc314)
  • 46b59d8 linter: Remove unused ContextHost::with_config (#​11970) (camc314)
  • 2cf9fa3 linter: Derive debug for extensions (#​11938) (camc314)
  • 17e0898 linter: Move import/no-duplicates to style category (#​11929) (Sysix)
  • dd2e196 linter: Move unicorn/no-nested-ternary to style category (#​11928) (Sysix)
  • 8404da4 linter: Remove unused LintPluginOptions (#​11919) (camc314)
  • 87b8496 ast: Remove AstKind for MemberExpression and replace with StaticMemberExpression and PrivateFieldExpression (#​11767) (camchenry)
  • e840680 linter/no-named-as-default-members: Remove needless lambda (#​11896) (camc314)
  • 2760591 linter/no-console: Early return if ident does not match (#​11895) (camc314)
  • 190e390 ast: Add AstKind for ComputedMemberExpression (#​11766) (camchenry)
📚 Documentation
  • 940b98f linter: Fix docs for typescript/no-this-alias (#​11963) (Sysix)
  • c4a95a2 linter: Move jest/valid-title options into a codeblock (#​11961) (Sysix)
  • 0d3e8e7 linter: Fix prefer-string-replace-all example (#​11921) (Bruno Henriques)
  • 06781ab linter: Fix doc formatting for perfer-logical-op-over-ternary (#​11920) (camc314)
⚡ Performance
  • 2cf63ea linter: nextjs/no-document-import-in-page check the filepath before running the rule (#​11962) (Sysix)
  • 19cee8c linter/no-extend-native: Do not create unnecessary CompactStr (#​11885) (overlookmotel)
  • 66dbf9d linter/no-console: Get static property name only once (#​11880) (overlookmotel)
🧪 Testing

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)
pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.

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.
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.6.1

Compare Source

   🚀 Features
    View changes on GitHub

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 (squash) June 29, 2025 17:42
Copy link

netlify bot commented Jun 29, 2025

Deploy Preview for oxc-project ready!

Name Link
🔨 Latest commit 7a574ce
🔍 Latest deploy log https://app.netlify.com/projects/oxc-project/deploys/6864a03b3670ee0008e01091
😎 Deploy Preview https://deploy-preview-410--oxc-project.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 4 times, most recently from 4082883 to 7064e9f Compare June 30, 2025 15:11
@renovate renovate bot force-pushed the renovate/npm-packages branch from 7064e9f to 883daa2 Compare July 2, 2025 01:25
Copy link
Contributor Author

renovate bot commented Jul 2, 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.

@renovate renovate bot merged commit 930cc0e into main Jul 2, 2025
9 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch July 2, 2025 02: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