eslint-config-typed 3.13.0 → 3.13.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 (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-typed",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "typescript"
@@ -83,6 +83,8 @@
83
83
  "eslint-plugin-import-x": "^4.16.1",
84
84
  "eslint-plugin-jest": "29.1.0",
85
85
  "eslint-plugin-jsx-a11y": "6.10.2",
86
+ "eslint-plugin-math": "^0.13.0",
87
+ "eslint-plugin-n": "^17.23.1",
86
88
  "eslint-plugin-playwright": "2.3.0",
87
89
  "eslint-plugin-prefer-arrow-functions": "3.9.1",
88
90
  "eslint-plugin-promise": "7.2.1",
@@ -92,18 +94,18 @@
92
94
  "eslint-plugin-react-refresh": "0.4.24",
93
95
  "eslint-plugin-security": "3.0.1",
94
96
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
95
- "eslint-plugin-testing-library": "7.13.3",
97
+ "eslint-plugin-testing-library": "7.13.4",
96
98
  "eslint-plugin-unicorn": "62.0.0",
97
99
  "globals": "16.5.0",
98
100
  "is-glob": "^4.0.3",
99
101
  "is-immutable-type": "5.0.1",
100
102
  "micromatch": "^4.0.8",
101
- "ts-data-forge": "^5.0.0",
103
+ "ts-data-forge": "^5.0.1",
102
104
  "tsutils": "3.21.0",
103
105
  "typescript-eslint": "8.46.4"
104
106
  },
105
107
  "devDependencies": {
106
- "@eslint/core": "^0.17.0",
108
+ "@eslint/core": "^1.0.0",
107
109
  "@octokit/core": "7.0.6",
108
110
  "@rollup/plugin-replace": "^6.0.3",
109
111
  "@rollup/plugin-strip": "^3.0.4",
@@ -113,22 +115,20 @@
113
115
  "@semantic-release/exec": "^7.1.0",
114
116
  "@semantic-release/git": "^10.0.1",
115
117
  "@semantic-release/github": "^12.0.2",
116
- "@semantic-release/npm": "^13.1.1",
118
+ "@semantic-release/npm": "^13.1.2",
117
119
  "@semantic-release/release-notes-generator": "^14.1.0",
118
120
  "@types/estree": "^1.0.8",
119
121
  "@types/is-glob": "^4.0.4",
120
122
  "@types/json-schema": "^7.0.15",
121
123
  "@types/micromatch": "^4.0.10",
122
124
  "@types/node": "^24.10.1",
123
- "@types/react": "^19.2.4",
125
+ "@types/react": "^19.2.5",
124
126
  "@typescript-eslint/rule-tester": "8.46.4",
125
- "@vitest/coverage-v8": "^4.0.8",
126
- "@vitest/ui": "^4.0.8",
127
+ "@vitest/coverage-v8": "^4.0.9",
128
+ "@vitest/ui": "^4.0.9",
127
129
  "conventional-changelog-conventionalcommits": "^9.1.0",
128
- "cspell": "^9.3.1",
130
+ "cspell": "^9.3.2",
129
131
  "dedent": "^1.7.0",
130
- "eslint-plugin-math": "^0.13.0",
131
- "eslint-plugin-n": "^17.23.1",
132
132
  "fast-glob": "^3.3.3",
133
133
  "jiti": "^2.6.1",
134
134
  "json-schema": "^0.4.0",
@@ -144,13 +144,13 @@
144
144
  "react": "^19.2.0",
145
145
  "rollup": "^4.53.2",
146
146
  "semantic-release": "^25.0.2",
147
- "ts-fortress": "^6.0.0",
148
- "ts-repo-utils": "^7.8.1",
147
+ "ts-fortress": "^6.1.0",
148
+ "ts-repo-utils": "^7.8.2",
149
149
  "ts-type-forge": "^2.3.0",
150
150
  "tslib": "^2.8.1",
151
151
  "tsx": "^4.20.6",
152
152
  "typescript": "^5.9.3",
153
- "vitest": "^4.0.8"
153
+ "vitest": "^4.0.9"
154
154
  },
155
155
  "peerDependencies": {
156
156
  "eslint": ">=9.0.0",