Skip to content

chore(deps): update dependency eslint-plugin-github to v5.1.5 - autoclosed#25

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-github-5.x-lockfile
Closed

chore(deps): update dependency eslint-plugin-github to v5.1.5 - autoclosed#25
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-github-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github 5.0.1 -> 5.1.5 age adoption passing confidence

Release Notes

github/eslint-plugin-github (eslint-plugin-github)

v5.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

  • ESLint <v9 will maintain backwards compatibility by using the original eslint-filenames-plugin by @​gracepark in https://github.com/github/eslint-plugin-github/pull/579
  • For ESLint v9+, if you configured the filenames/match-regex rule, please note we have adapted the match regex rule into eslint-plugin-github as the original eslint-filenames-plugin is no longer maintained and needed an ESLint v9 update. Please update the rule name to github/filenames-match-regex and keep the same configuration.

Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1

v5.1.0

Compare Source

In this release we're supporting ESLint's new flat config and still maintaining legacy configs for backwards compatibility. We've created flat configs via getFlatConfigs():

Usage
import github from 'eslint-plugin-github'

export default [
  github.getFlatConfigs().browser,
  github.getFlatConfigs().recommended,
  github.getFlatConfigs().react,
  ...github.getFlatConfigs().typescript,
  {
    files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
    ignores: ['eslint.config.mjs'],
    rules: {
      'github/array-foreach': 'error',
      'github/async-preventdefault': 'warn',
      'github/no-then': 'error',
      'github/no-blur': 'error',
    },
  },
]

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.0.2...v5.1.0

v5.0.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2


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.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Dec 9, 2024

Reviewer's Guide by Sourcery

This PR updates the eslint-plugin-github dependency from version 5.0.1 to 5.1.4. The update includes support for ESLint's flat config system, improvements to filename rules, and various dependency updates.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Added support for ESLint's new flat config system while maintaining backward compatibility
  • Introduced getFlatConfigs() method for flat config support
  • Added support for ESLint v9
  • Maintained legacy config support for backward compatibility
pnpm-lock.yaml
Updated filename handling and rules
  • Adapted match regex rule from eslint-filenames-plugin
  • Updated filenames default configuration
  • Added backward compatibility for ESLint <v9 using original eslint-filenames-plugin
pnpm-lock.yaml
Updated various dependencies and their versions
  • Updated multiple @typescript-eslint/* packages
  • Updated ESLint-related dependencies
  • Updated various utility and helper packages
pnpm-lock.yaml

Possibly linked issues

  • Configure Renovate #1: The PR updates eslint-plugin-github to v5.1.4, matching the issue's rate-limited update request.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • All of the files are larger than we can process. We're working on it!

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.4 chore(deps): update dependency eslint-plugin-github to v5.1.5 Jan 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.5 chore(deps): update dependency eslint-plugin-github to v5.1.5 - autoclosed Jan 9, 2025
@renovate renovate bot closed this Jan 9, 2025
@renovate renovate bot deleted the renovate/eslint-plugin-github-5.x-lockfile branch January 9, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants