[Dependencies]: Bump the dependencies-dev group with 4 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(19 days ago)
(19 days ago)
dependencies
Bumps the dependencies-dev group with 4 updates: @playwright/test, eslint, rollup and typescript-eslint.
Updates @playwright/test
from 1.54.2 to 1.55.0
Release notes
Sourced from @playwright/test
's releases.
v1.55.0
New APIs
- New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.
Codegen
- Automatic
toBeVisible()
assertions: Codegen can now generate automatictoBeVisible()
assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
- ⚠️ Dropped support for Chromium extension manifest v2.
Miscellaneous
- Added support for Debian 13 "Trixie".
Browser Versions
- Chromium 140.0.7339.16
- Mozilla Firefox 141.0
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 139
- Microsoft Edge 139
Commits
f992162
chore: mark v1.55.0 (#37121)4a92ea0
cherry-pick(#37113): docs: add release-notes for v1.55aa05507
cherry-pick(#37114): test: move browser._launchServer in child process27ae7dc
test: tree gardening (#37107)cd09d85
test: unflake "should pick element" (#37103)72e4772
chore(trace-viewer): remove unused code (#37097)5b8c7d6
chore(dotnet): float is non-nullable (#37095)c7bf035
test(webkit): closing dialog > contenteditable (#37084)9fd6986
test: skip debug-controller tests in driver mode (#37090)4c2f44d
test(bidi): use the nightly channel only for Firefox in CI (#37086)- Additional commits viewable in compare view
Updates eslint
from 9.33.0 to 9.34.0
Release notes
Sourced from eslint's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog
Sourced from eslint's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)
Commits
b8875f6
9.34.02e455fb
Build: changelog update for 9.34.0f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030)b48fa20
chore: package.json update for@eslint/js
release4bce8a2
chore: package.json update for eslint-config-eslint release0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028)0b4a590
docs: make rulesdir deprecation clearer (#20018)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420
fix: fix spurious failure in neostandard integration test (#20023)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002)- Additional commits viewable in compare view
Updates rollup
from 4.46.2 to 4.48.0
Release notes
Sourced from rollup's releases.
v4.48.0
4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
Bug Fixes
- Ensure variables referenced in non-removed import attributes are included (#6071)
Pull Requests
- #6071: Keep attributes for external dynamic imports (
@TrickyPi
)- #6079: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #6080: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.47.1
4.47.1
2025-08-21
Bug Fixes
- Revert build process changes to investigate issues (#6077)
Pull Requests
- #6077: Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (
@lukastaegert
)v4.47.0
4.47.0
2025-08-21
Features
- Aggressively reduce WASM build size (#6053)
Bug Fixes
- Fix illegal instruction error on Android ARM platforms (#6072)
- Allow to pass explicit
undefined
for optional fields in Rollup types (#6061)Pull Requests
- #6053: build: aggressively optimize wasm build, improve pipeline (
@cyyynthia
)- #6061: fix(types): add support for exactOptionalPropertyTypes (
@remcohaszing
,@lukastaegert
)
... (truncated)
Changelog
Sourced from rollup's changelog.
4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
Bug Fixes
- Ensure variables referenced in non-removed import attributes are included (#6071)
Pull Requests
- #6071: Keep attributes for external dynamic imports (
@TrickyPi
)- #6079: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #6080: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.47.1
2025-08-21
Bug Fixes
- Revert build process changes to investigate issues (#6077)
Pull Requests
- #6077: Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (
@lukastaegert
)4.47.0
2025-08-21
Features
- Aggressively reduce WASM build size (#6053)
Bug Fixes
- Fix illegal instruction error on Android ARM platforms (#6072)
- Allow to pass explicit
undefined
for optional fields in Rollup types (#6061)Pull Requests
- #6053: build: aggressively optimize wasm build, improve pipeline (
@cyyynthia
)- #6061: fix(types): add support for exactOptionalPropertyTypes (
@remcohaszing
,@lukastaegert
)- #6072: build(rust): mimalloc-safe/no_opt_arch on aarch64 (
@cyyynthia
)4.46.4
... (truncated)
Commits
77bb1ae
4.48.094c96fa
Keep attributes for external dynamic imports (#6071)e8e9f83
fix(deps): update swc monorepo (major) (#6079)d1540fa
fix(deps): lock file maintenance minor/patch updates (#6080)21d5c5b
4.47.182a8f15
Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (#...4a5d2da
4.47.0982c531
fix(types): add support for exactOptionalPropertyTypes (#6061)a44003e
build(rust): mimalloc-safe/no_opt_arch on aarch64 (#6072)3074dec
build: aggressively optimize wasm build, improve pipeline (#6053)- Additional commits viewable in compare view
Updates typescript-eslint
from 8.39.1 to 8.40.0
Release notes
Sourced from typescript-eslint's releases.
v8.40.0
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin
,parser
, andconfigs
that are compatible with bothdefineConfig()
andtseslint.config()
(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFile
return type (#11451)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
- Nolan Gajdascz
@Gajdascz
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin
,parser
, andconfigs
that are compatible with bothdefineConfig()
andtseslint.config()
(#11475)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Commits
60c3b26
chore(release): publish 8.40.03426f0d
fix(typescript-eslint): exportplugin
,parser
, andconfigs
that are com...- See full diff 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
Pull Request Statistics
1
2
+206
-206
Package Dependencies
Technical Details
ID: | 5672623 |
UUID: | 2769653224 |
Node ID: | PR_kwDOKuAJ3M6lFY3o |
Host: | GitHub |
Repository: | elchininet/home-assistant-query-selector |
Merge State: | Unknown |