climba03003 / fastify-formidable

13 stars 3 forks source link

chore(deps-dev): bump eslint-config-standard-with-typescript from 27.0.1 to 36.0.0 #158

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-config-standard-with-typescript from 27.0.1 to 36.0.0.

Release notes

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

v36.0.0

36.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • the rules are provided at the top level, instead of under an overrides property. Providing the rules under the overrides property was never a good idea. It prevents specifying which files the rules apply to (e.g. [*.js, *.ts]). I apologize. To migrate, make sure that your extends property is under an overrides item. An example is in the readme. To help verify your configuration, you could obtain a list of files that will be linted, this way: DEBUG=eslint:cli-engine npx eslint <path>.

Bug fixes

v35.0.0

35.0.0 (2023-06-02)

⚠ BREAKING CHANGES

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

Build system / dependencies

Testing

  • assign to config.overrides.parser in compatibility config test (2e62830)
  • bottom peerDep compatibility test actually works (73da75f)

Bug fixes

v34.0.1

34.0.1 (2023-03-14)

... (truncated)

Changelog

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

36.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • the rules are provided at the top level, instead of under an overrides property. Providing the rules under the overrides property was never a good idea. It prevents specifying which files the rules apply to (e.g. [*.js, *.ts]). I apologize. To migrate, make sure that your extends property is under an overrides item. An example is in the readme. To help verify your configuration, you could obtain a list of files that will be linted, this way: DEBUG=eslint:cli-engine npx eslint <path>.

Bug fixes

35.0.0 (2023-06-02)

⚠ BREAKING CHANGES

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

Build system / dependencies

Testing

  • assign to config.overrides.parser in compatibility config test (2e62830)
  • bottom peerDep compatibility test actually works (73da75f)

Bug fixes

34.0.1 (2023-03-14)

Testing

... (truncated)

Commits
  • eae15b3 chore(release): 36.0.0 [skip ci]
  • 4ede9a6 Merge pull request #1169 from standard/no_overrides
  • 25401c9 fix: rules are at top level (not under overrides)
  • d9f309b chore(deps): update dependency typescript to v5.1.6 (#1168)
  • 96a11bb chore(deps): update dependency semantic-release to v21.0.6 (#1167)
  • 3523c7b chore(deps): update dependency typescript to v5.1.5 (#1166)
  • 3e24993 chore(deps): update dependency editorconfig-checker to v5.1.1 (#1165)
  • 8729292 chore(deps): update @​commitlint packages to v17.6.6 (#1164)
  • 2b091dd chore(deps): update dependency semver to v7.5.3 (#1163)
  • 0310161 chore(deps): update dependency eslint to v8.43.0 (#1162)
  • 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 #163.