standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
473 stars 36 forks source link

build(deps): bump eslint-config-standard-with-typescript from 23.0.0 to 26.0.0 #278

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-config-standard-with-typescript from 23.0.0 to 26.0.0.

Release notes

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

v26.0.0

26.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • add @​typescript-eslint/no-confusing-void-expression

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • add @​typescript-eslint/no-confusing-void-expression (15ce349)

v25.0.0

25.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • add @​typescript-eslint/no-unnecessary-type-constraint

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • add @​typescript-eslint/no-unnecessary-type-constraint (3451bac)

v24.0.0

24.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • add rule consistent-indexed-object-style

Features

  • add rule consistent-indexed-object-style (2edd0af)

Build system / dependencies

  • workaround some commitlint issue (a202f4b)
Changelog

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

26.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • add @​typescript-eslint/no-confusing-void-expression

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • add @​typescript-eslint/no-confusing-void-expression (15ce349)

25.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • add @​typescript-eslint/no-unnecessary-type-constraint

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • add @​typescript-eslint/no-unnecessary-type-constraint (3451bac)

24.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • add rule consistent-indexed-object-style

Features

  • add rule consistent-indexed-object-style (2edd0af)

Build system / dependencies

  • workaround some commitlint issue (a202f4b)
Commits
  • 63f260c chore(release): 26.0.0 [skip ci]
  • 4e7dcea Merge pull request #1017 from standard/no-confusing-void-expression
  • 15ce349 feat: add @​typescript-eslint/no-confusing-void-expression
  • c4f6472 chore(release): 25.0.0 [skip ci]
  • 1f18d27 Merge pull request #1016 from standard/@​typescript-eslint/no-unnecessary-type...
  • 3451bac feat: add @​typescript-eslint/no-unnecessary-type-constraint
  • 03f50f2 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.48.0 (#...
  • 09e7cf2 chore(deps): update dependency eslint to v8.31.0 (#1014)
  • 8a57fc1 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.47.1 (#...
  • a903174 chore(deps): update dependency @​types/node to v18.11.18 (#1012)
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #281.