chore(deps): update all non-major dependencies #219
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:
^3.14.0
->^3.16.0
^1.2.5
->^1.2.6
^1.2.14
->^1.2.16
^3.0.0
->^3.1.1
2.0.0-beta.3
->2.0.0
2.0.0-beta.3
->2.0.0
2.0.0-beta.3
->2.0.0
^9.1.1
->^9.2.0
^65.4.2
->^65.4.3
^65.4.2
->^65.4.3
^65.4.2
->^65.4.3
^65.4.2
->^65.4.3
^65.4.2
->^65.4.3
^65.4.2
->^65.4.3
^12.4.0
->^12.5.0
^12.4.0
->^12.5.0
^9.10.1
->^9.11.1
9.18.0
->9.20.1
^0.5.0
->^0.5.2
^2.0.2
->^2.0.3
^1.49.1
->^1.50.1
^1.49.1
->^1.50.1
9.15.4
->9.15.5
^1.83.4
->^1.84.0
5.6.3
->5.7.3
^65.4.2
->^65.4.3
^2.1.2
->^2.2.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.16.0
Compare Source
🚀 Features
View changes on GitHub
v3.15.0
Compare Source
🚀 Features
prefer-const
in editor - by @antfu (12dd5)View changes on GitHub
nuxt/content (@nuxt/content)
v3.1.1
Compare Source
Bug Fixes
bindingName
instead ofbinding
(#3109) (311609c)/tmp
directory for sqlite db (#3108) (bfc58cc)v3.1.0
Compare Source
Features
node-sqlite3
connector (#3032) (1188550)Bug Fixes
cwd
(1a8c2bd)scule
from optimizeDps list (ddb3bc8), closes #3042ZodMap
as json field (69a14fa)v3.0.1
Compare Source
Bug Fixes
nuxt/devtools (@nuxt/devtools)
v2.0.0
Compare Source
Features
v2.0.0-beta.7
Compare Source
Bug Fixes
v2.0.0-beta.6
Compare Source
Bug Fixes
v2.0.0-beta.5
Compare Source
Bug Fixes
v2.0.0-beta.4
Compare Source
nuxt-modules/i18n (@nuxtjs/i18n)
v9.2.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
availableLocales
not including configured locales - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3347 (1647b)View changes on GitHub
v9.1.5
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
View changes on GitHub
v9.1.4
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
View changes on GitHub
v9.1.3
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
View changes on GitHub
v9.1.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
intlify
dependencies - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3274 (a026b)pages
config should use route name as key - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3286 (3ba77)View changes on GitHub
unocss/unocss (@unocss/core)
v65.4.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
antfu-collective/bumpp (bumpp)
v9.11.1
Compare Source
🚀 Features
View changes on GitHub
v9.11.0
Compare Source
🚀 Features
View changes on GitHub
v9.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.20.1
Compare Source
v9.20.0
Compare Source
v9.19.0
Compare Source
unjs/nypm (nypm)
v0.5.2
Compare Source
compare changes
📦 Build
exports
for typescript compatibility (#186)❤️ Contributors
v0.5.1
Compare Source
compare changes
🚀 Enhancements
packageManager
field when parsing (#184)🏡 Chore
❤️ Contributors
unjs/pathe (pathe)
v2.0.3
Compare Source
compare changes
📦 Build
matchesGlob
import (c72a8a7)🏡 Chore
❤️ Contributors
microsoft/playwright (playwright)
v1.50.1
Compare Source
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
sass/dart-sass (sass)
v1.84.0
[
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.