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-dev): Bump the eslint group across 1 directory with 7 updates #169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2024

Bumps the eslint group with 7 updates in the / directory:

Package From To
@typescript-eslint/eslint-plugin 6.21.0 8.1.0
@typescript-eslint/parser 6.21.0 8.1.0
eslint 8.57.0 9.9.0
eslint-config-love 43.1.0 62.0.0
eslint-plugin-n 16.6.2 17.10.2
eslint-plugin-promise 6.1.1 7.1.0
eslint-plugin-simple-import-sort 12.1.0 12.1.1

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 8.1.0

Release notes

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

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

v8.0.0

... (truncated)

Changelog

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

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types

❤️ Thank You

... (truncated)

Commits
  • 3d78392 chore(release): publish 8.1.0
  • abe351d fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
  • 6a1c177 feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...
  • fc3ba92 fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • c20bd2f feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
  • 3d9ae44 fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...
  • fe56157 fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...
  • 278697f fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)
  • a4992ff feat(typescript-estree): restrict variable declarator definite/init combinati...
  • a26e3c7 chore: enable prefer-regexp-test (#9658)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 8.1.0

Release notes

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

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

v8.0.1

8.0.1 (2024-08-05)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694)

❤️ Thank You

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

v8.0.0

... (truncated)

Changelog

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

8.1.0 (2024-08-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.0.1 (2024-08-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.0.0 (2024-07-31)

🚀 Features

  • parser: always enable comment, loc, range, tokens

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

❤️ Thank You

  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

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

7.18.0 (2024-07-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.17.0 (2024-07-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

... (truncated)

Commits

Updates eslint from 8.57.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/[email protected] (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)

... (truncated)

Commits

Updates eslint-config-love from 43.1.0 to 62.0.0

Release notes

Sourced from eslint-config-love's releases.

v62.0.0

62.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-inferrable-types

Features

  • @​typescript-eslint/no-inferrable-types (8857927)

v61.0.0

61.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-empty-object-type

Features

  • @​typescript-eslint/no-empty-object-type (3746639)

v60.0.0

60.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-loop-func

Features

  • @​typescript-eslint/no-loop-func (d8e3d4d)

v59.0.0

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

v58.0.0

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

... (truncated)

Changelog

Sourced from eslint-config-love's changelog.

62.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-inferrable-types

Features

  • @​typescript-eslint/no-inferrable-types (8857927)

61.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-empty-object-type

Features

  • @​typescript-eslint/no-empty-object-type (3746639)

60.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-loop-func

Features

  • @​typescript-eslint/no-loop-func (d8e3d4d)

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

Features

  • @​typescript-eslint/no-explicit-any (febca28)

... (truncated)

Commits
  • 1448457 chore(release): 62.0.0 [skip ci]
  • 93b89b5 Merge pull request #1691 from mightyiam/no-inferrable-types
  • 8857927 feat!: @​typescript-eslint/no-inferrable-types
  • f693762 chore(release): 61.0.0 [skip ci]
  • a519540 Merge pull request #1690 from mightyiam/new-rule-no-empty-object-type
  • 3746639 feat!: @​typescript-eslint/no-empty-object-type
  • 56bcfa4 chore(release): 60.0.0 [skip ci]
  • a73876d Merge pull request #1689 from mightyiam/new-rule-no-loop-func
  • d8e3d4d feat!: @​typescript-eslint/no-loop-func
  • 8212a2e Merge pull request #1688 from mightyiam/no-invalid-this
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 16.6.2 to 17.10.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.10.2

17.10.2 (2024-08-05)

🩹 Fixes

v17.10.1

17.10.1 (2024-07-26)

🩹 Fixes

v17.10.0

17.10.0 (2024-07-26)

🌟 Features

📚 Documentation

🧹 Chores

  • upgrade compatible deps (8f6f11d)

v17.9.0

17.9.0 (2024-06-14)

🌟 Features

  • Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431)

v17.8.1

17.8.1 (2024-06-06)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.10.2 (2024-08-05)

🩹 Fixes

17.10.1 (2024-07-26)

🩹 Fixes

17.10.0 (2024-07-26)

🌟 Features

📚 Documentation

🧹 Chores

  • upgrade compatible deps (8f6f11d)

17.9.0 (2024-06-14)

🌟 Features

  • Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431)

17.8.1 (2024-06-06)

🩹 Fixes

  • hashbang + eslint v8 compat issue (e82974f)
  • hashbang + eslint v8 compat issue (#290) (e82974f)

... (truncated)

Commits

Updates eslint-plugin-promise from 6.1.1 to 7.1.0

Release notes

Sourced from eslint-plugin-promise's releases.

v7.1.0

7.1.0 (2024-08-06)

🌟 Features

  • catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162)
  • prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a)
  • new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1)

📚 Documentation

🧹 Chores

v7.0.0

7.0.0 (2024-07-24)

BREAKING CHANGES

  • Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0

v6.6.0

6.6.0 (2024-07-21)

Bug Fixes

  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)

Features

  • add strict option to disallow then or catch following await or yield (#494) (fa482cc)

v6.5.1

6.5.1 (2024-07-20)

... (truncated)

Changelog

Sourced from eslint-plugin-promise's changelog.

7.1.0 (2024-08-06)

🌟 Features

  • catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162)
  • prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a)
  • new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1)

📚 Documentation

🧹 Chores

Bumps the eslint group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.1.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.9.0` |
| [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `43.1.0` | `62.0.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.10.2` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.1.0` |
| [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.1.0` | `12.1.1` |



Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.1.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/v8.1.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.9.0)

Updates `eslint-config-love` from 43.1.0 to 62.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v43.1.0...v62.0.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.10.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.10.2)

Updates `eslint-plugin-promise` from 6.1.1 to 7.1.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v7.1.0)

Updates `eslint-plugin-simple-import-sort` from 12.1.0 to 12.1.1
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.0...v12.1.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2024

Superseded by #170.

@dependabot dependabot bot closed this Aug 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-556beada79 branch August 24, 2024 14:29
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