From 77512a05de8abf0ddfa2c2b913c4dc9696039fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:05:41 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@arethetypeswrong/core](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/core), [fdir](https://github.com/thecodrr/fdir), [package-manager-detector](https://github.com/antfu-collective/package-manager-detector) and [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `@arethetypeswrong/core` from 0.17.4 to 0.18.2 - [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases) - [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/core) Updates `fdir` from 6.4.5 to 6.4.6 - [Release notes](https://github.com/thecodrr/fdir/releases) - [Commits](https://github.com/thecodrr/fdir/compare/v6.4.5...v6.4.6) Updates `package-manager-detector` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/antfu-collective/package-manager-detector/releases) - [Commits](https://github.com/antfu-collective/package-manager-detector/compare/v1.1.0...v1.3.0) Updates `publint` from 0.3.9 to 0.3.12 - [Release notes](https://github.com/publint/publint/releases) - [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md) - [Commits](https://github.com/publint/publint/commits/publint@0.3.12/packages/publint) --- updated-dependencies: - dependency-name: "@arethetypeswrong/core" dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: fdir dependency-version: 6.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: package-manager-detector dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: publint dependency-version: 0.3.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 74 +++++++++++++++++++---------------------------- package.json | 8 ++--- 2 files changed, 34 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c42e48..983d962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,17 +9,17 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@arethetypeswrong/core": "^0.17.4", + "@arethetypeswrong/core": "^0.18.2", "@clack/prompts": "https://pkg.pr.new/bombshell-dev/clack/@clack/prompts@276", "@publint/pack": "^0.1.2", - "fdir": "^6.4.5", + "fdir": "^6.4.6", "gunshi": "^0.26.3", "module-replacements-codemods": "^1.1.0", - "package-manager-detector": "^1.1.0", + "package-manager-detector": "^1.3.0", "picocolors": "^1.1.1", "pino": "^9.7.0", "pino-pretty": "^13.0.0", - "publint": "^0.3.9", + "publint": "^0.3.12", "tinyglobby": "^0.2.14" }, "bin": { @@ -56,22 +56,31 @@ "integrity": "sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==" }, "node_modules/@arethetypeswrong/core": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.17.4.tgz", - "integrity": "sha512-Izvir8iIoU+X4SKtDAa5kpb+9cpifclzsbA8x/AZY0k0gIfXYQ1fa1B6Epfe6vNA2YfDX8VtrZFgvnXB6aPEoQ==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/@arethetypeswrong/core/-/core-0.18.2.tgz", + "integrity": "sha512-GiwTmBFOU1/+UVNqqCGzFJYfBXEytUkiI+iRZ6Qx7KmUVtLm00sYySkfe203C9QtPG11yOz1ZaMek8dT/xnlgg==", "license": "MIT", "dependencies": { "@andrewbranch/untar.js": "^1.0.3", "@loaderkit/resolve": "^1.0.2", "cjs-module-lexer": "^1.2.3", "fflate": "^0.8.2", - "lru-cache": "^10.4.3", + "lru-cache": "^11.0.1", "semver": "^7.5.4", "typescript": "5.6.1-rc", "validate-npm-package-name": "^5.0.0" }, "engines": { - "node": ">=18" + "node": ">=20" + } + }, + "node_modules/@arethetypeswrong/core/node_modules/lru-cache": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", + "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "license": "ISC", + "engines": { + "node": "20 || >=22" } }, "node_modules/@arethetypeswrong/core/node_modules/typescript": { @@ -3106,9 +3115,10 @@ } }, "node_modules/fdir": { - "version": "6.4.5", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz", - "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==", + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", + "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "license": "MIT", "peerDependencies": { "picomatch": "^3 || ^4" }, @@ -3772,6 +3782,7 @@ "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, "license": "ISC" }, "node_modules/magic-string": { @@ -4046,9 +4057,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/package-manager-detector": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.1.0.tgz", - "integrity": "sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz", + "integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==", "license": "MIT" }, "node_modules/parent-module": { @@ -4376,13 +4387,13 @@ ] }, "node_modules/publint": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.9.tgz", - "integrity": "sha512-irTwfRfYW38vomkxxoiZQtFtUOQKpz5m0p9Z60z4xpXrl1KmvSrX1OMARvnnolB5usOXeNfvLj6d/W3rwXKfBQ==", + "version": "0.3.12", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.12.tgz", + "integrity": "sha512-1w3MMtL9iotBjm1mmXtG3Nk06wnq9UhGNRpQ2j6n1Zq7YAD6gnxMMZMIxlRPAydVjVbjSm+n0lhwqsD1m4LD5w==", "license": "MIT", "dependencies": { "@publint/pack": "^0.1.2", - "package-manager-detector": "^0.2.9", + "package-manager-detector": "^1.1.0", "picocolors": "^1.1.1", "sade": "^1.8.1" }, @@ -4396,15 +4407,6 @@ "url": "https://bjornlu.com/sponsor" } }, - "node_modules/publint/node_modules/package-manager-detector": { - "version": "0.2.11", - "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.11.tgz", - "integrity": "sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==", - "license": "MIT", - "dependencies": { - "quansync": "^0.2.7" - } - }, "node_modules/pump": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", @@ -4424,22 +4426,6 @@ "node": ">=6" } }, - "node_modules/quansync": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.8.tgz", - "integrity": "sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/antfu" - }, - { - "type": "individual", - "url": "https://github.com/sponsors/sxzz" - } - ], - "license": "MIT" - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", diff --git a/package.json b/package.json index b21e50a..a26b9df 100644 --- a/package.json +++ b/package.json @@ -52,17 +52,17 @@ }, "homepage": "https://github.com/e18e/cli#readme", "dependencies": { - "@arethetypeswrong/core": "^0.17.4", + "@arethetypeswrong/core": "^0.18.2", "@clack/prompts": "https://pkg.pr.new/bombshell-dev/clack/@clack/prompts@276", "@publint/pack": "^0.1.2", - "fdir": "^6.4.5", + "fdir": "^6.4.6", "gunshi": "^0.26.3", "module-replacements-codemods": "^1.1.0", - "package-manager-detector": "^1.1.0", + "package-manager-detector": "^1.3.0", "picocolors": "^1.1.1", "pino": "^9.7.0", "pino-pretty": "^13.0.0", - "publint": "^0.3.9", + "publint": "^0.3.12", "tinyglobby": "^0.2.14" }, "devDependencies": {