Skip to content

Commit 97fbc27

Browse files
Bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group 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.4.0 - [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.4.0) 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.4.0 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] <[email protected]>
1 parent f32f0dc commit 97fbc27

File tree

2 files changed

+143
-193
lines changed

2 files changed

+143
-193
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"ws": ">= 7.4.6"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "^7.26.10",
60+
"@babel/core": "^7.27.1",
6161
"@eslint/eslintrc": "^3.3.1",
62-
"@eslint/js": "^9.25.1",
62+
"@eslint/js": "^9.26.0",
6363
"@shopify/eslint-plugin": "^48.0.2",
6464
"@shopify/prettier-config": "^1.1.4",
6565
"@types/glob": "^8.1.0",
@@ -73,9 +73,9 @@
7373
"esbuild": "^0.25.3",
7474
"eslint": "^8.57.0",
7575
"eslint-import-resolver-typescript": "^4.3.4",
76-
"eslint-plugin-prettier": "^5.2.6",
76+
"eslint-plugin-prettier": "^5.4.0",
7777
"glob": "^11.0.2",
78-
"mocha": "^11.1.0",
78+
"mocha": "^11.2.2",
7979
"ovsx": "^0.10.2",
8080
"prettier": "^3.5.3",
8181
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)