@boehringer-ingelheim/eslint-config 7.0.0 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/configs/base.js +1 -1
  2. package/package.json +8 -8
package/configs/base.js CHANGED
@@ -137,7 +137,7 @@ module.exports = tseslint.config(
137
137
  {
138
138
  files: [
139
139
  '**/*.d.ts', // TypeScript declaration files
140
- '**/*.{spec,test}.*', // Usually test files
140
+ '**/*.{spec,test}.{js,cjs,mjs,jsx,ts,cts,mts,tsx}', // Usually test files
141
141
  './*.{js,cjs,mjs,ts,cts,mts}', // Mostly configuration files on root level
142
142
  ],
143
143
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boehringer-ingelheim/eslint-config",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
5
5
  "keywords": [
6
6
  "boehringer",
@@ -32,26 +32,26 @@
32
32
  "eslint": ">= 8"
33
33
  },
34
34
  "dependencies": {
35
- "@eslint/js": "^9.18.0",
36
- "@next/eslint-plugin-next": "^15.1.4",
35
+ "@eslint/js": "^9.19.0",
36
+ "@next/eslint-plugin-next": "^15.1.6",
37
37
  "eslint-config-prettier": "^10.0.1",
38
38
  "eslint-import-resolver-typescript": "^3.7.0",
39
39
  "eslint-plugin-import": "^2.31.0",
40
40
  "eslint-plugin-jsx-a11y": "^6.10.2",
41
- "eslint-plugin-perfectionist": "^4.6.0",
42
- "eslint-plugin-playwright": "^2.1.0",
41
+ "eslint-plugin-perfectionist": "^4.8.0",
42
+ "eslint-plugin-playwright": "^2.2.0",
43
43
  "eslint-plugin-react": "^7.37.4",
44
44
  "eslint-plugin-react-hooks": "^5.1.0",
45
45
  "eslint-plugin-react-refresh": "^0.4.18",
46
46
  "eslint-plugin-sonarjs": "^1.0.4",
47
47
  "globals": "^15.14.0",
48
48
  "is-ci": "^4.1.0",
49
- "typescript-eslint": "^8.20.0"
49
+ "typescript-eslint": "^8.23.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@boehringer-ingelheim/prettier-config": "2.0.0",
53
- "@commitlint/cli": "19.6.1",
54
- "@commitlint/config-conventional": "19.6.0",
53
+ "@commitlint/cli": "19.7.1",
54
+ "@commitlint/config-conventional": "19.7.1",
55
55
  "@commitlint/types": "19.5.0",
56
56
  "@semantic-release/changelog": "6.0.3",
57
57
  "@semantic-release/git": "10.0.1",