Skip to content

chore(deps): update frontend-e2e-against-stack dependencies#661

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/frontend-e2e-against-stack-dependencies
Open

chore(deps): update frontend-e2e-against-stack dependencies#661
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/frontend-e2e-against-stack-dependencies

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/bun (source) 1.3.111.3.12 age confidence
eslint-plugin-jest 29.15.129.15.2 age confidence
prettier (source) 3.8.13.8.2 age confidence
typescript-eslint (source) 8.58.08.58.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.15.2

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}
typescript-eslint/typescript-eslint (typescript-eslint)

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot requested review from a team as code owners April 11, 2026 08:33
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-e2e-against-stack-dependencies branch from 4bbc5db to 92696ef Compare April 12, 2026 23:27
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency typescript-eslint to v8.58.1 chore(deps): update frontend-e2e-against-stack dependencies Apr 12, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-e2e-against-stack-dependencies branch from 92696ef to 2224186 Compare April 13, 2026 02:35
@grafana-plugins-platform-bot grafana-plugins-platform-bot bot moved this from 📬 Triage to 🔬 In review in Grafana Catalog Team Apr 13, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-e2e-against-stack-dependencies branch 6 times, most recently from 4d2ea49 to d7c39da Compare April 15, 2026 11:25
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-e2e-against-stack-dependencies branch from d7c39da to db9052c Compare April 16, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔬 In review

Development

Successfully merging this pull request may close these issues.

0 participants