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 #521

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 21, 2024

This PR contains the following updates:

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

Release Notes

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

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

New Contributors

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

v4.4.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.

Copy link

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

Copy link

Hello from PR Helper

Remember to comment with one of the following states:

#pr-ready to enable all auto processing and merging.

#pr-onhold to prevent merging as you have other commits or discussions to make.

If you do not set the #pr-ready comment then the auto-merge capabilities will not be active.

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

socket-security bot commented May 21, 2024

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

Package New capabilities Transitives Size Publisher
npm/eslint-plugin-github@5.1.4 None +1 115 kB andrialexandrou, arelia, broccolini, ...20 more
npm/license-checker@25.0.1 filesystem Transitive: environment +5 217 kB davglass
npm/lint-staged@10.5.4 environment, filesystem Transitive: shell +26 1.1 MB okonet
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/parse-json@5.2.0 None +4 108 kB sindresorhus
npm/path-type@4.0.0 filesystem 0 5.41 kB sindresorhus
npm/png2icons@2.0.1 environment 0 195 kB mn4367
npm/prettier@2.3.0 environment, eval, filesystem, unsafe 0 19.9 MB thorn0
npm/pretty-quick@3.1.0 filesystem Transitive: environment, shell +19 358 kB azz
npm/remark-cli@9.0.0 None 0 9.35 kB wooorm
npm/remark-lint-code-block-style@2.0.1 None 0 9.47 kB wooorm
npm/remark-lint-ordered-list-marker-value@2.0.1 None 0 11.1 kB wooorm
npm/remark-preset-davidtheclark@0.12.0 Transitive: environment, filesystem, shell +34 527 kB davidtheclark
npm/remark-preset-lint-recommended@5.0.0 None 0 7.61 kB wooorm
npm/remark-validate-links@10.0.4 filesystem, shell +1 55.9 kB wooorm
npm/semantic-release@17.4.3 environment, network Transitive: filesystem, shell, unsafe +28 828 kB semantic-release-bot
npm/ts-jest@26.5.6 environment, filesystem +3 581 kB kul
npm/ts-node@9.1.1 environment, filesystem, unsafe 0 410 kB cspotcode
npm/tsdx@0.14.1 Transitive: environment, filesystem, shell, unsafe +71 12.8 MB agilgur5
npm/typedoc@0.20.36 filesystem, unsafe Transitive: environment +6 3.8 MB typedoc-bot
npm/typescript@4.2.4 None 0 59.2 MB typescript-bot
npm/yaml@1.10.2 environment 0 448 kB eemeli

🚮 Removed packages: npm/eslint-plugin-github@4.1.3

View full report↗︎

Copy link

github-actions bot commented May 21, 2024

Mega-Linter status: ✅ SUCCESS

See errors details in artifact Mega-Linter reports on GitHub Action page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 1 8 3 0
Security Audit for Infrastructure 0 0 0 6

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 2 times, most recently from 3e257b2 to aa298e7 Compare June 5, 2024 01:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from aa298e7 to e55515c Compare September 11, 2024 13:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 4 times, most recently from 2b3bcbb to 4ba96eb Compare November 26, 2024 21:36
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 4ba96eb to c562817 Compare December 5, 2024 19:55
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