Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.21.0#623

Merged
EndBug merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.21.0
Feb 12, 2024
Merged

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.21.0#623
EndBug merged 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.21.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @typescript-eslint/eslint-plugin from 6.19.1 to 6.21.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes

  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

... (truncated)

Commits
  • 289ee88 chore(release): publish 6.21.0
  • f892a72 docs(eslint-plugin): mention alternatives in no-explicit-any (#8370)
  • aa5edf7 chore(deps): update dependency prettier to v3.2.4 (#8357)
  • 1d7447f chore(eslint-plugin): [no-invalid-void-type] fix Options typing to reflect ...
  • e2b46e0 fix(eslint-plugin): [no-unnecessary-type-assertion] provide valid fixes for a...
  • 3bbb78d feat(eslint-plugin): add rule prefer-find (#8216)
  • 9883ee2 feat: export plugin metadata (#8331)
  • 69bd501 fix(eslint-plugin): [class-literal-property-style] allow getter when same key...
  • cd5dff8 chore: bump eslint versions (#8338)
  • 8d62ee6 chore: remove unnecessary eslint-disable comments (#8336)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 6.21.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: chore Code changes that neither fix bugs nor add features (refactoring, dependency chnages, ...) label Feb 12, 2024
@ghost
Copy link

ghost commented Feb 12, 2024

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@EndBug EndBug merged commit 6d52f93 into main Feb 12, 2024
@EndBug EndBug deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.21.0 branch February 12, 2024 14:55
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Mar 23, 2026
Bumps EndBug/add-and-commit from 9 to 10.

Release notes
Sourced from EndBug/add-and-commit's releases.

v10.0.0
What's Changed

chore(deps-dev): bump husky from 8.0.3 to 9.0.6 by @​dependabot[bot] in EndBug/add-and-commit#617
chore(deps-dev): bump @​typescript-eslint/parser from 6.19.0 to 6.19.1 by @​dependabot[bot] in EndBug/add-and-commit#618
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @​dependabot[bot] in EndBug/add-and-commit#619
chore(deps-dev): bump @​typescript-eslint/eslint-plugin from 6.19.1 to 6.21.0 by @​dependabot[bot] in EndBug/add-and-commit#623
chore(deps-dev): bump @​typescript-eslint/parser from 6.19.1 to 6.21.0 by @​dependabot[bot] in EndBug/add-and-commit#624
chore(deps-dev): bump husky from 9.0.6 to 9.0.11 by @​dependabot[bot] in EndBug/add-and-commit#626
chore: switch to GTS for linting by @​EndBug in EndBug/add-and-commit#636
chore(deps-dev): bump gts from 5.2.0 to 5.3.0 by @​dependabot[bot] in EndBug/add-and-commit#637
chore(deps-dev): bump typescript from 5.2.2 to 5.4.5 by @​dependabot[bot] in EndBug/add-and-commit#639
chore(deps-dev): bump gts from 5.3.0 to 5.3.1 by @​dependabot[bot] in EndBug/add-and-commit#642
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @​dependabot[bot] in EndBug/add-and-commit#641
chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @​dependabot[bot] in EndBug/add-and-commit#644
Adds examples of input arrays. by @​tommie in EndBug/add-and-commit#645
chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @​dependabot[bot] in EndBug/add-and-commit#649
docs: add tommie as a contributor for doc by @​allcontributors[bot] in EndBug/add-and-commit#647
chore(deps-dev): bump husky from 9.0.11 to 9.1.1 by @​dependabot[bot] in EndBug/add-and-commit#650
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @​dependabot[bot] in EndBug/add-and-commit#653
chore(deps-dev): bump husky from 9.1.1 to 9.1.4 by @​dependabot[bot] in EndBug/add-and-commit#655
chore(deps-dev): bump husky from 9.1.4 to 9.1.5 by @​dependabot[bot] in EndBug/add-and-commit#659
chore(deps-dev): bump husky from 9.1.5 to 9.1.6 by @​dependabot[bot] in EndBug/add-and-commit#660
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @​dependabot[bot] in EndBug/add-and-commit#661
chore(deps-dev): bump @​vercel/ncc from 0.38.1 to 0.38.2 by @​dependabot[bot] in EndBug/add-and-commit#662
chore(deps): bump @​actions/core from 1.10.1 to 1.11.1 by @​dependabot[bot] in EndBug/add-and-commit#663
chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @​dependabot[bot] in EndBug/add-and-commit#664
chore(deps-dev): bump gts from 5.3.1 to 6.0.0 by @​dependabot[bot] in EndBug/add-and-commit#665
chore(deps-dev): bump gts from 6.0.0 to 6.0.2 by @​dependabot[bot] in EndBug/add-and-commit#666
chore(deps-dev): bump @​vercel/ncc from 0.38.2 to 0.38.3 by @​dependabot[bot] in EndBug/add-and-commit#669
chore(deps): bump cross-spawn by @​dependabot[bot] in EndBug/add-and-commit#670
docs: add icemac as a contributor for doc by @​allcontributors[bot] in EndBug/add-and-commit#674
chore(deps-dev): bump husky from 9.1.6 to 9.1.7 by @​dependabot[bot] in EndBug/add-and-commit#672
chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @​dependabot[bot] in EndBug/add-and-commit#671
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @​dependabot[bot] in EndBug/add-and-commit#676
chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 by @​dependabot[bot] in EndBug/add-and-commit#677
chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 by @​dependabot[bot] in EndBug/add-and-commit#678
chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @​dependabot[bot] in EndBug/add-and-commit#679
chore(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 by @​dependabot[bot] in EndBug/add-and-commit#680
chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 by @​dependabot[bot] in EndBug/add-and-commit#681
chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by @​dependabot[bot] in EndBug/add-and-commit#682
chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by @​dependabot[bot] in EndBug/add-and-commit#683
chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 by @​dependabot[bot] in EndBug/add-and-commit#686
ci(deps): bump actions/checkout from 4 to 5 by @​dependabot[bot] in EndBug/add-and-commit#688
ci(deps): bump actions/setup-node from 4 to 5 by @​dependabot[bot] in EndBug/add-and-commit#690
chore(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 by @​dependabot[bot] in EndBug/add-and-commit#691
chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 by @​dependabot[bot] in EndBug/add-and-commit#694
ci(deps): bump actions/setup-node from 5 to 6 by @​dependabot[bot] in EndBug/add-and-commit#697
ci(deps): bump github/codeql-action from 3 to 4 by @​dependabot[bot] in EndBug/add-and-commit#696
Removes the redundant JSON array parsing. by @​tommie in EndBug/add-and-commit#652
docs: add tommie as a contributor for code, and test by @​allcontributors[bot] in EndBug/add-and-commit#699



... (truncated)


Commits

290ea2c 10.0.0
5190a0a docs: prepare for v10
9ac3878 chore: npm audit fix
7b015bd docs: add CodeReaper as a contributor for maintenance (#723)
300836d chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#722)
f6e20ed feat!: use node version 24 (#720)
6280653 chore(deps-dev): bump jest from 30.2.0 to 30.3.0 (#721)
1539a6a chore(deps): bump @​actions/core from 2.0.2 to 3.0.0 (#716)
af611dd chore(deps): bump minimatch (#718)
2df77c1 chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 5.5.5 (#712)
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Code changes that neither fix bugs nor add features (refactoring, dependency chnages, ...)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant