Skip to content

Commit

Permalink
[Dependencies]: Bump the dependencies-dev group with 4 updates (#94)
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.45.3 to 1.46.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.3...v1.46.0)

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

Updates `eslint` from 9.8.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.0)

Updates `typescript-eslint` from 8.0.0 to 8.0.1
- [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.0.1/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-minor
  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-patch
  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 Aug 11, 2024
1 parent def9ef1 commit 5aacd63
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .playwright_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.45.3-jammy
v1.46.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.45.3",
"@playwright/test": "1.46.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint": "^9.6.0",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/sinon": "^17.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.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.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
"typescript-eslint": "^8.0.1"
}
}
Loading

0 comments on commit 5aacd63

Please sign in to comment.