@boehringer-ingelheim/eslint-config 7.0.0-next.5 → 7.0.0-next.6

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/react.js +2 -2
  2. package/package.json +6 -6
package/configs/react.js CHANGED
@@ -78,8 +78,8 @@ module.exports = tseslint.config(
78
78
  'error',
79
79
  {
80
80
  customGroups: {
81
- callback: 'on*',
82
- reservedProps: ['children', 'dangerouslySetInnerHTML', 'key', 'ref'], // Reserved props from: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/lib/rules/jsx-sort-props.js#L40C12-L40C12
81
+ callback: '^on.+',
82
+ reservedProps: ['children', 'dangerouslySetInnerHTML', 'key', 'ref'], // Reserved props from: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/lib/rules/jsx-sort-props.js#L41-L46
83
83
  },
84
84
  groups: ['reservedProps', 'unknown', 'callback'],
85
85
  ignoreCase: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boehringer-ingelheim/eslint-config",
3
- "version": "7.0.0-next.5",
3
+ "version": "7.0.0-next.6",
4
4
  "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
5
5
  "keywords": [
6
6
  "boehringer",
@@ -29,21 +29,21 @@
29
29
  "eslint": ">= 8"
30
30
  },
31
31
  "dependencies": {
32
- "@eslint/js": "^9.17.0",
32
+ "@eslint/js": "^9.18.0",
33
33
  "@next/eslint-plugin-next": "^15.1.4",
34
- "eslint-config-prettier": "^9.1.0",
34
+ "eslint-config-prettier": "^10.0.1",
35
35
  "eslint-import-resolver-typescript": "^3.7.0",
36
36
  "eslint-plugin-import": "^2.31.0",
37
37
  "eslint-plugin-jsx-a11y": "^6.10.2",
38
38
  "eslint-plugin-perfectionist": "^4.6.0",
39
39
  "eslint-plugin-playwright": "^2.1.0",
40
- "eslint-plugin-react": "^7.37.3",
40
+ "eslint-plugin-react": "^7.37.4",
41
41
  "eslint-plugin-react-hooks": "^5.1.0",
42
- "eslint-plugin-react-refresh": "^0.4.16",
42
+ "eslint-plugin-react-refresh": "^0.4.18",
43
43
  "eslint-plugin-sonarjs": "^1.0.4",
44
44
  "globals": "^15.14.0",
45
45
  "is-ci": "^4.1.0",
46
- "typescript-eslint": "^8.19.1"
46
+ "typescript-eslint": "^8.20.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@boehringer-ingelheim/prettier-config": "2.0.0",