Skip to content

Commit ad78b75

Browse files
committed
chore: update dependencies and build.
1 parent 7b7338f commit ad78b75

7 files changed

Lines changed: 1029 additions & 2006 deletions

File tree

build/collect.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/collect.js",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"description": "Convenient and dependency free wrapper for working with arrays and objects (maintained).",
55
"typings": "index.d.ts",
66
"type": "module",
@@ -30,10 +30,11 @@
3030
"all": "pnpm run barrel && pnpm run build && pnpm test --watch=false && pnpm run eslint && pnpm run validate-version",
3131
"lint": "eslint . --ext .ts --ext .js",
3232
"pretest": "pnpm run transpile",
33-
"test": "vitest",
33+
"test": "vitest run",
34+
"test:watch": "vitest --watch",
3435
"barrel": "barrelize >/dev/null",
3536
"coverage": "vitest --coverage",
36-
"transpile": "tsdown --config-loader unconfig",
37+
"transpile": "tsdown --config-loader unrun",
3738
"readme": "node documentor/bundle.js",
3839
"build": "pnpm run transpile && pnpm run readme",
3940
"eslint": "pnpm eslint:fix",
@@ -91,20 +92,19 @@
9192
"url": "https://github.com/h3ravel/collect.js/issues"
9293
},
9394
"devDependencies": {
94-
"@eslint/js": "^9.39.2",
95-
"@eslint/markdown": "^7.5.1",
96-
"@types/node": "^25.0.3",
97-
"@typescript-eslint/eslint-plugin": "^8.44.0",
98-
"@typescript-eslint/parser": "^8.44.0",
99-
"@vitest/coverage-v8": "4.0.16",
95+
"@eslint/js": "^10.0.1",
96+
"@eslint/markdown": "^8.0.2",
97+
"@types/node": "^25.9.3",
98+
"@typescript-eslint/eslint-plugin": "^8.61.0",
99+
"@typescript-eslint/parser": "^8.61.0",
100+
"@vitest/coverage-v8": "4.1.8",
100101
"barrelize": "^1.6.4",
101-
"eslint": "^9.39.2",
102-
"eslint-plugin-import": "^2.32.0",
103-
"tsdown": "^0.16.0",
104-
"typescript": "^5.9.2",
105-
"typescript-eslint": "^8.50.0",
106-
"vitepress": "2.0.0-alpha.15",
107-
"vitest": "^4.0.16",
102+
"eslint": "^10.4.1",
103+
"tsdown": "^0.22.2",
104+
"typescript": "^6.0.3",
105+
"typescript-eslint": "^8.61.0",
106+
"vitepress": "2.0.0-alpha.17",
107+
"vitest": "^4.1.8",
108108
"vue": "^3.5.26"
109109
},
110110
"packageManager": "pnpm@10.18.2"

0 commit comments

Comments
 (0)