Update all non-major dependencies #24
Merged
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:
1.2.45->1.2.541.2.36->1.2.415.0.3->5.1.066.1.3->66.3.266.1.3->66.3.266.1.3->66.3.266.1.3->66.3.266.1.3->66.3.266.1.3->66.3.210.11.0->10.12.43.5.3->3.6.20.6.12->0.6.135.33.11->5.34.94.2.1->4.2.21.0.0->1.0.1Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.1.0Compare Source
Minor Changes
Patch Changes
svelte > clsxto optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)unocss/unocss (@unocss/preset-icons)
v66.3.2Compare Source
🚀 Features
$pseudo-aria-*and$pseudo-data-*variants - by @Jungzl in https://github.com/unocss/unocss/issues/4775 (7b76a)🐞 Bug Fixes
View changes on GitHub
v66.3.1Compare Source
No significant changes
View changes on GitHub
v66.3.0Compare Source
🚀 Features
**variant & fix*variant - by @Jungzl in https://github.com/unocss/unocss/issues/4763 (66155)has-aria-*variant - by @Jungzl in https://github.com/unocss/unocss/issues/4764 (a35f1)in-*,in-data-*,in-aria-*variants - by @Jungzl in https://github.com/unocss/unocss/issues/4768 (879d5)🐞 Bug Fixes
preprocesstype definitions - by @zyyv in https://github.com/unocss/unocss/issues/4762 (00ad0)has-data-*variants - by @songpola in https://github.com/unocss/unocss/issues/4760 (1b06c)View changes on GitHub
v66.2.3Compare Source
🚀 Features
View changes on GitHub
v66.2.2Compare Source
🚀 Features
subsets&preferStaticoption for fontsource provider - by @Jungzl and @zyyv in https://github.com/unocss/unocss/issues/4742 (411de)fontslayer & optimize test - by @zyyv in https://github.com/unocss/unocss/issues/4743 (0228a)@propertyand align with tw4 - by @zyyv in https://github.com/unocss/unocss/issues/4748 (00aa5)View changes on GitHub
v66.2.1Compare Source
🚀 Features
🐞 Bug Fixes
ringoffset size rule - by @zyyv in https://github.com/unocss/unocss/issues/4741 (34b5c)View changes on GitHub
v66.2.0Compare Source
🚀 Features
color-interpolation-methodparsed - by @zyyv in https://github.com/unocss/unocss/issues/4729 (ce433)🐞 Bug Fixes
View changes on GitHub
v66.1.4Compare Source
🚀 Features
@unocss !<layer-name>to exclude a layer - by @songpola and @zyyv in https://github.com/unocss/unocss/issues/4698 (bd9c9)🐞 Bug Fixes
resolveId- by @songpola in https://github.com/unocss/unocss/issues/4702 (a2acc)🏎 Performance
support-variant close #4704 - by @zyyv in https://github.com/unocss/unocss/issues/4704 (8224a)View changes on GitHub
pnpm/pnpm (pnpm)
v10.12.4Compare Source
Patch Changes
Fix
pnpm licensescommand for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm installafterpnpm fetchshould hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2Compare Source
Patch Changes
enableGlobalVirtualStoreset totrue#9648.--helpand-hflags not working as expected for thepnpm createcommand.pnpm licenses list --jsoncommand is incorrect.pnpm deployfails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE#9595.v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.v10.11.1Compare Source
Patch Changes
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.pnpm_config_env variables instead ofnpm_config_#9571.--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.pnpm -r --silent runshould not print out section #9563.prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.13Compare Source
prettier-plugin-multiline-arraysandprettier-plugin-jsdocwork when used together with this plugin (#372)sveltejs/svelte (svelte)
v5.34.9Compare Source
Patch Changes
v5.34.8Compare Source
Patch Changes
fix: untrack
$inspect.withand add check for unsafe mutation (#16209)fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)
lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#16221)
v5.34.7Compare Source
Patch Changes
v5.34.6Compare Source
Patch Changes
v5.34.5Compare Source
Patch Changes
fix: keep spread non-delegated event handlers up to date (#16180)
fix: remove undefined attributes on hydration (#16178)
fix: ensure sources within nested effects still register correctly (#16193)
fix: avoid shadowing a variable in dynamic components (#16185)
v5.34.4Compare Source
Patch Changes
fix: don't set state withing
with_parentin proxy (#16176)fix: use compiler-driven reactivity in legacy mode template expressions (#16100)
v5.34.3Compare Source
Patch Changes
fix: don't eagerly execute deriveds on resume (#16150)
fix: prevent memory leaking signals in legacy mode (#16145)
fix: don't define
error.messageif it's not configurable (#16149)v5.34.2Compare Source
Patch Changes
fix: add missing typings for some dimension bindings (#16142)
fix: prune typescript class field declarations (#16154)
v5.34.1Compare Source
Patch Changes
v5.34.0Compare Source
Minor Changes
$inspect.trace(#16060)Patch Changes
fix: add
commandandcommandfortoHTMLButtonAttributes(#16117)fix: better
$inspect.trace()output (#16131)fix: properly hydrate dynamic css props components and remove element removal (#16118)
v5.33.19Compare Source
Patch Changes
is_flushingifflushSyncis called and there's no scheduled effect (#16119)v5.33.18Compare Source
Patch Changes
chore: bump
esrapdependency (#16106)fix: destructuring state in ssr (#16102)
v5.33.17Compare Source
Patch Changes
ecmaVersionto parse import attributes (#16098)v5.33.16Compare Source
Patch Changes
fix: visit expression when destructuring state declarations (#16081)
fix: move xmlns attribute from SVGAttributes to to DOMAttributes (#16080)
v5.33.15Compare Source
Patch Changes
v5.33.14Compare Source
Patch Changes
Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)
fix: destructuring snippet arguments (#16068)
v5.33.13Compare Source
Patch Changes
EachBlockvisitor (#16058)v5.33.12Compare Source
Patch Changes
sveltejs/language-tools (svelte-check)
v4.2.2Compare Source
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)
v1.0.1Compare 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.
This PR was generated by Mend Renovate. View the repository job log.