Skip to content

Commit 4b26fbe

Browse files
chore(release): 7.0.0-naming-convetion-configuration.1 [skip ci]
# [7.0.0-naming-convetion-configuration.1](v6.0.1...v7.0.0-naming-convetion-configuration.1) (2025-01-17) ### Bug Fixes * **base:** switch some perfectionist references to flatconfig ([a6697cc](a6697cc)) * **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 8f2fdf2 commit 4b26fbe

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [7.0.0-naming-convetion-configuration.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v6.0.1...v7.0.0-naming-convetion-configuration.1) (2025-01-17)
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+
* **react:** [sort-jsx-props] use regex pattern for custom groups ([720df19](https://github.com/Boehringer-Ingelheim/eslint-config/commit/720df196a0b6f1e0c480f95b7e6c6fa47e82bac0))
8+
* **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))
9+
* **shared-configurations:** [nextjs] ignore .next folder per default ([2f51caa](https://github.com/Boehringer-Ingelheim/eslint-config/commit/2f51caaf8b7ead38db9d753586f930ae91a8e3e5))
10+
* **shared-configurations:** [react] remove redefined jsx-a11y plugin ([76e7fc4](https://github.com/Boehringer-Ingelheim/eslint-config/commit/76e7fc4f06caf252cc5bbcdbeb8fb4848c748e93))
11+
* **shared-configurations:** make next.js configuration importable ([c6ca951](https://github.com/Boehringer-Ingelheim/eslint-config/commit/c6ca95150866af2c045a73b706ac3f034f34d7b6))
12+
13+
14+
### Features
15+
16+
* add basic typing to the index.js ([ce3fbb0](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ce3fbb063150a162085df2f6e110460670612bb1))
17+
* **base:** [typescript-eslint] update parserOptions to use projectService instead of project ([02ac930](https://github.com/Boehringer-Ingelheim/eslint-config/commit/02ac930eca6f1d9da4f2c724c1febebd9f3c2524))
18+
* **deps:** update dependencies ([564b3ba](https://github.com/Boehringer-Ingelheim/eslint-config/commit/564b3ba9aec9ad1dbc80477438abfdfd82f69c6a))
19+
* **deps:** update dependencies ([dfed600](https://github.com/Boehringer-Ingelheim/eslint-config/commit/dfed60091dfc8be82b1290841fbb864eda982762))
20+
* migrates to flat-config ([b22a872](https://github.com/Boehringer-Ingelheim/eslint-config/commit/b22a872a1589516d571c8907e6ec30bb2b529f94))
21+
* **naming-convention:** adds a new shared configuration for enforcing naming conventions ([8f2fdf2](https://github.com/Boehringer-Ingelheim/eslint-config/commit/8f2fdf2afee4aed0a26ab4f3a98d22627daefe5b))
22+
* **shared-configurations:** [nextjs] enhance compatibility with react-refresh ([ba20ebd](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ba20ebdced704db40602aa25d270496c06d18d7d))
23+
* **shared-configurations:** add next.js configuration ([ca94532](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ca9453226d898196c576073adc7af47869b551a4))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* migrate to flat config
29+
* drop support for legacy config
30+
131
# [7.0.0-next.6](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v7.0.0-next.5...v7.0.0-next.6) (2025-01-15)
232

333

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.6",
3+
"version": "7.0.0-naming-convetion-configuration.1",
44
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
55
"keywords": [
66
"boehringer",

0 commit comments

Comments
 (0)