diff --git a/examples/robots-txt/advanced/package.json b/examples/robots-txt/advanced/package.json index e5a4b20..59240fc 100644 --- a/examples/robots-txt/advanced/package.json +++ b/examples/robots-txt/advanced/package.json @@ -10,8 +10,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/sitemap": "^0.2.6", - "astro": "^1.0.0-beta.73", + "@astrojs/sitemap": "^0.3.0", + "astro": "^1.0.0-rc.1", "astro-robots-txt": "latest" } } diff --git a/examples/robots-txt/basic/package.json b/examples/robots-txt/basic/package.json index 4a79406..378fe72 100644 --- a/examples/robots-txt/basic/package.json +++ b/examples/robots-txt/basic/package.json @@ -11,8 +11,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/sitemap": "^0.2.6", - "astro": "^1.0.0-beta.73", + "@astrojs/sitemap": "^0.3.0", + "astro": "^1.0.0-rc.1", "astro-robots-txt": "latest" } } diff --git a/examples/sitemap/advanced/package.json b/examples/sitemap/advanced/package.json index 1f0c4ad..78c886e 100644 --- a/examples/sitemap/advanced/package.json +++ b/examples/sitemap/advanced/package.json @@ -11,7 +11,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-sitemap": "latest" } } diff --git a/examples/sitemap/basic/package.json b/examples/sitemap/basic/package.json index 13cfc0b..7afc0e3 100644 --- a/examples/sitemap/basic/package.json +++ b/examples/sitemap/basic/package.json @@ -11,7 +11,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-sitemap": "latest" } } diff --git a/examples/sitemap/i18n/package.json b/examples/sitemap/i18n/package.json index 4a43990..dfb6870 100644 --- a/examples/sitemap/i18n/package.json +++ b/examples/sitemap/i18n/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-sitemap": "latest" } } diff --git a/examples/webmanifest/advanced/package.json b/examples/webmanifest/advanced/package.json index 5ac3c8f..7f59d7c 100644 --- a/examples/webmanifest/advanced/package.json +++ b/examples/webmanifest/advanced/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-webmanifest": "latest" } } diff --git a/examples/webmanifest/basic/package.json b/examples/webmanifest/basic/package.json index 8d763ff..0720091 100644 --- a/examples/webmanifest/basic/package.json +++ b/examples/webmanifest/basic/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-webmanifest": "latest" } } diff --git a/examples/webmanifest/i18n/package.json b/examples/webmanifest/i18n/package.json index 83ac2eb..daf5ef2 100644 --- a/examples/webmanifest/i18n/package.json +++ b/examples/webmanifest/i18n/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "astro-webmanifest": "latest" } } diff --git a/package.json b/package.json index 4d71086..c994c28 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format" }, "devDependencies": { - "@changesets/cli": "^2.23.2", - "@types/node": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.30.7", - "@typescript-eslint/parser": "^5.30.7", - "astro": "^1.0.0-beta.73", + "@changesets/cli": "^2.24.1", + "@types/node": "^18.6.1", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@typescript-eslint/parser": "^5.31.0", + "astro": "^1.0.0-rc.1", "c8": "^7.12.0", "commitlint": "^17.0.3", - "esbuild": "^0.14.49", + "esbuild": "^0.14.50", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", @@ -46,8 +46,8 @@ "prettier": "^2.7.1", "turbo": "^1.3.4", "typescript": "^4.7.4", - "vite": "^3.0.2", - "vitest": "^0.18.1" + "vite": "^3.0.3", + "vitest": "^0.19.1" }, "engines": { "pnpm": ">=7.0.0" diff --git a/packages/astro-robots-txt/package.json b/packages/astro-robots-txt/package.json index 85d0d56..cdd3fae 100644 --- a/packages/astro-robots-txt/package.json +++ b/packages/astro-robots-txt/package.json @@ -44,13 +44,13 @@ "zod": "^3.17.10" }, "devDependencies": { - "@types/node": "^18.0.6", - "astro": "^1.0.0-beta.73", + "@types/node": "^18.6.1", + "astro": "^1.0.0-rc.1", "at-scripts": "workspace:*", "c8": "^7.12.0", "typescript": "^4.7.4", - "vite": "^3.0.2", - "vitest": "^0.18.1" + "vite": "^3.0.3", + "vitest": "^0.19.1" }, "publishConfig": { "access": "public", diff --git a/packages/astro-sitemap/package.json b/packages/astro-sitemap/package.json index 893b369..296ce31 100644 --- a/packages/astro-sitemap/package.json +++ b/packages/astro-sitemap/package.json @@ -47,13 +47,13 @@ }, "devDependencies": { "@types/minimatch": "^3.0.5", - "@types/node": "^18.0.6", - "astro": "^1.0.0-beta.73", + "@types/node": "^18.6.1", + "astro": "^1.0.0-rc.1", "at-scripts": "workspace:*", "c8": "^7.12.0", "typescript": "^4.7.4", - "vite": "^3.0.2", - "vitest": "^0.18.1" + "vite": "^3.0.3", + "vitest": "^0.19.1" }, "publishConfig": { "access": "public", diff --git a/packages/astro-sitemap/src/sitemap/sitemap-simple-extended.ts b/packages/astro-sitemap/src/sitemap/sitemap-simple-extended.ts index d94ea79..408a895 100644 --- a/packages/astro-sitemap/src/sitemap/sitemap-simple-extended.ts +++ b/packages/astro-sitemap/src/sitemap/sitemap-simple-extended.ts @@ -4,7 +4,7 @@ import { createWriteStream, WriteStream, promises } from 'node:fs'; import { normalize, resolve } from 'node:path'; import { Readable, pipeline } from 'node:stream'; import { createGzip } from 'node:zlib'; -import { promisify } from 'node:util'; +import { format, promisify } from 'node:util'; import { URL } from 'node:url'; import { NSArgs } from '../index'; @@ -76,7 +76,7 @@ export const simpleSitemapAndIndexExtended = async ({ xmlns, }); - const chunkName = SITEMAP_CHUNK_TEMPLATE.replace('%d', i.toString(10)) + suffix; + const chunkName = format(SITEMAP_CHUNK_TEMPLATE, i) + suffix; result.push(chunkName); const writePath = resolve(destinationDir, chunkName); diff --git a/packages/astro-webmanifest/package.json b/packages/astro-webmanifest/package.json index bf172cb..4b1a73c 100644 --- a/packages/astro-webmanifest/package.json +++ b/packages/astro-webmanifest/package.json @@ -51,14 +51,14 @@ "zod": "^3.17.10" }, "devDependencies": { - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "@types/sharp": "^0.30.4", - "astro": "^1.0.0-beta.73", + "astro": "^1.0.0-rc.1", "at-scripts": "workspace:*", "c8": "^7.12.0", "typescript": "^4.7.4", - "vite": "^3.0.2", - "vitest": "^0.18.1" + "vite": "^3.0.3", + "vitest": "^0.19.1" }, "publishConfig": { "access": "public", diff --git a/packages/utils/package.json b/packages/utils/package.json index bf55bc5..32f5a5a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -10,10 +10,10 @@ "coverage": "vitest run --coverage" }, "devDependencies": { - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "c8": "^7.12.0", "typescript": "^4.7.4", - "vite": "^3.0.2", - "vitest": "^0.18.1" + "vite": "^3.0.3", + "vitest": "^0.19.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 692bda4..b1ff763 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,14 +4,14 @@ importers: .: specifiers: - '@changesets/cli': ^2.23.2 - '@types/node': ^18.0.6 - '@typescript-eslint/eslint-plugin': ^5.30.7 - '@typescript-eslint/parser': ^5.30.7 - astro: ^1.0.0-beta.73 + '@changesets/cli': ^2.24.1 + '@types/node': ^18.6.1 + '@typescript-eslint/eslint-plugin': ^5.31.0 + '@typescript-eslint/parser': ^5.31.0 + astro: ^1.0.0-rc.1 c8: ^7.12.0 commitlint: ^17.0.3 - esbuild: ^0.14.49 + esbuild: ^0.14.50 eslint: ^8.20.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ^2.26.0 @@ -21,127 +21,127 @@ importers: prettier: ^2.7.1 turbo: ^1.3.4 typescript: ^4.7.4 - vite: ^3.0.2 - vitest: ^0.18.1 + vite: ^3.0.3 + vitest: ^0.19.1 devDependencies: - '@changesets/cli': 2.23.2 - '@types/node': 18.0.6 - '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa - astro: 1.0.0-beta.73 + '@changesets/cli': 2.24.1 + '@types/node': 18.6.1 + '@typescript-eslint/eslint-plugin': 5.31.0_d5zwcxr4bwkhmuo464cb3a2puu + '@typescript-eslint/parser': 5.31.0_he2ccbldppg44uulnyq4rwocfa + astro: 1.0.0-rc.1 c8: 7.12.0 commitlint: 17.0.3 - esbuild: 0.14.49 + esbuild: 0.14.50 eslint: 8.20.0 eslint-config-prettier: 8.5.0_eslint@8.20.0 - eslint-plugin-import: 2.26.0_xconv27bia2733zao6ipggqv2i + eslint-plugin-import: 2.26.0_ficupzxy3q6nk56ibvavehtzue eslint-plugin-prettier: 4.2.1_g4fztgbwjyq2fvmcscny2sj6fy husky: 8.0.1 lint-staged: 13.0.3 prettier: 2.7.1 turbo: 1.3.4 typescript: 4.7.4 - vite: 3.0.2 - vitest: 0.18.1_c8@7.12.0 + vite: 3.0.3 + vitest: 0.19.1_c8@7.12.0 examples/robots-txt/advanced: specifiers: - '@astrojs/sitemap': ^0.2.6 - astro: ^1.0.0-beta.73 + '@astrojs/sitemap': ^0.3.0 + astro: ^1.0.0-rc.1 astro-robots-txt: latest devDependencies: - '@astrojs/sitemap': 0.2.6 - astro: 1.0.0-beta.73 + '@astrojs/sitemap': 0.3.0 + astro: 1.0.0-rc.1 astro-robots-txt: link:../../../packages/astro-robots-txt examples/robots-txt/basic: specifiers: - '@astrojs/sitemap': ^0.2.6 - astro: ^1.0.0-beta.73 + '@astrojs/sitemap': ^0.3.0 + astro: ^1.0.0-rc.1 astro-robots-txt: latest devDependencies: - '@astrojs/sitemap': 0.2.6 - astro: 1.0.0-beta.73 + '@astrojs/sitemap': 0.3.0 + astro: 1.0.0-rc.1 astro-robots-txt: link:../../../packages/astro-robots-txt examples/sitemap/advanced: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-sitemap: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-sitemap: link:../../../packages/astro-sitemap examples/sitemap/basic: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-sitemap: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-sitemap: link:../../../packages/astro-sitemap examples/sitemap/i18n: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-sitemap: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-sitemap: link:../../../packages/astro-sitemap examples/webmanifest/advanced: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-webmanifest: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-webmanifest: link:../../../packages/astro-webmanifest examples/webmanifest/basic: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-webmanifest: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-webmanifest: link:../../../packages/astro-webmanifest examples/webmanifest/i18n: specifiers: - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 astro-webmanifest: latest devDependencies: - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 astro-webmanifest: link:../../../packages/astro-webmanifest packages/astro-robots-txt: specifiers: - '@types/node': ^18.0.6 - astro: ^1.0.0-beta.73 + '@types/node': ^18.6.1 + astro: ^1.0.0-rc.1 at-scripts: workspace:* c8: ^7.12.0 deepmerge: ^4.2.2 typescript: ^4.7.4 valid-filename: ^4.0.0 - vite: ^3.0.2 - vitest: ^0.18.1 + vite: ^3.0.3 + vitest: ^0.19.1 zod: ^3.17.10 dependencies: deepmerge: 4.2.2 valid-filename: 4.0.0 zod: 3.17.10 devDependencies: - '@types/node': 18.0.6 - astro: 1.0.0-beta.73 + '@types/node': 18.6.1 + astro: 1.0.0-rc.1 at-scripts: link:../../scripts c8: 7.12.0 typescript: 4.7.4 - vite: 3.0.2 - vitest: 0.18.1_c8@7.12.0 + vite: 3.0.3 + vitest: 0.19.1_c8@7.12.0 packages/astro-sitemap: specifiers: '@types/minimatch': ^3.0.5 - '@types/node': ^18.0.6 - astro: ^1.0.0-beta.73 + '@types/node': ^18.6.1 + astro: ^1.0.0-rc.1 at-scripts: workspace:* c8: ^7.12.0 deepmerge: ^4.2.2 @@ -149,8 +149,8 @@ importers: node-html-parser: ^5.3.3 sitemap: ^7.1.1 typescript: ^4.7.4 - vite: ^3.0.2 - vitest: ^0.18.1 + vite: ^3.0.3 + vitest: ^0.19.1 zod: ^3.17.10 dependencies: deepmerge: 4.2.2 @@ -160,19 +160,19 @@ importers: zod: 3.17.10 devDependencies: '@types/minimatch': 3.0.5 - '@types/node': 18.0.6 - astro: 1.0.0-beta.73 + '@types/node': 18.6.1 + astro: 1.0.0-rc.1 at-scripts: link:../../scripts c8: 7.12.0 typescript: 4.7.4 - vite: 3.0.2 - vitest: 0.18.1_c8@7.12.0 + vite: 3.0.3 + vitest: 0.19.1_c8@7.12.0 packages/astro-webmanifest: specifiers: - '@types/node': ^18.0.6 + '@types/node': ^18.6.1 '@types/sharp': ^0.30.4 - astro: ^1.0.0-beta.73 + astro: ^1.0.0-rc.1 at-scripts: workspace:* c8: ^7.12.0 deepmerge: ^4.2.2 @@ -180,8 +180,8 @@ importers: sharp: ^0.30.7 typescript: ^4.7.4 valid-filename: ^4.0.0 - vite: ^3.0.2 - vitest: ^0.18.1 + vite: ^3.0.3 + vitest: ^0.19.1 zod: ^3.17.10 dependencies: deepmerge: 4.2.2 @@ -190,34 +190,34 @@ importers: valid-filename: 4.0.0 zod: 3.17.10 devDependencies: - '@types/node': 18.0.6 + '@types/node': 18.6.1 '@types/sharp': 0.30.4 - astro: 1.0.0-beta.73 + astro: 1.0.0-rc.1 at-scripts: link:../../scripts c8: 7.12.0 typescript: 4.7.4 - vite: 3.0.2 - vitest: 0.18.1_c8@7.12.0 + vite: 3.0.3 + vitest: 0.19.1_c8@7.12.0 packages/utils: specifiers: - '@types/node': ^18.0.6 + '@types/node': ^18.6.1 c8: ^7.12.0 typescript: ^4.7.4 - vite: ^3.0.2 - vitest: ^0.18.1 + vite: ^3.0.3 + vitest: ^0.19.1 devDependencies: - '@types/node': 18.0.6 + '@types/node': 18.6.1 c8: 7.12.0 typescript: 4.7.4 - vite: 3.0.2 - vitest: 0.18.1_c8@7.12.0 + vite: 3.0.3 + vitest: 0.19.1_c8@7.12.0 scripts: specifiers: - esbuild: ^0.14.49 + esbuild: ^0.14.50 dependencies: - esbuild: 0.14.49 + esbuild: 0.14.50 packages: @@ -229,8 +229,8 @@ packages: '@jridgewell/trace-mapping': 0.3.13 dev: true - /@astrojs/compiler/0.19.0: - resolution: {integrity: sha512-8nvyxZTfCXLyRmYfTttpJT6EPhfBRg0/q4J/Jj3/pNPLzp+vs05ZdktsY6QxAREaOMAnNEtSqcrB4S5DsXOfRg==} + /@astrojs/compiler/0.22.1: + resolution: {integrity: sha512-FiRZ7fwJhADPo2X1unTyEq9V7EfeWE3GOBhzKDcFIF8mc5iLZ0VmPXrGmvOUTRXkZH99+TkB1SXGaTDjelRa2w==} dev: true /@astrojs/language-server/0.20.0: @@ -243,14 +243,14 @@ packages: vscode-css-languageservice: 6.0.1 vscode-html-languageservice: 5.0.0 vscode-languageserver: 8.0.2 - vscode-languageserver-protocol: 3.17.1 + vscode-languageserver-protocol: 3.17.2 vscode-languageserver-textdocument: 1.0.5 - vscode-languageserver-types: 3.17.1 + vscode-languageserver-types: 3.17.2 vscode-uri: 3.0.3 dev: true - /@astrojs/markdown-remark/0.12.0: - resolution: {integrity: sha512-g1mTXA8Z6z9NxOrkVpB/d0I2sBZsZ+EZyf5MWNuujqYHvas6eCfyx9frhwyLcxnxHBPmJdr80FXOryO+/C0Jgg==} + /@astrojs/markdown-remark/0.13.0: + resolution: {integrity: sha512-TZ3Z40xf5TjEUA4lURq3qbq/Y7eMfwKGhTf0bp0T659uU9Jxi2ZV8KVR4EcXRj/UMoaDOlCTY8dANWHrh3WLjw==} dependencies: '@astrojs/micromark-extension-mdx-jsx': 1.0.3 '@astrojs/prism': 0.6.1 @@ -299,11 +299,11 @@ packages: engines: {node: ^14.18.0 || >=16.12.0} dev: true - /@astrojs/sitemap/0.2.6: - resolution: {integrity: sha512-OKxVpdK8QbxUd+bTfJnsFNrbX4i/gbNws8MzHKHtF1a52mYho6ssAiFwz5dgTfmwvz41zsNlwDhW3YsUZbaxZw==} + /@astrojs/sitemap/0.3.0: + resolution: {integrity: sha512-hjAF4hmMv899hQiIXoIKlsxkipHmiEnOna1SSL4RB7Ro83gJqPc92Anv3apJDK4RPKU9gnni1nUWi+r5TpMNSQ==} dependencies: sitemap: 7.1.1 - zod: 3.17.3 + zod: 3.17.10 dev: true /@astrojs/telemetry/0.4.1: @@ -562,14 +562,14 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@changesets/apply-release-plan/6.0.1: - resolution: {integrity: sha512-KGtai19+Uo7k8uco9m+hIPGoet9E6eZq15RIeHoivvgwwI66AC6ievbUO5h0NqGlZjBWnYJQNkuT66kvBYzxsA==} + /@changesets/apply-release-plan/6.0.3: + resolution: {integrity: sha512-/3JKqtDefs2YSEQI6JQo43/MKTLfhPdrW/BFmqnRpW8UmPB+YXjjQgfjR/2KOaObLOkoixcL3WCK4wNkn/Krmw==} dependencies: '@babel/runtime': 7.18.3 - '@changesets/config': 2.0.1 + '@changesets/config': 2.1.0 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/git': 1.4.1 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 @@ -580,41 +580,41 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.1.3: - resolution: {integrity: sha512-I+TTkUoqvxBEuDLoJfJYKDXIJ+nyiTbVJ8KGhpXEsLq4N/ms/AStSbouJwF2d/p3cB+RCPr5+gXh31GSN4kA7w==} + /@changesets/assemble-release-plan/5.2.0: + resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==} dependencies: '@babel/runtime': 7.18.3 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 semver: 5.7.1 dev: true - /@changesets/changelog-git/0.1.11: - resolution: {integrity: sha512-sWJvAm+raRPeES9usNpZRkooeEB93lOpUN0Lmjz5vhVAb7XGIZrHEJ93155bpE1S0c4oJ5Di9ZWgzIwqhWP/Wg==} + /@changesets/changelog-git/0.1.12: + resolution: {integrity: sha512-Xv2CPjTBmwjl8l4ZyQ3xrsXZMq8WafPUpEonDpTmcb24XY8keVzt7ZSCJuDz035EiqrjmDKDhODoQ6XiHudlig==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 dev: true - /@changesets/cli/2.23.2: - resolution: {integrity: sha512-o7CWC+mcwOmA3yK5axqHOSYPYEjX/x+nq/s9aX78AyzH1SQZa6L5HX4P9uUXibyjcKynklkmusxv8vN8+hJggA==} + /@changesets/cli/2.24.1: + resolution: {integrity: sha512-7Lz1inqGQjBrXgnXlENtzQ7EmO/9c+09d9oi8XoK4ARqlJe8GpafjqKRobcjcA/TTI7Fn2+cke4CrXFZfVF8Rw==} hasBin: true dependencies: '@babel/runtime': 7.18.3 - '@changesets/apply-release-plan': 6.0.1 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/changelog-git': 0.1.11 - '@changesets/config': 2.0.1 + '@changesets/apply-release-plan': 6.0.3 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/changelog-git': 0.1.12 + '@changesets/config': 2.1.0 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/get-release-plan': 3.0.10 - '@changesets/git': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/get-release-plan': 3.0.12 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 - '@changesets/write': 0.1.8 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.7 + '@changesets/types': 5.1.0 + '@changesets/write': 0.1.9 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -636,13 +636,13 @@ packages: tty-table: 4.1.6 dev: true - /@changesets/config/2.0.1: - resolution: {integrity: sha512-rJaQWqsjM54T7bDiCoMDcgOuY2HzyovvRs68C//C+tYgbHyjs00JcNVcScjlV47hATrNG1AI8qTD7V9bcO/1cg==} + /@changesets/config/2.1.0: + resolution: {integrity: sha512-43potf+DwYHmH7EY19vxtCq6fqj7UUIrZ4DTwM3pVBqCKxFIytm7GPy7wNAsH06UvMw7NRuOu4QK5HN02GsIrw==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 '@changesets/logger': 0.0.5 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 @@ -654,25 +654,25 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.2: - resolution: {integrity: sha512-tsqA6qZRB86SQuApSoDvI8yEWdyIlo/WLI4NUEdhhxLMJ0dapdeT6rUZRgSZzK1X2nv5YwR0MxQBbDAiDibKrg==} + /@changesets/get-dependents-graph/1.3.3: + resolution: {integrity: sha512-h4fHEIt6X+zbxdcznt1e8QD7xgsXRAXd2qzLlyxoRDFSa6SxJrDAUyh7ZUNdhjBU4Byvp4+6acVWVgzmTy4UNQ==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 semver: 5.7.1 dev: true - /@changesets/get-release-plan/3.0.10: - resolution: {integrity: sha512-QeKHeo+mX1baRy3OIHQePMPebPFymq/ZxS6Bk3Y3FXiU+pXVnjrfqARj1E4xQT5c+48u6ISqJ8tW5f3EZ1/hng==} + /@changesets/get-release-plan/3.0.12: + resolution: {integrity: sha512-TlpEdpxV5ZQmNeHoD6KNKAc01wjRrcu9/CQqzmO4qAlX7ARA4pIuAxd8QZ1AQXv/l4qhHox7SUYH3VLHfarv5w==} dependencies: '@babel/runtime': 7.18.3 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/config': 2.0.1 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/config': 2.1.0 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.7 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -680,12 +680,12 @@ packages: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.3.2: - resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==} + /@changesets/git/1.4.1: + resolution: {integrity: sha512-GWwRXEqBsQ3nEYcyvY/u2xUK86EKAevSoKV/IhELoZ13caZ1A1TSak/71vyKILtzuLnFPk5mepP5HjBxr7lZ9Q==} dependencies: '@babel/runtime': 7.18.3 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 spawndamnit: 2.0.0 @@ -697,31 +697,31 @@ packages: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.13: - resolution: {integrity: sha512-wh9Ifa0dungY6d2nMz6XxF6FZ/1I7j+mEgPAqrIyKS64nifTh1Ua82qKKMMK05CL7i4wiB2NYc3SfnnCX3RVeA==} + /@changesets/parse/0.3.14: + resolution: {integrity: sha512-SWnNVyC9vz61ueTbuxvA6b4HXcSx2iaWr2VEa37lPg1Vw+cEyQp7lOB219P7uow1xFfdtIEEsxbzXnqLAAaY8w==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.11: - resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==} + /@changesets/pre/1.0.12: + resolution: {integrity: sha512-RFzWYBZx56MtgMesXjxx7ymyI829/rcIw/41hvz3VJPnY8mDscN7RJyYu7Xm7vts2Fcd+SRcO0T/Ws3I1/6J7g==} dependencies: '@babel/runtime': 7.18.3 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.5: - resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==} + /@changesets/read/0.5.7: + resolution: {integrity: sha512-Iteg0ccTPpkJ+qFzY97k7qqdVE5Kz30TqPo9GibpBk2g8tcLFUqf+Qd0iXPLcyhUZpPL1U6Hia1gINHNKIKx4g==} dependencies: '@babel/runtime': 7.18.3 - '@changesets/git': 1.3.2 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 - '@changesets/parse': 0.3.13 - '@changesets/types': 5.0.0 + '@changesets/parse': 0.3.14 + '@changesets/types': 5.1.0 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 @@ -731,15 +731,15 @@ packages: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.0.0: - resolution: {integrity: sha512-IT1kBLSbAgTS4WtpU6P5ko054hq12vk4tgeIFRVE7Vnm4a/wgbNvBalgiKP0MjEXbCkZbItiGQHkCGxYWR55sA==} + /@changesets/types/5.1.0: + resolution: {integrity: sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==} dev: true - /@changesets/write/0.1.8: - resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==} + /@changesets/write/0.1.9: + resolution: {integrity: sha512-E90ZrsrfJVOOQaP3Mm5Xd7uDwBAqq3z5paVEavTHKA8wxi7NAL8CmjgbGxSFuiP7ubnJA2BuHlrdE4z86voGOg==} dependencies: '@babel/runtime': 7.18.3 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 1.19.1 @@ -820,10 +820,10 @@ packages: '@commitlint/execute-rule': 17.0.0 '@commitlint/resolve-extends': 17.0.3 '@commitlint/types': 17.0.0 - '@types/node': 18.0.6 + '@types/node': 18.6.1 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 2.0.1_tdn3ypgnfy6bmey2q4hu5jonwi + cosmiconfig-typescript-loader: 2.0.1_f6w67sjx3imwytyzb2qhabnzqe lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.7.4 @@ -1179,8 +1179,8 @@ packages: /@types/node/17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - /@types/node/18.0.6: - resolution: {integrity: sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==} + /@types/node/18.6.1: + resolution: {integrity: sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -1201,7 +1201,7 @@ packages: /@types/sax/1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 18.0.6 + '@types/node': 18.6.1 /@types/semver/6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} @@ -1210,15 +1210,15 @@ packages: /@types/sharp/0.30.4: resolution: {integrity: sha512-6oJEzKt7wZeS7e+6x9QFEOWGs0T/6of00+0onZGN1zSmcSjcTDZKgIGZ6YWJnHowpaKUCFBPH52mYljWqU32Eg==} dependencies: - '@types/node': 18.0.6 + '@types/node': 18.6.1 dev: true /@types/unist/2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/eslint-plugin/5.30.7_6wltbjakwuqm7awqswigmiuhd4: - resolution: {integrity: sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==} + /@typescript-eslint/eslint-plugin/5.31.0_d5zwcxr4bwkhmuo464cb3a2puu: + resolution: {integrity: sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1228,10 +1228,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa - '@typescript-eslint/scope-manager': 5.30.7 - '@typescript-eslint/type-utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa - '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/parser': 5.31.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/type-utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 eslint: 8.20.0 functional-red-black-tree: 1.0.1 @@ -1244,8 +1244,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.30.7_he2ccbldppg44uulnyq4rwocfa: - resolution: {integrity: sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==} + /@typescript-eslint/parser/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1254,9 +1254,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.30.7 - '@typescript-eslint/types': 5.30.7 - '@typescript-eslint/typescript-estree': 5.30.7_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/typescript-estree': 5.31.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.20.0 typescript: 4.7.4 @@ -1264,16 +1264,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.30.7: - resolution: {integrity: sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==} + /@typescript-eslint/scope-manager/5.31.0: + resolution: {integrity: sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.7 - '@typescript-eslint/visitor-keys': 5.30.7 + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/visitor-keys': 5.31.0 dev: true - /@typescript-eslint/type-utils/5.30.7_he2ccbldppg44uulnyq4rwocfa: - resolution: {integrity: sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==} + /@typescript-eslint/type-utils/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1282,7 +1282,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 eslint: 8.20.0 tsutils: 3.21.0_typescript@4.7.4 @@ -1291,13 +1291,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.30.7: - resolution: {integrity: sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==} + /@typescript-eslint/types/5.31.0: + resolution: {integrity: sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.30.7_typescript@4.7.4: - resolution: {integrity: sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==} + /@typescript-eslint/typescript-estree/5.31.0_typescript@4.7.4: + resolution: {integrity: sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1305,8 +1305,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.30.7 - '@typescript-eslint/visitor-keys': 5.30.7 + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/visitor-keys': 5.31.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -1317,16 +1317,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.30.7_he2ccbldppg44uulnyq4rwocfa: - resolution: {integrity: sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==} + /@typescript-eslint/utils/5.31.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.30.7 - '@typescript-eslint/types': 5.30.7 - '@typescript-eslint/typescript-estree': 5.30.7_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.31.0 + '@typescript-eslint/types': 5.31.0 + '@typescript-eslint/typescript-estree': 5.31.0_typescript@4.7.4 eslint: 8.20.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.20.0 @@ -1335,11 +1335,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.30.7: - resolution: {integrity: sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==} + /@typescript-eslint/visitor-keys/5.31.0: + resolution: {integrity: sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.7 + '@typescript-eslint/types': 5.31.0 eslint-visitor-keys: 3.3.0 dev: true @@ -1349,7 +1349,7 @@ packages: emmet: 2.3.6 jsonc-parser: 2.3.1 vscode-languageserver-textdocument: 1.0.5 - vscode-languageserver-types: 3.17.1 + vscode-languageserver-types: 3.17.2 vscode-nls: 5.0.1 vscode-uri: 2.1.2 dev: true @@ -1535,14 +1535,14 @@ packages: engines: {node: '>=8'} dev: true - /astro/1.0.0-beta.73: - resolution: {integrity: sha512-8gVu04SrJsXJYoLouXWWoj/ZEH2etutLyRzpdK/ueCEdwCmxxCzjXVMvX72aAL/5goFCo4VRuiFWFq7OU1MWLg==} + /astro/1.0.0-rc.1: + resolution: {integrity: sha512-QetQR668GPnxWp3seU9BVX/STVSGXlKxMwsSIANlYC5fY50gSg/TKe9oMRQgYgiyDDBQXu2mOk/hJVThPbeS9Q==} engines: {node: ^14.18.0 || >=16.12.0, npm: '>=6.14.0'} hasBin: true dependencies: - '@astrojs/compiler': 0.19.0 + '@astrojs/compiler': 0.22.1 '@astrojs/language-server': 0.20.0 - '@astrojs/markdown-remark': 0.12.0 + '@astrojs/markdown-remark': 0.13.0 '@astrojs/prism': 0.6.1 '@astrojs/telemetry': 0.4.1 '@astrojs/webapi': 0.12.0 @@ -1562,7 +1562,7 @@ packages: diff: 5.1.0 eol: 0.9.1 es-module-lexer: 0.10.5 - esbuild: 0.14.49 + esbuild: 0.14.50 estree-walker: 3.0.1 execa: 6.1.0 fast-glob: 3.2.11 @@ -1583,6 +1583,7 @@ packages: prismjs: 1.28.0 prompts: 2.4.2 recast: 0.20.5 + rehype: 12.0.1 resolve: 1.22.1 rollup: 2.75.6 semver: 7.3.7 @@ -1594,14 +1595,17 @@ packages: strip-ansi: 7.0.1 supports-esm: 1.0.0 tsconfig-resolver: 3.0.1 - vite: 2.9.14 + unist-util-visit: 4.1.0 + vfile: 5.3.4 + vite: 3.0.2 yargs-parser: 21.0.1 - zod: 3.17.9 + zod: 3.17.10 transitivePeerDependencies: - less - sass - stylus - supports-color + - terser - ts-node dev: true @@ -2005,16 +2009,16 @@ packages: safe-buffer: 5.1.2 dev: true - /cosmiconfig-typescript-loader/2.0.1_tdn3ypgnfy6bmey2q4hu5jonwi: + /cosmiconfig-typescript-loader/2.0.1_f6w67sjx3imwytyzb2qhabnzqe: resolution: {integrity: sha512-B9s6sX/omXq7I6gC6+YgLmrBFMJhPWew7ty/X5Tuwtd2zOSgWaUdXjkuVwbe3qqcdETo60+1nSVMekq//LIXVA==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 18.0.6 + '@types/node': 18.6.1 cosmiconfig: 7.0.1 - ts-node: 10.8.1_tdn3ypgnfy6bmey2q4hu5jonwi + ts-node: 10.8.1_f6w67sjx3imwytyzb2qhabnzqe typescript: 4.7.4 transitivePeerDependencies: - '@swc/core' @@ -2385,192 +2389,192 @@ packages: resolution: {integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==} dev: true - /esbuild-android-64/0.14.49: - resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==} + /esbuild-android-64/0.14.50: + resolution: {integrity: sha512-H7iUEm7gUJHzidsBlFPGF6FTExazcgXL/46xxLo6i6bMtPim6ZmXyTccS8yOMpy6HAC6dPZ/JCQqrkkin69n6Q==} engines: {node: '>=12'} cpu: [x64] os: [android] requiresBuild: true optional: true - /esbuild-android-arm64/0.14.49: - resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==} + /esbuild-android-arm64/0.14.50: + resolution: {integrity: sha512-NFaoqEwa+OYfoYVpQWDMdKII7wZZkAjtJFo1WdnBeCYlYikvUhTnf2aPwPu5qEAw/ie1NYK0yn3cafwP+kP+OQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /esbuild-darwin-64/0.14.49: - resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==} + /esbuild-darwin-64/0.14.50: + resolution: {integrity: sha512-gDQsCvGnZiJv9cfdO48QqxkRV8oKAXgR2CGp7TdIpccwFdJMHf8hyIJhMW/05b/HJjET/26Us27Jx91BFfEVSA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /esbuild-darwin-arm64/0.14.49: - resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==} + /esbuild-darwin-arm64/0.14.50: + resolution: {integrity: sha512-36nNs5OjKIb/Q50Sgp8+rYW/PqirRiFN0NFc9hEvgPzNJxeJedktXwzfJSln4EcRFRh5Vz4IlqFRScp+aiBBzA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /esbuild-freebsd-64/0.14.49: - resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==} + /esbuild-freebsd-64/0.14.50: + resolution: {integrity: sha512-/1pHHCUem8e/R86/uR+4v5diI2CtBdiWKiqGuPa9b/0x3Nwdh5AOH7lj+8823C6uX1e0ufwkSLkS+aFZiBCWxA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /esbuild-freebsd-arm64/0.14.49: - resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==} + /esbuild-freebsd-arm64/0.14.50: + resolution: {integrity: sha512-iKwUVMQztnPZe5pUYHdMkRc9aSpvoV1mkuHlCoPtxZA3V+Kg/ptpzkcSY+fKd0kuom+l6Rc93k0UPVkP7xoqrw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] requiresBuild: true optional: true - /esbuild-linux-32/0.14.49: - resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==} + /esbuild-linux-32/0.14.50: + resolution: {integrity: sha512-sWUwvf3uz7dFOpLzYuih+WQ7dRycrBWHCdoXJ4I4XdMxEHCECd8b7a9N9u7FzT6XR2gHPk9EzvchQUtiEMRwqw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] requiresBuild: true optional: true - /esbuild-linux-64/0.14.49: - resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==} + /esbuild-linux-64/0.14.50: + resolution: {integrity: sha512-u0PQxPhaeI629t4Y3EEcQ0wmWG+tC/LpP2K7yDFvwuPq0jSQ8SIN+ARNYfRjGW15O2we3XJvklbGV0wRuUCPig==} engines: {node: '>=12'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /esbuild-linux-arm/0.14.49: - resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==} + /esbuild-linux-arm/0.14.50: + resolution: {integrity: sha512-VALZq13bhmFJYFE/mLEb+9A0w5vo8z+YDVOWeaf9vOTrSC31RohRIwtxXBnVJ7YKLYfEMzcgFYf+OFln3Y0cWg==} engines: {node: '>=12'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /esbuild-linux-arm64/0.14.49: - resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==} + /esbuild-linux-arm64/0.14.50: + resolution: {integrity: sha512-ZyfoNgsTftD7Rp5S7La5auomKdNeB3Ck+kSKXC4pp96VnHyYGjHHXWIlcbH8i+efRn9brszo1/Thl1qn8RqmhQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /esbuild-linux-mips64le/0.14.49: - resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==} + /esbuild-linux-mips64le/0.14.50: + resolution: {integrity: sha512-ygo31Vxn/WrmjKCHkBoutOlFG5yM9J2UhzHb0oWD9O61dGg+Hzjz9hjf5cmM7FBhAzdpOdEWHIrVOg2YAi6rTw==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] requiresBuild: true optional: true - /esbuild-linux-ppc64le/0.14.49: - resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==} + /esbuild-linux-ppc64le/0.14.50: + resolution: {integrity: sha512-xWCKU5UaiTUT6Wz/O7GKP9KWdfbsb7vhfgQzRfX4ahh5NZV4ozZ4+SdzYG8WxetsLy84UzLX3Pi++xpVn1OkFQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /esbuild-linux-riscv64/0.14.49: - resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==} + /esbuild-linux-riscv64/0.14.50: + resolution: {integrity: sha512-0+dsneSEihZTopoO9B6Z6K4j3uI7EdxBP7YSF5rTwUgCID+wHD3vM1gGT0m+pjCW+NOacU9kH/WE9N686FHAJg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /esbuild-linux-s390x/0.14.49: - resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==} + /esbuild-linux-s390x/0.14.50: + resolution: {integrity: sha512-tVjqcu8o0P9H4StwbIhL1sQYm5mWATlodKB6dpEZFkcyTI8kfIGWiWcrGmkNGH2i1kBUOsdlBafPxR3nzp3TDA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] requiresBuild: true optional: true - /esbuild-netbsd-64/0.14.49: - resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==} + /esbuild-netbsd-64/0.14.50: + resolution: {integrity: sha512-0R/glfqAQ2q6MHDf7YJw/TulibugjizBxyPvZIcorH0Mb7vSimdHy0XF5uCba5CKt+r4wjax1mvO9lZ4jiAhEg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] requiresBuild: true optional: true - /esbuild-openbsd-64/0.14.49: - resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==} + /esbuild-openbsd-64/0.14.50: + resolution: {integrity: sha512-7PAtmrR5mDOFubXIkuxYQ4bdNS6XCK8AIIHUiZxq1kL8cFIH5731jPcXQ4JNy/wbj1C9sZ8rzD8BIM80Tqk29w==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] requiresBuild: true optional: true - /esbuild-sunos-64/0.14.49: - resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==} + /esbuild-sunos-64/0.14.50: + resolution: {integrity: sha512-gBxNY/wyptvD7PkHIYcq7se6SQEXcSC8Y7mE0FJB+CGgssEWf6vBPfTTZ2b6BWKnmaP6P6qb7s/KRIV5T2PxsQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] requiresBuild: true optional: true - /esbuild-windows-32/0.14.49: - resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==} + /esbuild-windows-32/0.14.50: + resolution: {integrity: sha512-MOOe6J9cqe/iW1qbIVYSAqzJFh0p2LBLhVUIWdMVnNUNjvg2/4QNX4oT4IzgDeldU+Bym9/Tn6+DxvUHJXL5Zw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /esbuild-windows-64/0.14.49: - resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==} + /esbuild-windows-64/0.14.50: + resolution: {integrity: sha512-r/qE5Ex3w1jjGv/JlpPoWB365ldkppUlnizhMxJgojp907ZF1PgLTuW207kgzZcSCXyquL9qJkMsY+MRtaZ5yQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] requiresBuild: true optional: true - /esbuild-windows-arm64/0.14.49: - resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==} + /esbuild-windows-arm64/0.14.50: + resolution: {integrity: sha512-EMS4lQnsIe12ZyAinOINx7eq2mjpDdhGZZWDwPZE/yUTN9cnc2Ze/xUTYIAyaJqrqQda3LnDpADKpvLvol6ENQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /esbuild/0.14.49: - resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==} + /esbuild/0.14.50: + resolution: {integrity: sha512-SbC3k35Ih2IC6trhbMYW7hYeGdjPKf9atTKwBUHqMCYFZZ9z8zhuvfnZihsnJypl74FjiAKjBRqFkBkAd0rS/w==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.49 - esbuild-android-arm64: 0.14.49 - esbuild-darwin-64: 0.14.49 - esbuild-darwin-arm64: 0.14.49 - esbuild-freebsd-64: 0.14.49 - esbuild-freebsd-arm64: 0.14.49 - esbuild-linux-32: 0.14.49 - esbuild-linux-64: 0.14.49 - esbuild-linux-arm: 0.14.49 - esbuild-linux-arm64: 0.14.49 - esbuild-linux-mips64le: 0.14.49 - esbuild-linux-ppc64le: 0.14.49 - esbuild-linux-riscv64: 0.14.49 - esbuild-linux-s390x: 0.14.49 - esbuild-netbsd-64: 0.14.49 - esbuild-openbsd-64: 0.14.49 - esbuild-sunos-64: 0.14.49 - esbuild-windows-32: 0.14.49 - esbuild-windows-64: 0.14.49 - esbuild-windows-arm64: 0.14.49 + esbuild-android-64: 0.14.50 + esbuild-android-arm64: 0.14.50 + esbuild-darwin-64: 0.14.50 + esbuild-darwin-arm64: 0.14.50 + esbuild-freebsd-64: 0.14.50 + esbuild-freebsd-arm64: 0.14.50 + esbuild-linux-32: 0.14.50 + esbuild-linux-64: 0.14.50 + esbuild-linux-arm: 0.14.50 + esbuild-linux-arm64: 0.14.50 + esbuild-linux-mips64le: 0.14.50 + esbuild-linux-ppc64le: 0.14.50 + esbuild-linux-riscv64: 0.14.50 + esbuild-linux-s390x: 0.14.50 + esbuild-netbsd-64: 0.14.50 + esbuild-openbsd-64: 0.14.50 + esbuild-sunos-64: 0.14.50 + esbuild-windows-32: 0.14.50 + esbuild-windows-64: 0.14.50 + esbuild-windows-arm64: 0.14.50 /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -2610,7 +2614,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_f7rggfnq2itgt2uu6gnhkpzzne: + /eslint-module-utils/2.7.3_vozeh3qpn3prlhg65r4uuu3jv4: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -2628,7 +2632,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/parser': 5.31.0_he2ccbldppg44uulnyq4rwocfa debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -2636,7 +2640,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_xconv27bia2733zao6ipggqv2i: + /eslint-plugin-import/2.26.0_ficupzxy3q6nk56ibvavehtzue: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -2646,14 +2650,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/parser': 5.31.0_he2ccbldppg44uulnyq4rwocfa array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.20.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_f7rggfnq2itgt2uu6gnhkpzzne + eslint-module-utils: 2.7.3_vozeh3qpn3prlhg65r4uuu3jv4 has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -5181,6 +5185,15 @@ packages: engines: {node: '>=8'} dev: true + /rehype-parse/8.0.4: + resolution: {integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==} + dependencies: + '@types/hast': 2.3.4 + hast-util-from-parse5: 7.1.0 + parse5: 6.0.1 + unified: 10.1.2 + dev: true + /rehype-raw/6.1.1: resolution: {integrity: sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==} dependencies: @@ -5197,6 +5210,15 @@ packages: unified: 10.1.2 dev: true + /rehype/12.0.1: + resolution: {integrity: sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==} + dependencies: + '@types/hast': 2.3.4 + rehype-parse: 8.0.4 + rehype-stringify: 9.0.3 + unified: 10.1.2 + dev: true + /remark-gfm/3.0.1: resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} dependencies: @@ -5864,7 +5886,7 @@ packages: resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} dev: true - /ts-node/10.8.1_tdn3ypgnfy6bmey2q4hu5jonwi: + /ts-node/10.8.1_f6w67sjx3imwytyzb2qhabnzqe: resolution: {integrity: sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==} hasBin: true peerDependencies: @@ -5883,7 +5905,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.0.6 + '@types/node': 18.6.1 acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -5928,7 +5950,7 @@ packages: engines: {node: '>=12'} hasBin: true dependencies: - esbuild: 0.14.49 + esbuild: 0.14.50 dev: true /tsutils/3.21.0_typescript@4.7.4: @@ -6358,14 +6380,15 @@ packages: vfile-message: 3.1.2 dev: true - /vite/2.9.14: - resolution: {integrity: sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==} - engines: {node: '>=12.2.0'} + /vite/3.0.2: + resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==} + engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: less: '*' sass: '*' stylus: '*' + terser: ^5.4.0 peerDependenciesMeta: less: optional: true @@ -6373,8 +6396,10 @@ packages: optional: true stylus: optional: true + terser: + optional: true dependencies: - esbuild: 0.14.49 + esbuild: 0.14.50 postcss: 8.4.14 resolve: 1.22.1 rollup: 2.75.6 @@ -6382,8 +6407,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/3.0.2: - resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==} + /vite/3.0.3: + resolution: {integrity: sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -6401,7 +6426,7 @@ packages: terser: optional: true dependencies: - esbuild: 0.14.49 + esbuild: 0.14.50 postcss: 8.4.14 resolve: 1.22.1 rollup: 2.75.6 @@ -6409,12 +6434,13 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.18.1_c8@7.12.0: - resolution: {integrity: sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==} + /vitest/0.19.1_c8@7.12.0: + resolution: {integrity: sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@edge-runtime/vm': '*' + '@vitest/browser': '*' '@vitest/ui': '*' c8: '*' happy-dom: '*' @@ -6422,6 +6448,8 @@ packages: peerDependenciesMeta: '@edge-runtime/vm': optional: true + '@vitest/browser': + optional: true '@vitest/ui': optional: true c8: @@ -6433,14 +6461,14 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@types/node': 18.0.6 + '@types/node': 18.6.1 c8: 7.12.0 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 tinypool: 0.2.4 tinyspy: 1.0.0 - vite: 3.0.2 + vite: 3.0.3 transitivePeerDependencies: - less - sass @@ -6453,7 +6481,7 @@ packages: resolution: {integrity: sha512-81n/eeYuJwQdvpoy6IK1258PtPbO720fl13FcJ5YQECPyHMFkmld1qKHwPJkyLbLPfboqJPM53ys4xW8v+iBVw==} dependencies: vscode-languageserver-textdocument: 1.0.5 - vscode-languageserver-types: 3.17.1 + vscode-languageserver-types: 3.17.2 vscode-nls: 5.0.1 vscode-uri: 3.0.3 dev: true @@ -6462,28 +6490,16 @@ packages: resolution: {integrity: sha512-KJG13z54aLszskp3ETf8b1EKDypr2Sf5RUsfR6OXmKqEl2ZUfyIxsWz4gbJWjPzoJZx/bGH0ZXVwxJ1rg8OKRQ==} dependencies: vscode-languageserver-textdocument: 1.0.5 - vscode-languageserver-types: 3.17.1 + vscode-languageserver-types: 3.17.2 vscode-nls: 5.0.1 vscode-uri: 3.0.3 dev: true - /vscode-jsonrpc/8.0.1: - resolution: {integrity: sha512-N/WKvghIajmEvXpatSzvTvOIz61ZSmOSa4BRA4pTLi+1+jozquQKP/MkaylP9iB68k73Oua1feLQvH3xQuigiQ==} - engines: {node: '>=14.0.0'} - dev: true - /vscode-jsonrpc/8.0.2: resolution: {integrity: sha512-RY7HwI/ydoC1Wwg4gJ3y6LpU9FJRZAUnTYMXthqhFXXu77ErDd/xkREpGuk4MyYkk4a+XDWAMqe0S3KkelYQEQ==} engines: {node: '>=14.0.0'} dev: true - /vscode-languageserver-protocol/3.17.1: - resolution: {integrity: sha512-BNlAYgQoYwlSgDLJhSG+DeA8G1JyECqRzM2YO6tMmMji3Ad9Mw6AW7vnZMti90qlAKb0LqAlJfSVGEdqMMNzKg==} - dependencies: - vscode-jsonrpc: 8.0.1 - vscode-languageserver-types: 3.17.1 - dev: true - /vscode-languageserver-protocol/3.17.2: resolution: {integrity: sha512-8kYisQ3z/SQ2kyjlNeQxbkkTNmVFoQCqkmGrzLH6A9ecPlgTbp3wDTnUNqaUxYr4vlAcloxx8zwy7G5WdguYNg==} dependencies: @@ -6495,10 +6511,6 @@ packages: resolution: {integrity: sha512-1ah7zyQjKBudnMiHbZmxz5bYNM9KKZYz+5VQLj+yr8l+9w3g+WAhCkUkWbhMEdC5u0ub4Ndiye/fDyS8ghIKQg==} dev: true - /vscode-languageserver-types/3.17.1: - resolution: {integrity: sha512-K3HqVRPElLZVVPtMeKlsyL9aK0GxGQpvtAUTfX4k7+iJ4mc1M+JM+zQwkgGy2LzY0f0IAafe8MKqIkJrxfGGjQ==} - dev: true - /vscode-languageserver-types/3.17.2: resolution: {integrity: sha512-zHhCWatviizPIq9B7Vh9uvrH6x3sK8itC84HkamnBWoDFJtzBf7SWlpLCZUit72b3os45h6RWQNC9xHRDF8dRA==} dev: true @@ -6740,15 +6752,6 @@ packages: /zod/3.17.10: resolution: {integrity: sha512-IHXnQYQuOOOL/XgHhgl8YjNxBHi3xX0mVcHmqsvJgcxKkEczPshoWdxqyFwsARpf41E0v9U95WUROqsHHxt0UQ==} - dev: false - - /zod/3.17.3: - resolution: {integrity: sha512-4oKP5zvG6GGbMlqBkI5FESOAweldEhSOZ6LI6cG+JzUT7ofj1ZOC0PJudpQOpT1iqOFpYYtX5Pw0+o403y4bcg==} - dev: true - - /zod/3.17.9: - resolution: {integrity: sha512-QF1843pYoRk1jFP+/UiEySXaTSiIyFod3KyDzoO3qHKGZdX7z7RNXI4lEsiibvpnIZQwcDVU58ZrxP4pQ7BmTQ==} - dev: true /zwitch/2.0.2: resolution: {integrity: sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==} diff --git a/scripts/package.json b/scripts/package.json index 306167f..67d5ee6 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -8,6 +8,6 @@ "at-scripts": "./index.mjs" }, "dependencies": { - "esbuild": "^0.14.49" + "esbuild": "^0.14.50" } }