Skip to content
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

⬆️ Updates eslint-plugin-github to v5 #624

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github ^4.1.1 -> ^5.1.8 age adoption passing confidence

Release Notes

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

v5.1.8

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8

v5.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7

v5.1.6

Compare Source

What's Changed

New Contributors

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

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

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

Formally releasing v5.0.0!

This release includes everything in pre-release v5.0.0-2!

We notably dropped support for node 14 and node 16 in favor of node 18.

What's Changed

v4.10.2

Compare Source

What's Changed

Functionality
Dependancy updates

New Contributors

Full Changelog: github/eslint-plugin-github@v4.10.1...v4.10.2

v4.10.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.10.0...v4.10.1

v4.10.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.9.2...v4.10.0

v4.9.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.9.1...v4.9.2

v4.9.1

Compare Source

Bug fixes

This release includes bug fixes for a few accessibility rules including: a11y-aria-role-supports-props, a11y-no-title-attribute, and
jsx-a11y/no-interactive-element-to-noninteractive-role.

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.9.0...v4.9.1

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.8.0...v4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.7.0...v4.8.0

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.6.1...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.6.0...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, 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.

Copy link

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

Copy link

🏷️ [bumpr] Next version:v2.0.2 Changes:v2.0.1...AlexRogalskiy:renovate/eslint-plugin-github-5.x

Copy link

socket-security bot commented May 23, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 2 times, most recently from 9ac3dd6 to fd94edb Compare June 5, 2024 01:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from fd94edb to aea576f Compare September 11, 2024 14:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 4 times, most recently from cb09eee to 89619bb Compare November 26, 2024 19:49
Copy link

