es-toolkit 1.47.0-dev.1829 → 1.47.0-dev.1831

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.
package/LICENSE CHANGED
@@ -1,10 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Viva Republica, Inc
4
-
5
- Copyright OpenJS Foundation and other contributors
6
-
7
- Parts of the test suite and compatibility layer in `es-toolkit/compat` are derived from Lodash (https://github.com/lodash/lodash) by the OpenJS Foundation (https://openjsf.org/) and Underscore.js by Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors (http://underscorejs.org/)
3
+ Copyright (c) 2024 Viva Republica, Inc.
8
4
 
9
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
10
6
  of this software and associated documentation files (the "Software"), to deal
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -6,7 +6,7 @@ const require_pull = require("../../array/pull.js");
6
6
  * This function changes `arr` in place.
7
7
  * If you want to remove values without modifying the original array, use `difference`.
8
8
  *
9
- * @template T, U
9
+ * @template T
10
10
  * @param {T[]} arr - The array to modify.
11
11
  * @param {...unknown[]} valuesToRemove - The values to remove from the array.
12
12
  * @returns {T[]} The modified array with the specified values removed.
@@ -6,7 +6,7 @@ import { pull as pull$1 } from "../../array/pull.mjs";
6
6
  * This function changes `arr` in place.
7
7
  * If you want to remove values without modifying the original array, use `difference`.
8
8
  *
9
- * @template T, U
9
+ * @template T
10
10
  * @param {T[]} arr - The array to modify.
11
11
  * @param {...unknown[]} valuesToRemove - The values to remove from the array.
12
12
  * @returns {T[]} The modified array with the specified values removed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.47.0-dev.1829+031f8cf2",
3
+ "version": "1.47.0-dev.1831+94e60c19",
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",
@@ -200,24 +200,25 @@
200
200
  "@changesets/cli": "^2.27.1",
201
201
  "@eslint/js": "^9.39.2",
202
202
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
203
- "@types/broken-link-checker": "^0",
203
+ "@types/broken-link-checker": "0.7.3",
204
204
  "@types/jscodeshift": "^0.12.0",
205
- "@types/lodash": "^4.17.20",
205
+ "@types/lodash": "4.17.20",
206
206
  "@types/node": "^24.10.9",
207
207
  "@types/tar": "^6.1.13",
208
208
  "@typescript-eslint/parser": "^8.26.1",
209
209
  "@vitest/coverage-istanbul": "^4.0.17",
210
210
  "@vitest/eslint-plugin": "^1.6.6",
211
211
  "@vue/compiler-sfc": "^3.5.10",
212
- "broken-link-checker": "^0.7.8",
212
+ "broken-link-checker": "0.7.8",
213
213
  "eslint": "^9.39.2",
214
214
  "eslint-config-prettier": "^9.1.0",
215
215
  "eslint-plugin-no-for-of-array": "^0.0.1",
216
216
  "eslint-plugin-prettier": "^5.2.1",
217
217
  "eslint-plugin-vue": "^9.28.0",
218
218
  "execa": "^9.3.0",
219
+ "fast-check": "4.8.0",
219
220
  "globals": "^15.9.0",
220
- "happy-dom": "^16.7.3",
221
+ "happy-dom": "20.9.0",
221
222
  "jscodeshift": "^17.0.0",
222
223
  "packlint": "^0.2.4",
223
224
  "prettier": "^3.2.5",