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

chore(deps): update dependency eslint-plugin-github to v5.1.8 #256

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github 5.0.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


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 force-pushed the renovate/eslint-plugin-github-5.x branch from f10e02a to 128db5b Compare September 15, 2024 12:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 128db5b to 5795da7 Compare November 21, 2024 01:07
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.0.2 chore(deps): update dependency eslint-plugin-github to v5.1.0 Nov 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.0 chore(deps): update dependency eslint-plugin-github to v5.1.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 5795da7 to c2d20df Compare November 21, 2024 23:03
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.1 chore(deps): update dependency eslint-plugin-github to v5.1.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch 2 times, most recently from 8ab8073 to a2c6041 Compare November 26, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.2 chore(deps): update dependency eslint-plugin-github to v5.1.3 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from a2c6041 to b743332 Compare December 5, 2024 20:55
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.3 chore(deps): update dependency eslint-plugin-github to v5.1.4 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from b743332 to 227ac3e Compare December 8, 2024 14:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.4 chore(deps): update dependency eslint-plugin-github to v5.1.5 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 227ac3e to dd8ad44 Compare January 7, 2025 01:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from dd8ad44 to 73266f6 Compare January 28, 2025 00:37
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.5 chore(deps): update dependency eslint-plugin-github to v5.1.6 Jan 28, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.6 chore(deps): update dependency eslint-plugin-github to v5.1.7 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from 73266f6 to ef4c64c Compare January 31, 2025 01:10
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v5.1.7 chore(deps): update dependency eslint-plugin-github to v5.1.8 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-5.x branch from ef4c64c to 9c98b00 Compare February 4, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants