feat(core): Migrate to chokidar 5.x, add picomatch filtering and update test/dev dependencies

This commit is contained in:
2025-11-29 21:05:51 +00:00
parent 21827f06e9
commit 6d02ef3ddc
7 changed files with 2832 additions and 2510 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartchok",
"version": "1.1.1",
"private": false,
"description": "A smart wrapper for chokidar 4.x with glob pattern support and enhanced features.",
"description": "A smart wrapper for chokidar 5.x with glob pattern support and enhanced features.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -22,19 +22,18 @@
},
"homepage": "https://code.foss.global/push.rocks/smartchok",
"dependencies": {
"@push.rocks/lik": "^6.0.2",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrx": "^3.0.2",
"chokidar": "^4.0.3",
"picomatch": "^4.0.2"
"@push.rocks/lik": "^6.2.2",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrx": "^3.0.10",
"chokidar": "^5.0.0",
"picomatch": "^4.0.3"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@git.zone/tsbuild": "^3.1.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.8"
"@types/node": "^24.10.1"
},
"files": [
"ts/**/*",