Skip to content

Commit

Permalink
Bump the vscode-dependencies group in /vscode with 6 updates (#316)
Browse files Browse the repository at this point in the history
Bumps the vscode-dependencies group in /vscode with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.11.0` | `9.11.1` |
| [eslint](https://github.com/eslint/eslint) | `9.11.0` | `9.11.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.2.4` | `50.3.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.6.0` | `3.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.6.0` | `8.7.0` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |


Updates `@eslint/js` from 9.11.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)

Updates `eslint` from 9.11.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.0...v9.11.1)

Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.2.4...v50.3.0)

Updates `eslint-plugin-perfectionist` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.6.0...v3.7.0)

Updates `typescript-eslint` from 8.6.0 to 8.7.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.7.0/packages/typescript-eslint)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vscode-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 1865b99 commit ab4d320
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 81 deletions.
162 changes: 87 additions & 75 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"spawn-rx": "3.0.0"
},
"devDependencies": {
"@eslint/js": "9.11.0",
"@eslint/js": "9.11.1",
"@types/chai": "4.3.16",
"@types/mocha": "10.0.8",
"@types/node": "16.18.97",
Expand All @@ -57,11 +57,11 @@
"@vscode/vsce": "3.1.0",
"ajv": "8.17.1",
"chai": "4.4.1",
"eslint": "9.11.0",
"eslint": "9.11.1",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsdoc": "50.2.4",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-n": "17.10.3",
"eslint-plugin-perfectionist": "3.6.0",
"eslint-plugin-perfectionist": "3.7.0",
"eslint-plugin-prettier": "5.2.1",
"glob": "11.0.0",
"mocha": "10.7.3",
Expand All @@ -72,8 +72,8 @@
"sinon-chai": "3.7.0",
"ts-loader": "9.5.1",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0",
"webpack": "5.94.0",
"typescript-eslint": "8.7.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4"
},
"engines": {
Expand Down

0 comments on commit ab4d320

Please sign in to comment.