Skip to content

Commit

Permalink
Bump the npm-modules-updates-for-tests group
Browse files Browse the repository at this point in the history
Bumps the npm-modules-updates-for-tests group in /frontend/e2e with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.25.0` | `1.49.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.0.3` | `22.10.3` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.4` | `5.0.9` |
| [playwright](https://github.com/microsoft/playwright) | `1.25.0` | `1.49.1` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.8.2` | `10.9.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.7.4` | `5.7.2` |


Updates `@playwright/test` from 1.25.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.25.0...v1.49.1)

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

Updates `nanoid` from 3.3.4 to 5.0.9
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.4...5.0.9)

Updates `playwright` from 1.25.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.25.0...v1.49.1)

Updates `ts-node` from 10.8.2 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.8.2...v10.9.2)

Updates `typescript` from 4.7.4 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.7.4...v5.7.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-modules-updates-for-tests
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates-for-tests
- dependency-name: nanoid
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates-for-tests
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-modules-updates-for-tests
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-modules-updates-for-tests
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates-for-tests
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 81f70aa commit 4b5b9dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"author": "Paul Mineev <[email protected]>",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.25.0",
"@types/node": "^22.9.0",
"nanoid": "^5.0.8",
"playwright": "^1.25.0",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.3",
"nanoid": "^5.0.9",
"playwright": "^1.49.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}

0 comments on commit 4b5b9dd

Please sign in to comment.