Skip to content

Releases: github/eslint-plugin-github

v5.1.1

21 Nov 22:03
491ca33
Compare
Choose a tag to compare
v5.1.1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump the all-dependencies group across 1 directory with 4 updates by @dependabot in #575
  • Update package.json by @gracepark in #577

Full Changelog: v5.1.0...v5.1.1

v5.1.0

20 Nov 22:54
3c52370
Compare
Choose a tag to compare
v5.1.0 Pre-release
Pre-release

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

  • chore(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by @dependabot in #549
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #552
  • chore(deps): bump the all-dependencies group across 1 directory with 5 updates by @dependabot in #557
  • Actions/Node Updates by @dgreif in #558
  • [Patch] Bumping eslint-plugin-escompat plugin to latest version by @dusave in #560
  • chore(deps): bump the all-dependencies group across 1 directory with 3 updates by @dependabot in #561
  • chore(deps): bump the all-dependencies group with 6 updates by @dependabot in #562
  • Update Dockerfile by @gracepark in #565
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #569
  • Support flat config and upgrade eslint to v9 by @gracepark in #571

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

11 Sep 11:37
d6f656d
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the all-dependencies group across 1 directory with 3 updates by @dependabot in #533
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #534
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #535
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #536
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #537
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #538
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #540
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #541
  • chore(deps): bump the all-dependencies group across 1 directory with 3 updates by @dependabot in #543
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #544
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #545
  • chore(deps): bump the all-dependencies group across 1 directory with 4 updates by @dependabot in #551

Full Changelog: v5.0.1...v5.0.2

v5.0.1

04 Jun 22:30
8d9ed4f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #530
  • Provide no-redundant-roles exception for rowgroup by @khiga8 in #531

Full Changelog: v5.0.0...v5.0.1

v5.0.0

03 Jun 13:08
2b8550f
Compare
Choose a tag to compare

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

  • Drop node 14/16 support and fix bug in getElementType logic by @khiga8 in #525
  • Bump node 14 to node 18 by @khiga8 in #529
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #510
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #511
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #512
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #514
  • chore(deps): bump the all-dependencies group across 1 directory with 4 updates by @dependabot in #522

v5.0.0-2

20 May 17:54
2b8550f
Compare
Choose a tag to compare
v5.0.0-2 Pre-release
Pre-release

In this release, we are formally dropping support for node 14 and node 16.

What's Changed

  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #510
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #511
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #512
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #514
  • chore(deps): bump the all-dependencies group across 1 directory with 4 updates by @dependabot in #522
  • Fix bug in getElementType logic by @khiga8 in #525

Full Changelog: v4.10.2...v5.0.0-2

v4.10.2

29 Feb 22:16
30f5d80
Compare
Choose a tag to compare

What's Changed

Functionality

  • Update no-then.md by @cefn in #503
  • fix a11y-svg-has-accessible-name considering whitespace JSXText by @nnmrts in #508

Dependancy updates

  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #482
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #484
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #485
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #486
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #487
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #489
  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #488
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #490
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #491
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #492
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #493
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #494
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #495
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #496
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #498
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #499
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #500
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #501
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #502
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #504
  • chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #507
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #509

New Contributors

Full Changelog: v4.10.1...v4.10.2

v4.10.1

26 Sep 14:49
d5591b7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #478
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #480
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #479
  • chore(deps): bump the all-dependencies group with 2 updates by @dependabot in #481
  • Bug: Don't fallback to checking implicit role if role is set by @khiga8 in #483

Full Changelog: v4.10.0...v4.10.1

v4.10.0

28 Aug 23:31
baa4a50
Compare
Choose a tag to compare

What's Changed

  • Update a11y-no-visually-hidden-interactive-element.md by @kendallgassner in #468
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #469
  • chore(deps): bump the all-dependencies group with 6 updates by @dependabot in #471
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #472
  • chore(deps): bump the all-dependencies group with 3 updates by @dependabot in #473
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #474
  • chore(deps): bump the all-dependencies group with 4 updates by @dependabot in #475
  • Override rule config temporarily to address false positive by @khiga8 in #476

Full Changelog: v4.9.2...v4.10.0

v4.9.2

18 Jul 16:24
cd17c09
Compare
Choose a tag to compare

What's Changed

  • Use getLiteralPropValue for sr-only class by @khiga8 in #466

Full Changelog: v4.9.1...v4.9.2