Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 12 updates #270

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 development-dependencies group with 10 updates in the / directory:

Package From To
@custom-elements-manifest/analyzer 0.8.4 0.10.4
@playwright/test 1.52.0 1.53.2
@types/google.maps 3.55.8 3.58.1
@types/react 18.2.24 19.1.8
@web/test-runner 0.17.1 0.20.2
@web/test-runner-playwright 0.10.1 0.11.1
jasmine 5.1.0 5.8.0
@types/jasmine 4.3.6 5.1.8
markdown-table 3.0.3 3.0.4
web-test-runner-jasmine 0.0.5 0.1.2

Updates @custom-elements-manifest/analyzer from 0.8.4 to 0.10.4

Changelog

Sourced from @​custom-elements-manifest/analyzer's changelog.

Release 0.10.4

  • Support @customelement and @customElement class jsdoc

Release 0.10.3

  • Better support symbols used as properties, e.g. get [foo]() { return 1 }

Release 0.10.2

  • Mark fields and methods starting with # as private

Release 0.10.1

  • Escape newlines and whitespaces from object output

Release 0.10.0

  • Added support for new cssState addition to the schema

Release 0.9.9

  • Support @attribute jsdoc better

Release 0.9.8

  • Skip ...super.properties in lit's static properties

Release 0.9.7

  • Added scheduleUpdate to lit's method denylist

Release 0.9.6

  • Added createRenderRoot to lit's method denylist

Release 0.9.5

  • When using litPlugin, it now removes overridden lit specific lifecycle methods to be aligned with the behavior of overriding lit specific lifecycle methods in classes

Release 0.9.4

  • Updated the internally used TS version to ~5.4.2. This is a breaking change for plugin authors, because the AST that typescript exposes has changed; specifically for decorators; node.decorators no longer exists, but decorators can now be found in node.modifiers. There may be other AST changes as well.

Release 0.9.3

  • Fix missing type for initialize hook

Release 0.9.2

  • Apply inheritance for slots, cssParts and cssProperties

Release 0.9.1

  • Correctly remove resolveInitializers from attributes when using litPlugin

Release 0.9.0

  • Adds support for initialize hook for plugins. This also fixes a initialization issue when previously using TS's typechecker in combination with overrideModuleCreation
Commits

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 @types/google.maps from 3.55.8 to 3.58.1

Commits

Updates @types/react from 18.2.24 to 19.1.8

Commits

Updates @web/test-runner from 0.17.1 to 0.20.2

Release notes

Sourced from @​web/test-runner's releases.

@​web/test-runner@​0.20.2

Patch Changes

  • 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter

@​web/test-runner@​0.20.1

Patch Changes

  • 24e3290: Improve debug message for test runner uncaught exceptions

    This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).

  • Updated dependencies [79b0ba4]

    • @​web/test-runner-chrome@​0.18.1

@​web/test-runner@​0.20.0

Minor Changes

  • 86eaa21: Upgrade puppeteer version to v24

Patch Changes

  • Updated dependencies [86eaa21]
    • @​web/test-runner-chrome@​0.18.0

@​web/test-runner@​0.19.0

Minor Changes

  • b546e8b5: Upgrade puppeteer-core and puppeteer to v23

Patch Changes

  • Updated dependencies [b546e8b5]
    • @​web/test-runner-chrome@​0.17.0

@​web/test-runner@​0.18.3

Patch Changes

  • 6914f3b6: Show suites names for summaryReporter when flatten option is true

@​web/test-runner@​0.18.2

Patch Changes

  • 6a97a691: Unify visual-written representation of skipped tests.

@​web/test-runner@​0.18.1

Patch Changes

... (truncated)

Changelog

Sourced from @​web/test-runner's changelog.

0.20.2

Patch Changes

  • 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter

0.20.1

Patch Changes

  • 24e3290: Improve debug message for test runner uncaught exceptions

    This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).

  • Updated dependencies [79b0ba4]

    • @​web/test-runner-chrome@​0.18.1

