-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Changelog | ||
|
||
## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-11-04) | ||
|
||
|
||
Check failure on line 5 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
|
||
### Features | ||
|
||
* Upperbound the time spend creating Prettier auto-fixes ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554)) | ||
Check failure on line 8 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
|
||
|
||
|
||
Check failure on line 10 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
|
||
### Dependencies | ||
|
||
* Bump eslint-plugin-import-x from 4.3.1 to 4.4.0 ([#295](https://github.com/lightbasenl/platforms/issues/295)) ([9ed1c3b](https://github.com/lightbasenl/platforms/commit/9ed1c3b7be5f04ce850b6d8993e01ed5fc569713)) | ||
Check failure on line 13 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
Check failure on line 13 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (22) / ci
|
||
* Bump the eslint group with 2 updates ([#297](https://github.com/lightbasenl/platforms/issues/297)) ([b654de1](https://github.com/lightbasenl/platforms/commit/b654de10ec7a80b04e167b9540855a3f72601c6b)) | ||
Check failure on line 14 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
Check failure on line 14 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (22) / ci
|
||
* Bump the typescript-eslint group across 1 directory with 2 updates ([#292](https://github.com/lightbasenl/platforms/issues/292)) ([c18fabe](https://github.com/lightbasenl/platforms/commit/c18fabe02988d32ba5b206832afe9c59088a8a40)) | ||
Check failure on line 15 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (20) / ci
Check failure on line 15 in packages/eslint-config/CHANGELOG.md GitHub Actions / build-lint-test (22) / ci
|
||
|
||
## [2.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.2.0...eslint-config-v2.0.0) (2024-10-22) | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"packages/eslint-config": "2.0.0", | ||
"packages/eslint-config": "2.1.0", | ||
"packages/pull-through-cache": "0.2.2" | ||
} |