chore(deps): update all non-major dependencies #299
+1,287
−500
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:
^19.5.0
->^19.6.0
^19.5.0
->^19.6.0
^0.6.0
->^0.7.1
^1.5.6
->^1.8.2
^2.18.7
->^2.19.2
^1.4.4
->^1.5.0
^1.0.3
->^1.1.1
^8.11.0
->^8.15.0
^2.1.3
->^2.1.5
^9.13.0
->^9.15.0
9.1.6
->9.1.7
9.12.2
->9.14.2
^5.6.3
->^5.7.2
^2.1.3
->^2.1.5
^2.1.6
->^2.1.10
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.6.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
nuxt/eslint (@nuxt/eslint-config)
v0.7.1
Compare Source
No significant changes
View changes on GitHub
v0.7.0
Compare Source
🚀 Features
features.formatters
to format CSS and HTML - by @antfu in https://github.com/nuxt/eslint/issues/520 (f6d8b)View changes on GitHub
v0.6.2
Compare Source
🚀 Features
🐞 Bug Fixes
eslint-config-flat-gitignore
to0.2.0
to support ESLint v8, #507 - by @antfu in https://github.com/nuxt/eslint/issues/507 (b781e)View changes on GitHub
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
nuxt/icon (@nuxt/icon)
v1.8.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.8.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.8.0
Compare Source
🚀 Features
Suspense
- by @antfu (cbb24)View changes on GitHub
v1.7.6
Compare Source
🐞 Bug Fixes
consola
in server API, close #299 - by @antfu in https://github.com/nuxt/icon/issues/299 (e9dd4)View changes on GitHub
v1.7.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.7.4
Compare Source
🚀 Features
🐞 Bug Fixes
consola
in runtime, close #295 - by @antfu in https://github.com/nuxt/icon/issues/295 (36e38)View changes on GitHub
v1.7.3
Compare Source
v1.7.2
Compare Source
@iconify/vue
by default (8b1d75c
)addIcon
instead ofaddCollection
(fd46c6e
)9b37e24
)v1.7.1
Compare Source
v1.7.0
Compare Source
fe12434
)fetchTimeout
to 1500 (ef5b8fd
)13e5e7d
)4e0593b
)v1.6.1
Compare Source
c09fdc7
)v1.6.0
Compare Source
52fbaa2
)ee82b2e
)799ee0b
)v1.5.8
Compare Source
2a619ac
)v1.5.7
Compare Source
7756d18
)9d7c65e
)31bbc52
)1f3bf1f
)nuxt/ui (@nuxt/ui)
v2.19.2
Compare Source
Bug Fixes
target
override (212f7df)v2.19.1
Compare Source
Bug Fixes
v2.19.0
Compare Source
Features
superstruct
validation (#2357) (3cda6c6)expanded
row (#2485) (1acd01a)Bug Fixes
items
type (#2487) (25378df)to
type (8ab4a14), closes #1253type
from app config (7846ca3), closes nuxt/ui#2398badge
in RTL mode (#2420) (4bf81be)option-attribute
(#2465) (ff18061)ui
config (#2467) (23971ef)carousel
andcarousel-inverse
animations in RTL mode (#2400) (20fb46a)checkbox
not checked while using props by (#2401) (1b7e36c)indeterminate
checkbox with pagination (#2439) (070d2f8)TableRow
andTableColumn
types (c36964b), closes nuxt/ui#2373by
prop (#2413) (b72d343)aria-label
on items (3cf19ea), closes nuxt/ui#1934nuxt/ui-pro (@nuxt/ui-pro)
v1.5.0
Compare Source
nuxt-modules/plausible (@nuxtjs/plausible)
v1.1.1
Compare Source
🚀 Features
/api/__plausible_event__
as proxy default path - by @johannschopplich (8eba5)View changes on GitHub
v1.1.0
Compare Source
🚀 Features
event
through Nitro server - by @asonnleitner and @johannschopplich in https://github.com/nuxt-modules/plausible/issues/36 (4e7fd)View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.15.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/coverage-v8)
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
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
eslint/eslint (eslint)
v9.15.0
Compare Source
v9.14.0
Compare Source
typicode/husky (husky)
v9.1.7
Compare Source
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
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.