Skip to content

Commit 257fc2b

Browse files
Bump the minor-and-patch group in /vscode with 4 updates
Bumps the minor-and-patch group in /vscode with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [glob](https://github.com/isaacs/node-glob), [mocha](https://github.com/mochajs/mocha) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.28.0 to 9.29.0 - [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.29.0/packages/js) Updates `glob` from 11.0.2 to 11.0.3 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.2...v11.0.3) 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 `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) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: glob dependency-version: 11.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: mocha dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.34.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 8f2b198 commit 257fc2b

File tree

2 files changed

+127
-108
lines changed

2 files changed

+127
-108
lines changed

vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@
800800
"devDependencies": {
801801
"@babel/core": "^7.27.4",
802802
"@eslint/eslintrc": "^3.3.1",
803-
"@eslint/js": "^9.28.0",
803+
"@eslint/js": "^9.29.0",
804804
"@shopify/eslint-plugin": "^48.0.2",
805805
"@shopify/prettier-config": "^1.1.4",
806806
"@types/glob": "^8.1.0",
@@ -816,8 +816,8 @@
816816
"eslint": "^8.57.0",
817817
"eslint-import-resolver-typescript": "^4.4.3",
818818
"eslint-plugin-prettier": "^5.4.1",
819-
"glob": "^11.0.2",
820-
"mocha": "^11.5.0",
819+
"glob": "^11.0.3",
820+
"mocha": "^11.6.0",
821821
"ovsx": "^0.10.4",
822822
"prettier": "^3.5.3",
823823
"sinon": "^20.0.0",

0 commit comments

Comments
 (0)