chore(deps): update all non-major dependencies #170
+2,509
−2,364
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:
4.10.0->4.13.012.27.0->12.29.11.4.1->1.10.01.52.0->1.56.166.1.3->66.5.7v0.1.0->v0.1.116.1.0->16.2.7v1.52.0-noble->v1.56.1-noble2.11.12->2.12.95.1.4->5.1.1210.21.0->10.22.02.13.0->2.13.15.8.3->5.9.31.16.0->1.17.2Release Notes
Azure/azure-sdk-for-js (@azure/identity)
v4.13.0Compare Source
v4.11.1Compare Source
v4.11.0Compare Source
v4.10.2Compare Source
v4.10.1Compare Source
nuxt/eslint (@nuxt/eslint)
v1.10.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.9.0Compare Source
🚀 Features
🐞 Bug Fixes
defineNuxtConfigas ESLint's globals, close #603 - by @antfu in #603 (2e67f)View changes on GitHub
v1.8.0Compare Source
🚀 Features
View changes on GitHub
v1.7.1Compare Source
🐞 Bug Fixes
eslint-typegen.d.tsinnuxt.node.d.ts, close #596 - by @antfu in #596 (ab74e)View changes on GitHub
v1.7.0Compare Source
🚀 Features
View changes on GitHub
v1.6.0Compare Source
🐞 Bug Fixes
eslint-plugin-import-xas default, close #590 - by @antfu in #590 (e43d6)View changes on GitHub
v1.5.2Compare Source
🚀 Features
features.import.pluginto swap plugin implementation, close #587 - by @antfu in #587 (66f5e)View changes on GitHub
v1.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0Compare Source
🚀 Features
eslint-plugin-import-lite, update deps - by @antfu (31bd8)🐞 Bug Fixes
View changes on GitHub
microsoft/playwright (@playwright/test)
v1.56.1Compare 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.0Compare 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-agentswith your client of choice to generate the latest agent definitions:Learn more about Playwright Agents
New APIs
--test-listand--test-list-invertto 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-snapshotsoptionsBreaking Changes
Miscellaneous
inputplaceholderPLAYWRIGHT_TESTto Playwright worker processes to allow discriminating on testing statusBrowser Versions
v1.55.1Compare 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.0Compare 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.2Compare 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.1Compare 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.0Compare Source
Highlights
New cookie property
partitionKeyin 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
noSnippetsto disable code snippets in the html report.New property
locationin test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skiportest.fixmewas added.Command Line
New option
--user-data-dirin multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gvhas been removed from thenpx playwright testcommand. Use--grep-invertinstead.npx playwright opendoes not open the test recorder anymore. Usenpx playwright codegeninstead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2Compare 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
msRelaunchNoCompatLayerBrowser Versions
This version was also tested against the following stable channels:
v1.53.1Compare Source
Highlights
#36339 - [Regression]: Click can fail when scrolling required
#36307 - [Regression (Chromium)]: Under some scenarios filling a
textareadoesn't fill#36294 - [Regression (Firefox)]:
setViewportSizetimes out#36350 - [Fix]: Display HTTP method for fetch trace entries
Browser Versions
This version was also tested against the following stable channels:
v1.53.0Compare 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
kindin 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 --listwill now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
unocss/unocss (@unocss/nuxt)
v66.5.7Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v66.5.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.5.5Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
parentVariantsforshortcutsNoMergeshortcut - by @zyyv in #4954 (71d4d)@screentransformer close #4973 - by @zyyv in #4973 (49035)View changes on GitHub
v66.5.4Compare Source
🚀 Features
propertyoutput backup - by @zyyv in #4950 (b1089)🐞 Bug Fixes
hiddenunitility for reset style - by @zyyv in #4949 (42e63)View changes on GitHub
v66.5.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v66.5.2Compare Source
🐞 Bug Fixes
$$selector withnomergeutils - by @zyyv in #4930 (1a448)View changes on GitHub
v66.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.5.0Compare Source
🚀 Features
🐞 Bug Fixes
mutipass- by @zyyv in #4891 (3587a)selectorNameby default related to #4882 - by @zyyv in #4882 (45ca1)containerskey in theme preflight close #4870 - by @zyyv in #4870 (84c69)space÷aligned with tw4 - by @Jungzl in #4879 (56e58)scalerule - by @Jungzl in #4881 (c8863)box-shadow&text-shadow&drop-shadowaligned with tw4 - by @Jungzl in #4888 (4e6c2)preset-typographyusage in svelte - by @zyyv in #4900 (79c71)@applyin grouping selectors - by @Jungzl in #4895 (30bcc)🏎 Performance
View changes on GitHub
v66.4.2Compare Source
🚀 Features
unoFunctionsoption with nested object expressions - by @julienbenac and @zyyv in #4852 (b21e5)nth-selectors - by @zojize and @zyyv in #4857 (61402)🐞 Bug Fixes
bg-gradient-- by @YunYouJun and @zyyv in #4848 (4241e)🏎 Performance
crypto.hashwhen available - by @Jungzl in #4860 (7fc36)View changes on GitHub
v66.4.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.4.0Compare Source
🚨 Breaking Changes
🚀 Features
wind3,wind4, deleteunoandwind- by @9romise and @zyyv in #4833 (e8559)🐞 Bug Fixes
BABEL_TYPES_8_BREAKINGvariable to resolve use babel in browser env - by @zyyv (b6769)preset-typographycompatibility withpreset-wind4on theme variable #4815 - by @zyyv in #4815 (b4375)propertieslayer in important postprocessor - by @Jungzl in #4827 (bd60d)View changes on GitHub
v66.3.3Compare Source
🚀 Features
inertvariant - by @Jungzl in #4790 (d6657)wrap-utilities - by @zyyv (bf784)bg-size-[<value>]- by @9romise in #4803 (b735e)🐞 Bug Fixes
View changes on GitHub
v66.3.2Compare Source
🚀 Features
$pseudo-aria-*and$pseudo-data-*variants - by @Jungzl in #4775 (7b76a)🐞 Bug Fixes
View changes on GitHub
v66.3.1Compare Source
No significant changes
View changes on GitHub
v66.2.3Compare Source
🚀 Features
View changes on GitHub
v66.2.2Compare Source
🚀 Features
subsets&preferStaticoption for fontsource provider - by @Jungzl and @zyyv in #4742 (411de)fontslayer & optimize test - by @zyyv in #4743 (0228a)@propertyand align with tw4 - by @zyyv in #4748 (00aa5)View changes on GitHub
v66.2.1Compare Source
🚀 Features
🐞 Bug Fixes
ringoffset size rule - by @zyyv in #4741 (34b5c)View changes on GitHub
v66.2.0Compare Source
🚀 Features
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.