Skip to content

ci: bump the web-e2e group in /tests/web-e2e with 7 updates#611

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tests/web-e2e/develop/web-e2e-9e17e7c487
Open

ci: bump the web-e2e group in /tests/web-e2e with 7 updates#611
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tests/web-e2e/develop/web-e2e-9e17e7c487

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-e2e
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-e2e
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-e2e
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-e2e
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-e2e
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: web-e2e
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: web-e2e
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript JavaScript / TypeScript labels Jul 13, 2026
@dependabot dependabot Bot requested a review from BenJule as a code owner July 13, 2026 12:11
@dependabot dependabot Bot added dependencies Dependency updates javascript JavaScript / TypeScript labels Jul 13, 2026
@github-actions github-actions Bot added area: ci GitHub Actions, CI/CD tests Test files and test infrastructure labels Jul 13, 2026

@s3-review s3-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/web-e2e/package.json updates typescript to 7.0.2 while the @typescript-eslint/* packages still declare a peer‑dependency range of >=4.8.4 <6.1.0. This creates an unsatisfied peer dependency and will cause install‑time warnings or runtime type‑checking failures in the linting setup. Align the TypeScript version with the range expected by @typescript-eslint (e.g. stay on 6.x) or upgrade the entire @typescript-eslint suite to a release that officially supports TypeScript 7.

@BenJule BenJule added this to the v02.07.01-dev milestone Jul 13, 2026
@BenJule BenJule self-assigned this Jul 13, 2026
BenJule added a commit that referenced this pull request Jul 13, 2026
The "Automation: Auto-assign to Project" workflow failed on every
Dependabot PR (#611, #612, #613) because `pull_request` workflows
triggered by Dependabot only receive Dependabot secrets —
`secrets.PROJECT_TOKEN` was empty and the add-to-project step errored.

Switching the trigger to `pull_request_target` runs the job in base-repo
context where repository secrets are available. This is safe for this
workflow: it never checks out or executes PR code, it only touches PR
metadata (project board, assignee, milestone).

Closes #614
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci GitHub Actions, CI/CD dependencies Dependency updates javascript JavaScript / TypeScript tests Test files and test infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant