Skip to content

Commit 9036676

Browse files
Bump the minor-and-patch group in /vscode with 4 updates
Bumps the minor-and-patch group in /vscode with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [mocha](https://github.com/mochajs/mocha). Updates `@babel/core` from 7.26.10 to 7.27.1 - [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.27.1/packages/babel-core) Updates `@eslint/js` from 9.25.1 to 9.26.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.26.0/packages/js) Updates `eslint-plugin-prettier` from 5.2.6 to 5.3.1 - [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.2.6...v5.3.1) Updates `mocha` from 11.1.0 to 11.2.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.1.0...v11.2.2) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@eslint/js" dependency-version: 9.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mocha dependency-version: 11.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e302dc7 commit 9036676

2 files changed

Lines changed: 143 additions & 193 deletions

File tree

vscode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,9 @@
788788
"ws": ">= 7.4.6"
789789
},
790790
"devDependencies": {
791-
"@babel/core": "^7.26.10",
791+
"@babel/core": "^7.27.1",
792792
"@eslint/eslintrc": "^3.3.1",
793-
"@eslint/js": "^9.25.1",
793+
"@eslint/js": "^9.26.0",
794794
"@shopify/eslint-plugin": "^47.0.1",
795795
"@shopify/prettier-config": "^1.1.4",
796796
"@types/glob": "^8.1.0",
@@ -805,9 +805,9 @@
805805
"esbuild": "^0.25.3",
806806
"eslint": "^8.57.0",
807807
"eslint-import-resolver-typescript": "^4.3.4",
808-
"eslint-plugin-prettier": "^5.2.6",
808+
"eslint-plugin-prettier": "^5.3.1",
809809
"glob": "^11.0.2",
810-
"mocha": "^11.1.0",
810+
"mocha": "^11.2.2",
811811
"ovsx": "^0.10.2",
812812
"prettier": "^3.5.3",
813813
"sinon": "^20.0.0",

0 commit comments

Comments
 (0)