@10stars/config 9.2.0 → 9.3.1

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/.eslintrc.js +1 -0
  2. package/package.json +4 -4
package/.eslintrc.js CHANGED
@@ -251,5 +251,6 @@ module.exports = {
251
251
  * Regex
252
252
  */
253
253
  "regexp/no-useless-escape": type.warning,
254
+ "regexp/use-ignore-case": type.ignore, // results in a bug; https://github.com/ota-meshi/eslint-plugin-regexp/issues/672
254
255
  },
255
256
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "9.2.0",
7
+ "version": "9.3.1",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "module": "./src/index.ts",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@10stars/eslint-plugin-react-hooks": "^4.3.4",
27
- "@commitlint/cli": "^17.0.0",
28
- "@commitlint/config-conventional": "^17.0.0",
27
+ "@commitlint/cli": "^18.0.0",
28
+ "@commitlint/config-conventional": "^18.0.0",
29
29
  "@types/lodash": "^4.0.0",
30
30
  "@types/node": "^20.0.0",
31
31
  "@types/react": "^18.0.0",
@@ -38,7 +38,7 @@
38
38
  "eslint-config-prettier": "^9.0.0",
39
39
  "eslint-plugin-import": "^2.0.0",
40
40
  "eslint-plugin-react": "^7.0.0",
41
- "eslint-plugin-regexp": "^1.0.0",
41
+ "eslint-plugin-regexp": "^2.0.0",
42
42
  "eslint-plugin-simple-import-sort": "^10.0.0",
43
43
  "eslint-plugin-sort-keys-fix": "^1.0.0",
44
44
  "eslint-watch": "^8.0.0",