chore(deps): update dependency chokidar to v5 (#14986)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Wed, 26 Nov 2025 02:59:07 +0000 (18:59 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 02:59:07 +0000 (18:59 -0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
.changeset/witty-toys-beg.md [new file with mode: 0644]
packages/package/package.json
pnpm-lock.yaml

diff --git a/.changeset/witty-toys-beg.md b/.changeset/witty-toys-beg.md
new file mode 100644 (file)
index 0000000..d7d0523
--- /dev/null
@@ -0,0 +1,5 @@
+---
+"@sveltejs/package": patch
+---
+
+chore(deps): update dependency chokidar to v5
index 304c7009d1d73df188fcebda967b4995c9da854b..002f01479296e8594ca9f02453bbf8a2f8ad08ce 100644 (file)
@@ -20,7 +20,7 @@
        "homepage": "https://svelte.dev",
        "type": "module",
        "dependencies": {
-               "chokidar": "^4.0.3",
+               "chokidar": "^5.0.0",
                "kleur": "^4.1.5",
                "sade": "^1.8.1",
                "semver": "^7.5.4",
index 4764759a852adef4712f0253dfa99a4c1dd2f8c7..e5b2b71da08a0278d0a9fddc9fc7eb246ad7a4b2 100644 (file)
@@ -1314,8 +1314,8 @@ importers:
   packages/package:
     dependencies:
       chokidar:
-        specifier: ^4.0.3
-        version: 4.0.3
+        specifier: ^5.0.0
+        version: 5.0.0
       kleur:
         specifier: ^4.1.5
         version: 4.1.5
@@ -3686,6 +3686,10 @@ packages:
     resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
     engines: {node: '>= 14.16.0'}
 
+  chokidar@5.0.0:
+    resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
+    engines: {node: '>= 20.19.0'}
+
   chownr@3.0.0:
     resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
     engines: {node: '>=18'}
@@ -6142,6 +6146,10 @@ packages:
     resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
     engines: {node: '>= 14.18.0'}
 
+  readdirp@5.0.0:
+    resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
+    engines: {node: '>= 20.19.0'}
+
   real-require@0.2.0:
     resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
     engines: {node: '>= 12.13.0'}
@@ -9688,6 +9696,10 @@ snapshots:
     dependencies:
       readdirp: 4.1.2
 
+  chokidar@5.0.0:
+    dependencies:
+      readdirp: 5.0.0
+
   chownr@3.0.0: {}
 
   ci-info@3.9.0: {}
@@ -12297,6 +12309,8 @@ snapshots:
 
   readdirp@4.1.2: {}
 
+  readdirp@5.0.0: {}
+
   real-require@0.2.0: {}
 
   regenerator-runtime@0.14.1: {}