Skip to content

⬆️ Updates eslint-plugin-github to v6 #885

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: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

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

Release Notes

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

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: This project is now ESM. Users of Node < 20.x will need to upgrade their version of Node, or continue to use v5.x of this library.

New Contributors

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

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


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 is behind base branch, 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

Copy link

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@eslint-community/eslint-utils@4.5.1 None 0 381 kB eslint-community-bot, michaeldeboey
npm/@eslint-community/regexpp@4.12.1 None 0 473 kB eslint-community-bot
npm/@eslint/compat@1.2.7 None 0 49.4 kB eslintbot
npm/@eslint/js@9.23.0 None 0 0 B
npm/@github/browserslist-config@1.0.0 None 0 3.39 kB koddsson
npm/@pkgr/core@0.1.2 None 0 8.87 kB i1stg, jounqin
npm/@rtsao/scc@1.1.0 None 0 3.61 kB rtsao
npm/@typescript-eslint/type-utils@8.27.0 None 0 0 B
npm/@typescript-eslint/utils@8.27.0 None 0 267 kB bradzacher, jameshenry
npm/aria-query@5.3.2 None 0 176 kB ljharb
npm/array-buffer-byte-length@1.0.2 None 0 12 kB ljharb
npm/array.prototype.findlastindex@1.2.6 None 0 30.5 kB ljharb
npm/array.prototype.flatmap@1.3.3 None 0 20.9 kB ljharb
npm/arraybuffer.prototype.slice@1.0.4 None 0 21.7 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/async-function@1.0.0 None 0 9.63 kB ljharb
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.10.3 None 0 2.79 MB dqlabs, dylanb, npmdeque, ...1 more
npm/axobject-query@4.1.0 None 0 111 kB ljharb
npm/call-bind-apply-helpers@1.0.2 None 0 16 kB ljharb
npm/call-bound@1.0.4 None 0 0 B
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/data-view-buffer@1.0.2 None 0 11.3 kB ljharb
npm/data-view-byte-length@1.0.2 None 0 11.4 kB ljharb
npm/data-view-byte-offset@1.0.1 None 0 11.1 kB ljharb
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/dunder-proto@1.0.1 None 0 13 kB ljharb
npm/es-define-property@1.0.1 None 0 10.2 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-object-atoms@1.1.1 None 0 11.4 kB ljharb
npm/es-set-tostringtag@2.1.0 None 0 14.5 kB ljharb
npm/es-shim-unscopables@1.1.0 None 0 12.9 kB ljharb
npm/eslint-plugin-escompat@3.11.4 None 0 26.8 kB keithamus
npm/eslint-plugin-filenames@1.3.2 None 0 15.9 kB selaux
npm/eslint-plugin-github@4.1.36.0.0 None 0 81 kB githubbot
npm/eslint-plugin-i18n-text@1.0.1 None 0 9.72 kB dgraham
npm/eslint-plugin-jsx-a11y@6.10.2 None 0 753 kB ljharb
npm/eslint-plugin-no-only-tests@3.3.0 None 0 11.6 kB levibuzolic
npm/for-each@0.3.5 None 0 23.9 kB ljharb
npm/function.prototype.name@1.1.8 None 0 27.1 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-proto@1.0.1 None 0 10.8 kB ljharb
npm/get-symbol-description@1.1.0 None 0 17.2 kB ljharb
npm/globalthis@1.0.4 None 0 23.7 kB ljharb
npm/gopd@1.2.0 None 0 9.87 kB ljharb
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-bigints@1.1.0 None 0 14.8 kB ljharb
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.2.0 None 0 14.5 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/internal-slot@1.1.0 None 0 23 kB ljharb
npm/is-array-buffer@3.0.5 None 0 16.1 kB ljharb
npm/is-async-function@2.1.1 None 0 23.3 kB ljharb, tunnckocore
npm/is-bigint@1.1.0 None 0 17.9 kB ljharb
npm/is-boolean-object@1.2.2 None 0 26.5 kB ljharb
npm/is-data-view@1.0.2 None 0 13.5 kB ljharb
npm/is-finalizationregistry@1.1.1 None 0 17.2 kB ljharb
npm/is-generator-function@1.1.0 eval 0 35.7 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-number-object@1.1.1 None 0 25.2 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.4 None 0 17.1 kB ljharb
npm/is-typed-array@1.1.15 None 0 21.9 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.1.1 None 0 15.9 kB ljharb
npm/is-weakset@2.0.4 None 0 19.8 kB ljharb
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/language-subtag-registry@0.3.23 None 0 1.54 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/lodash.camelcase@4.3.0 None 0 21.9 kB jdalton
npm/lodash.kebabcase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.snakecase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.upperfirst@4.3.1 None 0 11.4 kB jdalton
npm/math-intrinsics@1.1.0 None 0 17.3 kB ljharb
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/own-keys@1.0.1 None 0 9.8 kB ljharb
npm/picocolors@1.1.1 None 0 6.37 kB alexeyraspopov
npm/possible-typed-array-names@1.1.0 None 0 9.7 kB ljharb
npm/reflect.getprototypeof@1.0.10 None 0 23.3 kB ljharb
npm/regexp.prototype.flags@1.5.4 None 0 44.3 kB ljharb
npm/safe-array-concat@1.1.3 None 0 17.6 kB ljharb
npm/safe-push-apply@1.0.0 None 0 8.5 kB ljharb
npm/safe-regex-test@1.1.0 None 0 11.9 kB ljharb
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/set-function-name@2.0.2 None 0 16.7 kB ljharb
npm/set-proto@1.0.0 None 0 9.3 kB ljharb
npm/side-channel-list@1.0.0 None 0 14.7 kB ljharb
npm/side-channel-map@1.0.1 None 0 13.3 kB ljharb
npm/side-channel-weakmap@1.0.2 None 0 14.7 kB ljharb
npm/side-channel@1.1.0 None 0 21.5 kB ljharb
npm/string.prototype.includes@2.0.1 None 0 16.2 kB nicolo-ribaudo
npm/string.prototype.trim@1.2.10 None 0 35.2 kB ljharb
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb

