fix(deps): update all non-major dependencies#479
Merged
nekomeowww merged 1 commit intomainfrom Apr 25, 2025
Merged
Conversation
✅ Successfully deployed to Netlify
|
ea155b7 to
14096a8
Compare
14096a8 to
38652fe
Compare
5441edf to
4180c79
Compare
4180c79 to
3876c84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.27.0->^2.27.1^2.27.0->^2.27.1^22.14.1->^22.15.2^66.1.0-beta.11->^66.1.0-beta.12^66.1.0-beta.11->^66.1.0-beta.12^66.1.0-beta.11->^66.1.0-beta.12^3.1.1->^3.1.2^3.1.1->^3.1.2^1.35.0->^1.36.0^9.24.0->^9.25.1^12.7.4->^12.9.122.14.0->22.15.010.8.1->10.9.0^2.12.1->^2.13.0^0.2.12->^0.2.13^66.1.0-beta.11->^66.1.0-beta.12^6.3.2->^6.3.3^3.1.1->^3.1.2^2.2.8->^2.2.10Release Notes
rive-app/rive-wasm (@rive-app/canvas)
v2.27.1Compare Source
Commits
e5dc0b95f68f1d4767fca2b0ca72e682268e5551c1e1fa4946404809edc1debda86fc6081c949d532bbbunocss/unocss (@unocss/cli)
v66.1.0-beta.12Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
operatorstype toCSSEntry& resovle negative value intranslate- by @Simon-He95 and @zyyv in https://github.com/unocss/unocss/issues/4601 (7f4f7)View changes on GitHub
vitest-dev/vitest (@vitest/coverage-v8)
v3.1.2Compare Source
🚀 Features
🐞 Bug Fixes
chaivariable invitest/globals(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.excludewhen same object passed incoverage.exclude- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)awaitprofiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
toss/es-toolkit (es-toolkit)
v1.36.0Compare Source
Released on April 24th, 2025.
We sincerely thank @D-Sketon, @raon0211, @dayongkr, @minjongbaek, @seungrodotlee, @mass2527, @uniqueeest, @leehj322, @cruelladevil, @shren207, and @ssi02014 for their contributions. We appreciate your great efforts!
eslint/eslint (eslint)
v9.25.1Compare Source
v9.25.0Compare Source
motiondivision/motion (motion)
v12.9.1Compare Source
Fixed
.speednow works as expected.v12.9.0Compare Source
Added
styleEffectv12.8.2Compare Source
Changed
transformbehaviour for SVG and CSS switched from element measurements fortransform-box: fill-box.v12.8.0Compare Source
Added
mapValuetransformValueChanged
CustomValueType.v12.7.5Compare Source
Changed
linear()easing.instantAnimationState.currenttoMotionGlobalConfig.instantAnimations.delayfromreadtosetupframeloop step.Fixed
.then()andawaitearly resolution..speedworks correctly across all animation types.actions/node-versions (node)
v22.15.0: 22.15.0Compare Source
Node.js 22.15.0
pnpm/pnpm (pnpm)
v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.0Compare Source
Minor Changes
#121
d9d7823Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnusedoption#125
8486a22Thanks @nathanwhit! - feat: supportdeno'snode_modulesstructure#127
8bb9818Thanks @yyz945947732! - feat: optimize the migration experience fromhuskySuperchupuDev/tinyglobby (tinyglobby)
v0.2.13Compare Source
Fixed
/thanks to an upstreamfdirfix by pralkarz/by benmccann/@types/picomatch4.0.0vitejs/vite (vite)
v6.3.3Compare Source
ssrTransformre-export deps and test stacktrace with first line (#19629) (9399cda), closes #19629vuejs/language-tools (vue-tsc)
v2.2.10Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.