Skip to content

Commit b229108

Browse files
dependabot[bot]elchininet
authored andcommitted
[Dependencies]: Bump the dependencies-dev group with 5 updates
Bumps the dependencies-dev group with 5 updates: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.50.0` | `1.50.1` | | [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `3.0.0` | `3.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.13.0` | | [rollup](https://github.com/rollup/rollup) | `4.32.0` | `4.34.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` | Updates `@playwright/test` from 1.50.0 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.0...v1.50.1) Updates `@stylistic/eslint-plugin-js` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-js) Updates `@types/node` from 22.10.10 to 22.13.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `rollup` from 4.32.0 to 4.34.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.32.0...v4.34.0) Updates `typescript-eslint` from 8.21.0 to 8.22.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b173cd commit b229108

File tree

2 files changed

+204
-197
lines changed

2 files changed

+204
-197
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
"postversion": "git push && git push --tags"
3131
},
3232
"devDependencies": {
33-
"@playwright/test": "1.50.0",
33+
"@playwright/test": "1.50.1",
3434
"@rollup/plugin-json": "^6.1.0",
3535
"@rollup/plugin-node-resolve": "^16.0.0",
3636
"@rollup/plugin-terser": "^0.4.4",
37-
"@stylistic/eslint-plugin-js": "^3.0.0",
38-
"@types/node": "^22.10.10",
37+
"@stylistic/eslint-plugin-js": "^3.0.1",
38+
"@types/node": "^22.13.0",
3939
"eslint": "^9.19.0",
4040
"globals": "^15.14.0",
4141
"nyc": "^17.1.0",
4242
"playwright-test-coverage": "^1.2.12",
43-
"rollup": "^4.32.0",
43+
"rollup": "^4.34.0",
4444
"rollup-plugin-istanbul": "^5.0.0",
4545
"rollup-plugin-ts": "^3.4.5",
4646
"tslib": "^2.8.1",
4747
"typescript": "^5.7.3",
48-
"typescript-eslint": "^8.21.0"
48+
"typescript-eslint": "^8.22.0"
4949
},
5050
"dependencies": {
5151
"home-assistant-query-selector": "^4.3.0",

0 commit comments

Comments
 (0)