Files
zitadel/e2e/package.json
dependabot[bot] 77bd443817 chore(deps): bump the console group across 2 directories with 7 updates
Bumps the console group with 6 updates in the /console directory:

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.6.2` | `2.6.3` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.258.5` | `1.259.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.13.3` | `0.15.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.38.0` | `8.39.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.6.0` | `5.9.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.1.6` | `5.9.2` |

Bumps the console group with 2 updates in the /e2e directory: [typescript](https://github.com/microsoft/TypeScript) and [cypress](https://github.com/cypress-io/cypress).


Updates `@bufbuild/protobuf` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.6.3/packages/protobuf)

Updates `posthog-js` from 1.258.5 to 1.259.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.258.5...posthog-js@1.259.0)

Updates `zone.js` from 0.13.3 to 0.15.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.1/packages/zone.js)

Updates `@typescript-eslint/parser` from 8.38.0 to 8.39.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/parser)

Updates `jasmine-core` from 5.6.0 to 5.9.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v5.6.0...v5.9.0)

Updates `typescript` from 5.1.6 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.1.6...v5.9.2)

Updates `typescript` from 5.1.6 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.1.6...v5.9.2)

Updates `cypress` from 14.5.3 to 14.5.4
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v14.5.3...v14.5.4)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console
- dependency-name: posthog-js
  dependency-version: 1.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: zone.js
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: jasmine-core
  dependency-version: 5.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: console
- dependency-name: cypress
  dependency-version: 14.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: console
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 03:44:10 +00:00

33 lines
1.4 KiB
JSON

{
"name": "zitadel-e2e",
"version": "0.0.0",
"scripts": {
"open": "pnpm exec cypress open",
"test:e2e": "pnpm exec cypress run",
"test:open:golang": "pnpm run open --",
"test:e2e:golang": "pnpm run e2e --",
"test:open:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run open --",
"test:e2e:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run e2e --",
"test:open:angulargolang": "pnpm run open:golangangular --",
"test:e2e:angulargolang": "pnpm run e2e:golangangular --",
"test:open:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run open --",
"test:e2e:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run e2e --",
"lint": "prettier --check cypress",
"lint:fix": "prettier --write cypress",
"clean": "rm -rf .turbo node_modules"
},
"private": true,
"devDependencies": {
"@types/pg": "^8.11.6",
"cypress-wait-until": "^3.0.2",
"jsonwebtoken": "^9.0.2",
"mochawesome": "^7.1.3",
"pg": "^8.12.0",
"prettier": "^3.3.3",
"typescript": "^5.9.2",
"uuid": "^10.0.0",
"wait-on": "^7.2.0",
"@types/node": "^22.3.0",
"cypress": "^14.5.4"
}
}