chore(deps): update all non-major dependencies #46
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.4.1
->1.9.0
1.10.0
->1.11.0
^0.11.5
->^0.13.0
1.52.0
->1.56.1
13.3.0
->13.9.0
v0.1.0
->v0.1.1
16.1.0
->16.2.5
v1.52.0-noble
->v1.56.1-noble
5.1.4
->5.1.12
10.11.1
->10.18.3
2.13.0
->2.13.1
5.8.3
->5.9.3
^0.12.0
->^0.16.0
2.0.0
->2.0.9
3.0.1
->3.1.1
Release Notes
nuxt/eslint (@nuxt/eslint)
v1.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
defineNuxtConfig
as ESLint's globals, close #603 - by @antfu in #603 (2e67f)View changes on GitHub
v1.8.0
Compare Source
🚀 Features
View changes on GitHub
v1.7.1
Compare Source
🐞 Bug Fixes
eslint-typegen.d.ts
innuxt.node.d.ts
, close #596 - by @antfu in #596 (ab74e)View changes on GitHub
v1.7.0
Compare Source
🚀 Features
View changes on GitHub
v1.6.0
Compare Source
🐞 Bug Fixes
eslint-plugin-import-x
as default, close #590 - by @antfu in #590 (e43d6)View changes on GitHub
v1.5.2
Compare Source
🚀 Features
features.import.plugin
to swap plugin implementation, close #587 - by @antfu in #587 (66f5e)View changes on GitHub
v1.5.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0
Compare Source
🚀 Features
eslint-plugin-import-lite
, update deps - by @antfu (31bd8)🐞 Bug Fixes
View changes on GitHub
nuxt/image (@nuxt/image)
v1.11.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
nuxt/scripts (@nuxt/scripts)
v0.13.0
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
View changes on GitHub
v0.12.2
Compare Source
🐞 Bug Fixes
gtag
globally - by @DanLDU and Dan Larrea in #524 (d43df)View changes on GitHub
v0.12.1
Compare Source
compare changes
🩹 Fixes
gtag
globally (#524)🏡 Chore
❤️ Contributors
v0.12.0
Compare Source
compare changes
🔥 Performance
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.11.13
Compare Source
compare changes
🚀 Enhancements
watch
mode (#514)🩹 Fixes
scriptInput.src
(#500)onBeforeGtmStart
arguments (#494)#imports
usage (67b7e70)performanceMarkFeature
emits (c079f51)📖 Documentation
🏡 Chore
watch
mode (#514)❤️ Contributors
v0.11.10
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.11.9
Compare Source
compare changes
🏡 Chore
addTypeTemplate
(399e0c2)❤️ Contributors
microsoft/playwright (@playwright/test)
v1.56.1
Compare Source
Highlights
#37871 chore: allow local-network-access permission in chromium
#37891 fix(agents): remove workspaceFolder ref from vscode mcp
#37759 chore: rename agents to test agents
#37757 chore(mcp): fallback to cwd when resolving test config
Browser Versions
v1.56.0
Compare Source
Playwright Agents
Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:
Run
npx playwright init-agents
with your client of choice to generate the latest agent definitions:Learn more about Playwright Agents
New APIs
--test-list
and--test-list-invert
to allow manual specification of specific tests from a fileUI Mode and HTML Reporter
'html'
reporter to disable the "Copy prompt" button'html'
reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list--update-snapshots
optionsBreaking Changes
Miscellaneous
input
placeholder
PLAYWRIGHT_TEST
to Playwright worker processes to allow discriminating on testing statusBrowser Versions
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
#37532 - chore: do not use -k option
Browser Versions
This version was also tested against the following stable channels:
v1.55.0
Compare Source
New APIs
Codegen
toBeVisible()
assertions: Codegen can now generate automatictoBeVisible()
assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.54.2
Compare Source
Highlights
#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)
#36828 - [Regression]: Playwright Codegen keeps spamming with selected option
#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
v1.54.1
Compare Source
Highlights
#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used
Browser Versions
This version was also tested against the following stable channels:
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2
Compare Source
Highlights
#36317 - [Regression]: Merging pre-1.53 blob reports loses attachments
#36357 - [Regression (Chromium)]: CDP missing trailing slash
#36292 - [Bug (MSEdge)]: Edge fails to launch when using
msRelaunchNoCompatLayer
Browser Versions
This version was also tested against the following stable channels:
v1.53.1
Compare Source
Highlights
#36339 - [Regression]: Click can fail when scrolling required
#36307 - [Regression (Chromium)]: Under some scenarios filling a
textarea
doesn't fill#36294 - [Regression (Firefox)]:
setViewportSize
times out#36350 - [Fix]: Display HTTP method for fetch trace entries
Browser Versions
This version was also tested against the following stable channels:
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
vueuse/vueuse (@vueuse/nuxt)
v13.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v13.8.0
Compare Source
🚀 Features
serializer
- by @imddc and @ilyaliao in #4953 (64651)🏎 Performance
twoslash
with own function for comparing js snippet - by @serkodev in #4977 (909fd)View changes on GitHub
v13.7.0
Compare Source
🚨 Breaking Changes
🚀 Features
read()
- by @OrbisK in #4954 (d03b2)onBoundary
- by @pkc918 in #4960 (c0dca)useTimaAgoIntl
- by @northword and Anthony Fu in #4821 (81815)🐞 Bug Fixes
nr update
execution indocs:build
- by @serkodev in #4925 (a73ee)immediate: false
with conditionally rendered elements - by @curtgrimes in #4947 (90c7f)undefined
- by @OrbisK in #4957 (22116)🏎 Performance
View changes on GitHub
v13.6.0
Compare Source
🚀 Features
options.serializer
- by @matthewjumpsoffbuildings, @OrbisK and @43081j in #4781 (bb831)onReady
option and Promise return - by @asika32764, Fernando Fernández, @OrbisK and Anthony Fu in #4158 (3a2df)🐞 Bug Fixes
MaybeRef
andMaybeRefOrGetter
instead - by @RYGRIT in #4913 (2d179)View changes on GitHub
v13.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
universal-cookie
range to^7 || ^8
#4834View changes on GitHub
v13.4.0
Compare Source
🚀 Features
TimerHandle
for setTimeout type - by @ilyaliao in #4801 (319d8)shouldCommit
- by @JonathanSchndr, Anthony Fu and Robin in #4471 (18acf)🐞 Bug Fixes
reset
call when the initial value is true - by @whiteyebrw in #4800 (c6469)🏎 Performance
View changes on GitHub
danielroe/provenance-action (danielroe/provenance-action)
v0.1.1
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
@main
constraint for example (237ceea)❤️ Contributors
lint-staged/lint-staged (lint-staged)
v16.2.5
Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - "on Monday" (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.