Skip to content

Commit d742a65

Browse files
Bump the minor-and-patch group with 8 updates
Bumps the minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.0` | `3.3.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.22.0` | `9.23.0` | | [@shopify/prettier-config](https://github.com/Shopify/web-configs/tree/HEAD/packages/prettier-config) | `1.1.2` | `1.1.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.14` | | [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.3.0` | `3.3.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.1` | `0.25.2` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.1.1` | `4.3.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` | Updates `@eslint/eslintrc` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.3.0...v3.3.1) Updates `@eslint/js` from 9.22.0 to 9.23.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.23.0/packages/js) Updates `@shopify/prettier-config` from 1.1.2 to 1.1.4 - [Release notes](https://github.com/Shopify/web-configs/releases) - [Changelog](https://github.com/Shopify/web-configs/blob/main/packages/prettier-config/CHANGELOG.md) - [Commits](https://github.com/Shopify/web-configs/commits/@shopify/[email protected]/packages/prettier-config) Updates `@types/node` from 22.13.10 to 22.13.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vscode/vsce` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.3.0...v3.3.2) Updates `esbuild` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.1...v0.25.2) Updates `eslint-import-resolver-typescript` from 4.1.1 to 4.3.1 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v4.1.1...v4.3.1) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.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.2.3...v5.2.5) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@shopify/prettier-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63f8429 commit d742a65

File tree

2 files changed

+298
-269
lines changed

2 files changed

+298
-269
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.26.10",
61-
"@eslint/eslintrc": "^3.3.0",
62-
"@eslint/js": "^9.22.0",
61+
"@eslint/eslintrc": "^3.3.1",
62+
"@eslint/js": "^9.23.0",
6363
"@shopify/eslint-plugin": "^47.0.1",
64-
"@shopify/prettier-config": "^1.1.2",
64+
"@shopify/prettier-config": "^1.1.4",
6565
"@types/glob": "^8.1.0",
6666
"@types/mocha": "^10.0.10",
67-
"@types/node": "^22.13.10",
67+
"@types/node": "^22.13.14",
6868
"@types/vscode": "^1.63.0",
6969
"@typescript-eslint/eslint-plugin": "^5.62.0",
7070
"@typescript-eslint/parser": "^5.62.0",
7171
"@vscode/test-electron": "^2.4.1",
72-
"@vscode/vsce": "^3.3.0",
73-
"esbuild": "^0.25.1",
72+
"@vscode/vsce": "^3.3.2",
73+
"esbuild": "^0.25.2",
7474
"eslint": "^8.57.0",
75-
"eslint-import-resolver-typescript": "^4.1.1",
76-
"eslint-plugin-prettier": "^5.2.3",
75+
"eslint-import-resolver-typescript": "^4.3.1",
76+
"eslint-plugin-prettier": "^5.2.5",
7777
"glob": "^11.0.1",
7878
"mocha": "^11.1.0",
7979
"ovsx": "^0.10.1",

0 commit comments

Comments
 (0)