Skip to content

Commit

Permalink
[Dependencies]: Bump the dependencies-dev group with 5 updates (#87)
Browse files Browse the repository at this point in the history
* [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.44.1` | `1.45.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.8` | `20.14.9` |
| [eslint](https://github.com/eslint/eslint) | `9.5.0` | `9.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.6.0` | `15.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.13.1` | `7.14.1` |


Updates `@playwright/test` from 1.44.1 to 1.45.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.1...v1.45.0)

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

Updates `eslint` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.5.0...v9.6.0)

Updates `globals` from 15.6.0 to 15.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.6.0...v15.7.0)

Updates `typescript-eslint` from 7.13.1 to 7.14.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/v7.14.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-patch
  dependency-group: dependencies-dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: globals
  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 Playground Docker version

---------

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 Jul 2, 2024
1 parent 368c9bb commit 297932e
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .playwright_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.44.1-jammy
v1.45.0-jammy
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"shadow-dom-selector": "^4.1.2"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/sinon": "^17.0.3",
"eslint": "^9.5.0",
"globals": "^15.6.0",
"eslint": "^9.6.0",
"globals": "^15.7.0",
"nyc": "^17.0.0",
"playwright-test-coverage": "^1.2.12",
"rollup": "^4.18.0",
Expand All @@ -76,6 +76,6 @@
"sinon": "^18.0.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^7.14.1"
}
}
Loading

0 comments on commit 297932e

Please sign in to comment.