csnx
csnx copied to clipboard
build(deps-dev): bump the devdependencies group across 1 directory with 3 updates
Bumps the devdependencies group with 3 updates in the / directory: browserslist, @playwright/test and lightningcss.
Updates browserslist
from 4.23.0 to 4.24.0
Release notes
Sourced from browserslist's releases.
4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).
Changelog
Sourced from browserslist's changelog.
4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).
Commits
b11087b
Release 4.24.0 versionfcad561
Update dependencies66bb558
Sort imports and declarations2d83f96
Fix code style73a476a
Introducebrowserslist.findConfigFile
API (#844)ee095bd
Release 4.32.3 version0f4e6f7
Update dependencies8f87b3c
fix: browser ray gt or gte compare with latest version (#836)cdcfbc0
Release 4.23.2 version9e8188b
Update dependencies- Additional commits viewable in compare view
Updates @playwright/test
from 1.46.1 to 1.47.2
Release notes
Sourced from @playwright/test
's releases.
v1.47.2
Highlights
microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
- Chromium 129.0.6668.29
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 128
- Microsoft Edge 128
v1.47.1
Highlights
microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body
Browser Versions
- Chromium 129.0.6668.29
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 128
- Microsoft Edge 128
v1.47.0
Network Tab improvements
The Network tab in the UI mode and trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
Credit to
@kubajanik
for these wonderful improvements!
--tsconfig
CLI optionBy default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:
# Pass a specific tsconfig </tr></table>
... (truncated)
Commits
d93029f
chore: mark v1.47.2 (#32729)0c6217a
cherry-pick(#32699): fix(codegen): use content_frame property in pythonf96b487
cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...937424f
cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)3d2ffd0
chore: mark v1.47.1 (#32617)dba1319
cherry-pick(#32589): docs: release note fixes for 1.4790f959a
cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details13e6e48
cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...8762407
cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)f9145b1
cherry-pick(#32516): chore: allow query as string in Python/.NET- Additional commits viewable in compare view
Updates lightningcss
from 1.26.0 to 1.27.0
Release notes
Sourced from lightningcss's releases.
v1.27.0
Added
- Add
[content-hash]
css module pattern by@rubberpants
in parcel-bundler/lightningcss#802. This includes a hash of the file contents rather than the file path (as[hash]
works), which can be used to support multiple versions of the same library simultaneously without conflicts.- Improve error message for pseudo elements followed by selectors by
@kdy1
in parcel-bundler/lightningcss#797- Implement pure mode lints for CSS Modules by
@kdy1
in parcel-bundler/lightningcss#796. This option enforces the use of a class or id selector in each rule.Fixed
- Fix
box-shadow
combination ofoklch
andcurrentColor
by@hi-ogawa
in parcel-bundler/lightningcss#801- Add missing browserslist import in docs.md by
@cpeaustriajc
in parcel-bundler/lightningcss#798- Update broken selectors link in homepage by
@20jasper
in parcel-bundler/lightningcss#750- Make CLI example work with Windows by
@tim-we
in parcel-bundler/lightningcss#726- Update copyright year on main page by
@log101
in parcel-bundler/lightningcss#790- Update browser compat data - https://github.com/parcel-bundler/lightningcss/commit/54390b4596ffd62745e821c5b5cce2f4841fe3a6
Commits
eb49015
Update TS definitions451aff7
v1.27.054390b4
Update browser compat dataad2ec9f
Fix another copyright8f45fe1
Update copyright year on main page (#790)9a20b58
Make CLI example work with windows (update docs.md) (#726)ab15b57
update broken selectors link (#750)3e066d4
Add missing browserslist import in docs.md (#798)7f59c00
fix: fixbox-shadow
combination ofoklch
andcurrentColor
(#801)22ef664
feat: Implement pure mode lints for CSS Modules (#796)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions