⬆️ Update all non-major dependencies #141
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
22.9.0
->22.9.3
5.1.4
->5.2.0
0.5.1
->0.6.0
9.14.0
->9.15.0
9.30.0
->9.31.0
9.1.6
->9.1.7
4.1.2
->4.1.3
9.12.3
->9.14.2
1.80.6
->1.81.0
5.6.3
->5.7.2
11.0.2
->11.0.3
5.4.10
->5.4.11
2.1.4
->2.1.5
3.5.12
->3.5.13
Release Notes
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.0
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460vuejs/tsconfig (@vue/tsconfig)
v0.6.0
Compare Source
Notable Changes
allowImportingTsExtensions
[27fa57b]
moduleDetection
toforce
[6355fab]
Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.5.1...v0.6.0
eslint/eslint (eslint)
v9.15.0
Compare Source
Features
01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)2edc0e2
feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)bdec50e
feat: fixno-useless-computed-key
false negative with__proto__
(#19123) (Milos Djermanovic)3087c9e
feat: addmeta
object to@eslint/js
plugin (#19095) (Francesco Trotta)Bug Fixes
fd33f13
fix: update types forno-restricted-imports
rule (#19060) (Nitin Kumar)bd35098
fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)9db5b15
fix: unsafe report forno-lonely-if
(#19087) (Abraham Guo)68fa497
fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)4ce625a
fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)Documentation
d927920
docs: fix styles in no-js mode (#18916) (Tanuj Kanti)09bc2a8
docs: Update README (GitHub Actions Bot)39089c8
docs: addno-useless-computed-key
examples with object patterns (#19109) (Milos Djermanovic)895c60f
docs: add missing messageId property and suggestion properties (#19122) (fnx)298625e
docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)522d8a3
docs: add deprecation onindent
,quotes
andsemi
rule types (#19090) (Marco Pasqualetti)Chores
2967d91
chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic)b441bee
chore: package.json update for @eslint/js release (Jenkins)7d6bf4a
chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic)902e707
chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)5ff6c1d
chore: bump cross-spawn (#19125) (Ian Bobinac)cceccc7
chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot])0da3f73
chore: update algolia referrer (#19114) (Strek)4f08332
ci: unpintrunk-io/trunk-action
(#19108) (Francesco Trotta)6b75683
perf: optimizetext-table
by replacing regex withtrimEnd
(#19061) (Nitin Kumar)vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.31.0
Compare Source
✨ Enhancements
caseSensitive
option tovue/no-reserved-component-names
rule.vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.vue/no-empty-component-block
rule auto-fixable.🐛 Bug Fixes
v-bind:name
invue/require-explicit-slots
rule.⚙️ Updates
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0
typicode/husky (husky)
v9.1.7
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/typicode/husky/compare/v9.1.6...v9.1.7
prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)
v4.1.3
Compare Source
compare changes
📖 Documentation
📦 Build
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.1
: pnpm 9.13.1Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.0
: pnpm 9.13Compare Source
Minor Changes
The
self-update
now accepts a version specifier to install a specific version of pnpm. E.g.:or
Patch Changes
Cannot read properties of undefined (reading 'name')
that is printed while trying to render the missing peer dependencies warning message #8538.Platinum Sponsors
Gold Sponsors
Silver Sponsors
sass/dart-sass (sass)
v1.81.0
Compare Source
Fix a few cases where deprecation warnings weren't being emitted for global
built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as longas that argument might be a unitless number.
v1.80.7
Compare Source
Embedded Host
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.microsoft/TypeScript (typescript)
v5.7.2
: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
uuidjs/uuid (uuid)
v11.0.3
Compare Source
Bug Fixes
vitejs/vite (vite)
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
vitest-dev/vitest (vitest)
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
vuejs/core (vue)
v3.5.13
Compare Source
Bug Fixes
Performance Improvements
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 has been generated by Renovate Bot.
acdebf7443
to590f3a83ee
⬆️ Update dependency pinia-plugin-persistedstate to v4.1.3to ⬆️ Update all non-major dependencies590f3a83ee
tocd39e24fdb
cd39e24fdb
to4ef72505ff
4ef72505ff
to32e042d7a5
32e042d7a5
to72e87cc68f
72e87cc68f
to64f15963cf
64f15963cf
to9391951919
9391951919
to167b631f2d
167b631f2d
to3ec3c99701
3ec3c99701
to607d5151cd
607d5151cd
toe7a5df0dbf
Checkout
From your project repository, check out a new branch and test the changes.