socket-security bot commented Nov 26, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/[email protected] None +1 410 kB eslint-community-bot
npm/@eslint-community/[email protected] None 0 473 kB eslint-community-bot
npm/@eslint/[email protected] None 0 49.1 kB eslintbot
npm/@eslint/[email protected] None 0 14.9 kB eslintbot, openjsfoundation
npm/@github/[email protected] None 0 3.39 kB koddsson
npm/@pkgr/[email protected] None 0 8.54 kB jounqin
npm/@rtsao/[email protected] None 0 3.61 kB rtsao
npm/@typescript-eslint/[email protected] 🔁 npm/@typescript-eslint/[email protected] None 0 2.85 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] 🔁 npm/@typescript-eslint/[email protected] None +1 642 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] None 0 283 kB bradzacher, jameshenry
npm/[email protected] None 0 176 kB ljharb
npm/[email protected] None 0 12 kB ljharb
npm/[email protected] None 0 29.4 kB ljharb
npm/[email protected] None +1 43.8 kB ljharb
npm/[email protected] None 0 21.7 kB ljharb
npm/[email protected] None 0 126 kB kyldvs
npm/[email protected] None 0 9.63 kB ljharb
npm/[email protected] None 0 20.4 kB ljharb
npm/[email protected] None 0 2.79 MB npmdeque
npm/[email protected] None 0 111 kB ljharb
npm/[email protected] None 0 14.5 kB ljharb
npm/[email protected] None 0 12 kB ljharb
npm/[email protected] None 0 11.8 kB lazurski
npm/[email protected] None 0 11.3 kB ljharb
npm/[email protected] None 0 11.4 kB ljharb
npm/[email protected] None 0 11.1 kB ljharb
npm/[email protected] None 0 30.9 kB ljharb
npm/[email protected] None 0 13 kB ljharb
npm/[email protected] None 0 10.2 kB ljharb
npm/[email protected] None 0 12.3 kB ljharb
npm/[email protected] None 0 11.4 kB ljharb
npm/[email protected] None 0 14.5 kB ljharb
npm/[email protected] None 0 11 kB ljharb
npm/[email protected] Transitive: environment, filesystem +1 91.7 kB keithamus
npm/[email protected] None 0 15.9 kB selaux
npm/[email protected] 🔁 npm/[email protected] None 0 76 kB githubbot
npm/[email protected] None 0 9.72 kB dgraham
npm/[email protected] None +1 779 kB ljharb
npm/[email protected] None 0 11.6 kB levibuzolic
npm/[email protected] None +1 50.2 kB ljharb
npm/[email protected] None 0 27.1 kB ljharb
npm/[email protected] None 0 16.7 kB ljharb
npm/[email protected] None 0 10.8 kB ljharb
npm/[email protected] None 0 17.2 kB ljharb
npm/[email protected] None +1 36.6 kB ljharb
npm/[email protected] None 0 9.87 kB ljharb
npm/[email protected] None 0 812 kB mattpauldavies
npm/[email protected] None 0 14.8 kB ljharb
npm/[email protected] None 0 10.9 kB ljharb
npm/[email protected] None 0 14.5 kB ljharb
npm/[email protected] None +1 41 kB ljharb
npm/[email protected] None 0 8.77 kB ljharb
npm/[email protected] None 0 23 kB ljharb
npm/[email protected] None 0 16.1 kB ljharb
npm/[email protected] None 0 23.3 kB ljharb, tunnckocore
npm/[email protected] None 0 17.9 kB ljharb
npm/[email protected] None 0 25.4 kB ljharb
npm/[email protected] None 0 13.5 kB ljharb
npm/[email protected] None 0 17.2 kB ljharb
npm/[email protected] eval 0 35.7 kB ljharb
npm/[email protected] None 0 20.4 kB ljharb
npm/[email protected] None 0 25.2 kB ljharb
npm/[email protected] None 0 19.7 kB ljharb
npm/[email protected] None 0 17.1 kB ljharb
npm/[email protected] None 0 21.9 kB ljharb
npm/[email protected] None 0 20.6 kB ljharb
npm/[email protected] None 0 15.9 kB ljharb
npm/[email protected] None 0 19.8 kB ljharb
npm/[email protected] None 0 236 kB ljharb
npm/[email protected] None 0 1.54 MB mcg
npm/[email protected] None 0 32 kB mcg
npm/[email protected] None 0 21.9 kB jdalton
npm/[email protected] None 0 17.7 kB jdalton
npm/[email protected] None 0 17.7 kB jdalton
npm/[email protected] None 0 11.4 kB jdalton
npm/[email protected] None 0 17.3 kB ljharb
npm/[email protected] None 0 16.3 kB ljharb
npm/[email protected] None 0 14.6 kB ljharb
npm/[email protected] None 0 9.8 kB ljharb
npm/[email protected] None 0 6.37 kB alexeyraspopov
npm/[email protected] None 0 10.9 kB ljharb
npm/[email protected] None 0 23.3 kB ljharb
npm/[email protected] None 0 44.3 kB ljharb
npm/[email protected] None 0 17.6 kB ljharb
npm/[email protected] None 0 8.5 kB ljharb
npm/[email protected] None 0 11.9 kB ljharb
npm/[email protected] None 0 14.7 kB ljharb
npm/[email protected] None 0 16.7 kB ljharb
npm/[email protected] None 0 9.3 kB ljharb
npm/[email protected] None 0 14.7 kB ljharb
npm/[email protected] None 0 13.3 kB ljharb
npm/[email protected] None 0 14.7 kB ljharb
npm/[email protected] None 0 21.5 kB ljharb
npm/[email protected] None 0 16.2 kB nicolo-ribaudo
npm/[email protected] None 0 35.2 kB ljharb
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] environment 0 59.8 kB jounqin
npm/[email protected] None 0 354 kB joshuakgoldberg
npm/[email protected] None 0 12.2 kB ljharb
npm/[email protected] None 0 18.4 kB ljharb
npm/[email protected] None 0 19.8 kB ljharb
npm/[email protected] None 0 24.2 kB ljharb
npm/[email protected] None 0 103 kB jameshenry
npm/[email protected] None 0 18.5 kB ljharb
npm/[email protected] environment, filesystem, shell 0 14.7 kB ai
npm/[email protected] None 0 19.3 kB ljharb
npm/[email protected] None 0 30 kB ljharb
npm/[email protected] None 0 20.1 kB ljharb
npm/[email protected] None 0 43 kB ljharb

View full report↗︎

@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 89619bb to 9665b62 Compare December 5, 2024 20:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 9665b62 to c166762 Compare January 7, 2025 02:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 2 times, most recently from 795f255 to e88e1b8 Compare January 31, 2025 02:42
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from e88e1b8 to 18a8b80 Compare February 4, 2025 23:24
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.

0 participants