Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.47.0 -> 8.48.1 age confidence
@typescript-eslint/parser (source) 8.47.0 -> 8.48.1 age confidence
eslint-plugin-playwright 2.3.0 -> 2.4.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
typescript-eslint (source) 8.47.0 -> 8.48.1 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.48.1

Compare Source

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

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

v8.48.0

Compare Source

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

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

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.4.0

Compare Source

Bug Fixes
  • missing-playwright-await: prevent infinite recursion in checkValidity (9ce346d)
Features
prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

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

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

v8.48.0

Compare Source

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

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


Configuration

📅 Schedule: 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

This PR was generated by Mend Renovate. View the repository job log.

@openshift-ci
Copy link

openshift-ci bot commented Nov 27, 2025

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from c9db91b to 9bd4e4c Compare November 28, 2025 11:56
@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 9bd4e4c to 6488bd7 Compare November 28, 2025 15:04
@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 6488bd7 to 77e07cf Compare November 28, 2025 16:25
@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 77e07cf to 87af377 Compare November 28, 2025 17:18
@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@kim-tsao
Copy link
Member

/ok-to-test

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 87af377 to 8231289 Compare November 30, 2025 09:53
@renovate renovate bot changed the title chore(deps): update linters (non-major) to v8.48.0 chore(deps): update linters (non-major) Nov 30, 2025
@openshift-ci
Copy link

openshift-ci bot commented Nov 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign albarbaro for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 8231289 to ffc346e Compare November 30, 2025 12:32
@github-actions
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from ffc346e to 5a8b871 Compare December 1, 2025 03:40
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from d967b61 to da9e4a9 Compare December 3, 2025 19:01
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from da9e4a9 to c2e88c0 Compare December 3, 2025 23:03
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from c2e88c0 to 325bb88 Compare December 4, 2025 10:48
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 325bb88 to 2fdd2ff Compare December 4, 2025 15:21
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

@kim-tsao
Copy link
Member

kim-tsao commented Dec 4, 2025

/retest

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 2fdd2ff to f6f8779 Compare December 4, 2025 16:41
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from f6f8779 to c7ea02b Compare December 4, 2025 21:19
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from c7ea02b to d0d4d0d Compare December 5, 2025 09:56
@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from d0d4d0d to 9c081e6 Compare December 5, 2025 10:36
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/linters-(non-major) branch from 9c081e6 to e1c8484 Compare December 5, 2025 14:19
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 5, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant