es-toolkit 1.44.0-dev.1727 → 1.44.0-dev.1729

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.44.0-dev.1727+859355b9",
3
+ "version": "1.44.0-dev.1729+28f518de",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
@@ -156,7 +156,7 @@
156
156
  "build": "rollup -c rollup.config.mjs && ./.scripts/postbuild.sh",
157
157
  "format": "prettier --write .",
158
158
  "gen:bundle-size": "node ./.scripts/generate-bundle-size.mjs",
159
- "lint": "eslint --config eslint.config.mjs",
159
+ "lint": "eslint --config eslint.config.mjs --concurrency=auto",
160
160
  "packlint": "packlint sort -R",
161
161
  "prepack": "yarn build",
162
162
  "test": "vitest --coverage --typecheck",
@@ -167,12 +167,11 @@
167
167
  "@arethetypeswrong/cli": "^0.15.3",
168
168
  "@changesets/changelog-github": "^0.5.0",
169
169
  "@changesets/cli": "^2.27.1",
170
- "@eslint/js": "^9.9.0",
170
+ "@eslint/js": "^9.39.2",
171
171
  "@rollup/plugin-terser": "^0.4.4",
172
172
  "@rollup/plugin-typescript": "^12.1.0",
173
173
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
174
174
  "@types/broken-link-checker": "^0",
175
- "@types/eslint": "^9",
176
175
  "@types/jscodeshift": "^0.12.0",
177
176
  "@types/lodash": "^4.17.20",
178
177
  "@types/node": "^24.10.9",
@@ -182,7 +181,7 @@
182
181
  "@vitest/eslint-plugin": "^1.6.6",
183
182
  "@vue/compiler-sfc": "^3.5.10",
184
183
  "broken-link-checker": "^0.7.8",
185
- "eslint": "^9.22.0",
184
+ "eslint": "^9.39.2",
186
185
  "eslint-config-prettier": "^9.1.0",
187
186
  "eslint-plugin-no-for-of-array": "^0.0.1",
188
187
  "eslint-plugin-prettier": "^5.2.1",