Skip to content

Commit 2fd1be9

Browse files
Bump the dependencies group with 6 updates (#218)
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.0` | `8.32.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.0` | `8.32.1` | | [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.27.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.6` | `5.4.0` | | [webpack](https://github.com/webpack/webpack) | `5.99.7` | `5.99.8` | Updates `@typescript-eslint/eslint-plugin` from 8.31.0 to 8.32.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.31.0 to 8.32.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/parser) Updates `eslint` from 9.25.1 to 9.27.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.25.1...v9.27.0) Updates `eslint-config-prettier` from 10.1.2 to 10.1.5 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5) 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 `webpack` from 5.99.7 to 5.99.8 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.7...v5.99.8) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.32.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.32.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-version: 9.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-config-prettier dependency-version: 10.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-prettier dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webpack dependency-version: 5.99.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ferry Cools <fcools@digilive.nl>
1 parent b80d3c7 commit 2fd1be9

File tree

2 files changed

+104
-88
lines changed

2 files changed

+104
-88
lines changed

package-lock.json

Lines changed: 98 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"deepmerge": "^4"
3131
},
3232
"devDependencies": {
33-
"@typescript-eslint/eslint-plugin": "^8.31.0",
34-
"@typescript-eslint/parser": "^8.31.0",
35-
"eslint": "^9.25.1",
36-
"eslint-config-prettier": "^10.1.2",
37-
"eslint-plugin-prettier": "^5.2.6",
33+
"@typescript-eslint/eslint-plugin": "^8.32.1",
34+
"@typescript-eslint/parser": "^8.32.1",
35+
"eslint": "^9.27.0",
36+
"eslint-config-prettier": "^10.1.5",
37+
"eslint-plugin-prettier": "^5.4.0",
3838
"home-assistant-js-websocket": "^9.5.0",
3939
"prettier": "^3.5.3",
4040
"superstruct": "^2.0.2",
4141
"ts-loader": "^9.5.2",
4242
"ts-node": "^10.9.2",
4343
"typescript": "^5.8.3",
4444
"version-bump-prompt": "^6",
45-
"webpack": "^5.99.7",
45+
"webpack": "^5.99.8",
4646
"webpack-cli": "^6.0.1"
4747
},
4848
"scripts": {

0 commit comments

Comments
 (0)