chore(deps): update all non-major dependencies#76
Merged
renovate[bot] merged 1 commit intomainfrom Sep 15, 2025
Merged
Conversation
fd26869 to
bec3877
Compare
bec3877 to
ef825a4
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:
^20.19.11->^20.19.14^66.4.2->^66.5.1^66.4.2->^66.5.1^13.7.0->^13.9.0^13.7.0->^13.9.0^1.11.0->^1.12.2^9.34.0->^9.35.0^16.1.5->^16.1.610.15.0->10.16.1^9.2.2->^9.3.0^1.90.0->^1.92.1^19.3.0->^19.6.0^66.4.2->^66.5.1^6.3.5->^6.3.6^3.5.19->^3.5.21Release Notes
unocss/unocss (@unocss/eslint-plugin)
v66.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.5.0Compare Source
🚀 Features
🐞 Bug Fixes
mutipass- by @zyyv in #4891 (3587a)selectorNameby default related to #4882 - by @zyyv in #4882 (45ca1)containerskey in theme preflight close #4870 - by @zyyv in #4870 (84c69)space÷aligned with tw4 - by @Jungzl in #4879 (56e58)scalerule - by @Jungzl in #4881 (c8863)box-shadow&text-shadow&drop-shadowaligned with tw4 - by @Jungzl in #4888 (4e6c2)preset-typographyusage in svelte - by @zyyv in #4900 (79c71)@applyin grouping selectors - by @Jungzl in #4895 (30bcc)🏎 Performance
View changes on GitHub
vueuse/vueuse (@vueuse/components)
v13.9.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v13.8.0Compare Source
🚀 Features
serializer- by @imddc and @ilyaliao in #4953 (64651)🏎 Performance
twoslashwith own function for comparing js snippet - by @serkodev in #4977 (909fd)View changes on GitHub
axios/axios (axios)
v1.12.2Compare Source
Bug Fixes
Contributors to this release
v1.12.1Compare Source
Bug Fixes
Contributors to this release
v1.12.0Compare Source
Bug Fixes
Features
Contributors to this release
eslint/eslint (eslint)
v9.35.0Compare Source
lint-staged/lint-staged (lint-staged)
v16.1.6Compare Source
Patch Changes
e93578eThanks @iiroj! - Try to improve terminating of subprocess of tasks by usingSIGKILL, and only callingpidtreewhen the the main task process has a known pid.pnpm/pnpm (pnpm)
v10.16.1Compare Source
Patch Changes
v10.16.0Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAgebut need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExcludesetting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders#9946.In the past,
pnpm listandpnpm whycould only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjsand invoked with the--find-by=<function name>flag when runningpnpm listorpnpm why.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
Every matched package will also print out the license from its
package.json:Patch Changes
nodeVersionis not set to an exact semver version #9934.pnpm publishshould be able to publish a.tar.gzfile #9927.pnpm runreturn a non-zero exit code #9626.v10.15.1Compare Source
Patch Changes
.pnp.cjscrash when importing subpath #9904.sindresorhus/query-string (query-string)
v9.3.0Compare Source
replaceroption tostringify()509014dec67feasass/dart-sass (sass)
v1.92.1Compare Source
would not be passed as implicit configuration to a later imported, forwarded
module.
v1.92.0Compare Source
Breaking change: Emit declarations, childless at-rules, and comments in
the order they appear in the source even when they're interleaved with nested
rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for theplain CSS function. This means that
@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as specialfunction strings.
Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables werealways intended to be fully encapsulated within the module that defines them,
and this helps enforce that encapsulation.
Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
--watchmode, delete the source map when the associated source file isdeleted.
v1.91.0Compare Source
Potentially breaking change:
meta.inspect()(as well as other systemsthat use it such as
@debugand certain error messages) now emits numberswith as high precision as is available instead of rounding to the nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
meta.inspect(), which is to provide full information about the structure ofa Sass value.
Passing a rest argument (
$arg...) before a positional or named argument whencalling a function or mixin is now deprecated. This was always outside the
specified syntax, but it was historically treated the same as passing the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.
antfu-collective/taze (taze)
v19.6.0Compare Source
🚀 Features
View changes on GitHub
v19.5.0Compare Source
🚀 Features
View changes on GitHub
v19.4.0Compare Source
🚀 Features
View changes on GitHub
vitejs/vite (vite)
v6.3.6Compare Source
Please refer to CHANGELOG.md for details.
vuejs/core (vue)
v3.5.21Compare Source
Bug Fixes
${configDir}in paths for TypeScript 5.5+ (#13491) (8696e34), closes #13484__VUE_HMR_RUNTIME__from being overwritten by vue runtime in 3rd-party libraries (#13817) (1392734), closes vitejs/vite-plugin-vue#644Performance Improvements
v3.5.20Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.