Skip to content

Commit

Permalink
chore(release): 35.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [35.0.0](v34.0.1...v35.0.0) (2023-06-02)

### ⚠ BREAKING CHANGES

* minimum @typescript-eslint is corrected to be 5.50.0

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

### Build system / dependencies

* **renovate:** do not bump [@typescript-eslint](https://github.com/typescript-eslint)_bottom/* ([73c439e](73c439e)), closes [#1083](#1083)

### Testing

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

### Bug fixes

* bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to 5.50.0 ([0c83fdb](0c83fdb))
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent 5bcfcfb commit 43c286b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [35.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.1...v35.0.0) (2023-06-02)


### ⚠ BREAKING CHANGES

* minimum @typescript-eslint is corrected to be 5.50.0

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

### Build system / dependencies

* **renovate:** do not bump [@typescript-eslint](https://github.com/typescript-eslint)_bottom/* ([73c439e](https://github.com/standard/eslint-config-standard-with-typescript/commit/73c439e0ff62b6dd6e155927c2186ba90aa4f65b)), closes [#1083](https://github.com/standard/eslint-config-standard-with-typescript/issues/1083)


### Testing

* assign to config.overrides.parser in compatibility config test ([2e62830](https://github.com/standard/eslint-config-standard-with-typescript/commit/2e628302fdf485c75345421aa78daec0eaf0e3ca))
* bottom peerDep compatibility test actually works ([73da75f](https://github.com/standard/eslint-config-standard-with-typescript/commit/73da75f7e6387d1eb5be24b3cf931fc8eb28cb14))


### Bug fixes

* bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to 5.50.0 ([0c83fdb](https://github.com/standard/eslint-config-standard-with-typescript/commit/0c83fdb36dddc7fdd8bf908c41436eac28f9271e))

## [34.0.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.0...v34.0.1) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-standard-with-typescript",
"version": "34.0.1",
"version": "35.0.0",
"description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 43c286b

Please sign in to comment.