Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

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

Release Notes

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

v5.1.3

Compare Source

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


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 21, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 866b666 to e07df88 Compare November 22, 2024 02:18
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to ^5.1.0 chore(deps): update dependency eslint-plugin-github to ^5.1.1 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to ^5.1.1 chore(deps): update dependency eslint-plugin-github to ^5.1.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from e07df88 to 8659ed8 Compare November 26, 2024 01:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 8659ed8 to f4edf1f Compare November 26, 2024 22:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to ^5.1.2 chore(deps): update dependency eslint-plugin-github to ^5.1.3 Nov 26, 2024
@codello codello merged commit ad0d7ed into main Nov 27, 2024
38 of 42 checks passed
@codello codello deleted the renovate/eslint-plugin-github-5.x branch November 27, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant