Skip to content

Commit

Permalink
[Dependencies]: Bump the dependencies-dev group with 4 updates (#99)
Browse files Browse the repository at this point in the history
* [Dependencies]: Bump the dependencies-dev group with 4 updates

Bumps the dependencies-dev group with 4 updates: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@playwright/test` from 1.46.1 to 1.47.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.1...v1.47.0)

Updates `@types/node` from 22.5.1 to 22.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

Updates `typescript-eslint` from 8.3.0 to 8.4.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.4.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
- dependency-name: eslint
  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>

* Update Playwright Docker image

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iván Pereira Muñoz <elchininet@gmail.com>
  • Loading branch information
dependabot[bot] and elchininet authored Sep 8, 2024
1 parent 082e061 commit d8e74ef
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .hass/config/www/home-assistant-query-selector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .playwright_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.46.1-jammy
v1.47.0-jammy
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"shadow-dom-selector": "^4.1.2"
},
"devDependencies": {
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"@types/sinon": "^17.0.3",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"nyc": "^17.0.0",
"playwright-test-coverage": "^1.2.12",
Expand All @@ -76,6 +76,6 @@
"sinon": "^18.0.0",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
"typescript-eslint": "^8.4.0"
}
}
Loading

0 comments on commit d8e74ef

Please sign in to comment.