Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
May 19, 2025
Merged

fix(deps): update all non-major dependencies#497
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^4.13.0 -> ^4.13.1 age adoption passing confidence devDependencies patch
@antfu/ni ^24.3.0 -> ^24.4.0 age adoption passing confidence devDependencies minor
@iconify-json/octicon ^1.2.5 -> ^1.2.6 age adoption passing confidence dependencies patch
@iconify-json/octicon ^1.2.5 -> ^1.2.6 age adoption passing confidence devDependencies patch
@rive-app/canvas (source) ^2.27.2 -> ^2.27.3 age adoption passing confidence peerDependencies patch
@rive-app/canvas (source) ^2.27.2 -> ^2.27.3 age adoption passing confidence devDependencies patch
@types/node (source) ^22.15.17 -> ^22.15.19 age adoption passing confidence devDependencies patch
@unocss/cli (source) ^66.1.1 -> ^66.1.2 age adoption passing confidence devDependencies patch
@unocss/eslint-config (source) ^66.1.1 -> ^66.1.2 age adoption passing confidence devDependencies patch
@unocss/eslint-plugin (source) ^66.1.1 -> ^66.1.2 age adoption passing confidence devDependencies patch
@vueuse/core (source) ^13.1.0 -> ^13.2.0 age adoption passing confidence devDependencies minor
bumpp ^10.1.0 -> ^10.1.1 age adoption passing confidence devDependencies patch
changelogithub ^13.13.0 -> ^13.14.0 age adoption passing confidence devDependencies minor
debug ^4.4.0 -> ^4.4.1 age adoption passing confidence dependencies patch
es-toolkit (source) ^1.37.2 -> ^1.38.0 age adoption passing confidence dependencies minor
eslint (source) ^9.26.0 -> ^9.27.0 age adoption passing confidence devDependencies minor
motion ^12.10.5 -> ^12.12.1 age adoption passing confidence devDependencies minor
node 22.15.0 -> 22.15.1 age adoption passing confidence uses-with patch
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence packageManager minor
unocss (source) ^66.1.1 -> ^66.1.2 age adoption passing confidence devDependencies patch
vue (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence pnpm.catalog.default patch

Release Notes

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

v4.13.1

Compare Source

No significant changes

    View changes on GitHub
antfu-collective/ni (@​antfu/ni)

v24.4.0

Compare Source

   🚀 Features
    View changes on GitHub
rive-app/rive-wasm (@​rive-app/canvas)

v2.27.3

Compare Source

Fixed
Commits
unocss/unocss (@​unocss/cli)

v66.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v13.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu/changelogithub (changelogithub)

v13.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
debug-js/debug (debug)

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

toss/es-toolkit (es-toolkit)

v1.38.0

Compare Source

Released on May 18th, 2025.

  • Added compatibility functions for bindAll, setWith, memoize, isNative, invokeMap, clone, cloneWith, and sortedLastIndexOf.
  • Enhanced invariant function to accept Error instances and added assert alias.
  • Fixed type definitions and empty array handling in maxBy and minBy.
  • Fixed typo 'Partail' to 'Partial' in findKey type annotation.
  • Enhanced max and min functions to skip NaN, symbol, and null values, and return undefined when all values are skipped.
  • Fixed sparse array handling in compat functions to match Lodash's behavior.
  • Improved test coverage and documentation for various functions.
  • Fixed various documentation issues and typos.

We sincerely thank @​myungjuice, @​scato3, @​uniqueeest, @​YEONDG, @​shren207, @​hyesungoh, @​kms0219kms, @​minjongbaek, @​kristian240, @​D-Sketon, @​Seung-wan, @​jiji-hoon96, @​raon0211, and @​dayongkr for their contributions. We appreciate your great efforts!

eslint/eslint (eslint)

v9.27.0

Compare Source

motiondivision/motion (motion)

v12.12.1

Compare Source

Fixed
  • Checks for instanceof HTMLElement made compatible with dynamically generated iframes.

v12.12.0

Compare Source

Added
  • springValue
Fixed
  • Fixed various typos in the type definitions along with a stale documentation link.

v12.11.4

Compare Source

Fixed
  • Only read transform from the DOM for initial independent transforms when there's no active projection.

v12.11.3

Compare Source

Changed
  • useWillChange now only adds transform to will-change to prevent issues with prematurely flattened preserve-3d.

v12.11.2

Compare Source

Fixed
  • Removed __VERSION__ placeholder from motion value.
  • Fixed types for Reorder component.

v12.11.1

Compare Source

Fixed
  • Default scroll tracking to document.scrollingElement.

v12.11.0

Compare Source

Added
  • Added value.isEffectActive for internal use.

v12.10.6

Compare Source

Fixed
  • Stop firing .then() after .stop() and .cancel().
actions/node-versions (node)

v22.15.1: 22.15.1

Compare Source

Node.js 22.15.1

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.
vuejs/core (vue)

v3.5.14

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 Pull requests that update a dependency file label May 19, 2025
@renovate renovate bot enabled auto-merge (squash) May 19, 2025 03:01
@renovate renovate bot merged commit 44fc6b5 into main May 19, 2025
8 of 9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 19, 2025 03:06
@github-actions
Copy link

✅ Successfully deployed to Netlify

Platform Status URL
Ubuntu Success https://682aa0618332278afea476b0--nolebase-integrations.netlify.app
Windows Success https://682aa07b3ccbcb7f6654f26c--nolebase-integrations.netlify.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants