Bump the dependencies group with 8 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the dependencies group with 8 updates:
Package | From | To |
---|---|---|
@playwright/test | 1.52.0 |
1.53.2 |
rollup | 4.41.1 |
4.44.1 |
typedoc | 0.28.5 |
0.28.7 |
@rollup/plugin-commonjs | 28.0.3 |
28.0.6 |
@rollup/plugin-typescript | 12.1.2 |
12.1.4 |
@types/node | 22.15.29 |
24.0.8 |
prettier | 3.5.3 |
3.6.2 |
vitest | 3.1.4 |
3.2.4 |
Updates @playwright/test
from 1.52.0 to 1.53.2
Release notes
Sourced from @playwright/test
's releases.
v1.53.2
Highlights
microsoft/playwright#36317 - [Regression]: Merging pre-1.53 blob reports loses attachments microsoft/playwright#36357 - [Regression (Chromium)]: CDP missing trailing slash microsoft/playwright#36292 - [Bug (MSEdge)]: Edge fails to launch when using
msRelaunchNoCompatLayer
Browser Versions
- Chromium 138.0.7204.23
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
v1.53.1
Highlights
microsoft/playwright#36339 - [Regression]: Click can fail when scrolling required microsoft/playwright#36307 - [Regression (Chromium)]: Under some scenarios filling a
textarea
doesn't fill microsoft/playwright#36294 - [Regression (Firefox)]:setViewportSize
times out microsoft/playwright#36350 - [Fix]: Display HTTP method for fetch trace entriesBrowser Versions
- Chromium 138.0.7204.23
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
v1.53.0
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:import { defineConfig } from '@playwright/test';
export default defineConfig({ reporter: [['html', { title: 'Custom test run #1028' }]] });
... (truncated)
Commits
8c38de4
chore: mark v1.53.2 (#36502)50d76d7
(#36462): fix(chromium): fix compatibility with Edge msRelaunchNoCompatLayer ...48be646
cherry-pick(#36443): fix(blob): correctly type pre-1.53 onTestEnd event for a...dc15556
cherry-pick(#36377): chore: follow-up to connectOverCDP fetch logic4d0938c
cherry-pick(#36357): fix: adding trialing slash detection logic back in urlTo...3c60cb4
chore: mark v1.53.1 (#36355)b7032c2
cherry-pick(#36350): fix(trace): include method into "Fetch" action title (#3...e0d1741
cherry-pick(#36346): Revert "chore: reduce scrolling during clicks (#36175)"c568980
cherry-pick(#36340): feat(firefox): roll to r1488e773cdd
cherry-pick(#36301): feat(chromium): roll to r1179 (#36301)- Additional commits viewable in compare view
Updates rollup
from 4.41.1 to 4.44.1
Release notes
Sourced from rollup's releases.
v4.44.1
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi
)- #5986: Remove limit on max parallel file ops (
@lukastaegert
)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice
,@lukastaegert
)v4.42.0
4.42.0
2025-06-06
... (truncated)
Changelog
Sourced from rollup's changelog.
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi
)- #5986: Remove limit on max parallel file ops (
@lukastaegert
)4.43.0
2025-06-11
Features
- Provide new
fs
option andthis.fs
API to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice
,@lukastaegert
)4.42.0
2025-06-06
Features
- Add option to allow the input to be located in the output in watch mode (#5966)
... (truncated)
Commits
5a7f9e2
4.44.14a87b85
Set maxParallelFileOps to 1000 (#5992)37d1915
fix(deps): lock file maintenance minor/patch updates (#5988)fa4b284
4.44.00b3e6bf
Remove limit on max parallel file ops (#5986)95b53ee
Improve approximation of coarse sourcemap segments (#5985)5dcce11
fix(deps): lock file maintenance minor/patch updates (#5984)72858cb
4.43.0eeca11a
feat(options): Add an option for overriding the file system module in the JS ...f763394
4.42.0- Additional commits viewable in compare view
Updates typedoc
from 0.28.5 to 0.28.7
Release notes
Sourced from typedoc's releases.
v0.28.7
Features
- Introduced the
@sortStrategy
tag to override thesort
option on a specific reflection, #2965.Bug Fixes
- Classes and functions exported with
export { type X }
are no longer missing comments, #2970.- Setting
locale
to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.- Array options will now report an error if set to a non-array/non-string value.
v0.28.6
Features
- TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
- Declarations without comments will now check for comments on their export specifier, #2964.
Bug Fixes
- Attempting to highlight a supported language which is not enabled is now a warning, not an error, #2956.
- Improved compatibility with CommonMark's link parsing, #2959.
- Classes, variables, and functions exported with
export { type X }
are now detected and converted as interfaces/type aliases, #2962.- Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #2967.
- Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #2969.
Thanks!
Changelog
Sourced from typedoc's changelog.
v0.28.7 (2025-06-30)
Features
- Introduced the
@sortStrategy
tag to override thesort
option on a specific reflection, #2965.Bug Fixes
- Classes and functions exported with
export { type X }
are no longer missing comments, #2970.- Setting
locale
to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.- Array options will now report an error if set to a non-array/non-string value.
v0.28.6 (2025-06-27)
Features
- TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
- Declarations without comments will now check for comments on their export specifier, #2964.
Bug Fixes
- Attempting to highlight a supported language which is not enabled is now a warning, not an error, #2956.
- Improved compatibility with CommonMark's link parsing, #2959.
- Classes, variables, and functions exported with
export { type X }
are now detected and converted as interfaces/type aliases, #2962.- Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #2967.
- Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #2969.
Thanks!
Commits
e8b6df3
Update changelog for release1ed0a62
Bump version to 0.28.77e13754
Fix lintaf3b493
Fix spurious zeros in HTML output82ad8db
Add support for@sortStrategy
e48c6be
Correct lockfilea5c09b7
Update semver784e48d
Fix lint5409c0d
More test coverage improvements1bf3217
Improve test coverage- Additional commits viewable in compare view
Updates @rollup/plugin-commonjs
from 28.0.3 to 28.0.6
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.6
2025-06-17
Bugfixes
- fix: fix crash with invalidated proxy modules (#1876)
v28.0.5
2025-06-14
Bugfixes
- fix: crawl dynamicRequireRoot outside cwd (#1859)
v28.0.4
2025-06-14
Bugfixes
- fix: try/catch instanceof in getAugmentedNamespace (#1868)
Commits
a433ac9
chore(release): commonjs v28.0.67b9d40d
fix(commonjs): fix crash with invalidated proxy modules (#1876)cb1b08d
chore(release): commonjs v28.0.5ff4c928
fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)bb54901
chore(release): commonjs v28.0.4ad141c1
fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)- See full diff in compare view
Updates @rollup/plugin-typescript
from 12.1.2 to 12.1.4
Changelog
Sourced from @rollup/plugin-typescript
's changelog.
v12.1.4
2025-06-28
Bugfixes
v12.1.3
2025-06-17
Bugfixes
Commits
Updates @types/node
from 22.15.29 to 24.0.8
Commits
- See full diff in compare view
Updates prettier
from 3.5.3 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
- Add missing blank line around code block by
@fisker
in prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
3.6.0
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Changelog
Sourced from prettier's changelog.
3.6.2
Markdown: Add missing blank line around code block (#17675 by
@fisker
)<!-- Input --> 1. Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@fisker
)// Input </tr></table>
... (truncated)
Commits
7a8b05f
Release 3.6.246526b4
Add missing blank line around code block (#17675)a04ec11
chore(deps): update babel to v7.27.7 (#17684)32be5b6
chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777
Update docs about "TypeScript Configuration Files" (#17677)b197c99
chore(deps): update dependency@vitejs/plugin-react
to v4.6.0 (#17674)1185f83
chore(deps): update dependency@angular/compiler
to v20.0.5 (#17680)aa1316f
chore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33
chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91
chore(deps): update dependency vite to v7 (#17673)- Additional commits viewable in compare view
Updates vitest
from 3.1.4 to 3.2.4
Release notes
Sourced from vitest's releases.
v3.2.4
🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by
@mrginglymus
in vitest-dev/vitest#8139 (44940)- Print uint and buffer as a simple string - by
@sheremet-va
in vitest-dev/vitest#8141 (b86bf)- browser:
- Show a helpful error when spying on an export - by
@sheremet-va
in vitest-dev/vitest#8178 (56007)- cli:
vitest run --watch
should be watch-mode - by@AriPerkkio
in vitest-dev/vitest#8128 (657e8)- Use absolute path environment on Windows - by
@colinaaa
in vitest-dev/vitest#8105 (85dc0)- Throw error when
--shard x/<count>
exceeds count of test files - by@AriPerkkio
in vitest-dev/vitest#8112 (8a18c)- coverage:
- Ignore SCSS in browser mode - by
@sheremet-va
in vitest-dev/vitest#8161 (0c3be)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#8123 (93f32)
- expect:
- Handle async errors in expect.soft - by
@lzl0304
in vitest-dev/vitest#8145 (68699)- pool:
- Auto-adjust
minWorkers
when onlymaxWorkers
specified - by@AriPerkkio
in vitest-dev/vitest#8110 (14dc0)- reporter:
task.meta
should be available in custom reporter's errors - by@AriPerkkio
in vitest-dev/vitest#8115 (27df6)- runner:
- Preserve handler wrapping on extend - by
@pengooseDev
in vitest-dev/vitest#8153 (a9281)- ui:
- Ensure ui config option works correctly - by
@lzl0304
in vitest-dev/vitest#8147 (42eeb)View changes on GitHub
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
... (truncated)
Commits
c666d14
chore: release v3.2.48a18c8e
fix(cli): throw error when--shard x/\<count>
exceeds count of test files (#...8abd7cc
chore(deps): updatetinypool
(#8174)93f3200
fix(deps): update all non-major dependencies (#8123)0c3be6f
fix(coverage): ignore SCSS in browser mode (#8161)790bc31
chore: update deprecation notice for globs (#8148)c0eae7d
chore: update deprecated workspace file log (#8118)14dc072
fix(pool): auto-adjustminWorkers
when onlymaxWorkers
specified (#8110)85dc019
fix(cli): use absolute path environment on Windows (#8105)27df68a
fix(reporter):task.meta
should be available in custom reporter's errors (#...- 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
Pull Request Statistics
1
4
+312
-369
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
Technical Details
ID: | 2612346 |
UUID: | 2630960120 |
Node ID: | PR_kwDOGmHqZ86c0UP4 |
Host: | GitHub |
Repository: | ruby/ruby.wasm |
Merge State: | Unknown |