Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Update dependency eslint to v9 #52

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.57.0 -> ^9.0.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

Summary by CodeRabbit

  • New Features

    • Upgraded the eslint package to version 9.0.0, introducing new features and improvements to linting capabilities, enhancing overall code quality and maintainability.
  • Chores

    • Updated project dependencies to ensure compatibility and performance with the latest version of eslint.

Copy link

cloudflare-workers-and-pages bot commented Jul 8, 2024

Deploying pbh-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: af2948c
Status: ✅  Deploy successful!
Preview URL: https://11bdb04a.pbh-fe.pages.dev
Branch Preview URL: https://renovate-major-eslint-monore.pbh-fe.pages.dev

View logs

Copy link

coderabbitai bot commented Jul 8, 2024

Walkthrough

The recent update involves upgrading the eslint package in the package.json file from version ^8.57.0 to ^9.0.0. This transition to a newer major version introduces enhancements, improved performance, and potential breaking changes. Developers are encouraged to assess their linting configurations and associated code to ensure compliance with the updated standards and maintain compatibility with the latest features.

Changes

File Change Summary
package.json Updated eslint from ^8.57.0 to ^9.0.0

Poem

🐰 In the garden of code, we hop with delight,
Upgrading eslint brings rules that are bright.
A leap to nine, oh what a sight,
New features await, let’s code through the night!
With linting so fresh, our projects take flight! 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 3 times, most recently from 026371b to 3a19de8 Compare July 9, 2024 14:08
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 3 times, most recently from 7ae4567 to 0eca6b9 Compare July 22, 2024 17:12
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 2 times, most recently from c263788 to 49006dd Compare July 24, 2024 17:48
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 49006dd to 644a21b Compare August 4, 2024 16:13
@renovate renovate bot changed the title Update dependency eslint to v9 chore(deps): update dependency eslint to v9 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 3 times, most recently from 4b873d7 to 36c37ac Compare August 10, 2024 15:47
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b83e7fe and 36c37ac.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

52-52: Verify ESLint configuration compatibility.

The update to ESLint version ^9.0.0 may introduce breaking changes. Ensure that your ESLint configuration and codebase are compatible with the new version and its rules.

@renovate renovate bot changed the title chore(deps): update dependency eslint to v9 Update dependency eslint to v9 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 36c37ac to 2d937d6 Compare August 11, 2024 06:48
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 36c37ac and 2d937d6.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

53-53: Verify compatibility with ESLint v9.0.0.

The update to ESLint ^9.0.0 may introduce breaking changes. Ensure that your linting configurations and codebase are compatible with this new version. Review the ESLint v9.0.0 release notes for any changes that might affect your project.

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 2d937d6 to 0d3e0a1 Compare August 17, 2024 13:05
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2d937d6 and 0d3e0a1.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

51-51: Verify compatibility with ESLint v9.0.0.

The update to ESLint version ^9.0.0 may introduce breaking changes. Ensure that the linting configurations and codebase are compatible with this new version. Review the ESLint changelog for any breaking changes or new rules that might affect your project.

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 0d3e0a1 to 58b094f Compare August 17, 2024 14:14
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0d3e0a1 and 58b094f.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

51-51: Verify compatibility with ESLint v9.0.0.

The update to ESLint ^9.0.0 may introduce breaking changes. Ensure that your linting configurations and code are compatible with the new version. Review the ESLint migration guide for any necessary adjustments.

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 58b094f to af2948c Compare August 17, 2024 17:02
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 58b094f and af2948c.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

50-50: Verify ESLint Configuration Compatibility.

The update to eslint version ^9.0.0 may introduce breaking changes. Ensure that the existing ESLint configuration and rules are compatible with this new version. Review the ESLint changelog for any necessary adjustments to your linting setup.

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

Successfully merging this pull request may close these issues.

0 participants