standard/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
### [`v38.0.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3800-2023-08-20)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v37.0.0...v38.0.0)
##### ⚠ BREAKING CHANGES
- minimum [@typescript-eslint](https://togithub.com/typescript-eslint) packages bumped to v6.1.0
- there will be some
##### Build system / dependencies
- bump package-lock.json on release ([d42bf5b](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/d42bf5b069da1cbb1ed1694576ea8e9bfba8022c))
- moduleResolution: nodenext ([1f31e2b](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/1f31e2b3076548796765978844e442057b2623c1))
- package-lock.json ([b3a6535](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/b3a6535fd4c079a2224fd9854d4cdeca9a2f359b)), closes [#1193](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1193)
- shared commitlint config ([bdd6e2d](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/bdd6e2d2c5de371fd6ef7f29b4fc3682bc9830d2))
- use extracted releaserc ([877b004](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/877b00459ac70ed996c21a26c933f6b17467d408))
##### Features
- [@typescript-eslint](https://togithub.com/typescript-eslint) 6 ([166e189](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/166e18976b6d02ec49cd1e7e4bffc53a566194bb))
- bump minimum [@typescript-eslint](https://togithub.com/typescript-eslint) to v6.1.0 ([77202d1](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/77202d1c758c16b71687f136897be65e24d640bd)), closes [#1222](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1222) [#1188](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1188)
### [`v37.0.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3700-2023-07-22)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.1.1...v37.0.0)
##### ⚠ BREAKING CHANGES
- add rule [@typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing) and bump
minimum [@typescript-eslint](https://togithub.com/typescript-eslint) to 5.52.0
Co-authored-by: Rostislav Simonik
##### Features
- [@typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing) ([0a0585f](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/0a0585f3accd01ca9384bd99d2cc4bc8f016b7e5))
### [`v36.1.1`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3611-2023-07-22)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.1.0...v36.1.1)
##### Build system / dependencies
- automerge @types/ bumps ([09b9445](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/09b9445cfda3f05b7616a9fc06451b8843c408e1))
##### Documentation
- remove obsolete release doc ([677d0a5](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/677d0a5117e1a36439c2586e9e2d2e73985368f8)), closes [#1186](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1186)
### [`v36.1.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3610-2023-07-15)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.0.1...v36.1.0)
##### Features
- bump eslint-config-standard to v17.1.0 ([aacad54](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/aacad549dc1ec364c6813bc0fa7faf2d9b23386c))
##### Build system / dependencies
- rm redundant peerDep range test ([4e7ac4f](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/4e7ac4f7a3083f44f5678fbe0dcc27270956d049))
### [`v36.0.1`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3601-2023-07-14)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.0.0...v36.0.1)
##### Bug fixes
- retrieval of active node versions in ci ([5ccd9a6](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/5ccd9a66eb16363129c7f1f7ef70914aacef6cfa))
### [`v36.0.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3600-2023-06-30)
[Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v35.0.0...v36.0.0)
##### ⚠ 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][overrides].
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 `.
[overrides]: https://eslint.org/docs/latest/use/configure/configuration-files#how-do-overrides-work
##### Bug fixes
- rules are at top level (not under overrides) ([25401c9](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/25401c96a8cdb218cf7c26330d3968bf7acf544c)), closes [#1149](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1149) [#1088](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1088)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^35.0.0
->^38.0.0
Release Notes
standard/eslint-config-standard-with-typescript (eslint-config-standard-with-typescript)
### [`v38.0.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3800-2023-08-20) [Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v37.0.0...v38.0.0) ##### ⚠ BREAKING CHANGES - minimum [@typescript-eslint](https://togithub.com/typescript-eslint) packages bumped to v6.1.0 - there will be some ##### Build system / dependencies - bump package-lock.json on release ([d42bf5b](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/d42bf5b069da1cbb1ed1694576ea8e9bfba8022c)) - moduleResolution: nodenext ([1f31e2b](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/1f31e2b3076548796765978844e442057b2623c1)) - package-lock.json ([b3a6535](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/b3a6535fd4c079a2224fd9854d4cdeca9a2f359b)), closes [#1193](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1193) - shared commitlint config ([bdd6e2d](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/bdd6e2d2c5de371fd6ef7f29b4fc3682bc9830d2)) - use extracted releaserc ([877b004](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/877b00459ac70ed996c21a26c933f6b17467d408)) ##### Features - [@typescript-eslint](https://togithub.com/typescript-eslint) 6 ([166e189](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/166e18976b6d02ec49cd1e7e4bffc53a566194bb)) - bump minimum [@typescript-eslint](https://togithub.com/typescript-eslint) to v6.1.0 ([77202d1](https://togithub.com/standard/eslint-config-standard-with-typescript/commit/77202d1c758c16b71687f136897be65e24d640bd)), closes [#1222](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1222) [#1188](https://togithub.com/standard/eslint-config-standard-with-typescript/issues/1188) ### [`v37.0.0`](https://togithub.com/standard/eslint-config-standard-with-typescript/blob/HEAD/CHANGELOG.md#3700-2023-07-22) [Compare Source](https://togithub.com/standard/eslint-config-standard-with-typescript/compare/v36.1.1...v37.0.0) ##### ⚠ BREAKING CHANGES - add rule [@typescript-eslint/block-spacing](https://togithub.com/typescript-eslint/block-spacing) and bump minimum [@typescript-eslint](https://togithub.com/typescript-eslint) to 5.52.0 Co-authored-by: Rostislav SimonikConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.