Skip to content

Bump the development-dependencies group across 1 directory with 8 updates #2047

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 Jun 11, 2025

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

Package From To
@playwright/browser-chromium 1.52.0 1.53.0
@types/node 22.10.2 24.0.0
@vscode/test-web 0.0.69 0.0.70
@vscode/vsce 3.4.2 3.5.0
mocha 11.5.0 11.6.0
msw 2.9.0 2.10.2
typescript-eslint 8.33.1 8.34.0
vscode-extension-tester 8.14.1 8.15.0

Updates @playwright/browser-chromium from 1.52.0 to 1.53.0

Release notes

Sourced from @​playwright/browser-chromium's releases.

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' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
Commits

Updates @types/node from 22.10.2 to 24.0.0

Commits

Updates @vscode/test-web from 0.0.69 to 0.0.70

Release notes

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

v0.0.70

Changes:

  • #161: prepare 0.0.70
  • #160: Bump tar-fs from 3.0.8 to 3.0.9

This list of changes was auto generated.

Commits

Updates @vscode/vsce from 3.4.2 to 3.5.0

Release notes

Sourced from @​vscode/vsce's releases.

v3.5.0

Changes:

  • #1162: Update secretlint dependencies
  • #1161: Bump tar-fs from 2.1.2 to 2.1.3
  • #1159: Update chalk version to 4.1.2
  • #1128: fix: improve error messages for vsce publish validation
  • #1130: Make the [Content_Types].xml file deterministic
  • #1158: remove codeql and cg from OSS build
  • #1157: Add OSS pipeline

This list of changes was auto generated.

v3.4.3-6

Changes:

  • #1162: Update secretlint dependencies

This list of changes was auto generated.

v3.4.3-5

Changes:

  • #1161: Bump tar-fs from 2.1.2 to 2.1.3

This list of changes was auto generated.

v3.4.3-4

Changes:

  • #1159: Update chalk version to 4.1.2

This list of changes was auto generated.

v3.4.3-3

Changes:

  • #1128: fix: improve error messages for vsce publish validation

This list of changes was auto generated.

... (truncated)

Commits
  • b7ffb42 Merge pull request #1162 from microsoft/benibenj/0
  • 3911b69 update secretlint
  • d5a805a Merge pull request #1161 from microsoft/dependabot/npm_and_yarn/tar-fs-2.1.3
  • 3c88e57 Bump tar-fs from 2.1.2 to 2.1.3
  • 1bae2a1 Merge pull request #1159 from microsoft/benibenj/curly-cicada
  • d661afc update chalk version
  • 325477b Merge pull request #1128 from henrikvilhelmberglund/fix-improve-missing-publi...
  • 078b79e Merge pull request #1130 from stevedlawrence/reproducible-content-types-xml
  • 864fa4a Merge pull request #1158 from microsoft/joao/teal-koi
  • 82e8462 remove codeql and cg from OSS build
  • Additional commits viewable in compare view

Updates mocha from 11.5.0 to 11.6.0

Release notes

Sourced from mocha's releases.

v11.6.0

11.6.0 (2025-06-09)

🌟 Features

Changelog

Sourced from mocha's changelog.

11.6.0 (2025-06-09)

🌟 Features

Commits

Updates msw from 2.9.0 to 2.10.2

Release notes

Sourced from msw's releases.

v2.10.2 (2025-06-09)