0.20.0

Minor Changes

  • 86eaa21: Upgrade puppeteer version to v24

Patch Changes

  • Updated dependencies [86eaa21]
    • @​web/test-runner-chrome@​0.18.0

0.19.0

Minor Changes

  • b546e8b5: Upgrade puppeteer-core and puppeteer to v23

Patch Changes

  • Updated dependencies [b546e8b5]
    • @​web/test-runner-chrome@​0.17.0

0.18.3

Patch Changes

  • 6914f3b6: Show suites names for summaryReporter when flatten option is true

0.18.2

... (truncated)

Commits
  • 9645344 Version Packages
  • 61260d5 Turned error reporting back on by default to match old behviour before it was...
  • 4fa7523 add back broken error reporting and make log reporting optional
  • db00ed5 Version Packages
  • 24e3290 refactor: improve debug message for test runner uncaught exceptions
  • f00a581 Version Packages
  • fcb71cd Version Packages
  • 8834ad8 Version Packages
  • d5ae228 Version Packages (#2803)
  • 9a88d83 Version Packages (#2774)
  • Additional commits viewable in compare view

Updates @web/test-runner-playwright from 0.10.1 to 0.11.1

Release notes

Sourced from @​web/test-runner-playwright's releases.

@​web/test-runner-playwright@​0.11.1

Patch Changes

  • dbd6f47: bump playwright
Changelog

Sourced from @​web/test-runner-playwright's changelog.

0.11.1

Patch Changes

  • dbd6f47: bump playwright

0.11.0

Minor Changes

  • c185cbaa: Set minimum node version to 18

Patch Changes

  • Updated dependencies [c185cbaa]
    • @​web/test-runner-coverage-v8@​0.8.0
    • @​web/test-runner-core@​0.13.0

0.10.3

Patch Changes

  • Updated dependencies [43be7391]
    • @​web/test-runner-core@​0.12.0
    • @​web/test-runner-coverage-v8@​0.7.3

0.10.2

Patch Changes

  • 640ba85f: added types for main entry point
  • Updated dependencies [640ba85f]
    • @​web/test-runner-coverage-v8@​0.7.2
    • @​web/test-runner-core@​0.11.6
Commits
  • 6462890 Version Packages
  • 0260bc7 chore: bump playwright version to latest which works in GitHub Actions Ubuntu...
  • 54d65a4 ci: align reporters across all packages
  • 90e4472 ci: use workspaces to run node tests
  • 5792e9c Add file extensions to file imports
  • 835bb24 Version Packages
  • d0079c6 Merge pull request #2394 from koddsson/set-node-engines-to-node-18
  • f375cf6 Version Packages
  • 0fd20a8 Version Packages
  • 521ea5f build: add 'types' section in exports
  • Additional commits viewable in compare view

Updates jasmine from 5.1.0 to 5.8.0

Release notes

Sourced from jasmine's releases.

v5.8.0

Please see the release notes.

v5.7.1

Please see the release notes.

v5.7.0

Please see the release notes.

v5.6.0

Please see the release notes.

v5.5.0

Please see the release notes.

v5.4.0

Please see the release notes.

v5.3.1

Please see the release notes.

v5.3.0

Please see the release notes.

v5.2.0

Please see the release notes.

Commits
  • d8e5f89 Bump version to 5.8.0
  • 4937540 Test against Node 24
  • b5febd8 Document that spec filter can be a RegExp
  • dc7a244 Bump version to 5.7.1
  • 2088418 Fixed handling of spec filters that are RegExp instances
  • 0a8ce13 Bump version to 5.7.0
  • eb2f84d Clarify execute() example that uses an exact path filter
  • 15671b6 Removed stray console.log
  • bdbf20f Merge branch 'enumerate'
  • ca42094 jsdocs for enumerate()
  • Additional commits viewable in compare view

Updates @types/jasmine from 4.3.6 to 5.1.8

Commits

Updates markdown-table from 3.0.3 to 3.0.4

Release notes

Sourced from markdown-table's releases.

3.0.4

Types

  • 9f9497c Add declaration maps

Miscellaneous

  • 6dab0ba Refactor code-style

Full Changelog: wooorm/markdown-table@3.0.3...3.0.4

Commits

Updates playwright from 1.52.0 to 1.53.2

Release notes

Sourced from playwright'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 typescript from 5.2.2 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates web-test-runner-jasmine from 0.0.5 to 0.1.2

Release notes

Sourced from web-test-runner-jasmine's releases.

v0.1.0

Thanks to @​devversion and @​rhashimoto for the contributions!

  • feat: support debugging with --manual inside browser
  • fix: add doctype to avoid running in browser quirk mode
  • fix: report incomplete jasmine error
Changelog

Sourced from web-test-runner-jasmine's changelog.

0.1.2

0.1.1

  • fix: do not log errors twice, and improve suite logging @​devversion

0.1.0

Thanks to @​devversion and @​rhashimoto for the contributions!

  • feat: support debugging with --manual inside browser
  • fix: add doctype to avoid running in browser quirk mode
  • fix: report incomplete jasmine error

0.0.7

  • fix: add support for nested suites
  • fix: TestResultError(s) information
  • fix: TestSuiteResult(s) information
  • fix TestResult(s) information

0.0.6

  • fix: update dependencies
Commits

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

…ectory with 12 updates

Bumps the development-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest/tree/HEAD/packages/analyzer) | `0.8.4` | `0.10.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.2` |
| [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) | `3.55.8` | `3.58.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.24` | `19.1.8` |
| [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.17.1` | `0.20.2` |
| [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.1` | `0.11.1` |
| [jasmine](https://github.com/jasmine/jasmine-npm) | `5.1.0` | `5.8.0` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `4.3.6` | `5.1.8` |
| [markdown-table](https://github.com/wooorm/markdown-table) | `3.0.3` | `3.0.4` |
| [web-test-runner-jasmine](https://github.com/blueprintui/web-test-runner-jasmine) | `0.0.5` | `0.1.2` |



Updates `@custom-elements-manifest/analyzer` from 0.8.4 to 0.10.4
- [Changelog](https://github.com/open-wc/custom-elements-manifest/blob/master/packages/analyzer/CHANGELOG.md)
- [Commits](https://github.com/open-wc/custom-elements-manifest/commits/HEAD/packages/analyzer)

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 `@types/google.maps` from 3.55.8 to 3.58.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.maps)

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

Updates `@web/test-runner` from 0.17.1 to 0.20.2
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.20.2/packages/test-runner)

Updates `@web/test-runner-playwright` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.1/packages/test-runner-playwright)

Updates `jasmine` from 5.1.0 to 5.8.0
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine-npm@v5.1.0...v5.8.0)

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

Updates `markdown-table` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/wooorm/markdown-table/releases)
- [Commits](wooorm/markdown-table@3.0.3...3.0.4)

Updates `playwright` 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 `typescript` from 5.2.2 to 5.4.5
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

Updates `web-test-runner-jasmine` from 0.0.5 to 0.1.2
- [Release notes](https://github.com/blueprintui/web-test-runner-jasmine/releases)
- [Changelog](https://github.com/blueprintui/web-test-runner-jasmine/blob/main/CHANGELOG.md)
- [Commits](https://github.com/blueprintui/web-test-runner-jasmine/commits)

---
updated-dependencies:
- dependency-name: "@custom-elements-manifest/analyzer"
  dependency-version: 0.10.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.53.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/google.maps"
  dependency-version: 3.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@web/test-runner"
  dependency-version: 0.20.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@web/test-runner-playwright"
  dependency-version: 0.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: jasmine
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: markdown-table
  dependency-version: 3.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: playwright
  dependency-version: 1.53.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 5.4.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: web-test-runner-jasmine
  dependency-version: 0.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@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