🚮 Removed packages: npm/table@6.0.7, npm/tar@6.1.0, npm/temp-dir@2.0.0, npm/tempfile@3.0.0, npm/tempy@1.0.0, npm/terminal-link@2.1.1, npm/test-exclude@6.0.0, npm/text-extensions@1.9.0, npm/text-table@0.2.0, npm/throat@5.0.0, npm/through2@4.0.2, npm/through@2.3.8, npm/tmp@0.0.33, npm/tmpl@1.0.4, npm/to-fast-properties@2.0.0, npm/to-object-path@0.3.0, npm/to-regex-range@5.0.1, npm/to-regex@3.0.2, npm/to-vfile@6.1.0, npm/tough-cookie@2.5.0, npm/tr46@2.0.2, npm/traverse@0.6.6, npm/treeify@1.1.0, npm/trim-newlines@3.0.0, npm/trim-off-newlines@1.0.1, npm/trim-trailing-lines@1.1.4, npm/trim@0.0.1, npm/trough@1.0.5, npm/ts-jest@26.5.3, npm/ts-node@9.1.1, npm/tsconfig-paths@3.9.0, npm/tslib@1.14.1, npm/tsutils@3.20.0, npm/tunnel-agent@0.6.0, npm/tweetnacl@0.14.5, npm/type-check@0.4.0, npm/type-detect@4.0.8, npm/type-fest@0.8.1, npm/typedarray-to-buffer@3.1.5, npm/typedarray@0.0.6, npm/typedoc-default-themes@0.12.9, npm/typedoc@0.20.32, npm/typescript@4.2.3, npm/uglify-js@3.12.8, npm/underscore@1.7.0, npm/unherit@1.1.3, npm/unicode-canonical-property-names-ecmascript@1.0.4, npm/unicode-match-property-ecmascript@1.0.4, npm/unicode-match-property-value-ecmascript@1.2.0, npm/unicode-property-aliases-ecmascript@1.1.0, npm/unified-args@8.1.0, npm/unified-engine@8.1.0, npm/unified-lint-rule@1.0.6, npm/unified@9.2.1, npm/union-value@1.0.1, npm/unique-string@2.0.0, npm/unist-util-generated@1.1.6, npm/unist-util-inspect@5.0.1, npm/unist-util-is@4.1.0, npm/unist-util-position@3.1.0, npm/unist-util-remove-position@1.1.4, npm/unist-util-stringify-position@2.0.3, npm/unist-util-visit-parents@3.1.1, npm/unist-util-visit@2.0.3, npm/universal-user-agent@6.0.0, npm/universalify@0.1.2, npm/unset-value@1.0.0, npm/untildify@2.1.0, npm/uri-js@4.4.1, npm/urix@0.1.0, npm/url-join@4.0.1, npm/use@3.1.1, npm/util-deprecate@1.0.2, npm/util-extend@1.0.3, npm/uuid@3.4.0, npm/v8-compile-cache@2.2.0, npm/v8-to-istanbul@7.1.0, npm/validate-npm-package-license@3.0.4, npm/verror@1.10.0, npm/vfile-location@2.0.6, npm/vfile-message@2.0.4, npm/vfile-reporter@6.0.2, npm/vfile-sort@2.2.2, npm/vfile-statistics@1.1.4, npm/vfile@4.2.1, npm/vscode-textmate@5.2.0, npm/w3c-hr-time@1.0.2, npm/w3c-xmlserializer@2.0.0, npm/walker@1.0.7, npm/webidl-conversions@6.1.0, npm/whatwg-encoding@1.0.5, npm/whatwg-mimetype@2.3.0, npm/whatwg-url@8.4.0, npm/which@1.3.1

View full report↗︎

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