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 with 8 updates #923

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps the eslint group with 8 updates:

Package Update
eslint 8.44.0 to 8.45.0
eslint-config-standard-with-typescript 36.0.0 to 37.0.0
eslint-plugin-jsdoc 46.4.3 to 46.4.4
@eslint-community/regexpp 4.5.1 to 4.6.1
@types/eslint 8.44.0 to 8.44.1
@typescript-eslint/eslint-plugin 5.61.0 to 5.62.0
@typescript-eslint/parser 5.61.0 to 5.62.0
eslint-plugin-n 15.7.0 to 16.0.1

Updates eslint from 8.44.0 to 8.45.0

Release notes

Sourced from eslint's releases.

v8.45.0

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)

Chores

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
Changelog

Sourced from eslint's changelog.

v8.45.0 - July 14, 2023

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)
Commits

Updates eslint-config-standard-with-typescript from 36.0.0 to 37.0.0

Release notes

Sourced from eslint-config-standard-with-typescript's releases.

v37.0.0

37.0.0 (2023-07-22)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik [email protected]

Features

  • @​typescript-eslint/block-spacing (0a0585f)

v36.1.1

36.1.1 (2023-07-22)

Build system / dependencies

  • automerge @types/ bumps (09b9445)

Documentation

v36.1.0

36.1.0 (2023-07-15)

Features

  • bump eslint-config-standard to v17.1.0 (aacad54)

Build system / dependencies

  • rm redundant peerDep range test (4e7ac4f)

v36.0.1

36.0.1 (2023-07-14)

Bug fixes

  • retrieval of active node versions in ci (5ccd9a6)
Changelog

Sourced from eslint-config-standard-with-typescript's changelog.

37.0.0 (2023-07-22)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik [email protected]

Features

  • @​typescript-eslint/block-spacing (0a0585f)

36.1.1 (2023-07-22)

Build system / dependencies

  • automerge @types/ bumps (09b9445)

Documentation

36.1.0 (2023-07-15)

Features

  • bump eslint-config-standard to v17.1.0 (aacad54)

Build system / dependencies

  • rm redundant peerDep range test (4e7ac4f)

36.0.1 (2023-07-14)

Bug fixes

  • retrieval of active node versions in ci (5ccd9a6)
