Skip to content

chore(deps): update dependency eslint-plugin-github to v5 - autoclosed #66

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github 4.10.2 -> 5.1.2 age adoption passing confidence

Release Notes

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

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


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

@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 4 times, most recently from d5c24a5 to 12cec83 Compare June 10, 2024 20:37
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 3 times, most recently from 779fadd to 2435868 Compare July 18, 2024 02:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 2 times, most recently from 7eebfe5 to 3c4ced3 Compare September 11, 2024 14:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 3c4ced3 to 1b4ca1e Compare October 28, 2024 23:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 6 times, most recently from f29c6c2 to 15f1a1d Compare November 26, 2024 00:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 15f1a1d to 05c107e Compare November 26, 2024 00:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5 chore(deps): update dependency eslint-plugin-github to v5 - autoclosed Nov 26, 2024
@renovate renovate bot closed this Nov 26, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-github-5.x branch November 26, 2024 00:56
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