@typeform/eslint-config 7.0.25 → 7.0.26

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.
@@ -18,9 +18,6 @@ updates:
18
18
  # Stay on eslint v9.x until eslint-plugin-react ships a compatible release.
19
19
  - dependency-name: "eslint"
20
20
  versions: [">=10"]
21
- - dependency-name: semantic-release
22
- versions:
23
- - '>=25.0.0'
24
21
  cooldown:
25
22
  default-days: 7
26
23
  exclude:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeform/eslint-config",
3
- "version": "7.0.25",
3
+ "version": "7.0.26",
4
4
  "description": "ESLint configuration for Typeform front-end projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -62,7 +62,7 @@
62
62
  "jest": "^30.3.0",
63
63
  "lint-staged": "^17.0.2",
64
64
  "prettier": "^3.4.2",
65
- "semantic-release": "^25.0.3",
65
+ "semantic-release": "^25.0.9",
66
66
  "typescript": "^6.0.3"
67
67
  },
68
68
  "release": {