Skip to content

style(deps): update eslint to v1 (major) #924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-format >=0.1.0 -> >=1.0.1 age confidence
eslint-plugin-playwright ^0.16.0 || ^0.18.0 -> ^0.16.0 || ^0.18.0 || ^1.0.0 age confidence

Release Notes

antfu/eslint-plugin-format (eslint-plugin-format)

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

No significant changes

    View changes on GitHub

v0.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v1.8.3

Compare Source

Bug Fixes

v1.8.2

Compare Source

Bug Fixes
Documentation
  • max-expects: Fix README incorrectly marking max-expects as recommended (#​324) (8778bd3)

v1.8.1

Compare Source

Bug Fixes
  • no-useless-await: Fix false positive with expect.poll and resolves/rejects (23663fb), closes #​323

v1.8.0

Compare Source

Features
  • no-useless-await: Remove useless awaits from expect methods (e283efc), closes #​306
Bug Fixes

v1.7.0

Compare Source

Features
Bug Fixes
  • Flat config TypeScript fix (1b5aadb), closes #​299
  • no-conditional-expect: Fix false positive with asymmetric matchers (#​304) (3860f1e)

v1.6.2

Compare Source

Bug Fixes
  • prefer-to-have-count: Support variable references (#​292) (d894de6)

v1.6.1

Compare Source

Bug Fixes
  • prefer-web-first-assertions: Support variable reassignment (#​287) (b0fb7cd)
Documentation

v1.6.0

Compare Source

Features
Documentation

v1.5.4

Compare Source

Bug Fixes
  • valid-expect: Don' mark expect.anything() as invalid. (a9045db)

v1.5.3

Compare Source

Bug Fixes
  • Make config TypeScript compatible (777ab12)
  • prefer-web-first-assertions: Fix error with nested call expressions (bf821f5), closes #​276
Tests
  • valid-describe-callback: Add test case for async describe with tags (ae78045)

v1.5.2

Compare Source

Bug Fixes
  • valid-describe-callback: Support unnamed describe (b3768f8)

v1.5.1

Compare Source

Bug Fixes
  • require-hook: False positive when using new options argument (8a06748)
  • valid-describe-callback: False positive when using new options argument (c25d200), closes #​266
Documentation
  • Add missing URLs to rules (26998b5)

v1.5.0

Compare Source

Features
Bug Fixes
  • no-useless-not: Add support for visible and enabled options (e97a62b)
Documentation
  • no-standalone-expect: Improve documentation around best practices (95fcfd8)

v1.4.2

Compare Source

Bug Fixes
  • valid-describe-callback: False positive with test.describe.configure (91988d5)
Tests
  • Add more test cases test configuration (6bc2576)

v1.4.1

Compare Source

Bug Fixes
  • valid-describe-callback: Fix false negatives (dd1db89)
  • valid-title: False positives with test.use, test.describe.configure, and test.slow (33b2905), closes #​258
  • valid-title: Fix more false positives and reduce future chance of error (3e99e55)
Documentation

v1.4.0

Compare Source

Features
  • Add valid-describe-callback rule (c0bd18e)
  • Add valid-expect-in-promise rule (cbf356d)
  • Add require-to-throw-message rule (3bb8c6a)
Tests
  • require-hook: Add more test cases (7258d98)
  • require-hook: Add test for valid test.use usage (13141cc)
Refactoring

This release brings with it some major refactoring to the internals of the plugin to improve consistency, performance, and future enhancements. This should not cause any issues as we have a very extensive test suite, but if you encounter any issues, please let us know!

v1.3.1

Compare Source

Bug Fixes
  • no-standalone-expect: Allow expect() calls in test hooks (5524bf7), closes #​242
  • require-hook: Allow test.describe.configure outside of hooks (df7e4b2)
Tests

v1.3.0

Compare Source

Features
Bug Fixes
  • no-standalone-expect: Allow expect in class methods (e2dc9aa)

v1.2.0

Compare Source

Features
  • Add max-expects rule (acf80a0)
  • Add no-commented-out-tests rule (718d900)
  • Add no-conditional-expect rule (dbf91cc)
  • Add no-duplicate-hooks rule (0a28d25)
  • Add no-standalone-expect rule (#​223) (8aa75d2)
  • Add prefer-hooks-in-order rule (10babed)
  • Add prefer-hooks-on-top rule (24a51d2)

v1.1.2

Compare Source

Bug Fixes
  • no-unsafe-references: Ignore TypeScript type references (3b3cafd), closes #​214
  • Update ESLint peer requirements to 8.40.0 (3a9c302)

v1.1.1

Compare Source

Bug Fixes
  • False positives for no-unsafe-references when using Promise, window, or console (c2e9e10)
  • no-unsafe-references: Add arguments after existing array elements (50df5ba)
  • no-unsafe-references: Convert non-array params to array when adding references (b4ef27c)

v1.1.0

Compare Source

Features
  • Add no-unsafe-references rule to check for unsafe references to variables within page.evaluate() (27f6236)
  • Support variable references in prefer-web-first-assertions (#​210) (8dae81e)
Bug Fixes
  • Set lowest Node.js version to 16.6.0 (c8938e0)
Tests
  • Add Node 20 to CI tests (72f96bb)

v1.0.1

Compare Source

Bug Fixes
  • Add missing no-get-by-title config (c0e0fde)

v1.0.0

Compare Source

Features
  • Add no-get-by-title rule (d7c0753), closes #​196
  • Add support for settings.globalAliases to support custom test/expect names (40759e7)
  • Remove support for global assertFunctionNames (cc3159a)
  • Rename additionalAssertFunctionNames to assertFunctionNames (ed5d7bc)
BREAKING CHANGES
  • Rename the additionalAssertFunctionNames option to assertFunctionNames. The accepted values are the same, the setting name is the only change.
  • assertFunctionNames is now only available at the rule level

v0.22.2

Compare Source

Bug Fixes
  • Add toPass to missing-playwright-await test matchers (#​206) (3a8f674)
  • Fix prefer-to-have-count false positive (510e71c), closes #​207
  • Use checked property of toBeChecked when it is not a boolean literal (3563148), closes #​205

v0.22.1

Compare Source

Bug Fixes
  • Remove accidental console log (11ac823)

v0.22.0

Compare Source

Bug Fixes
  • Ignore expect without assertion in missing-playwright-await (#​201) (47249ce)
Features

v0.21.0

Compare Source

Bug Fixes
  • Fix more edge cases with missing-playwright-await (#​190) (f2aa1ec)
Features

v0.20.0

Compare Source

Bug Fixes
Features
  • Add missed assertions to the 'missing-playwright-await' rule (#​181) (b54e7df)

v0.19.0

Compare Source

Bug Fixes
  • Support older ESLint versions that don't support context.sourceCode (#​180) (0419585)
Features

Configuration

📅 Schedule: Branch creation - "after 1am and before 5am every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@renovate renovate bot added the eslint label Aug 2, 2025
@renovate renovate bot requested a review from prisis as a code owner August 2, 2025 01:52
Copy link

coderabbitai bot commented Aug 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented Aug 2, 2025

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

Unknown release type "style" found in pull request title "style(deps): update eslint to v1 (major)". 

Available types:
 - build
 - chore
 - ci
 - docs
 - feat
 - fix
 - perf
 - infra
 - refactor
 - revert
 - test

Copy link

pkg-pr-new bot commented Aug 2, 2025

Open in StackBlitz

npm i https://pkg.pr.new/anolilab/javascript-style-guide/@anolilab/lint-staged-config@924
npm i https://pkg.pr.new/anolilab/javascript-style-guide/@anolilab/eslint-config@924

commit: 7844554

BREAKING CHANGE: updated dependencies to major versions
@renovate renovate bot force-pushed the renovate/major-1-eslint branch from 7844554 to 2355057 Compare August 9, 2025 01:21
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedhusky@​9.1.71001005979100
Addedpostcss@​8.5.6991008187100
Addedshell-quote@​1.8.310010010083100
Addedsemver@​7.7.210010010085100
Addedtype-fest@​4.41.010010010086100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants