Skip to content
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

build(deps): bump the vscode_major group with 11 updates #6537

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the vscode_major group with 11 updates:

Package From To
@ava/typescript 4.1.0 5.0.0
ava 5.3.0 6.1.3
jimp 0.22.8 1.6.0
vscode-languageclient 8.1.0 9.0.1
vscode-languageserver 8.1.0 9.0.1
@codingame/monaco-vscode-configuration-service-override 8.0.4 10.0.2
@codingame/monaco-vscode-files-service-override 8.0.4 10.0.2
@codingame/monaco-vscode-keybindings-service-override 8.0.4 10.0.2
@codingame/monaco-vscode-languages-service-override 8.0.4 10.0.2
@codingame/monaco-vscode-model-service-override 8.0.4 10.0.2
@codingame/monaco-vscode-storage-service-override 8.0.4 10.0.2

Updates @ava/typescript from 4.1.0 to 5.0.0

Release notes

Sourced from @​ava/typescript's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: avajs/typescript@v4.1.0...v5.0.0

Commits
  • 851ecc3 5.0.0
  • 55472d8 Include Node.js 22 in supported engines and test matrix
  • 672714f Update dependencies
  • 56e3b15 Upgrade XO and apply fixes
  • 1ae15b2 Restrict compatibility to AVA 6
  • 41d8c6b Upgrade actions
  • bfd7dfa Target same Node.js versions as AVA 6
  • c3d1833 Include Node.js 21 in supported engines and test matrix
  • See full diff in compare view

Updates ava from 5.3.0 to 6.1.3

Release notes

Sourced from ava's releases.

v6.1.3

What's Changed

New Contributors

Full Changelog: avajs/ava@v6.1.2...v6.1.3

v6.1.2

What's Changed

Full Changelog: avajs/ava@v6.1.1...v6.1.2

v6.1.1

What's Changed

Full Changelog: avajs/ava@v6.1.0...v6.1.1

v6.1.0

What's Changed

  • Implement registerCompletionHandler() by @​novemberborn in avajs/ava#3283

    AVA 6 expects test code to clean up gracefully when the tests are complete, allowing the test environment (worker thread or child process) to exit. If this does not happen, AVA will report a timeout. You can use registerCompletionHandler() to perform any other clean up (or indeed exit the process) after AVA has completed the test execution. See the description here.

  • Fix potential bug with watch mode when no failed test files are written by @​novemberborn in avajs/ava#3287

  • Fix ava/internal ESM type module by @​codetheweb in avajs/ava#3292

Full Changelog: avajs/ava@v6.0.1...v6.1.0

v6.0.1

What's Changed

Full Changelog: avajs/ava@v6.0.0...v6.0.1

v6.0.0

Breaking Changes

  • AVA now requires Node.js versions 18.18, 20.8 or 21. Versions 14 and 16 are no longer supported. #3251 #3216

... (truncated)

Commits
  • f8bf00c 6.1.3
  • 002b3a0 Include Node.js 22 in supported engines and test matrix
  • ec1a8d2 Document serial configuration option
  • 01ec280 Add VS Code debugging instructions for Yarn PnP projects
  • 5d48c95 6.1.2
  • be5000a Fix throws assertions rejecting falsy values when any: true
  • 1d62caf Upgrade xo to v0.57.0
  • 2e0c2b1 6.1.1
  • 5161bf7 Update dependencies
  • 15dddf3 Fix external-assertions snapshot for Node.js 20.11
  • Additional commits viewable in compare view

Updates jimp from 0.22.8 to 1.6.0

Release notes

Sourced from jimp's releases.

v1.6.0

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1

v1.4.0

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, @jimp/types, @jimp/utils, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/wasm-webp

📝 Documentation

... (truncated)

Changelog

Sourced from jimp's changelog.

