Skip to content

Commit 13ede78

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.2...v7.0.0) (2025-01-20) ### Bug Fixes * **base:** switch some perfectionist references to flatconfig ([a6697cc](a6697cc)) * **base:** turn off import/no-unused-modules for now ([a8f15dc](a8f15dc)) * publishes type declarations ([a410e8e](a410e8e)) * **react:** [sort-jsx-props] use regex pattern for custom groups ([720df19](720df19)) * **scripts:** [repair] use exact rimraf version to not use a local and possible incompatible version ([059835d](059835d)) * **shared-configurations:** [nextjs] ignore .next folder per default ([2f51caa](2f51caa)) * **shared-configurations:** [react] remove redefined jsx-a11y plugin ([76e7fc4](76e7fc4)) * **shared-configurations:** make next.js configuration importable ([c6ca951](c6ca951)) ### Features * add basic typing to the index.js ([ce3fbb0](ce3fbb0)) * **base:** [typescript-eslint] update parserOptions to use projectService instead of project ([02ac930](02ac930)) * **deps:** update dependencies ([564b3ba](564b3ba)) * **deps:** update dependencies ([dfed600](dfed600)) * migrates to flat-config ([b22a872](b22a872)) * **naming-convention:** adds a new shared configuration for enforcing naming conventions ([8f2fdf2](8f2fdf2)) * **shared-configurations:** [nextjs] enhance compatibility with react-refresh ([ba20ebd](ba20ebd)) * **shared-configurations:** add next.js configuration ([ca94532](ca94532)) ### BREAKING CHANGES * migrate to flat config * drop support for legacy config
1 parent 15636f2 commit 13ede78

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# [7.0.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v6.0.2...v7.0.0) (2025-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **base:** switch some perfectionist references to flatconfig ([a6697cc](https://github.com/Boehringer-Ingelheim/eslint-config/commit/a6697cc2c6c11ff717732abe741d1300c6d3a608))
7+
* **base:** turn off import/no-unused-modules for now ([a8f15dc](https://github.com/Boehringer-Ingelheim/eslint-config/commit/a8f15dc3a35fc6e6d774d8e766985772009862f0))
8+
* publishes type declarations ([a410e8e](https://github.com/Boehringer-Ingelheim/eslint-config/commit/a410e8eed04e5bde28eb6aa14be19858bb685cc9))
9+
* **react:** [sort-jsx-props] use regex pattern for custom groups ([720df19](https://github.com/Boehringer-Ingelheim/eslint-config/commit/720df196a0b6f1e0c480f95b7e6c6fa47e82bac0))
10+
* **scripts:** [repair] use exact rimraf version to not use a local and possible incompatible version ([059835d](https://github.com/Boehringer-Ingelheim/eslint-config/commit/059835d26311ea30a6dd5e837eb1a040dcad2b69))
11+
* **shared-configurations:** [nextjs] ignore .next folder per default ([2f51caa](https://github.com/Boehringer-Ingelheim/eslint-config/commit/2f51caaf8b7ead38db9d753586f930ae91a8e3e5))
12+
* **shared-configurations:** [react] remove redefined jsx-a11y plugin ([76e7fc4](https://github.com/Boehringer-Ingelheim/eslint-config/commit/76e7fc4f06caf252cc5bbcdbeb8fb4848c748e93))
13+
* **shared-configurations:** make next.js configuration importable ([c6ca951](https://github.com/Boehringer-Ingelheim/eslint-config/commit/c6ca95150866af2c045a73b706ac3f034f34d7b6))
14+
15+
16+
### Features
17+
18+
* add basic typing to the index.js ([ce3fbb0](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ce3fbb063150a162085df2f6e110460670612bb1))
19+
* **base:** [typescript-eslint] update parserOptions to use projectService instead of project ([02ac930](https://github.com/Boehringer-Ingelheim/eslint-config/commit/02ac930eca6f1d9da4f2c724c1febebd9f3c2524))
20+
* **deps:** update dependencies ([564b3ba](https://github.com/Boehringer-Ingelheim/eslint-config/commit/564b3ba9aec9ad1dbc80477438abfdfd82f69c6a))
21+
* **deps:** update dependencies ([dfed600](https://github.com/Boehringer-Ingelheim/eslint-config/commit/dfed60091dfc8be82b1290841fbb864eda982762))
22+
* migrates to flat-config ([b22a872](https://github.com/Boehringer-Ingelheim/eslint-config/commit/b22a872a1589516d571c8907e6ec30bb2b529f94))
23+
* **naming-convention:** adds a new shared configuration for enforcing naming conventions ([8f2fdf2](https://github.com/Boehringer-Ingelheim/eslint-config/commit/8f2fdf2afee4aed0a26ab4f3a98d22627daefe5b))
24+
* **shared-configurations:** [nextjs] enhance compatibility with react-refresh ([ba20ebd](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ba20ebdced704db40602aa25d270496c06d18d7d))
25+
* **shared-configurations:** add next.js configuration ([ca94532](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ca9453226d898196c576073adc7af47869b551a4))
26+
27+
28+
### BREAKING CHANGES
29+
30+
* migrate to flat config
31+
* drop support for legacy config
32+
133
# [7.0.0-next.10](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v7.0.0-next.9...v7.0.0-next.10) (2025-01-20)
234

335

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boehringer-ingelheim/eslint-config",
3-
"version": "7.0.0-next.10",
3+
"version": "7.0.0",
44
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
55
"keywords": [
66
"boehringer",

0 commit comments

Comments
 (0)