Skip to content

Bump the dependencies group with 8 updates #598

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

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 entries

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.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

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

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

v4.43.0

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

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

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

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

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

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 the sort 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 the sort 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

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.6
  • 7b9d40d fix(commonjs): fix crash with invalidated proxy modules (#1876)
  • cb1b08d chore(release): commonjs v28.0.5
  • ff4c928 fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)
  • bb54901 chore(release): commonjs v28.0.4
  • ad141c1 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

  • fix: fixes #1652 compile when source exists anywhere in the working directory (#1653)
Commits

Updates @types/node from 22.15.29 to 24.0.8

Commits

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

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

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 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

    View changes on GitHub

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

... (truncated)

Commits
  • c666d14 chore: release v3.2.4
  • 8a18c8e fix(cli): throw error when --shard x/\<count> exceeds count of test files (#...
  • 8abd7cc chore(deps): update tinypool (#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-adjust minWorkers when only maxWorkers 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

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.2` |
| [rollup](https://github.com/rollup/rollup) | `4.41.1` | `4.44.1` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.5` | `0.28.7` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.3` | `28.0.6` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.2` | `12.1.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `24.0.8` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.4` | `3.2.4` |


Updates `@playwright/test` from 1.52.0 to 1.53.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.52.0...v1.53.2)

Updates `rollup` from 4.41.1 to 4.44.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.1...v4.44.1)

Updates `typedoc` from 0.28.5 to 0.28.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.5...v0.28.7)

Updates `@rollup/plugin-commonjs` from 28.0.3 to 28.0.6
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.6/packages/commonjs)

Updates `@rollup/plugin-typescript` from 12.1.2 to 12.1.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.4/packages/typescript)

Updates `@types/node` from 22.15.29 to 24.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.5.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.2)

Updates `vitest` from 3.1.4 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.53.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rollup
  dependency-version: 4.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typedoc
  dependency-version: 0.28.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 28.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants