beeauvin / sunbeams

a little something to brighten your day
Mozilla Public License 2.0
2 stars 0 forks source link

build(deps): bump eslint-config-standard-with-typescript from 34.0.1 to 36.0.0 #94

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint-config-standard-with-typescript from 34.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

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

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)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (19ce57a) 64.23% compared to head (256a099) 64.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ======================================= Coverage 64.23% 64.23% ======================================= Files 17 17 Lines 151 151 Branches 21 21 ======================================= Hits 97 97 Misses 50 50 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Looks like eslint-config-standard-with-typescript is up-to-date now, so this is no longer needed.