Skip to content

Commit b5bfba2

Browse files
Bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` | `9.24.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.14` | `22.14.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.1` | `4.3.2` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.5` | `5.2.6` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | Updates `@eslint/js` from 9.23.0 to 9.24.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.24.0/packages/js) Updates `@types/node` from 22.13.14 to 22.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-import-resolver-typescript` from 4.3.1 to 4.3.2 - [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.3.1...v4.3.2) Updates `eslint-plugin-prettier` from 5.2.5 to 5.2.6 - [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.5...v5.2.6) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 22.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-import-resolver-typescript dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 533113a commit b5bfba2

File tree

2 files changed

+135
-135
lines changed

2 files changed

+135
-135
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@
5959
"devDependencies": {
6060
"@babel/core": "^7.26.10",
6161
"@eslint/eslintrc": "^3.3.1",
62-
"@eslint/js": "^9.23.0",
62+
"@eslint/js": "^9.24.0",
6363
"@shopify/eslint-plugin": "^48.0.2",
6464
"@shopify/prettier-config": "^1.1.4",
6565
"@types/glob": "^8.1.0",
6666
"@types/mocha": "^10.0.10",
67-
"@types/node": "^22.13.14",
67+
"@types/node": "^22.14.0",
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",
7272
"@vscode/vsce": "^3.3.2",
7373
"esbuild": "^0.25.2",
7474
"eslint": "^8.57.0",
75-
"eslint-import-resolver-typescript": "^4.3.1",
76-
"eslint-plugin-prettier": "^5.2.5",
75+
"eslint-import-resolver-typescript": "^4.3.2",
76+
"eslint-plugin-prettier": "^5.2.6",
7777
"glob": "^11.0.1",
7878
"mocha": "^11.1.0",
7979
"ovsx": "^0.10.1",
8080
"prettier": "^3.5.3",
81-
"typescript": "^5.8.2"
81+
"typescript": "^5.8.3"
8282
}
8383
}

0 commit comments

Comments
 (0)