Skip to content

fix(deps): update all non-major dependencies#127

Merged
northword merged 2 commits intomainfrom
renovate/all-minor-patch
Jul 1, 2025
Merged

fix(deps): update all non-major dependencies#127
northword merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.14.1 -> ^4.16.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^3.6.0 -> ^3.7.0 age adoption passing confidence
@swc/core (source) ^1.12.0 -> ^1.12.9 age adoption passing confidence
@types/node (source) ^22.15.31 -> ^22.15.34 age adoption passing confidence
bumpp ^10.1.1 -> ^10.2.0 age adoption passing confidence
es-toolkit (source) ^1.39.3 -> ^1.39.5 age adoption passing confidence
eslint (source) ^9.28.0 -> ^9.30.0 age adoption passing confidence
lint-staged ^16.1.0 -> ^16.1.2 age adoption passing confidence
pnpm (source) 10.12.1 -> 10.12.4 age adoption passing confidence
tsx (source) ^4.20.1 -> ^4.20.3 age adoption passing confidence
vitest (source) ^3.2.3 -> ^3.2.4 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.15.0

Compare Source

   🚀 Features
    View changes on GitHub
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
swc-project/swc (@​swc/core)

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.12.7

Compare Source

Bug Fixes
Features
Performance
Testing

v1.12.6

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)
Performance
Refactor
Build

v1.12.5

Compare Source

Bug Fixes
Performance
Refactor

v1.12.4

Compare Source

Bug Fixes
Refactor

v1.12.3

Compare Source

Bug Fixes

v1.12.2

Compare Source

Bug Fixes
  • (ci) Fix build of @swc/minifier (0dc5244)

  • (es/codegen) Fix .map path when using output_path (01e5bd1)

  • (es/parser) Allow type ann in jsx expr child (#​10626) (48f576c)

  • (swc) Fix wrong caching of resolvers regarding file exts (#​10615) (68aacd1)

  • (ts/isolated-dts) Fix usage dependency (#​10621) (b3677d3)

  • (ts/isolated-dts) Emit properties in overloaded constructor params (#​10623) (6634ef1)

Features
  • (swc_common) Allow returning None in try_lookup_source_file (#​10625) (d8e2405)
Performance
Refactor

v1.12.1

Compare Source

Bug Fixes
Features
antfu-collective/bumpp (bumpp)

v10.2.0

Compare Source

   🚀 Features
    View changes on GitHub
toss/es-toolkit (es-toolkit)

v1.39.5

Compare Source

Released on June 24th, 2025.

  • Fixed type compatibility issues between es-toolkit/compat and @types/lodash.
  • Improved documentation.

We thank @​raon0211, @​dayongkr, @​sukvvon, and @​yhb-flydream for their contributions.

v1.39.4

Compare Source

Released on June 21st, 2025.

  • Fixed prototype pollution issue in es-toolkit to enhance security.
  • Enhanced build system to provide compat/* functions in CommonJS format by default.

We thank @​raon0211, and @​dayongkr for their contributions.

eslint/eslint (eslint)

v9.30.0

Compare Source

v9.29.0

Compare Source

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

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

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.
privatenumber/tsx (tsx)

v4.20.3

Compare Source

v4.20.2

Compare Source

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 added the dependencies label Jul 1, 2025
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jul 1, 2025

npm i https://pkg.pr.new/zotero-plugin-scaffold@127

commit: 106b548

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90afbf2 to 24c8c52 Compare July 1, 2025 09:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 49e2839 to d088626 Compare July 1, 2025 09:04
@northword northword merged commit b2d1879 into main Jul 1, 2025
7 checks passed
@northword northword deleted the renovate/all-minor-patch branch July 1, 2025 09:14
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant