Bump the development-dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(14 days ago)
(9 days ago)
(9 days ago)
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the development-dependencies group with 5 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/js | 9.33.0 |
9.34.0 |
@playwright/test | 1.54.2 |
1.55.0 |
@types/react | 19.1.10 |
19.1.11 |
eslint | 9.33.0 |
9.34.0 |
tsx | 4.20.4 |
4.20.5 |
Updates @eslint/js
from 9.33.0 to 9.34.0
Release notes
Sourced from @eslint/js
'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/js
'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
b48fa20
chore: package.json update for@eslint/js
release- See full diff in compare view
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 @types/react
from 19.1.10 to 19.1.11
Commits
- See full diff 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 tsx
from 4.20.4 to 4.20.5
Release notes
Sourced from tsx's releases.
v4.20.5
4.20.5 (2025-08-24)
Bug Fixes
- handle ambiguous packages (796053a)
This release is also available on:
Commits
e6d1a47
docs: obfuscate aside classnamede2719d
style: remove unused variable13f2954
chore: upgrade docs deps0504525
chore: upgrade manten132fdd8
test: assert require.cachef057e7d
test: require loopa6f8f9f
refactor: getFormat to handle all formats796053a
fix: handle ambiguous packages471997a
test: CJS & ESM race condition- See full diff in compare view
Updates @storybook/addon-links
from 9.1.2 to 9.1.3
Release notes
Sourced from @storybook/addon-links
's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Changelog
Sourced from @storybook/addon-links
's changelog.
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Commits
Updates @storybook/react
from 9.1.2 to 9.1.3
Release notes
Sourced from @storybook/react
's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Changelog
Sourced from @storybook/react
's changelog.
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Commits
ce39157
Bump version from "9.1.2" to "9.1.3" [skip ci]2bae930
Merge pull request #32283 from storybookjs/shilman/readme-utm-params- See full diff in compare view
Updates @storybook/react-vite
from 9.1.2 to 9.1.3
Release notes
Sourced from @storybook/react-vite
's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Changelog
Sourced from @storybook/react-vite
's changelog.
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Commits
Updates @testing-library/jest-dom
from 6.5.0 to 6.8.0
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.8.0
6.8.0 (2025-08-20)
Features
v6.7.0
6.7.0 (2025-08-13)
Features
v6.6.4
6.6.4 (2025-07-26)
Performance Improvements
v6.6.3
6.6.3 (2024-10-31)
Bug Fixes
v6.6.2
6.6.2 (2024-10-17)
Bug Fixes
v6.6.1
6.6.1 (2024-10-16)
Bug Fixes
v6.6.0
6.6.0 (2024-10-16)
... (truncated)
Commits
779b712
feat: add toBePartiallyPressed matcher (#203) (#692)e15f789
docs: add kretajak as a contributor for code, and test (#691)cfdf8ae
feat: add toBePressed matcher (#203) (#658)f00d94d
chore: adddependebot.yml
(#456)476c30b
refactor: droplodash
entirely (#676)fafd8ca
chore: add tests for Node 22 & 24 (#678)d9babb1
docs: fix typo (#667)f0f31bb
docs: adopt the new build-badge URL (#497)707e647
perf: replace chalk with picocolors (#659)918b6fb
docs: add InfiniteXyy as a contributor for code, and bug (#650)- Additional commits viewable in compare view
Updates storybook
from 9.1.2 to 9.1.3
Release notes
Sourced from storybook's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Changelog
Sourced from storybook's changelog.
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!
Commits
ce39157
Bump version from "9.1.2" to "9.1.3" [skip ci]730bbf0
Merge pull request #32284 from storybookjs/shilman/package-json-keywords0f86613
Merge pull request #32287 from storybookjs/shilman/error-utm2bae930
Merge pull request #32283 from storybookjs/shilman/readme-utm-paramsb21eadc
Merge pull request #32216 from storybookjs/valentin/add-error-handling-to-moc...- 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
3
+88
-76
Package Dependencies
Technical Details
ID: | 5715608 |
UUID: | 2770836155 |
Node ID: | PR_kwDOMfoAbc6lJ5q7 |
Host: | GitHub |
Repository: | acm-uiuc/core |
Merge State: | Dirty |