v1.5.0 (Mon Sep 09 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1


v1.5.0 (Sat Sep 07 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

Authors: 1


... (truncated)

Commits

Updates vscode-languageclient from 8.1.0 to 9.0.1

Release notes

Sourced from vscode-languageclient's releases.

release/jsonrpc/9.0.0-next.6

Changes:

  • #1543: Trigger PR flow
  • #1542: Export IdCancellationReceiverStrategy and RequestCancellationReceiverStrategy
  • #1541: Merge release into main
  • #1540: Dbaeumer/secure-peafowl-blue

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.5

Changes:

  • #1508: Code clean-up
  • #1507: Correct export map
  • #1506: Update compile settings according TypeScript's Node Target Mapping
  • #1505: Addf support to delay open notifications.
  • #1504: Add supportThemeIcons in MarkdownString
  • #1502: Move to latest compiler, NodeJS 20.9.0, es2022 and exports statements.
  • #1445: Use client ID as fallback for diagnostics collection
  • #1499: Bump braces from 3.0.2 to 3.0.3
  • #1498: Merge release into main
  • #1497: Dbaeumer/confidential-eagle-chocolate

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.4

Changes:

  • #1491: Re-create disposed EventEmitter in clear
  • #1488: _WindowMiddleware - wrong definition for showDocument
  • #1489: Fixes #1488: _WindowMiddleware - wrong definition for showDocument

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.3

Changes:

  • #1478: Dbaeumer/husky-roadrunner-purple

This list of changes was auto generated.

... (truncated)

Commits

Updates vscode-languageserver from 8.1.0 to 9.0.1

Release notes

Sourced from vscode-languageserver's releases.

release/jsonrpc/9.0.0-next.6

Changes:

  • #1543: Trigger PR flow
  • #1542: Export IdCancellationReceiverStrategy and RequestCancellationReceiverStrategy
  • #1541: Merge release into main
  • #1540: Dbaeumer/secure-peafowl-blue

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.5

Changes:

  • #1508: Code clean-up
  • #1507: Correct export map
  • #1506: Update compile settings according TypeScript's Node Target Mapping
  • #1505: Addf support to delay open notifications.
  • #1504: Add supportThemeIcons in MarkdownString
  • #1502: Move to latest compiler, NodeJS 20.9.0, es2022 and exports statements.
  • #1445: Use client ID as fallback for diagnostics collection
  • #1499: Bump braces from 3.0.2 to 3.0.3
  • #1498: Merge release into main
  • #1497: Dbaeumer/confidential-eagle-chocolate

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.4

Changes:

  • #1491: Re-create disposed EventEmitter in clear
  • #1488: _WindowMiddleware - wrong definition for showDocument
  • #1489: Fixes #1488: _WindowMiddleware - wrong definition for showDocument

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.3

Changes:

  • #1478: Dbaeumer/husky-roadrunner-purple

This list of changes was auto generated.

... (truncated)

Commits

Updates @codingame/monaco-vscode-configuration-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-configuration-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • Additional commits viewable in compare view

Updates @codingame/monaco-vscode-files-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-files-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • Additional commits viewable in compare view

Updates @codingame/monaco-vscode-keybindings-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-keybindings-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • Additional commits viewable in compare view

Updates @codingame/monaco-vscode-languages-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-languages-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • Additional commits viewable in compare view

Updates @codingame/monaco-vscode-model-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-model-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • Additional commits viewable in compare view

Updates @codingame/monaco-vscode-storage-service-override from 8.0.4 to 10.0.2

Release notes

Sourced from @​codingame/monaco-vscode-storage-service-override's releases.

v10.0.2

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

10.0.1 (2024-10-09)

Bugfixes

  • demo: disable asset inlining (39fc415)
  • demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)

Libraries

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

10.0.0 (2024-10-07)

⚠ BREAKING CHANGES

New features

  • demo: install and demo treesitter (b3ac17a)
  • support new treesitter syntax highlighting (753cd02)

Bugfixes

  • fix demo build (7946aa5)
  • fix import-meta-asset-plugin resolution (4460d21)

Refactor

Documentation

... (truncated)

Commits
  • a56e1d7 Merge pull request #509 from CodinGame/update-vscode-1.94.2
  • e494af2 lib: update to VSCode 1.94.2
  • 77c178b Merge pull request #507 from CodinGame/update-vscode-1.94.1
  • e41e604 lib: update to VSCode 1.94.1
  • 2f261a1 Merge pull request #505 from CodinGame/fix-demo-chrome
  • 39fc415 fix(demo): disable asset inlining
  • 9f1e934 fix(demo): disable minifySyntax as it breaks the demo for some reasons
  • 0b834a1 lib(demo): update dependencies
  • ac2bf1a doc!: document new treesitter service override
  • 73c8db9 Merge pull request #504 from CodinGame/update-vscode-1.94
  • 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 cl...

Description has been truncated

Bumps the vscode_major group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@ava/typescript](https://github.com/avajs/typescript) | `4.1.0` | `5.0.0` |
| [ava](https://github.com/avajs/ava) | `5.3.0` | `6.1.3` |
| [jimp](https://github.com/jimp-dev/jimp) | `0.22.8` | `1.6.0` |
| [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) | `8.1.0` | `9.0.1` |
| [vscode-languageserver](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/server) | `8.1.0` | `9.0.1` |
| [@codingame/monaco-vscode-configuration-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |
| [@codingame/monaco-vscode-files-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |
| [@codingame/monaco-vscode-keybindings-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |
| [@codingame/monaco-vscode-languages-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |
| [@codingame/monaco-vscode-model-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |
| [@codingame/monaco-vscode-storage-service-override](https://github.com/CodinGame/monaco-vscode-api) | `8.0.4` | `10.0.2` |


Updates `@ava/typescript` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/avajs/typescript/releases)
- [Commits](avajs/typescript@v4.1.0...v5.0.0)

Updates `ava` from 5.3.0 to 6.1.3
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v5.3.0...v6.1.3)

Updates `jimp` from 0.22.8 to 1.6.0
- [Release notes](https://github.com/jimp-dev/jimp/releases)
- [Changelog](https://github.com/jimp-dev/jimp/blob/main/CHANGELOG.md)
- [Commits](jimp-dev/jimp@v0.22.8...v1.6.0)

Updates `vscode-languageclient` from 8.1.0 to 9.0.1
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/9.0.1/client)

Updates `vscode-languageserver` from 8.1.0 to 9.0.1
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/9.0.1/server)

Updates `@codingame/monaco-vscode-configuration-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

Updates `@codingame/monaco-vscode-files-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

Updates `@codingame/monaco-vscode-keybindings-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

Updates `@codingame/monaco-vscode-languages-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

Updates `@codingame/monaco-vscode-model-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

Updates `@codingame/monaco-vscode-storage-service-override` from 8.0.4 to 10.0.2
- [Release notes](https://github.com/CodinGame/monaco-vscode-api/releases)
- [Changelog](https://github.com/CodinGame/monaco-vscode-api/blob/main/release.ts)
- [Commits](CodinGame/monaco-vscode-api@v8.0.4...v10.0.2)

---
updated-dependencies:
- dependency-name: "@ava/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: ava
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: jimp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: vscode-languageclient
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: vscode-languageserver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-configuration-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-files-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-keybindings-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-languages-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-model-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
- dependency-name: "@codingame/monaco-vscode-storage-service-override"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vscode_major
...

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 Oct 14, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vscode_major-6964419e39 branch October 15, 2024 07:40
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