Commits
  • 2bfdde4 chore(release): 37.0.0 [skip ci]
  • edf6a11 Merge pull request #1194 from standard/bump-typescript-eslint-minor
  • 0a0585f feat: @​typescript-eslint/block-spacing
  • fb19302 chore(release): 36.1.1 [skip ci]
  • 93fa2eb Merge pull request #1191 from standard/rm-obsolete-release-doc
  • 677d0a5 docs: remove obsolete release doc
  • 037e118 chore(deps): update dependency @​types/node to v20.4.3 (#1190)
  • b7b298d chore(deps): update @​commitlint packages to v17.6.7 (#1189)
  • 3d8d38f Merge pull request #1135 from standard/renovate/eslint-plugin-n-16.x
  • 05558d6 chore(deps): update dependency eslint-plugin-n to v16
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 46.4.3 to 46.4.4

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v46.4.4

46.4.4 (2023-07-15)

Bug Fixes

  • no-undefined-types: add Awaited TS utility global (#1132) (44da8c7)
Commits

Updates @eslint-community/regexpp from 4.5.1 to 4.6.1

Release notes

Sourced from @​eslint-community/regexpp's releases.

v4.6.1

4.6.1 (2023-07-24)

Bug Fixes

  • SyntaxError message for v flag with RegExpValidator#validatePattern (#110) (96989df)

v4.6.0

4.6.0 (2023-07-22)

Features

Commits
  • 96989df fix: SyntaxError message for v flag with RegExpValidator#validatePattern (#110)
  • 31dac9d feat: add support v flag (#82)
  • 773e6f9 chore(test): add test cases for regex literals extracted from test262 (#100)
  • See full diff in compare view

Updates @types/eslint from 8.44.0 to 8.44.1

Commits

Updates @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0

Release notes

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

v5.62.0

5.62.0 (2023-07-10)

Bug Fixes

  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#7161) (5a347a5), closes #7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#7054) (a8c824a)

Features

  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#6487) (6edaa04)

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

Changelog

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

5.62.0 (2023-07-10)

Bug Fixes

  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#7161) (5a347a5), closes #7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#7054) (a8c824a)

Features

  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#6487) (6edaa04)

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

Commits
  • cba0d11 chore: publish v5.62.0
  • a8c824a fix(eslint-plugin): replace auto-fix of class literal property style rule wit...
  • 4437d18 docs: be more explicit about what restrict-template-expressions restricts (#7...
  • 24bdacc fix(eslint-plugin): [comma-spacing] allow no space after trailing comma in ob...
  • 5a347a5 fix(eslint-plugin): [prefer-includes] escape special characters (#7161)
  • 6edaa04 feat(eslint-plugin): [prefer-nullish-coalescing] add ignorePrimitives optio...
  • See full diff in compare view

Updates @typescript-eslint/parser from 5.61.0 to 5.62.0

Release notes

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

v5.62.0

5.62.0 (2023-07-10)

Bug Fixes

  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#7161) (5a347a5), closes #7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#7054) (a8c824a)

Features

  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#6487) (6edaa04)

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

Changelog

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

5.62.0 (2023-07-10)

Note: Version bump only for package @​typescript-eslint/parser

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

Commits

Updates eslint-plugin-n from 15.7.0 to 16.0.1

Release notes

Sourced from eslint-plugin-n's releases.

Release 16.0.1

  • fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)

Release 16.0.0

breaking changes

  • feat!: update default ecmaVersion to 2021 (#96) (49d3ee7)
  • feat!: engines.node defaults to 16.0.0 (#91) (075f0c5)
  • feat!: drop node.js < 16 (#90) (38a67ef)

features

  • feat: support eslint.config.js (#95) (ebc97bf)
  • feat: upgrade deps to latest (#93) (aa75610)

Release 16.0.0-1

  • fix: missing import recognise tsx extension (#97) (5fae8a5)

Release 16.0.0-0

  • feat!: update default ecmaVersion to 2021 (#96) (49d3ee7)
  • feat!: engines.node defaults to 16.0.0 (#91) (075f0c5)
  • feat: upgrade deps to latest (#93) (aa75610)
  • feat!: drop node.js < 16 (#90) (38a67ef)
Commits

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

Bumps the eslint group with 8 updates:

| Package | Update |
| --- | --- |
| [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.45.0 |
| [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) | 36.0.0 to 37.0.0 |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | 46.4.3 to 46.4.4 |
| [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) | 4.5.1 to 4.6.1 |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | 8.44.0 to 8.44.1 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.61.0 to 5.62.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.61.0 to 5.62.0 |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | 15.7.0 to 16.0.1 |


Updates `eslint` from 8.44.0 to 8.45.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.44.0...v8.45.0)

Updates `eslint-config-standard-with-typescript` from 36.0.0 to 37.0.0
- [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases)
- [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v36.0.0...v37.0.0)

Updates `eslint-plugin-jsdoc` from 46.4.3 to 46.4.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.4.3...v46.4.4)

Updates `@eslint-community/regexpp` from 4.5.1 to 4.6.1
- [Release notes](https://github.com/eslint-community/regexpp/releases)
- [Commits](eslint-community/regexpp@v4.5.1...v4.6.1)

Updates `@types/eslint` from 8.44.0 to 8.44.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

Updates `@typescript-eslint/eslint-plugin` from 5.61.0 to 5.62.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/v5.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.61.0 to 5.62.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/v5.62.0/packages/parser)

Updates `eslint-plugin-n` from 15.7.0 to 16.0.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@15.7.0...16.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-config-standard-with-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@eslint-community/regexpp"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@types/eslint"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 25, 2023 10:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
@jkowalleck jkowalleck merged commit fd96c34 into main Jul 25, 2023
34 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-99fdae3dc1 branch July 25, 2023 10:21
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