Skip to content

Commit 61949c4

Browse files
Bump the minor-and-patch group in /vscode with 5 updates
Bumps the minor-and-patch group in /vscode with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.5` | `7.28.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.6` | `25.0.9` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.52.0` | `8.53.0` | Updates `@babel/core` from 7.28.5 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-core) Updates `@types/node` from 25.0.6 to 25.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5) Updates `prettier` from 3.7.4 to 3.8.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) Updates `typescript-eslint` from 8.52.0 to 8.53.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.53.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b2f0e9f commit 61949c4

File tree

2 files changed

+182
-199
lines changed

2 files changed

+182
-199
lines changed

vscode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
"ws": ">= 7.4.6"
818818
},
819819
"devDependencies": {
820-
"@babel/core": "^7.28.5",
820+
"@babel/core": "^7.28.6",
821821
"@eslint/js": "^9.39.2",
822822
"@types/mocha": "^10.0.10",
823823
"@types/node": "25.x",
@@ -827,14 +827,14 @@
827827
"@vscode/vsce": "^3.7.1",
828828
"esbuild": "^0.27.2",
829829
"eslint": "^9.30.1",
830-
"eslint-plugin-prettier": "^5.5.4",
830+
"eslint-plugin-prettier": "^5.5.5",
831831
"glob": "^13.0.0",
832832
"mocha": "^11.7.5",
833833
"ovsx": "^0.10.8",
834-
"prettier": "^3.7.4",
834+
"prettier": "^3.8.0",
835835
"sinon": "^21.0.1",
836836
"typescript": "^5.9.3",
837-
"typescript-eslint": "^8.52.0",
837+
"typescript-eslint": "^8.53.0",
838838
"vscode-oniguruma": "^2.0.1",
839839
"vscode-textmate": "^9.3.1"
840840
},

0 commit comments

Comments
 (0)