Commit ac2567f

Anton Golub <antongolub@antongolub.com>
2024-09-11 08:24:36
fix: enhance abort handlers clean up (#889) tag: 8.1.6
* fix: enhance abort handlers clean up relates #881 * chore: up dev deps
1 parent bff3551
package-lock.json
@@ -12,7 +12,7 @@
         "zx": "build/cli.js"
       },
       "devDependencies": {
-        "@size-limit/file": "^11.1.4",
+        "@size-limit/file": "^11.1.5",
         "@types/fs-extra": "^11.0.4",
         "@types/minimist": "^1.2.5",
         "@types/node": ">=20.11.30",
@@ -39,14 +39,14 @@
         "minimist": "^1.2.8",
         "node-fetch-native": "^1.6.4",
         "prettier": "^3.3.3",
-        "size-limit": "^11.1.4",
+        "size-limit": "^11.1.5",
         "ts-node": "^10.9.2",
         "tsd": "^0.31.2",
         "tsx": "^4.19.0",
-        "typescript": "^5.5.4",
+        "typescript": "^5.6.2",
         "which": "^4.0.0",
         "yaml": "^2.5.1",
-        "zurk": "^0.3.1"
+        "zurk": "^0.3.2"
       },
       "engines": {
         "node": ">= 12.17.0"
@@ -854,16 +854,16 @@
       }
     },
     "node_modules/@size-limit/file": {
-      "version": "11.1.4",
-      "resolved": "https://registry.npmjs.org/@size-limit/file/-/file-11.1.4.tgz",
-      "integrity": "sha512-QxnGj9cxhCEuqMAV01gqonXIKcc+caZqFHZpV51oL2ZJNGSPP9Q/yyf+7HbVe00faOFd1dZZwMwzZmX7HQ9LbA==",
+      "version": "11.1.5",
+      "resolved": "https://registry.npmjs.org/@size-limit/file/-/file-11.1.5.tgz",
+      "integrity": "sha512-oz/XBVUJh95GpzDb9/f4sEQD/ACJ9zEKSRgBtvMUTN0c+O/9uq+RzvFeXFN2Kjpx3Dmur1ta+oZsp3zQFxlb3Q==",
       "dev": true,
       "license": "MIT",
       "engines": {
         "node": "^18.0.0 || >=20.0.0"
       },
       "peerDependencies": {
-        "size-limit": "11.1.4"
+        "size-limit": "11.1.5"
       }
     },
     "node_modules/@ts-graphviz/adapter": {
@@ -3966,9 +3966,9 @@
       }
     },
     "node_modules/picocolors": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
-      "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
+      "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
       "dev": true,
       "license": "ISC"
     },
@@ -4617,19 +4617,19 @@
       }
     },
     "node_modules/size-limit": {
-      "version": "11.1.4",
-      "resolved": "https://registry.npmjs.org/size-limit/-/size-limit-11.1.4.tgz",
-      "integrity": "sha512-V2JAI/Z7h8sEuxU3V+Ig3XKA5FcYbI4CZ7sh6s7wvuy+TUwDZYqw7sAqrHhQ4cgcNfPKIAHAaH8VaqOdbcwJDA==",
+      "version": "11.1.5",
+      "resolved": "https://registry.npmjs.org/size-limit/-/size-limit-11.1.5.tgz",
+      "integrity": "sha512-dtw/Tcm+9aonYySPG6wQCe1BwogK5HRGSrSqr0zXGfKtynJGvKAsyHCTGxdphFEHjHRoHFWua3D3zqYLUVVIig==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
         "bytes-iec": "^3.1.1",
         "chokidar": "^3.6.0",
-        "globby": "^14.0.1",
-        "jiti": "^1.21.0",
-        "lilconfig": "^3.1.1",
+        "jiti": "^1.21.6",
+        "lilconfig": "^3.1.2",
         "nanospinner": "^1.1.0",
-        "picocolors": "^1.0.1"
+        "picocolors": "^1.1.0",
+        "tinyglobby": "^0.2.6"
       },
       "bin": {
         "size-limit": "bin.js"
@@ -4975,6 +4975,48 @@
         "url": "https://github.com/sponsors/isaacs"
       }
     },
+    "node_modules/tinyglobby": {
+      "version": "0.2.6",
+      "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.6.tgz",
+      "integrity": "sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==",
+      "dev": true,
+      "license": "ISC",
+      "dependencies": {
+        "fdir": "^6.3.0",
+        "picomatch": "^4.0.2"
+      },
+      "engines": {
+        "node": ">=12.0.0"
+      }
+    },
+    "node_modules/tinyglobby/node_modules/fdir": {
+      "version": "6.3.0",
+      "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.3.0.tgz",
+      "integrity": "sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==",
+      "dev": true,
+      "license": "MIT",
+      "peerDependencies": {
+        "picomatch": "^3 || ^4"
+      },
+      "peerDependenciesMeta": {
+        "picomatch": {
+          "optional": true
+        }
+      }
+    },
+    "node_modules/tinyglobby/node_modules/picomatch": {
+      "version": "4.0.2",
+      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
+      "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
+      "dev": true,
+      "license": "MIT",
+      "engines": {
+        "node": ">=12"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/jonschlinkert"
+      }
+    },
     "node_modules/to-fast-properties": {
       "version": "2.0.0",
       "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
@@ -5200,9 +5242,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "5.5.4",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
-      "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
+      "version": "5.6.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
+      "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
       "dev": true,
       "license": "Apache-2.0",
       "bin": {
@@ -5515,9 +5557,9 @@
       }
     },
     "node_modules/zurk": {
-      "version": "0.3.1",
-      "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.3.1.tgz",
-      "integrity": "sha512-E3c+/eH13P51YDeXIKXPZRzCXEBaKAw3ifDGCv6XxTH7Tc4feBcJaKK6J7OTHtrdn/V+HIWKdordShInX1TWxQ==",
+      "version": "0.3.2",
+      "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.3.2.tgz",
+      "integrity": "sha512-bMihBxEc0ECXBfZbC3se+4E8jc07QvHh8stapRvPR1hwp8Jq27B7QS/sGqCwuwFWWe7EkK3IwXhhVYEgm0ghuw==",
       "dev": true,
       "license": "MIT"
     }
package.json
@@ -91,7 +91,7 @@
     "@types/node": ">=20"
   },
   "devDependencies": {
-    "@size-limit/file": "^11.1.4",
+    "@size-limit/file": "^11.1.5",
     "@types/fs-extra": "^11.0.4",
     "@types/minimist": "^1.2.5",
     "@types/node": ">=20.11.30",
@@ -118,14 +118,14 @@
     "minimist": "^1.2.8",
     "node-fetch-native": "^1.6.4",
     "prettier": "^3.3.3",
-    "size-limit": "^11.1.4",
+    "size-limit": "^11.1.5",
     "ts-node": "^10.9.2",
     "tsd": "^0.31.2",
     "tsx": "^4.19.0",
-    "typescript": "^5.5.4",
+    "typescript": "^5.6.2",
     "which": "^4.0.0",
     "yaml": "^2.5.1",
-    "zurk": "^0.3.1"
+    "zurk": "^0.3.2"
   },
   "publishConfig": {
     "registry": "https://wombat-dressing-room.appspot.com"