chore(deps): update all non-major dependencies #45
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.9->^1.3.0^9.28.0->^9.29.00.9.1->0.10.122.15.29->22.15.32^14.5.0->^14.5.1^9.28.0->^9.29.0^3.9.0->^3.9.2^10.1.0->^10.2.010.11.0->10.12.1^1.2.3->^1.2.7^8.33.0->^8.34.1Release Notes
eslint/rewrite (@eslint/compat)
v1.3.0Compare Source
Features
includeIgnoreFile(#211) (3e18175)Dependencies
eslint/eslint (@eslint/js)
v9.29.0Compare Source
web-infra-dev/rslib (@rslib/core)
v0.10.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.0...v0.10.1
v0.10.0Compare Source
Highlights ✨
New ESM Output
We have simplified the ESM output to improve readability and reduce bundle size. See the comparison in the figure below.
What's Changed
New Features 🎉
Bug Fixes 🐞
storybook-addon-rslibto fix mf storybook edge case by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1047Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.9.2...v0.10.0
v0.9.2Compare Source
Highlights ✨
We have simplified the ESM output, see the comparison in the figure below.
No
__webpack_exports__and__WEBPACK_EXTERNAL_MODULE_now!What's Changed
New Features 🎉
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.9.1...v0.9.2
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.5.1Compare Source
Notable Changes
eslint-plugin-vuein the config, to avoidCannot redefine plugin "vue"errors by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/184Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1
eslint/eslint (eslint)
v9.29.0Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.9.2Compare Source
Patch Changes
5df1121Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifierv3.9.1Compare Source
Patch Changes
a3d4224Thanks @baseballyama! - fix(prefer-const): UseadditionalPropertiesinstead ofignoreReadonlyto match the ESLint core rule option name.vuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.2.0Compare Source
Minor Changes
Patch Changes
pnpm/pnpm (pnpm)
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.rspack-contrib/rslog (rslog)
v1.2.7Compare Source
What's Changed
infoandloglevel by @chenjiahan in https://github.com/rspack-contrib/rslog/pull/36Full Changelog: rstackjs/rslog@v1.2.6...v1.2.7
v1.2.6Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.2.5...v1.2.6
v1.2.5Compare Source
What's Changed
Full Changelog: rstackjs/rslog@v1.2.4...v1.2.5
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: rstackjs/rslog@v1.2.3...v1.2.4
typescript-eslint/typescript-eslint (typescript-eslint)
v8.34.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.34.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.33.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
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: 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.