-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update devdependencies (non-major) #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
642221d
to
83f92a3
Compare
83f92a3
to
cd5a51a
Compare
cd5a51a
to
6bab2ce
Compare
6bab2ce
to
52a7d3c
Compare
52a7d3c
to
000be7c
Compare
000be7c
to
2dc5c07
Compare
2dc5c07
to
7ee0d53
Compare
7ee0d53
to
a3f519d
Compare
46c1c88
to
6419727
Compare
6419727
to
0e05a5f
Compare
0e05a5f
to
77fce24
Compare
77fce24
to
51ce3cb
Compare
51ce3cb
to
b1cf632
Compare
b1cf632
to
fa69ab9
Compare
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
fa69ab9
to
2d79b4c
Compare
2d79b4c
to
3b0a589
Compare
3b0a589
to
e26cf07
Compare
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^19.8.0
->^19.8.1
^19.8.0
->^19.8.1
^19.8.0
->^19.8.1
^7.16.0
->^7.17.1
^1.52.0
->^1.55.1
^3.0.4
->^3.0.9
^1.0.3
->^1.0.6
^6.6.3
->^6.9.0
^22.10.5
->^22.18.8
^19.1.2
->^19.1.16
^19.1.3
->^19.1.9
^4.4.1
->^4.7.0
3.1.2
->3.2.4
19.1.0-rc.1
->19.1.0-rc.3
^16.0.0
->^16.4.0
^9.1.6
->^9.1.7
^5.52.0
->^5.64.1
^15.2.10
->^15.5.2
^10.0.1
->^10.0.3
^3.5.3
->^3.6.2
^19.1.0
->^19.1.1
^19.1.0
->^19.1.1
^4.7.1
->^4.20.6
^4.19.4
->^4.20.6
^2.5.2
->^2.5.8
^0.28.3
->^0.28.13
^3.1.2
->^3.2.4
^8.5.3
->^8.8.4
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1
Compare Source
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
conventional-changelog/commitlint (@commitlint/types)
v19.8.1
Compare Source
Note: Version bump only for package @commitlint/types
googleapis/nodejs-storage (@google-cloud/storage)
v7.17.1
Compare Source
Bug Fixes
v7.17.0
Compare Source
Features
Bug Fixes
microsoft/playwright (@playwright/test)
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".
Browser Versions
This version was also tested against the following stable channels:
v1.55.0
Compare Source
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [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
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
v1.53.1
Compare Source
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:
sanity-io/visual-editing (@sanity/comlink)
v3.0.9
Bug Fixes
v3.0.8
Bug Fixes
v3.0.7
Bug Fixes
v3.0.6
Bug Fixes
v3.0.5
Bug Fixes
sanity-io/prettier-config (@sanity/prettier-config)
v1.0.6
Compare Source
Bug Fixes
v1.0.5
Compare Source
Bug Fixes
v1.0.4
Compare Source
Bug Fixes
testing-library/jest-dom (@testing-library/jest-dom)
v6.9.0
Compare Source
v6.8.0
Compare Source
v6.7.0
Compare Source
Features
v6.6.4
Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.7.0
Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]
instead ofPluginOption[]
(#537)The return type has changed from
react(): PluginOption[]
to more specialized typereact(): Plugin[]
. This allows for type-safe manipulation of plugins, for example:v4.6.0
Compare Source
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
v4.5.2
Compare Source
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: false
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptions
being deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v4.5.1
Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
v4.5.0
Compare Source
Add
filter
for rolldown-vite #470Added
filter
so that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
vitest-dev/vitest (@vitest/coverage-v8)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
🚀 Features
ctx.signal
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7878 (e761f)test.name
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7809 (4af5d)vi.mockObject
to automock any object - by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7761 (465bd)watchTriggerPatterns
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7778 (a0675)workspace
in favor ofprojects
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7923 (41beb)sequence.groupOrder
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7852 (d1a1d)connect
option forplaywright
browser provider - by @egfx-notifications and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7915 (029c0)screenshot.save
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7777 (d9f51)onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8015 (abd3b)🐞 Bug Fixes
micromatch
withpicomatch
- by @sapphi-red in https://github.com/vitest-dev/vitest/issues/7951 (df076)any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by @JoshuaKGoldberg in https://github.com/vitest-dev/vitest/issues/7016 (8ec44)stack
properties - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7995 (330f9)toJSON
serialisation - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8053 (3bdf0)upload
files relative to the project root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8042 (b9a31)this
type tolocators.extend
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8069 (70fb0)--silent
values properly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8055 (8fad7)Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate using a curated preset maintained by
. View repository job log here