Bug Fixes

  • TypeScript: support Response.error() and HttpResponse.error() as mocked responses (#2132) (72cc8ddac8f030f747b674148b03e5a025e412d2) @​jacquesg @​kettanaito

v2.10.1 (2025-06-07)

Bug Fixes

  • update @mswjs/interceptors to support WebSocket server protocol (#2528) (6704fa042a3eaa71b68eb7b9028a7464b2b30cef) @​kettanaito

v2.10.0 (2025-06-07)

Features

  • WebSocketHandler: add run method (#2527) (94fc78ea50bd8c3334945d3047650c8b82c2f754) @​kettanaito
Commits
  • a30cdf5 chore(release): v2.10.2
  • 72cc8dd fix(TypeScript): support Response.error() and HttpResponse.error() as moc...
  • d38097f chore(release): v2.10.1
  • 6704fa0 fix: update @mswjs/interceptors to support WebSocket server protocol (#2528)
  • dce459e chore(release): v2.10.0
  • 94fc78e feat(WebSocketHandler): add run method (#2527)
  • ca9d877 chore: run preview release on all pull requests (#2526)
  • See full diff in compare view

Updates typescript-eslint from 8.33.1 to 8.34.0

Release notes

Sourced from typescript-eslint's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.34.0 (2025-06-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vscode-extension-tester from 8.14.1 to 8.15.0

Release notes

Sourced from vscode-extension-tester's releases.

v8.15.0

What's Changed

⚠️ Breaking

🚫 Bugs

🚀 Features

📦 Dependencies

... (truncated)

Commits
  • 4db4257 chore(release): Publish 8.15.0 (#1916)
  • aba24cc feat: improve openResources to allow dynamic waits when workbench is loaded (...
  • ccb8365 build(deps): bump @​vscode/vsce from 3.4.2 to 3.5.0 (#1919)
  • 3cea84f feat: allow download to disable TLS check env flag (#1857)
  • 347eaad chore: remove disturbing console log about removing NODE_ env variables (#1918)
  • 0f844ac chore: filter unsupported NODE_* variables when calling VS Code (#1859)
  • 4eb0ae3 feat: support caching multiple versions of vs code and chromedriver (#1888)
  • 31937fc fix: avoid warning 'ms-enable-electron-run-as-node' is not in the list of kno...
  • 0f831f0 feat: Add support for VS Code 1.100.3
  • 017b2f7 feat: store screenshots in same way as logs (#1907)
  • 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

@dependabot dependabot bot added the dependencies Auto-pinning label Jun 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 11, 2025 00:09
@dependabot dependabot bot added the dependencies Auto-pinning label Jun 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-de1c0f9f3c branch from f99521f to 9a553d5 Compare June 12, 2025 00:25
…ates

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

| Package | From | To |
| --- | --- | --- |
| [@playwright/browser-chromium](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `24.0.0` |
| [@vscode/test-web](https://github.com/microsoft/vscode-test-web) | `0.0.69` | `0.0.70` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.4.2` | `3.5.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.5.0` | `11.6.0` |
| [msw](https://github.com/mswjs/msw) | `2.9.0` | `2.10.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.1` | `8.34.0` |
| [vscode-extension-tester](https://github.com/redhat-developer/vscode-extension-tester/tree/HEAD/packages/extester) | `8.14.1` | `8.15.0` |



Updates `@playwright/browser-chromium` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.52.0...v1.53.0)

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

Updates `@vscode/test-web` from 0.0.69 to 0.0.70
- [Release notes](https://github.com/microsoft/vscode-test-web/releases)
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-test-web@v0.0.69...v0.0.70)

Updates `@vscode/vsce` from 3.4.2 to 3.5.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.4.2...v3.5.0)

Updates `mocha` from 11.5.0 to 11.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.5.0...v11.6.0)

Updates `msw` from 2.9.0 to 2.10.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.9.0...v2.10.2)

Updates `typescript-eslint` from 8.33.1 to 8.34.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/typescript-eslint)

Updates `vscode-extension-tester` from 8.14.1 to 8.15.0
- [Release notes](https://github.com/redhat-developer/vscode-extension-tester/releases)
- [Commits](https://github.com/redhat-developer/vscode-extension-tester/commits/v8.15.0/packages/extester)

---
updated-dependencies:
- dependency-name: "@playwright/browser-chromium"
  dependency-version: 1.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@vscode/test-web"
  dependency-version: 0.0.70
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vscode/vsce"
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-version: 11.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: msw
  dependency-version: 2.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vscode-extension-tester
  dependency-version: 8.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-de1c0f9f3c branch from 9a553d5 to 63ff565 Compare June 13, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants