summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml5
-rw-r--r--package.json4
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/cloudflare/package.json1
-rw-r--r--packages/integrations/lit/package.json7
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/netlify/package.json1
-rw-r--r--packages/integrations/node/package.json1
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/package.json12
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vercel/package.json1
-rw-r--r--packages/integrations/vue/package.json7
-rw-r--r--packages/integrations/web-vitals/package.json2
-rw-r--r--packages/internal-helpers/package.json2
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--packages/studio/package.json2
-rw-r--r--packages/telemetry/package.json2
-rw-r--r--packages/underscore-redirects/package.json2
-rw-r--r--packages/upgrade/package.json2
-rw-r--r--pnpm-lock.yaml108
31 files changed, 147 insertions, 42 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a494b317..cde351c7c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -95,9 +95,12 @@ jobs:
- name: Build Packages
run: pnpm run build
- - name: Lint
+ - name: Lint source code
run: pnpm run lint:ci
+ - name: Lint publish code
+ run: pnpm run publint
+
test:
name: "Test: ${{ matrix.os }} (node@${{ matrix.NODE_VERSION }})"
runs-on: ${{ matrix.os }}
diff --git a/package.json b/package.json
index 861fcb21c..91d7ee962 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"private": true,
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git"
+ "url": "git+https://github.com/withastro/astro.git"
},
"scripts": {
"release": "pnpm run build && changeset publish",
@@ -37,6 +37,7 @@
"lint": "biome lint && eslint . --report-unused-disable-directives",
"lint:ci": "biome ci --formatter-enabled=false --organize-imports-enabled=false --reporter=github && eslint . --report-unused-disable-directives",
"lint:fix": "biome lint --write --unsafe",
+ "publint": "pnpm -r --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --no-bail exec publint",
"version": "changeset version && node ./scripts/deps/update-example-versions.js && pnpm install --no-frozen-lockfile && pnpm run format",
"preinstall": "npx only-allow pnpm"
},
@@ -65,6 +66,7 @@
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
+ "publint": "^0.2.12",
"turbo": "^2.2.3",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0"
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 82c0c3360..f3ba16f4e 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -8,7 +8,7 @@
"bugs": "https://github.com/withastro/astro/issues",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
"homepage": "https://docs.astro.build/en/reference/api-reference/#prism-",
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 8de405fd7..627b4dd6c 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/astro-rss"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 70b89aa19..fb0440afa 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/astro"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 30889d515..1601e4f7c 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/create-astro"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/db/package.json b/packages/db/package.json
index d40b36842..82990e640 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/db"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 319643876..15365c38d 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/alpinejs"
},
"keywords": [
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 9e6bf7f83..05e18bc64 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -2,6 +2,7 @@
"name": "@astrojs/cloudflare",
"version": "0.0.0",
"private": true,
+ "type": "module",
"keywords": [],
"dont_remove": "This is a placeholder for the sake of the docs smoke test"
}
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 27650a1f7..1153bdc94 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/lit"
},
"keywords": [
@@ -21,10 +21,7 @@
"homepage": "https://docs.astro.build/en/guides/integrations-guide/lit/",
"exports": {
".": "./dist/index.js",
- "./server.js": {
- "default": "./server.js",
- "types": "./server.d.ts"
- },
+ "./server.js": "./server.js",
"./client-shim.js": "./client-shim.js",
"./dist/client.js": "./dist/client.js",
"./hydration-support.js": "./hydration-support.js",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 757bc063a..cd8fb0637 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/markdoc"
},
"keywords": [
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index cac6e8f4c..90b087742 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/mdx"
},
"keywords": [
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 2d9ce88d3..4b54bb6c0 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -2,6 +2,7 @@
"name": "@astrojs/netlify",
"version": "0.0.0",
"private": true,
+ "type": "module",
"keywords": [],
"dont_remove": "This is a placeholder for the sake of the docs smoke test"
}
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 656c45393..134ba5d86 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -2,6 +2,7 @@
"name": "@astrojs/node",
"version": "0.0.0",
"private": true,
+ "type": "module",
"keywords": [],
"dont_remove": "This is a placeholder for the sake of the docs smoke test"
}
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index e8fd6e5e6..0a171c1c0 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/partytown"
},
"keywords": [
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index e88470166..c23925956 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/preact"
},
"keywords": [
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 2fadb89ac..9bb7a4e19 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/react"
},
"keywords": [
@@ -24,14 +24,8 @@
"./actions": "./dist/actions.js",
"./client.js": "./client.js",
"./client-v17.js": "./client-v17.js",
- "./server.js": {
- "default": "./server.js",
- "types": "./server.d.ts"
- },
- "./server-v17.js": {
- "default": "./server-v17.js",
- "types": "./server-v17.d.ts"
- },
+ "./server.js": "./server.js",
+ "./server-v17.js": "./server-v17.js",
"./package.json": "./package.json",
"./jsx-runtime": "./jsx-runtime.js"
},
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 7e4bfb3a6..ec4c02b82 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/sitemap"
},
"keywords": [
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 103d7dae0..d78689362 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/solid"
},
"keywords": [
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 4a32ec3d4..2a25510b2 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/svelte"
},
"keywords": [
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 245d7d338..e43a2657e 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/tailwind"
},
"keywords": [
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7fef2f9b8..57beba344 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -2,6 +2,7 @@
"name": "@astrojs/vercel",
"version": "0.0.0",
"private": true,
+ "type": "module",
"keywords": [],
"dont_remove": "This is a placeholder for the sake of the docs smoke test"
}
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 1b191ffcf..325d8781f 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/vue"
},
"keywords": [
@@ -24,10 +24,7 @@
"./editor": "./dist/editor.cjs",
"./*": "./*",
"./client.js": "./client.js",
- "./server.js": {
- "default": "./server.js",
- "types": "./server.d.ts"
- },
+ "./server.js": "./server.js",
"./package.json": "./package.json"
},
"files": [
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index 486ab8d39..3aa0616fc 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/web-vitals"
},
"keywords": [
diff --git a/packages/internal-helpers/package.json b/packages/internal-helpers/package.json
index bbf4938b0..9f5ebfbb0 100644
--- a/packages/internal-helpers/package.json
+++ b/packages/internal-helpers/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/internal-helpers"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index d765513b3..9285aa489 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/markdown/remark"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/studio/package.json b/packages/studio/package.json
index 4c85f3484..5b06775f5 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/studio"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index 69aac31bc..5111f168c 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/telemetry"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 38de31d4b..f8eeb15e2 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/underscore-redirects"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index 38655068b..872f6e729 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -6,7 +6,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/upgrade"
},
"bugs": "https://github.com/withastro/astro/issues",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bf17ca08c..3066c1996 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -48,6 +48,9 @@ importers:
prettier-plugin-astro:
specifier: ^0.14.1
version: 0.14.1
+ publint:
+ specifier: ^0.2.12
+ version: 0.2.12
turbo:
specifier: ^2.2.3
version: 2.2.3
@@ -8328,6 +8331,9 @@ packages:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
engines: {node: '>= 8'}
+ fs.realpath@1.0.0:
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
+
fsevents@2.3.2:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -8372,6 +8378,11 @@ packages:
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
+ glob@8.1.0:
+ resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
+ engines: {node: '>=12'}
+ deprecated: Glob versions prior to v9 are no longer supported
+
globals@11.12.0:
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
@@ -8536,6 +8547,10 @@ packages:
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
+ ignore-walk@5.0.1:
+ resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
ignore@5.3.2:
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
@@ -8554,6 +8569,10 @@ packages:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
+ inflight@1.0.6:
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
+
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
@@ -9132,6 +9151,10 @@ packages:
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
+ minimatch@5.1.6:
+ resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
+ engines: {node: '>=10'}
+
minimatch@9.0.5:
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
@@ -9267,6 +9290,19 @@ packages:
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
engines: {node: '>=0.10.0'}
+ npm-bundled@2.0.1:
+ resolution: {integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
+ npm-normalize-package-bin@2.0.0:
+ resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
+ npm-packlist@5.1.3:
+ resolution: {integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+ hasBin: true
+
npm-run-path@5.3.0:
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -9290,6 +9326,9 @@ packages:
resolution: {integrity: sha512-y1HRYy8s/RlcBvDUwKXSmkODMdx4KSuIvloCnQYJ2LdBBC1asY4HtfhXwe3UWknLakATZDnbzht2Ijw3M1EqFg==}
engines: {node: '>=9.4.0 || ^8.9.4'}
+ once@1.4.0:
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
+
onetime@5.1.2:
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
engines: {node: '>=6'}
@@ -9467,6 +9506,9 @@ packages:
picocolors@1.1.0:
resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
+
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
@@ -9772,6 +9814,11 @@ packages:
psl@1.9.0:
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
+ publint@0.2.12:
+ resolution: {integrity: sha512-YNeUtCVeM4j9nDiTT2OPczmlyzOkIXNtdDZnSuajAxS/nZ6j3t7Vs9SUB4euQNddiltIwu7Tdd3s+hr08fAsMw==}
+ engines: {node: '>=16'}
+ hasBin: true
+
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
@@ -10005,6 +10052,10 @@ packages:
s.color@0.0.15:
resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==}
+ sade@1.8.1:
+ resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
+ engines: {node: '>=6'}
+
safe-buffer@5.2.1:
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
@@ -10932,6 +10983,9 @@ packages:
resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
engines: {node: '>=18'}
+ wrappy@1.0.2:
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
+
ws@8.18.0:
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
@@ -13948,6 +14002,8 @@ snapshots:
dependencies:
minipass: 3.3.6
+ fs.realpath@1.0.0: {}
+
fsevents@2.3.2:
optional: true
@@ -13983,6 +14039,14 @@ snapshots:
package-json-from-dist: 1.0.0
path-scurry: 1.11.1
+ glob@8.1.0:
+ dependencies:
+ fs.realpath: 1.0.0
+ inflight: 1.0.6
+ inherits: 2.0.4
+ minimatch: 5.1.6
+ once: 1.4.0
+
globals@11.12.0: {}
globals@14.0.0: {}
@@ -14272,6 +14336,10 @@ snapshots:
ieee754@1.2.1: {}
+ ignore-walk@5.0.1:
+ dependencies:
+ minimatch: 5.1.6
+
ignore@5.3.2: {}
immutable@4.3.7: {}
@@ -14285,6 +14353,11 @@ snapshots:
imurmurhash@0.1.4: {}
+ inflight@1.0.6:
+ dependencies:
+ once: 1.4.0
+ wrappy: 1.0.2
+
inherits@2.0.4: {}
inline-style-parser@0.1.1: {}
@@ -15133,6 +15206,10 @@ snapshots:
dependencies:
brace-expansion: 1.1.11
+ minimatch@5.1.6:
+ dependencies:
+ brace-expansion: 2.0.1
+
minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
@@ -15238,6 +15315,19 @@ snapshots:
normalize-range@0.1.2: {}
+ npm-bundled@2.0.1:
+ dependencies:
+ npm-normalize-package-bin: 2.0.0
+
+ npm-normalize-package-bin@2.0.0: {}
+
+ npm-packlist@5.1.3:
+ dependencies:
+ glob: 8.1.0
+ ignore-walk: 5.0.1
+ npm-bundled: 2.0.1
+ npm-normalize-package-bin: 2.0.0
+
npm-run-path@5.3.0:
dependencies:
path-key: 4.0.0
@@ -15256,6 +15346,10 @@ snapshots:
on-net-listen@1.1.2: {}
+ once@1.4.0:
+ dependencies:
+ wrappy: 1.0.2
+
onetime@5.1.2:
dependencies:
mimic-fn: 2.1.0
@@ -15436,6 +15530,8 @@ snapshots:
picocolors@1.1.0: {}
+ picocolors@1.1.1: {}
+
picomatch@2.3.1: {}
picomatch@4.0.2: {}
@@ -15762,6 +15858,12 @@ snapshots:
psl@1.9.0: {}
+ publint@0.2.12:
+ dependencies:
+ npm-packlist: 5.1.3
+ picocolors: 1.1.1
+ sade: 1.8.1
+
punycode@2.3.1: {}
querystringify@2.2.0: {}
@@ -16113,6 +16215,10 @@ snapshots:
s.color@0.0.15: {}
+ sade@1.8.1:
+ dependencies:
+ mri: 1.2.0
+
safe-buffer@5.2.1: {}
safer-buffer@2.1.2: {}
@@ -17125,6 +17231,8 @@ snapshots:
string-width: 7.2.0
strip-ansi: 7.1.0
+ wrappy@1.0.2: {}
+
ws@8.18.0: {}
xml-name-validator@5.0.0: {}