diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6e7191ae..f70ba561 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -8,10 +8,10 @@ Thank you for your interest in contributing to NH Docs! We are excited to have y Pages in the NH docs are all markdown files. The folder with all the pages is in `src/content/docs`. -- `index.mdx` Is a special file that is the home page of the docs. This is a markdown X file that allows us to use Astro components in the markdown. -- `start-here` is the folder that contains all the pages for the start here section of the docs. -- `getting-started` is the folder that contains all the pages for the getting started section of the docs. -- `reference` is the folder that contains all the pages for the api section of the docs. +- `index.mdx` Is a special file that is the home page of the docs. This is a markdown X file that allows us to use Astro components in the markdown. +- `start-here` is the folder that contains all the pages for the start here section of the docs. +- `getting-started` is the folder that contains all the pages for the getting started section of the docs. +- `reference` is the folder that contains all the pages for the api section of the docs. Finally, the `schemas` folder contains all the schema pages. You might notice that the schema folder is not present in GitHub. This is because the schema pages are auto-generated from the schema files in `../NewHorizons/Schemas`. In order to edit these you need to edit the C# class they correspond to. More info in the main contributing document found one folder up. @@ -23,10 +23,10 @@ One thing to note is the section fenced with `---` at the top of each page. This If you open this folder (`docs` not the entire repo), VSCode should prompt you to install the recommended extensions. If it doesn't, you can install them manually. The recommended extensions are: -- astro-build.astro-vscode -- davidanson.vscode-markdownlint -- yzhang.markdown-all-in-one -- esbenp.prettier-vscode +- astro-build.astro-vscode +- davidanson.vscode-markdownlint +- yzhang.markdown-all-in-one +- esbenp.prettier-vscode ## How To Add Pages @@ -48,8 +48,8 @@ Your images will be automatically optimized when the site is built. If you want to get a local copy of the site running, you'll need a few programs -- [Node.js](https://nodejs.org/en/) -- [PNPM](https://pnpm.io/) +- [Node.js](https://nodejs.org/en/) +- [PNPM](https://pnpm.io/) Once you have these installed, you can run the following commands to get the site running locally: diff --git a/docs/package.json b/docs/package.json index f45f7ce3..a7c8ec9d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,17 +12,17 @@ "format": "prettier --write ." }, "dependencies": { - "@astrojs/starlight": "^0.28.3", - "astro": "4.16.7", + "@astrojs/starlight": "^0.30.3", + "astro": "5.1.3", "rehype-external-links": "^3.0.0", "sharp": "^0.33.5" }, "devDependencies": { - "@apidevtools/json-schema-ref-parser": "^11.7.2", - "eslint": "^9.13.0", + "@apidevtools/json-schema-ref-parser": "^11.7.3", + "eslint": "^9.17.0", "eslint-plugin-prettier": "^5.2.1", - "fast-xml-parser": "^4.5.0", - "prettier": "^3.3.3", + "fast-xml-parser": "^4.5.1", + "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "xml-js": "^1.6.11" } diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 53734241..7954ba13 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -8,11 +8,11 @@ importers: .: dependencies: "@astrojs/starlight": - specifier: ^0.28.3 - version: 0.28.3(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3)) + specifier: ^0.30.3 + version: 0.30.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3)) astro: - specifier: 4.16.7 - version: 4.16.7(rollup@4.24.0)(typescript@5.6.3) + specifier: 5.1.3 + version: 5.1.3(rollup@4.30.0)(typescript@5.6.3) rehype-external-links: specifier: ^3.0.0 version: 3.0.0 @@ -21,20 +21,20 @@ importers: version: 0.33.5 devDependencies: "@apidevtools/json-schema-ref-parser": - specifier: ^11.7.2 - version: 11.7.2 + specifier: ^11.7.3 + version: 11.7.3 eslint: - specifier: ^9.13.0 - version: 9.13.0 + specifier: ^9.17.0 + version: 9.17.0 eslint-plugin-prettier: specifier: ^5.2.1 - version: 5.2.1(eslint@9.13.0)(prettier@3.3.3) + version: 5.2.1(eslint@9.17.0)(prettier@3.4.2) fast-xml-parser: - specifier: ^4.5.0 - version: 4.5.0 + specifier: ^4.5.1 + version: 4.5.1 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.2 + version: 3.4.2 prettier-plugin-astro: specifier: ^0.14.1 version: 0.14.1 @@ -43,17 +43,10 @@ importers: version: 1.6.11 packages: - "@ampproject/remapping@2.3.0": + "@apidevtools/json-schema-ref-parser@11.7.3": resolution: { - integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== - } - engines: { node: ">=6.0.0" } - - "@apidevtools/json-schema-ref-parser@11.7.2": - resolution: - { - integrity: sha512-4gY54eEGEstClvEkGnwVkTkrx0sqwemEFG5OSRRn3tD91XH0+Q8XIkYIfo7IwEWPpJZwILb9GUXeShtplRc/eA== + integrity: sha512-WApSdLdXEBb/1FUPca2lteASewEfpjEYJ8oXZP+0gExK5qSfsEKBKcA+WjY6Q4wvXwyv0+W6Kvc372pSceib9w== } engines: { node: ">= 16" } @@ -63,33 +56,33 @@ packages: integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw== } - "@astrojs/internal-helpers@0.4.1": + "@astrojs/internal-helpers@0.4.2": resolution: { - integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g== + integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w== } - "@astrojs/markdown-remark@5.3.0": + "@astrojs/markdown-remark@6.0.1": resolution: { - integrity: sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg== + integrity: sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw== } - "@astrojs/mdx@3.1.8": + "@astrojs/mdx@4.0.3": resolution: { - integrity: sha512-4o/+pvgoLFG0eG96cFs4t3NzZAIAOYu57fKAprWHXJrnq/qdBV0av6BYDjoESxvxNILUYoj8sdZVWtlPWVDLog== + integrity: sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g== } - engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 } + engines: { node: ^18.17.1 || ^20.3.0 || >=22.0.0 } peerDependencies: - astro: ^4.8.0 + astro: ^5.0.0 - "@astrojs/prism@3.1.0": + "@astrojs/prism@3.2.0": resolution: { - integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw== + integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw== } - engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 } + engines: { node: ^18.17.1 || ^20.3.0 || >=22.0.0 } "@astrojs/sitemap@3.2.1": resolution: @@ -97,85 +90,20 @@ packages: integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA== } - "@astrojs/starlight@0.28.3": + "@astrojs/starlight@0.30.3": resolution: { - integrity: sha512-GXXIPKSu5d50mLVtgI4jf6pb3FPQm8n4MI6ZXuQQqqnA0xg7PJQ76WFSVyrICeqM5fKABSqcBksp/glyEJes/A== + integrity: sha512-HbGYYIR2Rnrvvc2jD0dUpp8zUzv3jQYtG5im3aulDgE4Jo21Ahw0yXlb/Y134G3LALLbqhImmlbt/h/nDV3yMA== } peerDependencies: - astro: ^4.14.0 + astro: ^5.0.0 - "@astrojs/telemetry@3.1.0": + "@astrojs/telemetry@3.2.0": resolution: { - integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA== + integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ== } - engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 } - - "@babel/code-frame@7.26.0": - resolution: - { - integrity: sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== - } - engines: { node: ">=6.9.0" } - - "@babel/compat-data@7.26.0": - resolution: - { - integrity: sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== - } - engines: { node: ">=6.9.0" } - - "@babel/core@7.26.0": - resolution: - { - integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== - } - engines: { node: ">=6.9.0" } - - "@babel/generator@7.26.0": - resolution: - { - integrity: sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== - } - engines: { node: ">=6.9.0" } - - "@babel/helper-annotate-as-pure@7.25.9": - resolution: - { - integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g== - } - engines: { node: ">=6.9.0" } - - "@babel/helper-compilation-targets@7.25.9": - resolution: - { - integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== - } - engines: { node: ">=6.9.0" } - - "@babel/helper-module-imports@7.25.9": - resolution: - { - integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== - } - engines: { node: ">=6.9.0" } - - "@babel/helper-module-transforms@7.26.0": - resolution: - { - integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - - "@babel/helper-plugin-utils@7.25.9": - resolution: - { - integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw== - } - engines: { node: ">=6.9.0" } + engines: { node: ^18.17.1 || ^20.3.0 || >=22.0.0 } "@babel/helper-string-parser@7.25.9": resolution: @@ -191,46 +119,14 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-validator-option@7.25.9": + "@babel/parser@7.26.3": resolution: { - integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== - } - engines: { node: ">=6.9.0" } - - "@babel/helpers@7.26.0": - resolution: - { - integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== - } - engines: { node: ">=6.9.0" } - - "@babel/parser@7.26.1": - resolution: - { - integrity: sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== + integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA== } engines: { node: ">=6.0.0" } hasBin: true - "@babel/plugin-syntax-jsx@7.25.9": - resolution: - { - integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA== - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - - "@babel/plugin-transform-react-jsx@7.25.9": - resolution: - { - integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw== - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/runtime@7.26.0": resolution: { @@ -238,24 +134,10 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/template@7.25.9": + "@babel/types@7.26.3": resolution: { - integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== - } - engines: { node: ">=6.9.0" } - - "@babel/traverse@7.25.9": - resolution: - { - integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== - } - engines: { node: ">=6.9.0" } - - "@babel/types@7.26.0": - resolution: - { - integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== + integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA== } engines: { node: ">=6.9.0" } @@ -281,6 +163,15 @@ packages: cpu: [ppc64] os: [aix] + "@esbuild/aix-ppc64@0.24.2": + resolution: + { + integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA== + } + engines: { node: ">=18" } + cpu: [ppc64] + os: [aix] + "@esbuild/android-arm64@0.21.5": resolution: { @@ -290,6 +181,15 @@ packages: cpu: [arm64] os: [android] + "@esbuild/android-arm64@0.24.2": + resolution: + { + integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [android] + "@esbuild/android-arm@0.21.5": resolution: { @@ -299,6 +199,15 @@ packages: cpu: [arm] os: [android] + "@esbuild/android-arm@0.24.2": + resolution: + { + integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q== + } + engines: { node: ">=18" } + cpu: [arm] + os: [android] + "@esbuild/android-x64@0.21.5": resolution: { @@ -308,6 +217,15 @@ packages: cpu: [x64] os: [android] + "@esbuild/android-x64@0.24.2": + resolution: + { + integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw== + } + engines: { node: ">=18" } + cpu: [x64] + os: [android] + "@esbuild/darwin-arm64@0.21.5": resolution: { @@ -317,6 +235,15 @@ packages: cpu: [arm64] os: [darwin] + "@esbuild/darwin-arm64@0.24.2": + resolution: + { + integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [darwin] + "@esbuild/darwin-x64@0.21.5": resolution: { @@ -326,6 +253,15 @@ packages: cpu: [x64] os: [darwin] + "@esbuild/darwin-x64@0.24.2": + resolution: + { + integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA== + } + engines: { node: ">=18" } + cpu: [x64] + os: [darwin] + "@esbuild/freebsd-arm64@0.21.5": resolution: { @@ -335,6 +271,15 @@ packages: cpu: [arm64] os: [freebsd] + "@esbuild/freebsd-arm64@0.24.2": + resolution: + { + integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [freebsd] + "@esbuild/freebsd-x64@0.21.5": resolution: { @@ -344,6 +289,15 @@ packages: cpu: [x64] os: [freebsd] + "@esbuild/freebsd-x64@0.24.2": + resolution: + { + integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q== + } + engines: { node: ">=18" } + cpu: [x64] + os: [freebsd] + "@esbuild/linux-arm64@0.21.5": resolution: { @@ -353,6 +307,15 @@ packages: cpu: [arm64] os: [linux] + "@esbuild/linux-arm64@0.24.2": + resolution: + { + integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [linux] + "@esbuild/linux-arm@0.21.5": resolution: { @@ -362,6 +325,15 @@ packages: cpu: [arm] os: [linux] + "@esbuild/linux-arm@0.24.2": + resolution: + { + integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA== + } + engines: { node: ">=18" } + cpu: [arm] + os: [linux] + "@esbuild/linux-ia32@0.21.5": resolution: { @@ -371,6 +343,15 @@ packages: cpu: [ia32] os: [linux] + "@esbuild/linux-ia32@0.24.2": + resolution: + { + integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw== + } + engines: { node: ">=18" } + cpu: [ia32] + os: [linux] + "@esbuild/linux-loong64@0.21.5": resolution: { @@ -380,6 +361,15 @@ packages: cpu: [loong64] os: [linux] + "@esbuild/linux-loong64@0.24.2": + resolution: + { + integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ== + } + engines: { node: ">=18" } + cpu: [loong64] + os: [linux] + "@esbuild/linux-mips64el@0.21.5": resolution: { @@ -389,6 +379,15 @@ packages: cpu: [mips64el] os: [linux] + "@esbuild/linux-mips64el@0.24.2": + resolution: + { + integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw== + } + engines: { node: ">=18" } + cpu: [mips64el] + os: [linux] + "@esbuild/linux-ppc64@0.21.5": resolution: { @@ -398,6 +397,15 @@ packages: cpu: [ppc64] os: [linux] + "@esbuild/linux-ppc64@0.24.2": + resolution: + { + integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw== + } + engines: { node: ">=18" } + cpu: [ppc64] + os: [linux] + "@esbuild/linux-riscv64@0.21.5": resolution: { @@ -407,6 +415,15 @@ packages: cpu: [riscv64] os: [linux] + "@esbuild/linux-riscv64@0.24.2": + resolution: + { + integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q== + } + engines: { node: ">=18" } + cpu: [riscv64] + os: [linux] + "@esbuild/linux-s390x@0.21.5": resolution: { @@ -416,6 +433,15 @@ packages: cpu: [s390x] os: [linux] + "@esbuild/linux-s390x@0.24.2": + resolution: + { + integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw== + } + engines: { node: ">=18" } + cpu: [s390x] + os: [linux] + "@esbuild/linux-x64@0.21.5": resolution: { @@ -425,6 +451,24 @@ packages: cpu: [x64] os: [linux] + "@esbuild/linux-x64@0.24.2": + resolution: + { + integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q== + } + engines: { node: ">=18" } + cpu: [x64] + os: [linux] + + "@esbuild/netbsd-arm64@0.24.2": + resolution: + { + integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [netbsd] + "@esbuild/netbsd-x64@0.21.5": resolution: { @@ -434,6 +478,24 @@ packages: cpu: [x64] os: [netbsd] + "@esbuild/netbsd-x64@0.24.2": + resolution: + { + integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw== + } + engines: { node: ">=18" } + cpu: [x64] + os: [netbsd] + + "@esbuild/openbsd-arm64@0.24.2": + resolution: + { + integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [openbsd] + "@esbuild/openbsd-x64@0.21.5": resolution: { @@ -443,6 +505,15 @@ packages: cpu: [x64] os: [openbsd] + "@esbuild/openbsd-x64@0.24.2": + resolution: + { + integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA== + } + engines: { node: ">=18" } + cpu: [x64] + os: [openbsd] + "@esbuild/sunos-x64@0.21.5": resolution: { @@ -452,6 +523,15 @@ packages: cpu: [x64] os: [sunos] + "@esbuild/sunos-x64@0.24.2": + resolution: + { + integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig== + } + engines: { node: ">=18" } + cpu: [x64] + os: [sunos] + "@esbuild/win32-arm64@0.21.5": resolution: { @@ -461,6 +541,15 @@ packages: cpu: [arm64] os: [win32] + "@esbuild/win32-arm64@0.24.2": + resolution: + { + integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ== + } + engines: { node: ">=18" } + cpu: [arm64] + os: [win32] + "@esbuild/win32-ia32@0.21.5": resolution: { @@ -470,6 +559,15 @@ packages: cpu: [ia32] os: [win32] + "@esbuild/win32-ia32@0.24.2": + resolution: + { + integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA== + } + engines: { node: ">=18" } + cpu: [ia32] + os: [win32] + "@esbuild/win32-x64@0.21.5": resolution: { @@ -479,6 +577,15 @@ packages: cpu: [x64] os: [win32] + "@esbuild/win32-x64@0.24.2": + resolution: + { + integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg== + } + engines: { node: ">=18" } + cpu: [x64] + os: [win32] + "@eslint-community/eslint-utils@4.4.1": resolution: { @@ -488,90 +595,90 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - "@eslint-community/regexpp@4.11.2": + "@eslint-community/regexpp@4.12.1": resolution: { - integrity: sha512-2WwyTYNVaMNUWPZTOJdkax9iqTdirrApgTbk+Qoq5EPX6myqZvG8QGFRgdKmkjKVG6/G/a565vpPauHk0+hpBA== + integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - "@eslint/config-array@0.18.0": + "@eslint/config-array@0.19.1": resolution: { - integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw== + integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/core@0.7.0": + "@eslint/core@0.9.1": resolution: { - integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw== + integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/eslintrc@3.1.0": + "@eslint/eslintrc@3.2.0": resolution: { - integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ== + integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/js@9.13.0": + "@eslint/js@9.17.0": resolution: { - integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA== + integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/object-schema@2.1.4": + "@eslint/object-schema@2.1.5": resolution: { - integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ== + integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/plugin-kit@0.2.1": + "@eslint/plugin-kit@0.2.4": resolution: { - integrity: sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw== + integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@expressive-code/core@0.35.6": + "@expressive-code/core@0.38.3": resolution: { - integrity: sha512-xGqCkmfkgT7lr/rvmfnYdDSeTdCSp1otAHgoFS6wNEeO7wGDPpxdosVqYiIcQ8CfWUABh/pGqWG90q+MV3824A== + integrity: sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg== } - "@expressive-code/plugin-frames@0.35.6": + "@expressive-code/plugin-frames@0.38.3": resolution: { - integrity: sha512-CqjSWjDJ3wabMJZfL9ZAzH5UAGKg7KWsf1TBzr4xvUbZvWoBtLA/TboBML0U1Ls8h/4TRCIvR4VEb8dv5+QG3w== + integrity: sha512-qL2oC6FplmHNQfZ8ZkTR64/wKo9x0c8uP2WDftR/ydwN/yhe1ed7ZWYb8r3dezxsls+tDokCnN4zYR594jbpvg== } - "@expressive-code/plugin-shiki@0.35.6": + "@expressive-code/plugin-shiki@0.38.3": resolution: { - integrity: sha512-xm+hzi9BsmhkDUGuyAWIydOAWer7Cs9cj8FM0t4HXaQ+qCubprT6wJZSKUxuvFJIUsIOqk1xXFaJzGJGnWtKMg== + integrity: sha512-kqHnglZeesqG3UKrb6e9Fq5W36AZ05Y9tCREmSN2lw8LVTqENIeCIkLDdWtQ5VoHlKqwUEQFTVlRehdwoY7Gmw== } - "@expressive-code/plugin-text-markers@0.35.6": + "@expressive-code/plugin-text-markers@0.38.3": resolution: { - integrity: sha512-/k9eWVZSCs+uEKHR++22Uu6eIbHWEciVHbIuD8frT8DlqTtHYaaiwHPncO6KFWnGDz5i/gL7oyl6XmOi/E6GVg== + integrity: sha512-dPK3+BVGTbTmGQGU3Fkj3jZ3OltWUAlxetMHI6limUGCWBCucZiwoZeFM/WmqQa71GyKRzhBT+iEov6kkz2xVA== } - "@humanfs/core@0.19.0": + "@humanfs/core@0.19.1": resolution: { - integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw== + integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA== } engines: { node: ">=18.18.0" } - "@humanfs/node@0.16.5": + "@humanfs/node@0.16.6": resolution: { - integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg== + integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw== } engines: { node: ">=18.18.0" } @@ -589,6 +696,13 @@ packages: } engines: { node: ">=18.18" } + "@humanwhocodes/retry@0.4.1": + resolution: + { + integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA== + } + engines: { node: ">=18.18" } + "@img/sharp-darwin-arm64@0.33.5": resolution: { @@ -751,39 +865,12 @@ packages: cpu: [x64] os: [win32] - "@jridgewell/gen-mapping@0.3.5": - resolution: - { - integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== - } - engines: { node: ">=6.0.0" } - - "@jridgewell/resolve-uri@3.1.2": - resolution: - { - integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== - } - engines: { node: ">=6.0.0" } - - "@jridgewell/set-array@1.2.1": - resolution: - { - integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== - } - engines: { node: ">=6.0.0" } - "@jridgewell/sourcemap-codec@1.5.0": resolution: { integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== } - "@jridgewell/trace-mapping@0.3.25": - resolution: - { - integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== - } - "@jsdevtools/ono@7.1.3": resolution: { @@ -823,48 +910,48 @@ packages: integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ== } - "@pagefind/darwin-arm64@1.1.1": + "@pagefind/darwin-arm64@1.3.0": resolution: { - integrity: sha512-tZ9tysUmQpFs2EqWG2+E1gc+opDAhSyZSsgKmFzhnWfkK02YHZhvL5XJXEZDqYy3s1FAKhwjTg8XDxneuBlDZQ== + integrity: sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A== } cpu: [arm64] os: [darwin] - "@pagefind/darwin-x64@1.1.1": + "@pagefind/darwin-x64@1.3.0": resolution: { - integrity: sha512-ChohLQ39dLwaxQv0jIQB/SavP3TM5K5ENfDTqIdzLkmfs3+JlzSDyQKcJFjTHYcCzQOZVeieeGq8PdqvLJxJxQ== + integrity: sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow== } cpu: [x64] os: [darwin] - "@pagefind/default-ui@1.1.1": + "@pagefind/default-ui@1.3.0": resolution: { - integrity: sha512-ZM0zDatWDnac/VGHhQCiM7UgA4ca8jpjA+VfuTJyHJBaxGqZMQnm4WoTz9E0KFcue1Bh9kxpu7uWFZfwpZZk0A== + integrity: sha512-CGKT9ccd3+oRK6STXGgfH+m0DbOKayX6QGlq38TfE1ZfUcPc5+ulTuzDbZUnMo+bubsEOIypm4Pl2iEyzZ1cNg== } - "@pagefind/linux-arm64@1.1.1": + "@pagefind/linux-arm64@1.3.0": resolution: { - integrity: sha512-H5P6wDoCoAbdsWp0Zx0DxnLUrwTGWGLu/VI1rcN2CyFdY2EGSvPQsbGBMrseKRNuIrJDFtxHHHyjZ7UbzaM9EA== + integrity: sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ== } cpu: [arm64] os: [linux] - "@pagefind/linux-x64@1.1.1": + "@pagefind/linux-x64@1.3.0": resolution: { - integrity: sha512-yJs7tTYbL2MI3HT+ngs9E1BfUbY9M4/YzA0yEM5xBo4Xl8Yu8Qg2xZTOQ1/F6gwvMrjCUFo8EoACs6LRDhtMrQ== + integrity: sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ== } cpu: [x64] os: [linux] - "@pagefind/windows-x64@1.1.1": + "@pagefind/windows-x64@1.3.0": resolution: { - integrity: sha512-b7/qPqgIl+lMzkQ8fJt51SfguB396xbIIR+VZ3YrL2tLuyifDJ1wL5mEm+ddmHxJ2Fki340paPcDan9en5OmAw== + integrity: sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ== } cpu: [x64] os: [win32] @@ -876,10 +963,10 @@ packages: } engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } - "@rollup/pluginutils@5.1.3": + "@rollup/pluginutils@5.1.4": resolution: { - integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A== + integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ== } engines: { node: ">=14.0.0" } peerDependencies: @@ -888,162 +975,198 @@ packages: rollup: optional: true - "@rollup/rollup-android-arm-eabi@4.24.0": + "@rollup/rollup-android-arm-eabi@4.30.0": resolution: { - integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA== + integrity: sha512-qFcFto9figFLz2g25DxJ1WWL9+c91fTxnGuwhToCl8BaqDsDYMl/kOnBXAyAqkkzAWimYMSWNPWEjt+ADAHuoQ== } cpu: [arm] os: [android] - "@rollup/rollup-android-arm64@4.24.0": + "@rollup/rollup-android-arm64@4.30.0": resolution: { - integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA== + integrity: sha512-vqrQdusvVl7dthqNjWCL043qelBK+gv9v3ZiqdxgaJvmZyIAAXMjeGVSqZynKq69T7062T5VrVTuikKSAAVP6A== } cpu: [arm64] os: [android] - "@rollup/rollup-darwin-arm64@4.24.0": + "@rollup/rollup-darwin-arm64@4.30.0": resolution: { - integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA== + integrity: sha512-617pd92LhdA9+wpixnzsyhVft3szYiN16aNUMzVkf2N+yAk8UXY226Bfp36LvxYTUt7MO/ycqGFjQgJ0wlMaWQ== } cpu: [arm64] os: [darwin] - "@rollup/rollup-darwin-x64@4.24.0": + "@rollup/rollup-darwin-x64@4.30.0": resolution: { - integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ== + integrity: sha512-Y3b4oDoaEhCypg8ajPqigKDcpi5ZZovemQl9Edpem0uNv6UUjXv7iySBpGIUTSs2ovWOzYpfw9EbFJXF/fJHWw== } cpu: [x64] os: [darwin] - "@rollup/rollup-linux-arm-gnueabihf@4.24.0": + "@rollup/rollup-freebsd-arm64@4.30.0": resolution: { - integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA== + integrity: sha512-3REQJ4f90sFIBfa0BUokiCdrV/E4uIjhkWe1bMgCkhFXbf4D8YN6C4zwJL881GM818qVYE9BO3dGwjKhpo2ABA== + } + cpu: [arm64] + os: [freebsd] + + "@rollup/rollup-freebsd-x64@4.30.0": + resolution: + { + integrity: sha512-ZtY3Y8icbe3Cc+uQicsXG5L+CRGUfLZjW6j2gn5ikpltt3Whqjfo5mkyZ86UiuHF9Q3ZsaQeW7YswlHnN+lAcg== + } + cpu: [x64] + os: [freebsd] + + "@rollup/rollup-linux-arm-gnueabihf@4.30.0": + resolution: + { + integrity: sha512-bsPGGzfiHXMhQGuFGpmo2PyTwcrh2otL6ycSZAFTESviUoBOuxF7iBbAL5IJXc/69peXl5rAtbewBFeASZ9O0g== } cpu: [arm] os: [linux] - "@rollup/rollup-linux-arm-musleabihf@4.24.0": + "@rollup/rollup-linux-arm-musleabihf@4.30.0": resolution: { - integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw== + integrity: sha512-kvyIECEhs2DrrdfQf++maCWJIQ974EI4txlz1nNSBaCdtf7i5Xf1AQCEJWOC5rEBisdaMFFnOWNLYt7KpFqy5A== } cpu: [arm] os: [linux] - "@rollup/rollup-linux-arm64-gnu@4.24.0": + "@rollup/rollup-linux-arm64-gnu@4.30.0": resolution: { - integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA== + integrity: sha512-CFE7zDNrokaotXu+shwIrmWrFxllg79vciH4E/zeK7NitVuWEaXRzS0mFfFvyhZfn8WfVOG/1E9u8/DFEgK7WQ== } cpu: [arm64] os: [linux] - "@rollup/rollup-linux-arm64-musl@4.24.0": + "@rollup/rollup-linux-arm64-musl@4.30.0": resolution: { - integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw== + integrity: sha512-MctNTBlvMcIBP0t8lV/NXiUwFg9oK5F79CxLU+a3xgrdJjfBLVIEHSAjQ9+ipofN2GKaMLnFFXLltg1HEEPaGQ== } cpu: [arm64] os: [linux] - "@rollup/rollup-linux-powerpc64le-gnu@4.24.0": + "@rollup/rollup-linux-loongarch64-gnu@4.30.0": resolution: { - integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw== + integrity: sha512-fBpoYwLEPivL3q368+gwn4qnYnr7GVwM6NnMo8rJ4wb0p/Y5lg88vQRRP077gf+tc25akuqd+1Sxbn9meODhwA== + } + cpu: [loong64] + os: [linux] + + "@rollup/rollup-linux-powerpc64le-gnu@4.30.0": + resolution: + { + integrity: sha512-1hiHPV6dUaqIMXrIjN+vgJqtfkLpqHS1Xsg0oUfUVD98xGp1wX89PIXgDF2DWra1nxAd8dfE0Dk59MyeKaBVAw== } cpu: [ppc64] os: [linux] - "@rollup/rollup-linux-riscv64-gnu@4.24.0": + "@rollup/rollup-linux-riscv64-gnu@4.30.0": resolution: { - integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg== + integrity: sha512-U0xcC80SMpEbvvLw92emHrNjlS3OXjAM0aVzlWfar6PR0ODWCTQtKeeB+tlAPGfZQXicv1SpWwRz9Hyzq3Jx3g== } cpu: [riscv64] os: [linux] - "@rollup/rollup-linux-s390x-gnu@4.24.0": + "@rollup/rollup-linux-s390x-gnu@4.30.0": resolution: { - integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g== + integrity: sha512-VU/P/IODrNPasgZDLIFJmMiLGez+BN11DQWfTVlViJVabyF3JaeaJkP6teI8760f18BMGCQOW9gOmuzFaI1pUw== } cpu: [s390x] os: [linux] - "@rollup/rollup-linux-x64-gnu@4.24.0": + "@rollup/rollup-linux-x64-gnu@4.30.0": resolution: { - integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A== + integrity: sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg== } cpu: [x64] os: [linux] - "@rollup/rollup-linux-x64-musl@4.24.0": + "@rollup/rollup-linux-x64-musl@4.30.0": resolution: { - integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ== + integrity: sha512-3wzKzduS7jzxqcOvy/ocU/gMR3/QrHEFLge5CD7Si9fyHuoXcidyYZ6jyx8OPYmCcGm3uKTUl+9jUSAY74Ln5A== } cpu: [x64] os: [linux] - "@rollup/rollup-win32-arm64-msvc@4.24.0": + "@rollup/rollup-win32-arm64-msvc@4.30.0": resolution: { - integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ== + integrity: sha512-jROwnI1+wPyuv696rAFHp5+6RFhXGGwgmgSfzE8e4xfit6oLRg7GyMArVUoM3ChS045OwWr9aTnU+2c1UdBMyw== } cpu: [arm64] os: [win32] - "@rollup/rollup-win32-ia32-msvc@4.24.0": + "@rollup/rollup-win32-ia32-msvc@4.30.0": resolution: { - integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ== + integrity: sha512-duzweyup5WELhcXx5H1jokpr13i3BV9b48FMiikYAwk/MT1LrMYYk2TzenBd0jj4ivQIt58JWSxc19y4SvLP4g== } cpu: [ia32] os: [win32] - "@rollup/rollup-win32-x64-msvc@4.24.0": + "@rollup/rollup-win32-x64-msvc@4.30.0": resolution: { - integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw== + integrity: sha512-DYvxS0M07PvgvavMIybCOBYheyrqlui6ZQBHJs6GqduVzHSZ06TPPvlfvnYstjODHQ8UUXFwt5YE+h0jFI8kwg== } cpu: [x64] os: [win32] - "@shikijs/core@1.22.1": + "@shikijs/core@1.26.1": resolution: { - integrity: sha512-bqAhT/Ri5ixV4oYsvJNH8UJjpjbINWlWyXY6tBTsP4OmD6XnFv43nRJ+lTdxd2rmG5pgam/x+zGR6kLRXrpEKA== + integrity: sha512-yeo7sG+WZQblKPclUOKRPwkv1PyoHYkJ4gP9DzhFJbTdueKR7wYTI1vfF/bFi1NTgc545yG/DzvVhZgueVOXMA== } - "@shikijs/engine-javascript@1.22.1": + "@shikijs/engine-javascript@1.26.1": resolution: { - integrity: sha512-540pyoy0LWe4jj2BVbgELwOFu1uFvRI7lg4hdsExrSXA9x7gqfzZ/Nnh4RfX86aDAgJ647gx4TCmRwACbnQSvw== + integrity: sha512-CRhA0b8CaSLxS0E9A4Bzcb3LKBNpykfo9F85ozlNyArxjo2NkijtiwrJZ6eHa+NT5I9Kox2IXVdjUsP4dilsmw== } - "@shikijs/engine-oniguruma@1.22.1": + "@shikijs/engine-oniguruma@1.26.1": resolution: { - integrity: sha512-L+1Vmd+a2kk8HtogUFymQS6BjUfJnzcWoUp1BUgxoDiklbKSMvrsMuLZGevTOP1m0rEjgnC5MsDmsr8lX1lC+Q== + integrity: sha512-F5XuxN1HljLuvfXv7d+mlTkV7XukC1cawdtOo+7pKgPD83CAB1Sf8uHqP3PK0u7njFH0ZhoXE1r+0JzEgAQ+kg== } - "@shikijs/types@1.22.1": + "@shikijs/langs@1.26.1": resolution: { - integrity: sha512-+45f8mu/Hxqs6Kyhfm98Nld5n7Q7lwhjU8UtdQwrOPs7BnM4VAb929O3IQ2ce+4D7SlNFlZGd8CnKRSnwbQreQ== + integrity: sha512-oz/TQiIqZejEIZbGtn68hbJijAOTtYH4TMMSWkWYozwqdpKR3EXgILneQy26WItmJjp3xVspHdiUxUCws4gtuw== } - "@shikijs/vscode-textmate@9.3.0": + "@shikijs/themes@1.26.1": resolution: { - integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA== + integrity: sha512-JDxVn+z+wgLCiUhBGx2OQrLCkKZQGzNH3nAxFir4PjUcYiyD8Jdms9izyxIogYmSwmoPTatFTdzyrRKbKlSfPA== + } + + "@shikijs/types@1.26.1": + resolution: + { + integrity: sha512-d4B00TKKAMaHuFYgRf3L0gwtvqpW4hVdVwKcZYbBfAAQXspgkbWqnFfuFl3MDH6gLbsubOcr+prcnsqah3ny7Q== + } + + "@shikijs/vscode-textmate@10.0.1": + resolution: + { + integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg== } "@types/acorn@4.0.6": @@ -1052,30 +1175,6 @@ packages: integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ== } - "@types/babel__core@7.20.5": - resolution: - { - integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== - } - - "@types/babel__generator@7.6.8": - resolution: - { - integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw== - } - - "@types/babel__template@7.4.4": - resolution: - { - integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== - } - - "@types/babel__traverse@7.20.6": - resolution: - { - integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg== - } - "@types/cookie@0.6.0": resolution: { @@ -1106,6 +1205,12 @@ packages: integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ== } + "@types/js-yaml@4.0.9": + resolution: + { + integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg== + } + "@types/json-schema@7.0.15": resolution: { @@ -1160,10 +1265,10 @@ packages: integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q== } - "@ungap/structured-clone@1.2.0": + "@ungap/structured-clone@1.2.1": resolution: { - integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== + integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA== } acorn-jsx@5.3.2: @@ -1174,10 +1279,10 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.13.0: + acorn@8.14.0: resolution: { - integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w== + integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== } engines: { node: ">=0.4.0" } hasBin: true @@ -1222,6 +1327,13 @@ packages: } engines: { node: ">=12" } + anymatch@3.1.3: + resolution: + { + integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== + } + engines: { node: ">= 8" } + arg@5.0.2: resolution: { @@ -1260,20 +1372,20 @@ packages: } hasBin: true - astro-expressive-code@0.35.6: + astro-expressive-code@0.38.3: resolution: { - integrity: sha512-1U4KrvFuodaCV3z4I1bIR16SdhQlPkolGsYTtiANxPZUVv/KitGSCTjzksrkPonn1XuwVqvnwmUUVzTLWngnBA== + integrity: sha512-Tvdc7RV0G92BbtyEOsfJtXU35w41CkM94fOAzxbQP67Wj5jArfserJ321FO4XA7WG9QMV0GIBmQq77NBIRDzpQ== } peerDependencies: - astro: ^4.0.0-beta || ^3.3.0 + astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 - astro@4.16.7: + astro@5.1.3: resolution: { - integrity: sha512-nON+8MUEkWTFwXbS4zsQIq4t0Fs42eulM4x236AL+qNnWfqNAOOqAnFxO1dxfJ1q+XopIBbbT9Mtev+0zH47PQ== + integrity: sha512-Zl/B4hmueJmlI5FJQcwbBRhHbRvbTWaTJzimkbH+jYczR5blt4uSh0DheyAt/+NwcnGfiC11z/XXJYIBR4LPUw== } - engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: ">=9.6.5", pnpm: ">=7.1.0" } + engines: { node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: ">=9.6.5", pnpm: ">=7.1.0" } hasBin: true axobject-query@4.1.0: @@ -1313,6 +1425,13 @@ packages: integrity: sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w== } + binary-extensions@2.3.0: + resolution: + { + integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== + } + engines: { node: ">=8" } + boolbase@1.0.0: resolution: { @@ -1339,14 +1458,6 @@ packages: } engines: { node: ">=8" } - browserslist@4.24.2: - resolution: - { - integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg== - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } - hasBin: true - callsites@3.1.0: resolution: { @@ -1361,12 +1472,6 @@ packages: } engines: { node: ">=16" } - caniuse-lite@1.0.30001671: - resolution: - { - integrity: sha512-jocyVaSSfXg2faluE6hrWkMgDOiULBMca4QLtDT39hw1YxaIPHWc1CcTCKkPmHgGH6tKji6ZNbMSmUAvENf2/A== - } - ccount@2.0.1: resolution: { @@ -1380,10 +1485,10 @@ packages: } engines: { node: ">=10" } - chalk@5.3.0: + chalk@5.4.1: resolution: { - integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== } engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } @@ -1411,10 +1516,17 @@ packages: integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw== } - ci-info@4.0.0: + chokidar@3.6.0: resolution: { - integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== + integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== + } + engines: { node: ">= 8.10.0" } + + ci-info@4.1.0: + resolution: + { + integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A== } engines: { node: ">=8" } @@ -1425,20 +1537,6 @@ packages: } engines: { node: ">=10" } - cli-cursor@5.0.0: - resolution: - { - integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw== - } - engines: { node: ">=18" } - - cli-spinners@2.9.2: - resolution: - { - integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== - } - engines: { node: ">=6" } - clsx@2.1.1: resolution: { @@ -1496,10 +1594,17 @@ packages: integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== } - convert-source-map@2.0.0: + consola@3.3.3: resolution: { - integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg== + } + engines: { node: ^14.18.0 || >=16.10.0 } + + cookie-es@1.2.2: + resolution: + { + integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg== } cookie@0.7.2: @@ -1509,13 +1614,19 @@ packages: } engines: { node: ">= 0.6" } - cross-spawn@7.0.3: + cross-spawn@7.0.6: resolution: { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== } engines: { node: ">= 8" } + crossws@0.3.1: + resolution: + { + integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw== + } + css-selector-parser@3.0.5: resolution: { @@ -1530,10 +1641,10 @@ packages: engines: { node: ">=4" } hasBin: true - debug@4.3.7: + debug@4.4.0: resolution: { - integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== + integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== } engines: { node: ">=6.0" } peerDependencies: @@ -1554,6 +1665,12 @@ packages: integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== } + defu@6.1.4: + resolution: + { + integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== + } + dequal@2.0.3: resolution: { @@ -1561,6 +1678,12 @@ packages: } engines: { node: ">=6" } + destr@2.0.3: + resolution: + { + integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ== + } + detect-libc@2.0.3: resolution: { @@ -1614,10 +1737,10 @@ packages: } engines: { node: ">=4" } - electron-to-chromium@1.5.47: + emoji-regex-xs@1.0.0: resolution: { - integrity: sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ== + integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg== } emoji-regex@10.4.0: @@ -1639,10 +1762,10 @@ packages: } engines: { node: ">=0.12" } - es-module-lexer@1.5.4: + es-module-lexer@1.6.0: resolution: { - integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw== + integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ== } esast-util-from-estree@2.0.0: @@ -1665,12 +1788,13 @@ packages: engines: { node: ">=12" } hasBin: true - escalade@3.2.0: + esbuild@0.24.2: resolution: { - integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== + integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA== } - engines: { node: ">=6" } + engines: { node: ">=18" } + hasBin: true escape-string-regexp@4.0.0: resolution: @@ -1703,10 +1827,10 @@ packages: eslint-config-prettier: optional: true - eslint-scope@8.1.0: + eslint-scope@8.2.0: resolution: { - integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw== + integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1717,17 +1841,17 @@ packages: } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - eslint-visitor-keys@4.1.0: + eslint-visitor-keys@4.2.0: resolution: { - integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg== + integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - eslint@9.13.0: + eslint@9.17.0: resolution: { - integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA== + integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } hasBin: true @@ -1737,10 +1861,10 @@ packages: jiti: optional: true - espree@10.2.0: + espree@10.3.0: resolution: { - integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g== + integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg== } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1834,19 +1958,12 @@ packages: integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== } - expressive-code@0.35.6: + expressive-code@0.38.3: resolution: { - integrity: sha512-+mx+TPTbMqgo0mL92Xh9QgjW0kSQIsEivMgEcOnaqKqL7qCw8Vkqc5Rg/di7ZYw4aMUSr74VTc+w8GQWu05j1g== + integrity: sha512-COM04AiUotHCKJgWdn7NtW2lqu8OW8owAidMpkXt1qxrZ9Q2iC7+tok/1qIn2ocGnczvr9paIySgGnEwFeEQ8Q== } - extend-shallow@2.0.1: - resolution: - { - integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== - } - engines: { node: ">=0.10.0" } - extend@3.0.2: resolution: { @@ -1865,10 +1982,10 @@ packages: integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== } - fast-glob@3.3.2: + fast-glob@3.3.3: resolution: { - integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== } engines: { node: ">=8.6.0" } @@ -1884,17 +2001,17 @@ packages: integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== } - fast-xml-parser@4.5.0: + fast-xml-parser@4.5.1: resolution: { - integrity: sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg== + integrity: sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w== } hasBin: true - fastq@1.17.1: + fastq@1.18.0: resolution: { - integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== + integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw== } file-entry-cache@8.0.0: @@ -1945,10 +2062,10 @@ packages: } engines: { node: ">=16" } - flatted@3.3.1: + flatted@3.3.2: resolution: { - integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== + integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA== } flattie@1.1.1: @@ -1966,13 +2083,6 @@ packages: engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] - gensync@1.0.0-beta.2: - resolution: - { - integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - } - engines: { node: ">=6.9.0" } - get-east-asian-width@1.3.0: resolution: { @@ -2000,13 +2110,6 @@ packages: } engines: { node: ">=10.13.0" } - globals@11.12.0: - resolution: - { - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - } - engines: { node: ">=4" } - globals@14.0.0: resolution: { @@ -2020,12 +2123,11 @@ packages: integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== } - gray-matter@4.0.3: + h3@1.13.0: resolution: { - integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q== + integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg== } - engines: { node: ">=6.0" } has-flag@4.0.0: resolution: @@ -2052,10 +2154,10 @@ packages: integrity: sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw== } - hast-util-from-parse5@8.0.1: + hast-util-from-parse5@8.0.2: resolution: { - integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ== + integrity: sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A== } hast-util-has-property@3.0.0: @@ -2094,10 +2196,10 @@ packages: integrity: sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ== } - hast-util-raw@9.0.4: + hast-util-raw@9.1.0: resolution: { - integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA== + integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw== } hast-util-select@6.0.3: @@ -2106,16 +2208,16 @@ packages: integrity: sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ== } - hast-util-to-estree@3.1.0: + hast-util-to-estree@3.1.1: resolution: { - integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw== + integrity: sha512-IWtwwmPskfSmma9RpzCappDUitC8t5jhAynHhc1m2+5trOgsrp7txscUSavc5Ic8PATyAjfrCK1wgtxh2cICVQ== } - hast-util-to-html@9.0.3: + hast-util-to-html@9.0.4: resolution: { - integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg== + integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA== } hast-util-to-jsx-runtime@2.3.2: @@ -2148,12 +2250,6 @@ packages: integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw== } - hastscript@8.0.0: - resolution: - { - integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw== - } - hastscript@9.0.0: resolution: { @@ -2184,10 +2280,10 @@ packages: integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== } - i18next@23.16.4: + i18next@23.16.8: resolution: { - integrity: sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg== + integrity: sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg== } ignore@5.3.2: @@ -2217,18 +2313,18 @@ packages: } engines: { node: ">=0.8.19" } - inline-style-parser@0.1.1: - resolution: - { - integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - } - inline-style-parser@0.2.4: resolution: { integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q== } + iron-webcrypto@1.2.1: + resolution: + { + integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg== + } + is-absolute-url@4.0.1: resolution: { @@ -2254,6 +2350,13 @@ packages: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== } + is-binary-path@2.1.0: + resolution: + { + integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + } + engines: { node: ">=8" } + is-decimal@2.0.1: resolution: { @@ -2268,13 +2371,6 @@ packages: engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true - is-extendable@0.1.1: - resolution: - { - integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== - } - engines: { node: ">=0.10.0" } - is-extglob@2.1.1: resolution: { @@ -2310,13 +2406,6 @@ packages: engines: { node: ">=14.16" } hasBin: true - is-interactive@2.0.0: - resolution: - { - integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== - } - engines: { node: ">=12" } - is-number@7.0.0: resolution: { @@ -2331,20 +2420,6 @@ packages: } engines: { node: ">=12" } - is-unicode-supported@1.3.0: - resolution: - { - integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== - } - engines: { node: ">=12" } - - is-unicode-supported@2.1.0: - resolution: - { - integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ== - } - engines: { node: ">=18" } - is-wsl@3.1.0: resolution: { @@ -2358,12 +2433,6 @@ packages: integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== } - js-tokens@4.0.0: - resolution: - { - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - } - js-yaml@3.14.1: resolution: { @@ -2378,14 +2447,6 @@ packages: } hasBin: true - jsesc@3.0.2: - resolution: - { - integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== - } - engines: { node: ">=6" } - hasBin: true - json-buffer@3.0.1: resolution: { @@ -2404,27 +2465,12 @@ packages: integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== } - json5@2.2.3: - resolution: - { - integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== - } - engines: { node: ">=6" } - hasBin: true - keyv@4.5.4: resolution: { integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== } - kind-of@6.0.3: - resolution: - { - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - } - engines: { node: ">=0.10.0" } - kleur@3.0.3: resolution: { @@ -2473,29 +2519,22 @@ packages: integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } - log-symbols@6.0.0: - resolution: - { - integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw== - } - engines: { node: ">=18" } - longest-streak@3.1.0: resolution: { integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g== } - lru-cache@5.1.1: + lru-cache@10.4.3: resolution: { - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== } - magic-string@0.30.12: + magic-string@0.30.17: resolution: { - integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw== + integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== } magicast@0.3.5: @@ -2529,10 +2568,10 @@ packages: integrity: sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q== } - mdast-util-find-and-replace@3.0.1: + mdast-util-find-and-replace@3.0.2: resolution: { - integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA== + integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg== } mdast-util-from-markdown@2.0.2: @@ -2613,10 +2652,10 @@ packages: integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA== } - mdast-util-to-markdown@2.1.0: + mdast-util-to-markdown@2.1.2: resolution: { - integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ== + integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA== } mdast-util-to-string@4.0.0: @@ -2632,10 +2671,10 @@ packages: } engines: { node: ">= 8" } - micromark-core-commonmark@2.0.1: + micromark-core-commonmark@2.0.2: resolution: { - integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA== + integrity: sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w== } micromark-extension-directive@3.0.2: @@ -2716,16 +2755,16 @@ packages: integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ== } - micromark-factory-destination@2.0.0: + micromark-factory-destination@2.0.1: resolution: { - integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA== + integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA== } - micromark-factory-label@2.0.0: + micromark-factory-label@2.0.1: resolution: { - integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw== + integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg== } micromark-factory-mdx-expression@2.0.2: @@ -2734,64 +2773,64 @@ packages: integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw== } - micromark-factory-space@2.0.0: + micromark-factory-space@2.0.1: resolution: { - integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg== + integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg== } - micromark-factory-title@2.0.0: + micromark-factory-title@2.0.1: resolution: { - integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A== + integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw== } - micromark-factory-whitespace@2.0.0: + micromark-factory-whitespace@2.0.1: resolution: { - integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA== + integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ== } - micromark-util-character@2.1.0: + micromark-util-character@2.1.1: resolution: { - integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ== + integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q== } - micromark-util-chunked@2.0.0: + micromark-util-chunked@2.0.1: resolution: { - integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg== + integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA== } - micromark-util-classify-character@2.0.0: + micromark-util-classify-character@2.0.1: resolution: { - integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw== + integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q== } - micromark-util-combine-extensions@2.0.0: + micromark-util-combine-extensions@2.0.1: resolution: { - integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ== + integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg== } - micromark-util-decode-numeric-character-reference@2.0.1: + micromark-util-decode-numeric-character-reference@2.0.2: resolution: { - integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ== + integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw== } - micromark-util-decode-string@2.0.0: + micromark-util-decode-string@2.0.1: resolution: { - integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA== + integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ== } - micromark-util-encode@2.0.0: + micromark-util-encode@2.0.1: resolution: { - integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA== + integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw== } micromark-util-events-to-acorn@2.0.2: @@ -2800,52 +2839,52 @@ packages: integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA== } - micromark-util-html-tag-name@2.0.0: + micromark-util-html-tag-name@2.0.1: resolution: { - integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw== + integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA== } - micromark-util-normalize-identifier@2.0.0: + micromark-util-normalize-identifier@2.0.1: resolution: { - integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w== + integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q== } - micromark-util-resolve-all@2.0.0: + micromark-util-resolve-all@2.0.1: resolution: { - integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA== + integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg== } - micromark-util-sanitize-uri@2.0.0: + micromark-util-sanitize-uri@2.0.1: resolution: { - integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw== + integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ== } - micromark-util-subtokenize@2.0.1: + micromark-util-subtokenize@2.0.3: resolution: { - integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q== + integrity: sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg== } - micromark-util-symbol@2.0.0: + micromark-util-symbol@2.0.1: resolution: { - integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw== + integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q== } - micromark-util-types@2.0.0: + micromark-util-types@2.0.1: resolution: { - integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w== + integrity: sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ== } - micromark@4.0.0: + micromark@4.0.1: resolution: { - integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ== + integrity: sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw== } micromatch@4.0.8: @@ -2855,12 +2894,13 @@ packages: } engines: { node: ">=8.6" } - mimic-function@5.0.1: + mime@3.0.0: resolution: { - integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA== + integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== } - engines: { node: ">=18" } + engines: { node: ">=10.0.0" } + hasBin: true minimatch@3.1.2: resolution: @@ -2881,10 +2921,10 @@ packages: integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== } - nanoid@3.3.7: + nanoid@3.3.8: resolution: { - integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== } engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true @@ -2908,29 +2948,41 @@ packages: integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA== } - node-releases@2.0.18: + node-fetch-native@1.6.4: resolution: { - integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== + integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ== } + normalize-path@3.0.0: + resolution: + { + integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + } + engines: { node: ">=0.10.0" } + nth-check@2.1.1: resolution: { integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== } - onetime@7.0.0: + ofetch@1.4.1: resolution: { - integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ== + integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw== } - engines: { node: ">=18" } - oniguruma-to-js@0.4.3: + ohash@1.1.4: resolution: { - integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ== + integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g== + } + + oniguruma-to-es@0.10.0: + resolution: + { + integrity: sha512-zapyOUOCJxt+xhiNRPPMtfJkHGsZ98HHB9qJEkdT8BGytO/+kpe4m1Ngf0MzbzTmhacn11w9yGeDP6tzDhnCdg== } optionator@0.9.4: @@ -2940,13 +2992,6 @@ packages: } engines: { node: ">= 0.8.0" } - ora@8.1.0: - resolution: - { - integrity: sha512-GQEkNkH/GHOhPFXcqZs3IDahXEQcQxsSjEkK4KvEEST4t7eNzoMjxTzef+EZ+JluDEV+Raoi3WQ2CflnRdSVnQ== - } - engines: { node: ">=18" } - p-limit@2.3.0: resolution: { @@ -2961,10 +3006,10 @@ packages: } engines: { node: ">=10" } - p-limit@6.1.0: + p-limit@6.2.0: resolution: { - integrity: sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg== + integrity: sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA== } engines: { node: ">=18" } @@ -2989,10 +3034,10 @@ packages: } engines: { node: ">=18" } - p-timeout@6.1.3: + p-timeout@6.1.4: resolution: { - integrity: sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw== + integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg== } engines: { node: ">=14.16" } @@ -3003,10 +3048,10 @@ packages: } engines: { node: ">=6" } - pagefind@1.1.1: + pagefind@1.3.0: resolution: { - integrity: sha512-U2YR0dQN5B2fbIXrLtt/UXNS0yWSSYfePaad1KcBPTi0p+zRtsVjwmoPaMQgTks5DnHNbmDxyJUL5TGaLljK3A== + integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw== } hasBin: true @@ -3017,10 +3062,10 @@ packages: } engines: { node: ">=6" } - parse-entities@4.0.1: + parse-entities@4.0.2: resolution: { - integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w== + integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw== } parse-latin@7.0.0: @@ -3029,10 +3074,10 @@ packages: integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ== } - parse5@7.2.0: + parse5@7.2.1: resolution: { - integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA== + integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ== } path-exists@4.0.0: @@ -3049,6 +3094,12 @@ packages: } engines: { node: ">=8" } + pathe@1.1.2: + resolution: + { + integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ== + } + picocolors@1.1.1: resolution: { @@ -3099,10 +3150,10 @@ packages: } engines: { node: ">=4" } - postcss@8.4.47: + postcss@8.4.49: resolution: { - integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== + integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== } engines: { node: ^10 || ^12 || >=14 } @@ -3134,10 +3185,10 @@ packages: } engines: { node: ^14.15.0 || >=16.0.0 } - prettier@3.3.3: + prettier@3.4.2: resolution: { - integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== + integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ== } engines: { node: ">=14" } hasBin: true @@ -3175,6 +3226,19 @@ packages: integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== } + radix3@1.1.2: + resolution: + { + integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA== + } + + readdirp@3.6.0: + resolution: + { + integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + } + engines: { node: ">=8.10.0" } + recma-build-jsx@1.0.0: resolution: { @@ -3205,16 +3269,28 @@ packages: integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== } - regex@4.3.3: + regex-recursion@5.1.1: resolution: { - integrity: sha512-r/AadFO7owAq1QJVeZ/nq9jNS1vyZt+6t1p/E59B56Rn2GCya+gr1KSyOzNL/er+r+B7phv5jG2xU2Nz1YkmJg== + integrity: sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w== } - rehype-expressive-code@0.35.6: + regex-utilities@2.3.0: resolution: { - integrity: sha512-pPdE+pRcRw01kxMOwHQjuRxgwlblZt5+wAc3w2aPGgmcnn57wYjn07iKO7zaznDxYVxMYVvYlnL+R3vWFQS4Gw== + integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng== + } + + regex@5.1.1: + resolution: + { + integrity: sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw== + } + + rehype-expressive-code@0.38.3: + resolution: + { + integrity: sha512-RYSSDkMBikoTbycZPkcWp6ELneANT4eTpND1DSRJ6nI2eVFUwTBDCvE2vO6jOOTaavwnPiydi4i/87NRyjpdOA== } rehype-external-links@3.0.0: @@ -3309,13 +3385,6 @@ packages: } engines: { node: ">=4" } - restore-cursor@5.1.0: - resolution: - { - integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA== - } - engines: { node: ">=18" } - retext-latin@4.0.0: resolution: { @@ -3347,10 +3416,10 @@ packages: } engines: { iojs: ">=1.0.0", node: ">=0.10.0" } - rollup@4.24.0: + rollup@4.30.0: resolution: { - integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg== + integrity: sha512-sDnr1pcjTgUT69qBksNF1N1anwfbyYG6TBQ22b03bII8EdiUQ7J0TlozVaTMjT/eEJAO49e1ndV7t+UZfL1+vA== } engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true @@ -3379,20 +3448,6 @@ packages: integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== } - section-matter@1.0.0: - resolution: - { - integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA== - } - engines: { node: ">=4" } - - semver@6.3.1: - resolution: - { - integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== - } - hasBin: true - semver@7.6.3: resolution: { @@ -3422,19 +3477,12 @@ packages: } engines: { node: ">=8" } - shiki@1.22.1: + shiki@1.26.1: resolution: { - integrity: sha512-PbJ6XxrWLMwB2rm3qdjIHNm3zq4SfFnOx0B3rEoi4AN8AUngsdyZ1tRe5slMPtn6jQkbUURLNZPpLR7Do3k78g== + integrity: sha512-Gqg6DSTk3wYqaZ5OaYtzjcdxcBvX5kCy24yvRJEgjT5U+WHlmqCThLuBUx0juyxQBi+6ug53IGeuQS07DWwpcw== } - signal-exit@4.1.0: - resolution: - { - integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== - } - engines: { node: ">=14" } - simple-swizzle@0.2.2: resolution: { @@ -3481,13 +3529,6 @@ packages: integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== } - stdin-discarder@0.2.2: - resolution: - { - integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ== - } - engines: { node: ">=18" } - stream-replace-string@2.0.0: resolution: { @@ -3528,13 +3569,6 @@ packages: } engines: { node: ">=12" } - strip-bom-string@1.0.0: - resolution: - { - integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g== - } - engines: { node: ">=0.10.0" } - strip-bom@3.0.0: resolution: { @@ -3555,12 +3589,6 @@ packages: integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA== } - style-to-object@0.4.4: - resolution: - { - integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg== - } - style-to-object@1.0.8: resolution: { @@ -3587,16 +3615,10 @@ packages: } engines: { node: ^14.18.0 || >=16.0.0 } - text-table@0.2.0: + tinyexec@0.3.2: resolution: { - integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== - } - - tinyexec@0.3.1: - resolution: - { - integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ== + integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA== } to-regex-range@5.0.1: @@ -3631,10 +3653,10 @@ packages: typescript: optional: true - tslib@2.8.0: + tslib@2.8.1: resolution: { - integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== + integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== } type-check@0.4.0: @@ -3644,10 +3666,10 @@ packages: } engines: { node: ">= 0.8.0" } - type-fest@4.26.1: + type-fest@4.31.0: resolution: { - integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg== + integrity: sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ== } engines: { node: ">=16" } @@ -3659,6 +3681,30 @@ packages: engines: { node: ">=14.17" } hasBin: true + ufo@1.5.4: + resolution: + { + integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ== + } + + ultrahtml@1.5.3: + resolution: + { + integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg== + } + + uncrypto@0.1.3: + resolution: + { + integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q== + } + + unenv@1.10.0: + resolution: + { + integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ== + } + unified@11.0.5: resolution: { @@ -3725,14 +3771,67 @@ packages: integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg== } - update-browserslist-db@1.1.1: + unstorage@1.14.4: resolution: { - integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A== + integrity: sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg== } - hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + "@azure/app-configuration": ^1.8.0 + "@azure/cosmos": ^4.2.0 + "@azure/data-tables": ^13.3.0 + "@azure/identity": ^4.5.0 + "@azure/keyvault-secrets": ^4.9.0 + "@azure/storage-blob": ^12.26.0 + "@capacitor/preferences": ^6.0.3 + "@deno/kv": ">=0.8.4" + "@netlify/blobs": ^6.5.0 || ^7.0.0 || ^8.1.0 + "@planetscale/database": ^1.19.0 + "@upstash/redis": ^1.34.3 + "@vercel/blob": ">=0.27.0" + "@vercel/kv": ^1.0.1 + aws4fetch: ^1.0.20 + db0: ">=0.2.1" + idb-keyval: ^6.2.1 + ioredis: ^5.4.2 + uploadthing: ^7.4.1 + peerDependenciesMeta: + "@azure/app-configuration": + optional: true + "@azure/cosmos": + optional: true + "@azure/data-tables": + optional: true + "@azure/identity": + optional: true + "@azure/keyvault-secrets": + optional: true + "@azure/storage-blob": + optional: true + "@capacitor/preferences": + optional: true + "@deno/kv": + optional: true + "@netlify/blobs": + optional: true + "@planetscale/database": + optional: true + "@upstash/redis": + optional: true + "@vercel/blob": + optional: true + "@vercel/kv": + optional: true + aws4fetch: + optional: true + db0: + optional: true + idb-keyval: + optional: true + ioredis: + optional: true + uploadthing: + optional: true uri-js@4.4.1: resolution: @@ -3764,25 +3863,30 @@ packages: integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q== } - vite@5.4.10: + vite@6.0.7: resolution: { - integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ== + integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ== } - engines: { node: ^18.0.0 || >=20.0.0 } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 + "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: ">=1.21.0" less: "*" lightningcss: ^1.21.0 sass: "*" sass-embedded: "*" stylus: "*" sugarss: "*" - terser: ^5.4.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: "@types/node": optional: true + jiti: + optional: true less: optional: true lightningcss: @@ -3797,14 +3901,18 @@ packages: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true - vitefu@1.0.3: + vitefu@1.0.5: resolution: { - integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ== + integrity: sha512-h4Vflt9gxODPFNGPwp4zAMZRpZR7eslzwH2c5hn5kNZ5rhnKyRJ50U+yGCdc2IRaBs8O4haIgLNGrV5CrpMsCA== } peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 peerDependenciesMeta: vite: optional: true @@ -3865,16 +3973,10 @@ packages: } hasBin: true - xxhash-wasm@1.0.2: + xxhash-wasm@1.1.0: resolution: { - integrity: sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A== - } - - yallist@3.1.1: - resolution: - { - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA== } yargs-parser@21.1.1: @@ -3898,13 +4000,27 @@ packages: } engines: { node: ">=12.20" } - zod-to-json-schema@3.23.5: + yocto-spinner@0.1.2: resolution: { - integrity: sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA== + integrity: sha512-VfmLIh/ZSZOJnVRQZc/dvpPP90lWL4G0bmxQMP0+U/2vKBA8GSpcBuWv17y7F+CZItRuO97HN1wdbb4p10uhOg== + } + engines: { node: ">=18.19" } + + yoctocolors@2.1.1: + resolution: + { + integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ== + } + engines: { node: ">=18" } + + zod-to-json-schema@3.24.1: + resolution: + { + integrity: sha512-3h08nf3Vw3Wl3PK+q3ow/lIil81IT2Oa7YpQyUUDsEWbXveMesdfK1xBd2RhCkynwZndAxixji/7SYJJowr62w== } peerDependencies: - zod: ^3.23.3 + zod: ^3.24.1 zod-to-ts@1.2.0: resolution: @@ -3915,10 +4031,10 @@ packages: typescript: ^4.9.4 || ^5.0.2 zod: ^3 - zod@3.23.8: + zod@3.24.1: resolution: { - integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== + integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A== } zwitch@2.0.4: @@ -3928,12 +4044,7 @@ packages: } snapshots: - "@ampproject/remapping@2.3.0": - dependencies: - "@jridgewell/gen-mapping": 0.3.5 - "@jridgewell/trace-mapping": 0.3.25 - - "@apidevtools/json-schema-ref-parser@11.7.2": + "@apidevtools/json-schema-ref-parser@11.7.3": dependencies: "@jsdevtools/ono": 7.1.3 "@types/json-schema": 7.0.15 @@ -3941,15 +4052,16 @@ snapshots: "@astrojs/compiler@2.10.3": {} - "@astrojs/internal-helpers@0.4.1": {} + "@astrojs/internal-helpers@0.4.2": {} - "@astrojs/markdown-remark@5.3.0": + "@astrojs/markdown-remark@6.0.1": dependencies: - "@astrojs/prism": 3.1.0 + "@astrojs/prism": 3.2.0 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 hast-util-to-text: 4.0.2 import-meta-resolve: 4.1.0 + js-yaml: 4.1.0 mdast-util-definitions: 6.0.0 rehype-raw: 7.0.0 rehype-stringify: 10.0.1 @@ -3957,7 +4069,7 @@ snapshots: remark-parse: 11.0.0 remark-rehype: 11.1.1 remark-smartypants: 3.0.2 - shiki: 1.22.1 + shiki: 1.26.1 unified: 11.0.5 unist-util-remove-position: 5.0.0 unist-util-visit: 5.0.0 @@ -3966,16 +4078,15 @@ snapshots: transitivePeerDependencies: - supports-color - "@astrojs/mdx@3.1.8(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3))": + "@astrojs/mdx@4.0.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3))": dependencies: - "@astrojs/markdown-remark": 5.3.0 - "@mdx-js/mdx": 3.1.0(acorn@8.13.0) - acorn: 8.13.0 - astro: 4.16.7(rollup@4.24.0)(typescript@5.6.3) - es-module-lexer: 1.5.4 + "@astrojs/markdown-remark": 6.0.1 + "@mdx-js/mdx": 3.1.0(acorn@8.14.0) + acorn: 8.14.0 + astro: 5.1.3(rollup@4.30.0)(typescript@5.6.3) + es-module-lexer: 1.6.0 estree-util-visit: 2.0.0 - gray-matter: 4.0.3 - hast-util-to-html: 9.0.3 + hast-util-to-html: 9.0.4 kleur: 4.1.5 rehype-raw: 7.0.0 remark-gfm: 4.0.0 @@ -3986,7 +4097,7 @@ snapshots: transitivePeerDependencies: - supports-color - "@astrojs/prism@3.1.0": + "@astrojs/prism@3.2.0": dependencies: prismjs: 1.29.0 @@ -3994,27 +4105,29 @@ snapshots: dependencies: sitemap: 8.0.0 stream-replace-string: 2.0.0 - zod: 3.23.8 + zod: 3.24.1 - "@astrojs/starlight@0.28.3(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3))": + "@astrojs/starlight@0.30.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3))": dependencies: - "@astrojs/mdx": 3.1.8(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3)) + "@astrojs/mdx": 4.0.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3)) "@astrojs/sitemap": 3.2.1 - "@pagefind/default-ui": 1.1.1 + "@pagefind/default-ui": 1.3.0 "@types/hast": 3.0.4 + "@types/js-yaml": 4.0.9 "@types/mdast": 4.0.4 - astro: 4.16.7(rollup@4.24.0)(typescript@5.6.3) - astro-expressive-code: 0.35.6(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3)) + astro: 5.1.3(rollup@4.30.0)(typescript@5.6.3) + astro-expressive-code: 0.38.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3)) bcp-47: 2.1.0 hast-util-from-html: 2.0.3 hast-util-select: 6.0.3 hast-util-to-string: 3.0.1 hastscript: 9.0.0 - i18next: 23.16.4 + i18next: 23.16.8 + js-yaml: 4.1.0 mdast-util-directive: 3.0.0 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 mdast-util-to-string: 4.0.0 - pagefind: 1.1.1 + pagefind: 1.3.0 rehype: 13.0.2 rehype-format: 5.0.1 remark-directive: 3.0.0 @@ -4024,10 +4137,10 @@ snapshots: transitivePeerDependencies: - supports-color - "@astrojs/telemetry@3.1.0": + "@astrojs/telemetry@3.2.0": dependencies: - ci-info: 4.0.0 - debug: 4.3.7 + ci-info: 4.1.0 + debug: 4.4.0 dlv: 1.1.3 dset: 3.1.4 is-docker: 3.0.0 @@ -4036,126 +4149,19 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/code-frame@7.26.0": - dependencies: - "@babel/helper-validator-identifier": 7.25.9 - js-tokens: 4.0.0 - picocolors: 1.1.1 - - "@babel/compat-data@7.26.0": {} - - "@babel/core@7.26.0": - dependencies: - "@ampproject/remapping": 2.3.0 - "@babel/code-frame": 7.26.0 - "@babel/generator": 7.26.0 - "@babel/helper-compilation-targets": 7.25.9 - "@babel/helper-module-transforms": 7.26.0(@babel/core@7.26.0) - "@babel/helpers": 7.26.0 - "@babel/parser": 7.26.1 - "@babel/template": 7.25.9 - "@babel/traverse": 7.25.9 - "@babel/types": 7.26.0 - convert-source-map: 2.0.0 - debug: 4.3.7 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - "@babel/generator@7.26.0": - dependencies: - "@babel/parser": 7.26.1 - "@babel/types": 7.26.0 - "@jridgewell/gen-mapping": 0.3.5 - "@jridgewell/trace-mapping": 0.3.25 - jsesc: 3.0.2 - - "@babel/helper-annotate-as-pure@7.25.9": - dependencies: - "@babel/types": 7.26.0 - - "@babel/helper-compilation-targets@7.25.9": - dependencies: - "@babel/compat-data": 7.26.0 - "@babel/helper-validator-option": 7.25.9 - browserslist: 4.24.2 - lru-cache: 5.1.1 - semver: 6.3.1 - - "@babel/helper-module-imports@7.25.9": - dependencies: - "@babel/traverse": 7.25.9 - "@babel/types": 7.26.0 - transitivePeerDependencies: - - supports-color - - "@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)": - dependencies: - "@babel/core": 7.26.0 - "@babel/helper-module-imports": 7.25.9 - "@babel/helper-validator-identifier": 7.25.9 - "@babel/traverse": 7.25.9 - transitivePeerDependencies: - - supports-color - - "@babel/helper-plugin-utils@7.25.9": {} - "@babel/helper-string-parser@7.25.9": {} "@babel/helper-validator-identifier@7.25.9": {} - "@babel/helper-validator-option@7.25.9": {} - - "@babel/helpers@7.26.0": + "@babel/parser@7.26.3": dependencies: - "@babel/template": 7.25.9 - "@babel/types": 7.26.0 - - "@babel/parser@7.26.1": - dependencies: - "@babel/types": 7.26.0 - - "@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)": - dependencies: - "@babel/core": 7.26.0 - "@babel/helper-plugin-utils": 7.25.9 - - "@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)": - dependencies: - "@babel/core": 7.26.0 - "@babel/helper-annotate-as-pure": 7.25.9 - "@babel/helper-module-imports": 7.25.9 - "@babel/helper-plugin-utils": 7.25.9 - "@babel/plugin-syntax-jsx": 7.25.9(@babel/core@7.26.0) - "@babel/types": 7.26.0 - transitivePeerDependencies: - - supports-color + "@babel/types": 7.26.3 "@babel/runtime@7.26.0": dependencies: regenerator-runtime: 0.14.1 - "@babel/template@7.25.9": - dependencies: - "@babel/code-frame": 7.26.0 - "@babel/parser": 7.26.1 - "@babel/types": 7.26.0 - - "@babel/traverse@7.25.9": - dependencies: - "@babel/code-frame": 7.26.0 - "@babel/generator": 7.26.0 - "@babel/parser": 7.26.1 - "@babel/template": 7.25.9 - "@babel/types": 7.26.0 - debug: 4.3.7 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - "@babel/types@7.26.0": + "@babel/types@7.26.3": dependencies: "@babel/helper-string-parser": 7.25.9 "@babel/helper-validator-identifier": 7.25.9 @@ -4164,100 +4170,177 @@ snapshots: "@emnapi/runtime@1.3.1": dependencies: - tslib: 2.8.0 + tslib: 2.8.1 optional: true "@esbuild/aix-ppc64@0.21.5": optional: true + "@esbuild/aix-ppc64@0.24.2": + optional: true + "@esbuild/android-arm64@0.21.5": optional: true + "@esbuild/android-arm64@0.24.2": + optional: true + "@esbuild/android-arm@0.21.5": optional: true + "@esbuild/android-arm@0.24.2": + optional: true + "@esbuild/android-x64@0.21.5": optional: true + "@esbuild/android-x64@0.24.2": + optional: true + "@esbuild/darwin-arm64@0.21.5": optional: true + "@esbuild/darwin-arm64@0.24.2": + optional: true + "@esbuild/darwin-x64@0.21.5": optional: true + "@esbuild/darwin-x64@0.24.2": + optional: true + "@esbuild/freebsd-arm64@0.21.5": optional: true + "@esbuild/freebsd-arm64@0.24.2": + optional: true + "@esbuild/freebsd-x64@0.21.5": optional: true + "@esbuild/freebsd-x64@0.24.2": + optional: true + "@esbuild/linux-arm64@0.21.5": optional: true + "@esbuild/linux-arm64@0.24.2": + optional: true + "@esbuild/linux-arm@0.21.5": optional: true + "@esbuild/linux-arm@0.24.2": + optional: true + "@esbuild/linux-ia32@0.21.5": optional: true + "@esbuild/linux-ia32@0.24.2": + optional: true + "@esbuild/linux-loong64@0.21.5": optional: true + "@esbuild/linux-loong64@0.24.2": + optional: true + "@esbuild/linux-mips64el@0.21.5": optional: true + "@esbuild/linux-mips64el@0.24.2": + optional: true + "@esbuild/linux-ppc64@0.21.5": optional: true + "@esbuild/linux-ppc64@0.24.2": + optional: true + "@esbuild/linux-riscv64@0.21.5": optional: true + "@esbuild/linux-riscv64@0.24.2": + optional: true + "@esbuild/linux-s390x@0.21.5": optional: true + "@esbuild/linux-s390x@0.24.2": + optional: true + "@esbuild/linux-x64@0.21.5": optional: true + "@esbuild/linux-x64@0.24.2": + optional: true + + "@esbuild/netbsd-arm64@0.24.2": + optional: true + "@esbuild/netbsd-x64@0.21.5": optional: true + "@esbuild/netbsd-x64@0.24.2": + optional: true + + "@esbuild/openbsd-arm64@0.24.2": + optional: true + "@esbuild/openbsd-x64@0.21.5": optional: true + "@esbuild/openbsd-x64@0.24.2": + optional: true + "@esbuild/sunos-x64@0.21.5": optional: true + "@esbuild/sunos-x64@0.24.2": + optional: true + "@esbuild/win32-arm64@0.21.5": optional: true + "@esbuild/win32-arm64@0.24.2": + optional: true + "@esbuild/win32-ia32@0.21.5": optional: true + "@esbuild/win32-ia32@0.24.2": + optional: true + "@esbuild/win32-x64@0.21.5": optional: true - "@eslint-community/eslint-utils@4.4.1(eslint@9.13.0)": + "@esbuild/win32-x64@0.24.2": + optional: true + + "@eslint-community/eslint-utils@4.4.1(eslint@9.17.0)": dependencies: - eslint: 9.13.0 + eslint: 9.17.0 eslint-visitor-keys: 3.4.3 - "@eslint-community/regexpp@4.11.2": {} + "@eslint-community/regexpp@4.12.1": {} - "@eslint/config-array@0.18.0": + "@eslint/config-array@0.19.1": dependencies: - "@eslint/object-schema": 2.1.4 - debug: 4.3.7 + "@eslint/object-schema": 2.1.5 + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - "@eslint/core@0.7.0": {} + "@eslint/core@0.9.1": + dependencies: + "@types/json-schema": 7.0.15 - "@eslint/eslintrc@3.1.0": + "@eslint/eslintrc@3.2.0": dependencies: ajv: 6.12.6 - debug: 4.3.7 - espree: 10.2.0 + debug: 4.4.0 + espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.0 @@ -4267,50 +4350,52 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/js@9.13.0": {} + "@eslint/js@9.17.0": {} - "@eslint/object-schema@2.1.4": {} + "@eslint/object-schema@2.1.5": {} - "@eslint/plugin-kit@0.2.1": + "@eslint/plugin-kit@0.2.4": dependencies: levn: 0.4.1 - "@expressive-code/core@0.35.6": + "@expressive-code/core@0.38.3": dependencies: "@ctrl/tinycolor": 4.1.0 hast-util-select: 6.0.3 - hast-util-to-html: 9.0.3 + hast-util-to-html: 9.0.4 hast-util-to-text: 4.0.2 hastscript: 9.0.0 - postcss: 8.4.47 - postcss-nested: 6.2.0(postcss@8.4.47) + postcss: 8.4.49 + postcss-nested: 6.2.0(postcss@8.4.49) unist-util-visit: 5.0.0 unist-util-visit-parents: 6.0.1 - "@expressive-code/plugin-frames@0.35.6": + "@expressive-code/plugin-frames@0.38.3": dependencies: - "@expressive-code/core": 0.35.6 + "@expressive-code/core": 0.38.3 - "@expressive-code/plugin-shiki@0.35.6": + "@expressive-code/plugin-shiki@0.38.3": dependencies: - "@expressive-code/core": 0.35.6 - shiki: 1.22.1 + "@expressive-code/core": 0.38.3 + shiki: 1.26.1 - "@expressive-code/plugin-text-markers@0.35.6": + "@expressive-code/plugin-text-markers@0.38.3": dependencies: - "@expressive-code/core": 0.35.6 + "@expressive-code/core": 0.38.3 - "@humanfs/core@0.19.0": {} + "@humanfs/core@0.19.1": {} - "@humanfs/node@0.16.5": + "@humanfs/node@0.16.6": dependencies: - "@humanfs/core": 0.19.0 + "@humanfs/core": 0.19.1 "@humanwhocodes/retry": 0.3.1 "@humanwhocodes/module-importer@1.0.1": {} "@humanwhocodes/retry@0.3.1": {} + "@humanwhocodes/retry@0.4.1": {} + "@img/sharp-darwin-arm64@0.33.5": optionalDependencies: "@img/sharp-libvips-darwin-arm64": 1.0.4 @@ -4386,26 +4471,11 @@ snapshots: "@img/sharp-win32-x64@0.33.5": optional: true - "@jridgewell/gen-mapping@0.3.5": - dependencies: - "@jridgewell/set-array": 1.2.1 - "@jridgewell/sourcemap-codec": 1.5.0 - "@jridgewell/trace-mapping": 0.3.25 - - "@jridgewell/resolve-uri@3.1.2": {} - - "@jridgewell/set-array@1.2.1": {} - "@jridgewell/sourcemap-codec@1.5.0": {} - "@jridgewell/trace-mapping@0.3.25": - dependencies: - "@jridgewell/resolve-uri": 3.1.2 - "@jridgewell/sourcemap-codec": 1.5.0 - "@jsdevtools/ono@7.1.3": {} - "@mdx-js/mdx@3.1.0(acorn@8.13.0)": + "@mdx-js/mdx@3.1.0(acorn@8.14.0)": dependencies: "@types/estree": 1.0.6 "@types/estree-jsx": 1.0.5 @@ -4419,7 +4489,7 @@ snapshots: hast-util-to-jsx-runtime: 2.3.2 markdown-extensions: 2.0.0 recma-build-jsx: 1.0.0 - recma-jsx: 1.0.0(acorn@8.13.0) + recma-jsx: 1.0.0(acorn@8.14.0) recma-stringify: 1.0.0 rehype-recma: 1.0.0 remark-mdx: 3.1.0 @@ -4445,137 +4515,133 @@ snapshots: "@nodelib/fs.walk@1.2.8": dependencies: "@nodelib/fs.scandir": 2.1.5 - fastq: 1.17.1 + fastq: 1.18.0 "@oslojs/encoding@1.1.0": {} - "@pagefind/darwin-arm64@1.1.1": + "@pagefind/darwin-arm64@1.3.0": optional: true - "@pagefind/darwin-x64@1.1.1": + "@pagefind/darwin-x64@1.3.0": optional: true - "@pagefind/default-ui@1.1.1": {} + "@pagefind/default-ui@1.3.0": {} - "@pagefind/linux-arm64@1.1.1": + "@pagefind/linux-arm64@1.3.0": optional: true - "@pagefind/linux-x64@1.1.1": + "@pagefind/linux-x64@1.3.0": optional: true - "@pagefind/windows-x64@1.1.1": + "@pagefind/windows-x64@1.3.0": optional: true "@pkgr/core@0.1.1": {} - "@rollup/pluginutils@5.1.3(rollup@4.24.0)": + "@rollup/pluginutils@5.1.4(rollup@4.30.0)": dependencies: "@types/estree": 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.24.0 + rollup: 4.30.0 - "@rollup/rollup-android-arm-eabi@4.24.0": + "@rollup/rollup-android-arm-eabi@4.30.0": optional: true - "@rollup/rollup-android-arm64@4.24.0": + "@rollup/rollup-android-arm64@4.30.0": optional: true - "@rollup/rollup-darwin-arm64@4.24.0": + "@rollup/rollup-darwin-arm64@4.30.0": optional: true - "@rollup/rollup-darwin-x64@4.24.0": + "@rollup/rollup-darwin-x64@4.30.0": optional: true - "@rollup/rollup-linux-arm-gnueabihf@4.24.0": + "@rollup/rollup-freebsd-arm64@4.30.0": optional: true - "@rollup/rollup-linux-arm-musleabihf@4.24.0": + "@rollup/rollup-freebsd-x64@4.30.0": optional: true - "@rollup/rollup-linux-arm64-gnu@4.24.0": + "@rollup/rollup-linux-arm-gnueabihf@4.30.0": optional: true - "@rollup/rollup-linux-arm64-musl@4.24.0": + "@rollup/rollup-linux-arm-musleabihf@4.30.0": optional: true - "@rollup/rollup-linux-powerpc64le-gnu@4.24.0": + "@rollup/rollup-linux-arm64-gnu@4.30.0": optional: true - "@rollup/rollup-linux-riscv64-gnu@4.24.0": + "@rollup/rollup-linux-arm64-musl@4.30.0": optional: true - "@rollup/rollup-linux-s390x-gnu@4.24.0": + "@rollup/rollup-linux-loongarch64-gnu@4.30.0": optional: true - "@rollup/rollup-linux-x64-gnu@4.24.0": + "@rollup/rollup-linux-powerpc64le-gnu@4.30.0": optional: true - "@rollup/rollup-linux-x64-musl@4.24.0": + "@rollup/rollup-linux-riscv64-gnu@4.30.0": optional: true - "@rollup/rollup-win32-arm64-msvc@4.24.0": + "@rollup/rollup-linux-s390x-gnu@4.30.0": optional: true - "@rollup/rollup-win32-ia32-msvc@4.24.0": + "@rollup/rollup-linux-x64-gnu@4.30.0": optional: true - "@rollup/rollup-win32-x64-msvc@4.24.0": + "@rollup/rollup-linux-x64-musl@4.30.0": optional: true - "@shikijs/core@1.22.1": + "@rollup/rollup-win32-arm64-msvc@4.30.0": + optional: true + + "@rollup/rollup-win32-ia32-msvc@4.30.0": + optional: true + + "@rollup/rollup-win32-x64-msvc@4.30.0": + optional: true + + "@shikijs/core@1.26.1": dependencies: - "@shikijs/engine-javascript": 1.22.1 - "@shikijs/engine-oniguruma": 1.22.1 - "@shikijs/types": 1.22.1 - "@shikijs/vscode-textmate": 9.3.0 + "@shikijs/engine-javascript": 1.26.1 + "@shikijs/engine-oniguruma": 1.26.1 + "@shikijs/types": 1.26.1 + "@shikijs/vscode-textmate": 10.0.1 "@types/hast": 3.0.4 - hast-util-to-html: 9.0.3 + hast-util-to-html: 9.0.4 - "@shikijs/engine-javascript@1.22.1": + "@shikijs/engine-javascript@1.26.1": dependencies: - "@shikijs/types": 1.22.1 - "@shikijs/vscode-textmate": 9.3.0 - oniguruma-to-js: 0.4.3 + "@shikijs/types": 1.26.1 + "@shikijs/vscode-textmate": 10.0.1 + oniguruma-to-es: 0.10.0 - "@shikijs/engine-oniguruma@1.22.1": + "@shikijs/engine-oniguruma@1.26.1": dependencies: - "@shikijs/types": 1.22.1 - "@shikijs/vscode-textmate": 9.3.0 + "@shikijs/types": 1.26.1 + "@shikijs/vscode-textmate": 10.0.1 - "@shikijs/types@1.22.1": + "@shikijs/langs@1.26.1": dependencies: - "@shikijs/vscode-textmate": 9.3.0 + "@shikijs/types": 1.26.1 + + "@shikijs/themes@1.26.1": + dependencies: + "@shikijs/types": 1.26.1 + + "@shikijs/types@1.26.1": + dependencies: + "@shikijs/vscode-textmate": 10.0.1 "@types/hast": 3.0.4 - "@shikijs/vscode-textmate@9.3.0": {} + "@shikijs/vscode-textmate@10.0.1": {} "@types/acorn@4.0.6": dependencies: "@types/estree": 1.0.6 - "@types/babel__core@7.20.5": - dependencies: - "@babel/parser": 7.26.1 - "@babel/types": 7.26.0 - "@types/babel__generator": 7.6.8 - "@types/babel__template": 7.4.4 - "@types/babel__traverse": 7.20.6 - - "@types/babel__generator@7.6.8": - dependencies: - "@babel/types": 7.26.0 - - "@types/babel__template@7.4.4": - dependencies: - "@babel/parser": 7.26.1 - "@babel/types": 7.26.0 - - "@types/babel__traverse@7.20.6": - dependencies: - "@babel/types": 7.26.0 - "@types/cookie@0.6.0": {} "@types/debug@4.1.12": @@ -4592,6 +4658,8 @@ snapshots: dependencies: "@types/unist": 3.0.3 + "@types/js-yaml@4.0.9": {} + "@types/json-schema@7.0.15": {} "@types/mdast@4.0.4": @@ -4616,13 +4684,13 @@ snapshots: "@types/unist@3.0.3": {} - "@ungap/structured-clone@1.2.0": {} + "@ungap/structured-clone@1.2.1": {} - acorn-jsx@5.3.2(acorn@8.13.0): + acorn-jsx@5.3.2(acorn@8.14.0): dependencies: - acorn: 8.13.0 + acorn: 8.14.0 - acorn@8.13.0: {} + acorn@8.14.0: {} ajv@6.12.6: dependencies: @@ -4645,6 +4713,11 @@ snapshots: ansi-styles@6.2.1: {} + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + arg@5.0.2: {} argparse@1.0.10: @@ -4659,79 +4732,94 @@ snapshots: astring@1.9.0: {} - astro-expressive-code@0.35.6(astro@4.16.7(rollup@4.24.0)(typescript@5.6.3)): + astro-expressive-code@0.38.3(astro@5.1.3(rollup@4.30.0)(typescript@5.6.3)): dependencies: - astro: 4.16.7(rollup@4.24.0)(typescript@5.6.3) - rehype-expressive-code: 0.35.6 + astro: 5.1.3(rollup@4.30.0)(typescript@5.6.3) + rehype-expressive-code: 0.38.3 - astro@4.16.7(rollup@4.24.0)(typescript@5.6.3): + astro@5.1.3(rollup@4.30.0)(typescript@5.6.3): dependencies: "@astrojs/compiler": 2.10.3 - "@astrojs/internal-helpers": 0.4.1 - "@astrojs/markdown-remark": 5.3.0 - "@astrojs/telemetry": 3.1.0 - "@babel/core": 7.26.0 - "@babel/plugin-transform-react-jsx": 7.25.9(@babel/core@7.26.0) - "@babel/types": 7.26.0 + "@astrojs/internal-helpers": 0.4.2 + "@astrojs/markdown-remark": 6.0.1 + "@astrojs/telemetry": 3.2.0 "@oslojs/encoding": 1.1.0 - "@rollup/pluginutils": 5.1.3(rollup@4.24.0) - "@types/babel__core": 7.20.5 + "@rollup/pluginutils": 5.1.4(rollup@4.30.0) "@types/cookie": 0.6.0 - acorn: 8.13.0 + acorn: 8.14.0 aria-query: 5.3.2 axobject-query: 4.1.0 boxen: 8.0.1 - ci-info: 4.0.0 + ci-info: 4.1.0 clsx: 2.1.1 common-ancestor-path: 1.0.1 cookie: 0.7.2 cssesc: 3.0.0 - debug: 4.3.7 + debug: 4.4.0 deterministic-object-hash: 2.0.2 devalue: 5.1.1 diff: 5.2.0 dlv: 1.1.3 dset: 3.1.4 - es-module-lexer: 1.5.4 + es-module-lexer: 1.6.0 esbuild: 0.21.5 estree-walker: 3.0.3 - fast-glob: 3.3.2 + fast-glob: 3.3.3 flattie: 1.1.1 github-slugger: 2.0.0 - gray-matter: 4.0.3 html-escaper: 3.0.3 http-cache-semantics: 4.1.1 js-yaml: 4.1.0 kleur: 4.1.5 - magic-string: 0.30.12 + magic-string: 0.30.17 magicast: 0.3.5 micromatch: 4.0.8 mrmime: 2.0.0 neotraverse: 0.6.18 - ora: 8.1.0 - p-limit: 6.1.0 + p-limit: 6.2.0 p-queue: 8.0.1 preferred-pm: 4.0.0 prompts: 2.4.2 rehype: 13.0.2 semver: 7.6.3 - shiki: 1.22.1 - tinyexec: 0.3.1 + shiki: 1.26.1 + tinyexec: 0.3.2 tsconfck: 3.1.4(typescript@5.6.3) + ultrahtml: 1.5.3 unist-util-visit: 5.0.0 + unstorage: 1.14.4 vfile: 6.0.3 - vite: 5.4.10 - vitefu: 1.0.3(vite@5.4.10) + vite: 6.0.7 + vitefu: 1.0.5(vite@6.0.7) which-pm: 3.0.0 - xxhash-wasm: 1.0.2 + xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 - zod: 3.23.8 - zod-to-json-schema: 3.23.5(zod@3.23.8) - zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) + yocto-spinner: 0.1.2 + zod: 3.24.1 + zod-to-json-schema: 3.24.1(zod@3.24.1) + zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.24.1) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: + - "@azure/app-configuration" + - "@azure/cosmos" + - "@azure/data-tables" + - "@azure/identity" + - "@azure/keyvault-secrets" + - "@azure/storage-blob" + - "@capacitor/preferences" + - "@deno/kv" + - "@netlify/blobs" + - "@planetscale/database" - "@types/node" + - "@upstash/redis" + - "@vercel/blob" + - "@vercel/kv" + - aws4fetch + - db0 + - idb-keyval + - ioredis + - jiti - less - lightningcss - rollup @@ -4741,7 +4829,10 @@ snapshots: - sugarss - supports-color - terser + - tsx - typescript + - uploadthing + - yaml axobject-query@4.1.0: {} @@ -4759,16 +4850,18 @@ snapshots: is-alphanumerical: 2.0.1 is-decimal: 2.0.1 + binary-extensions@2.3.0: {} + boolbase@1.0.0: {} boxen@8.0.1: dependencies: ansi-align: 3.0.1 camelcase: 8.0.0 - chalk: 5.3.0 + chalk: 5.4.1 cli-boxes: 3.0.0 string-width: 7.2.0 - type-fest: 4.26.1 + type-fest: 4.31.0 widest-line: 5.0.0 wrap-ansi: 9.0.0 @@ -4781,19 +4874,10 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.24.2: - dependencies: - caniuse-lite: 1.0.30001671 - electron-to-chromium: 1.5.47 - node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.2) - callsites@3.1.0: {} camelcase@8.0.0: {} - caniuse-lite@1.0.30001671: {} - ccount@2.0.1: {} chalk@4.1.2: @@ -4801,7 +4885,7 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - chalk@5.3.0: {} + chalk@5.4.1: {} character-entities-html4@2.1.0: {} @@ -4811,16 +4895,22 @@ snapshots: character-reference-invalid@2.0.1: {} - ci-info@4.0.0: {} + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + ci-info@4.1.0: {} cli-boxes@3.0.0: {} - cli-cursor@5.0.0: - dependencies: - restore-cursor: 5.1.0 - - cli-spinners@2.9.2: {} - clsx@2.1.1: {} collapse-white-space@2.1.0: {} @@ -4847,21 +4937,27 @@ snapshots: concat-map@0.0.1: {} - convert-source-map@2.0.0: {} + consola@3.3.3: {} + + cookie-es@1.2.2: {} cookie@0.7.2: {} - cross-spawn@7.0.3: + cross-spawn@7.0.6: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 + crossws@0.3.1: + dependencies: + uncrypto: 0.1.3 + css-selector-parser@3.0.5: {} cssesc@3.0.0: {} - debug@4.3.7: + debug@4.4.0: dependencies: ms: 2.1.3 @@ -4871,8 +4967,12 @@ snapshots: deep-is@0.1.4: {} + defu@6.1.4: {} + dequal@2.0.3: {} + destr@2.0.3: {} + detect-libc@2.0.3: {} deterministic-object-hash@2.0.2: @@ -4893,7 +4993,7 @@ snapshots: dset@3.1.4: {} - electron-to-chromium@1.5.47: {} + emoji-regex-xs@1.0.0: {} emoji-regex@10.4.0: {} @@ -4901,7 +5001,7 @@ snapshots: entities@4.5.0: {} - es-module-lexer@1.5.4: {} + es-module-lexer@1.6.0: {} esast-util-from-estree@2.0.0: dependencies: @@ -4913,7 +5013,7 @@ snapshots: esast-util-from-js@2.0.1: dependencies: "@types/estree-jsx": 1.0.5 - acorn: 8.13.0 + acorn: 8.14.0 esast-util-from-estree: 2.0.0 vfile-message: 4.0.2 @@ -4943,50 +5043,76 @@ snapshots: "@esbuild/win32-ia32": 0.21.5 "@esbuild/win32-x64": 0.21.5 - escalade@3.2.0: {} + esbuild@0.24.2: + optionalDependencies: + "@esbuild/aix-ppc64": 0.24.2 + "@esbuild/android-arm": 0.24.2 + "@esbuild/android-arm64": 0.24.2 + "@esbuild/android-x64": 0.24.2 + "@esbuild/darwin-arm64": 0.24.2 + "@esbuild/darwin-x64": 0.24.2 + "@esbuild/freebsd-arm64": 0.24.2 + "@esbuild/freebsd-x64": 0.24.2 + "@esbuild/linux-arm": 0.24.2 + "@esbuild/linux-arm64": 0.24.2 + "@esbuild/linux-ia32": 0.24.2 + "@esbuild/linux-loong64": 0.24.2 + "@esbuild/linux-mips64el": 0.24.2 + "@esbuild/linux-ppc64": 0.24.2 + "@esbuild/linux-riscv64": 0.24.2 + "@esbuild/linux-s390x": 0.24.2 + "@esbuild/linux-x64": 0.24.2 + "@esbuild/netbsd-arm64": 0.24.2 + "@esbuild/netbsd-x64": 0.24.2 + "@esbuild/openbsd-arm64": 0.24.2 + "@esbuild/openbsd-x64": 0.24.2 + "@esbuild/sunos-x64": 0.24.2 + "@esbuild/win32-arm64": 0.24.2 + "@esbuild/win32-ia32": 0.24.2 + "@esbuild/win32-x64": 0.24.2 escape-string-regexp@4.0.0: {} escape-string-regexp@5.0.0: {} - eslint-plugin-prettier@5.2.1(eslint@9.13.0)(prettier@3.3.3): + eslint-plugin-prettier@5.2.1(eslint@9.17.0)(prettier@3.4.2): dependencies: - eslint: 9.13.0 - prettier: 3.3.3 + eslint: 9.17.0 + prettier: 3.4.2 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 - eslint-scope@8.1.0: + eslint-scope@8.2.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.1.0: {} + eslint-visitor-keys@4.2.0: {} - eslint@9.13.0: + eslint@9.17.0: dependencies: - "@eslint-community/eslint-utils": 4.4.1(eslint@9.13.0) - "@eslint-community/regexpp": 4.11.2 - "@eslint/config-array": 0.18.0 - "@eslint/core": 0.7.0 - "@eslint/eslintrc": 3.1.0 - "@eslint/js": 9.13.0 - "@eslint/plugin-kit": 0.2.1 - "@humanfs/node": 0.16.5 + "@eslint-community/eslint-utils": 4.4.1(eslint@9.17.0) + "@eslint-community/regexpp": 4.12.1 + "@eslint/config-array": 0.19.1 + "@eslint/core": 0.9.1 + "@eslint/eslintrc": 3.2.0 + "@eslint/js": 9.17.0 + "@eslint/plugin-kit": 0.2.4 + "@humanfs/node": 0.16.6 "@humanwhocodes/module-importer": 1.0.1 - "@humanwhocodes/retry": 0.3.1 + "@humanwhocodes/retry": 0.4.1 "@types/estree": 1.0.6 "@types/json-schema": 7.0.15 ajv: 6.12.6 chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.7 + cross-spawn: 7.0.6 + debug: 4.4.0 escape-string-regexp: 4.0.0 - eslint-scope: 8.1.0 - eslint-visitor-keys: 4.1.0 - espree: 10.2.0 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -5001,15 +5127,14 @@ snapshots: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - text-table: 0.2.0 transitivePeerDependencies: - supports-color - espree@10.2.0: + espree@10.3.0: dependencies: - acorn: 8.13.0 - acorn-jsx: 5.3.2(acorn@8.13.0) - eslint-visitor-keys: 4.1.0 + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) + eslint-visitor-keys: 4.2.0 esprima@4.0.1: {} @@ -5062,16 +5187,12 @@ snapshots: eventemitter3@5.0.1: {} - expressive-code@0.35.6: + expressive-code@0.38.3: dependencies: - "@expressive-code/core": 0.35.6 - "@expressive-code/plugin-frames": 0.35.6 - "@expressive-code/plugin-shiki": 0.35.6 - "@expressive-code/plugin-text-markers": 0.35.6 - - extend-shallow@2.0.1: - dependencies: - is-extendable: 0.1.1 + "@expressive-code/core": 0.38.3 + "@expressive-code/plugin-frames": 0.38.3 + "@expressive-code/plugin-shiki": 0.38.3 + "@expressive-code/plugin-text-markers": 0.38.3 extend@3.0.2: {} @@ -5079,7 +5200,7 @@ snapshots: fast-diff@1.3.0: {} - fast-glob@3.3.2: + fast-glob@3.3.3: dependencies: "@nodelib/fs.stat": 2.0.5 "@nodelib/fs.walk": 1.2.8 @@ -5091,11 +5212,11 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-xml-parser@4.5.0: + fast-xml-parser@4.5.1: dependencies: strnum: 1.0.5 - fastq@1.17.1: + fastq@1.18.0: dependencies: reusify: 1.0.4 @@ -5126,18 +5247,16 @@ snapshots: flat-cache@4.0.1: dependencies: - flatted: 3.3.1 + flatted: 3.3.2 keyv: 4.5.4 - flatted@3.3.1: {} + flatted@3.3.2: {} flattie@1.1.1: {} fsevents@2.3.3: optional: true - gensync@1.0.0-beta.2: {} - get-east-asian-width@1.3.0: {} github-slugger@2.0.0: {} @@ -5150,18 +5269,22 @@ snapshots: dependencies: is-glob: 4.0.3 - globals@11.12.0: {} - globals@14.0.0: {} graceful-fs@4.2.11: {} - gray-matter@4.0.3: + h3@1.13.0: dependencies: - js-yaml: 3.14.1 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 + cookie-es: 1.2.2 + crossws: 0.3.1 + defu: 6.1.4 + destr: 2.0.3 + iron-webcrypto: 1.2.1 + ohash: 1.1.4 + radix3: 1.1.2 + ufo: 1.5.4 + uncrypto: 0.1.3 + unenv: 1.10.0 has-flag@4.0.0: {} @@ -5184,17 +5307,17 @@ snapshots: dependencies: "@types/hast": 3.0.4 devlop: 1.1.0 - hast-util-from-parse5: 8.0.1 - parse5: 7.2.0 + hast-util-from-parse5: 8.0.2 + parse5: 7.2.1 vfile: 6.0.3 vfile-message: 4.0.2 - hast-util-from-parse5@8.0.1: + hast-util-from-parse5@8.0.2: dependencies: "@types/hast": 3.0.4 "@types/unist": 3.0.3 devlop: 1.1.0 - hastscript: 8.0.0 + hastscript: 9.0.0 property-information: 6.5.0 vfile: 6.0.3 vfile-location: 5.0.3 @@ -5232,16 +5355,16 @@ snapshots: hast-util-is-body-ok-link: 3.0.1 hast-util-is-element: 3.0.0 - hast-util-raw@9.0.4: + hast-util-raw@9.1.0: dependencies: "@types/hast": 3.0.4 "@types/unist": 3.0.3 - "@ungap/structured-clone": 1.2.0 - hast-util-from-parse5: 8.0.1 + "@ungap/structured-clone": 1.2.1 + hast-util-from-parse5: 8.0.2 hast-util-to-parse5: 8.0.0 html-void-elements: 3.0.0 mdast-util-to-hast: 13.2.0 - parse5: 7.2.0 + parse5: 7.2.1 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 vfile: 6.0.3 @@ -5266,7 +5389,7 @@ snapshots: unist-util-visit: 5.0.0 zwitch: 2.0.4 - hast-util-to-estree@3.1.0: + hast-util-to-estree@3.1.1: dependencies: "@types/estree": 1.0.6 "@types/estree-jsx": 1.0.5 @@ -5281,13 +5404,13 @@ snapshots: mdast-util-mdxjs-esm: 2.0.1 property-information: 6.5.0 space-separated-tokens: 2.0.2 - style-to-object: 0.4.4 + style-to-object: 1.0.8 unist-util-position: 5.0.0 zwitch: 2.0.4 transitivePeerDependencies: - supports-color - hast-util-to-html@9.0.3: + hast-util-to-html@9.0.4: dependencies: "@types/hast": 3.0.4 "@types/unist": 3.0.3 @@ -5346,14 +5469,6 @@ snapshots: dependencies: "@types/hast": 3.0.4 - hastscript@8.0.0: - dependencies: - "@types/hast": 3.0.4 - comma-separated-tokens: 2.0.3 - hast-util-parse-selector: 4.0.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - hastscript@9.0.0: dependencies: "@types/hast": 3.0.4 @@ -5370,7 +5485,7 @@ snapshots: http-cache-semantics@4.1.1: {} - i18next@23.16.4: + i18next@23.16.8: dependencies: "@babel/runtime": 7.26.0 @@ -5385,10 +5500,10 @@ snapshots: imurmurhash@0.1.4: {} - inline-style-parser@0.1.1: {} - inline-style-parser@0.2.4: {} + iron-webcrypto@1.2.1: {} + is-absolute-url@4.0.1: {} is-alphabetical@2.0.1: {} @@ -5400,12 +5515,14 @@ snapshots: is-arrayish@0.3.2: {} + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 + is-decimal@2.0.1: {} is-docker@3.0.0: {} - is-extendable@0.1.1: {} - is-extglob@2.1.1: {} is-fullwidth-code-point@3.0.0: {} @@ -5420,24 +5537,16 @@ snapshots: dependencies: is-docker: 3.0.0 - is-interactive@2.0.0: {} - is-number@7.0.0: {} is-plain-obj@4.1.0: {} - is-unicode-supported@1.3.0: {} - - is-unicode-supported@2.1.0: {} - is-wsl@3.1.0: dependencies: is-inside-container: 1.0.0 isexe@2.0.0: {} - js-tokens@4.0.0: {} - js-yaml@3.14.1: dependencies: argparse: 1.0.10 @@ -5447,22 +5556,16 @@ snapshots: dependencies: argparse: 2.0.1 - jsesc@3.0.2: {} - json-buffer@3.0.1: {} json-schema-traverse@0.4.1: {} json-stable-stringify-without-jsonify@1.0.1: {} - json5@2.2.3: {} - keyv@4.5.4: dependencies: json-buffer: 3.0.1 - kind-of@6.0.3: {} - kleur@3.0.3: {} kleur@4.1.5: {} @@ -5489,25 +5592,18 @@ snapshots: lodash.merge@4.6.2: {} - log-symbols@6.0.0: - dependencies: - chalk: 5.3.0 - is-unicode-supported: 1.3.0 - longest-streak@3.1.0: {} - lru-cache@5.1.1: - dependencies: - yallist: 3.1.1 + lru-cache@10.4.3: {} - magic-string@0.30.12: + magic-string@0.30.17: dependencies: "@jridgewell/sourcemap-codec": 1.5.0 magicast@0.3.5: dependencies: - "@babel/parser": 7.26.1 - "@babel/types": 7.26.0 + "@babel/parser": 7.26.3 + "@babel/types": 7.26.3 source-map-js: 1.2.1 markdown-extensions@2.0.0: {} @@ -5526,14 +5622,14 @@ snapshots: "@types/unist": 3.0.3 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 - parse-entities: 4.0.1 + mdast-util-to-markdown: 2.1.2 + parse-entities: 4.0.2 stringify-entities: 4.0.4 unist-util-visit-parents: 6.0.1 transitivePeerDependencies: - supports-color - mdast-util-find-and-replace@3.0.1: + mdast-util-find-and-replace@3.0.2: dependencies: "@types/mdast": 4.0.4 escape-string-regexp: 5.0.0 @@ -5547,12 +5643,12 @@ snapshots: decode-named-character-reference: 1.0.2 devlop: 1.1.0 mdast-util-to-string: 4.0.0 - micromark: 4.0.0 - micromark-util-decode-numeric-character-reference: 2.0.1 - micromark-util-decode-string: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark: 4.0.1 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-decode-string: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 unist-util-stringify-position: 4.0.0 transitivePeerDependencies: - supports-color @@ -5562,16 +5658,16 @@ snapshots: "@types/mdast": 4.0.4 ccount: 2.0.1 devlop: 1.1.0 - mdast-util-find-and-replace: 3.0.1 - micromark-util-character: 2.1.0 + mdast-util-find-and-replace: 3.0.2 + micromark-util-character: 2.1.1 mdast-util-gfm-footnote@2.0.0: dependencies: "@types/mdast": 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 - micromark-util-normalize-identifier: 2.0.0 + mdast-util-to-markdown: 2.1.2 + micromark-util-normalize-identifier: 2.0.1 transitivePeerDependencies: - supports-color @@ -5579,7 +5675,7 @@ snapshots: dependencies: "@types/mdast": 4.0.4 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5589,7 +5685,7 @@ snapshots: devlop: 1.1.0 markdown-table: 3.0.4 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5598,7 +5694,7 @@ snapshots: "@types/mdast": 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5610,7 +5706,7 @@ snapshots: mdast-util-gfm-strikethrough: 2.0.0 mdast-util-gfm-table: 2.0.0 mdast-util-gfm-task-list-item: 2.0.0 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5621,7 +5717,7 @@ snapshots: "@types/mdast": 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5634,8 +5730,8 @@ snapshots: ccount: 2.0.1 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 - parse-entities: 4.0.1 + mdast-util-to-markdown: 2.1.2 + parse-entities: 4.0.2 stringify-entities: 4.0.4 unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 @@ -5648,7 +5744,7 @@ snapshots: mdast-util-mdx-expression: 2.0.1 mdast-util-mdx-jsx: 3.1.3 mdast-util-mdxjs-esm: 2.0.1 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5659,7 +5755,7 @@ snapshots: "@types/mdast": 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - supports-color @@ -5672,22 +5768,23 @@ snapshots: dependencies: "@types/hast": 3.0.4 "@types/mdast": 4.0.4 - "@ungap/structured-clone": 1.2.0 + "@ungap/structured-clone": 1.2.1 devlop: 1.1.0 - micromark-util-sanitize-uri: 2.0.0 + micromark-util-sanitize-uri: 2.0.1 trim-lines: 3.0.1 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 vfile: 6.0.3 - mdast-util-to-markdown@2.1.0: + mdast-util-to-markdown@2.1.2: dependencies: "@types/mdast": 4.0.4 "@types/unist": 3.0.3 longest-streak: 3.1.0 mdast-util-phrasing: 4.1.0 mdast-util-to-string: 4.0.0 - micromark-util-decode-string: 2.0.0 + micromark-util-classify-character: 2.0.1 + micromark-util-decode-string: 2.0.1 unist-util-visit: 5.0.0 zwitch: 2.0.4 @@ -5697,81 +5794,81 @@ snapshots: merge2@1.4.1: {} - micromark-core-commonmark@2.0.1: + micromark-core-commonmark@2.0.2: dependencies: decode-named-character-reference: 1.0.2 devlop: 1.1.0 - micromark-factory-destination: 2.0.0 - micromark-factory-label: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-factory-title: 2.0.0 - micromark-factory-whitespace: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-classify-character: 2.0.0 - micromark-util-html-tag-name: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-subtokenize: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-factory-destination: 2.0.1 + micromark-factory-label: 2.0.1 + micromark-factory-space: 2.0.1 + micromark-factory-title: 2.0.1 + micromark-factory-whitespace: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-chunked: 2.0.1 + micromark-util-classify-character: 2.0.1 + micromark-util-html-tag-name: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-subtokenize: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-directive@3.0.2: dependencies: devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-factory-whitespace: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - parse-entities: 4.0.1 + micromark-factory-space: 2.0.1 + micromark-factory-whitespace: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 + parse-entities: 4.0.2 micromark-extension-gfm-autolink-literal@2.1.0: dependencies: - micromark-util-character: 2.1.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-gfm-footnote@2.1.0: dependencies: devlop: 1.1.0 - micromark-core-commonmark: 2.0.1 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-core-commonmark: 2.0.2 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-gfm-strikethrough@2.1.0: dependencies: devlop: 1.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-classify-character: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-chunked: 2.0.1 + micromark-util-classify-character: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-gfm-table@2.1.0: dependencies: devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-gfm-tagfilter@2.0.0: dependencies: - micromark-util-types: 2.0.0 + micromark-util-types: 2.0.1 micromark-extension-gfm-task-list-item@2.1.0: dependencies: devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-gfm@3.0.0: dependencies: @@ -5781,19 +5878,19 @@ snapshots: micromark-extension-gfm-table: 2.1.0 micromark-extension-gfm-tagfilter: 2.0.0 micromark-extension-gfm-task-list-item: 2.1.0 - micromark-util-combine-extensions: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-combine-extensions: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-mdx-expression@3.0.0: dependencies: "@types/estree": 1.0.6 devlop: 1.1.0 micromark-factory-mdx-expression: 2.0.2 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 micromark-util-events-to-acorn: 2.0.2 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-mdx-jsx@3.0.1: dependencies: @@ -5802,116 +5899,116 @@ snapshots: devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 micromark-factory-mdx-expression: 2.0.2 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 micromark-util-events-to-acorn: 2.0.2 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 vfile-message: 4.0.2 micromark-extension-mdx-md@2.0.0: dependencies: - micromark-util-types: 2.0.0 + micromark-util-types: 2.0.1 micromark-extension-mdxjs-esm@3.0.0: dependencies: "@types/estree": 1.0.6 devlop: 1.1.0 - micromark-core-commonmark: 2.0.1 - micromark-util-character: 2.1.0 + micromark-core-commonmark: 2.0.2 + micromark-util-character: 2.1.1 micromark-util-events-to-acorn: 2.0.2 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 unist-util-position-from-estree: 2.0.0 vfile-message: 4.0.2 micromark-extension-mdxjs@3.0.0: dependencies: - acorn: 8.13.0 - acorn-jsx: 5.3.2(acorn@8.13.0) + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) micromark-extension-mdx-expression: 3.0.0 micromark-extension-mdx-jsx: 3.0.1 micromark-extension-mdx-md: 2.0.0 micromark-extension-mdxjs-esm: 3.0.0 - micromark-util-combine-extensions: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-combine-extensions: 2.0.1 + micromark-util-types: 2.0.1 - micromark-factory-destination@2.0.0: + micromark-factory-destination@2.0.1: dependencies: - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-factory-label@2.0.0: + micromark-factory-label@2.0.1: dependencies: devlop: 1.1.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-factory-mdx-expression@2.0.2: dependencies: "@types/estree": 1.0.6 devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 micromark-util-events-to-acorn: 2.0.2 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 unist-util-position-from-estree: 2.0.0 vfile-message: 4.0.2 - micromark-factory-space@2.0.0: + micromark-factory-space@2.0.1: dependencies: - micromark-util-character: 2.1.0 - micromark-util-types: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-types: 2.0.1 - micromark-factory-title@2.0.0: + micromark-factory-title@2.0.1: dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-factory-whitespace@2.0.0: + micromark-factory-whitespace@2.0.1: dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-util-character@2.1.0: + micromark-util-character@2.1.1: dependencies: - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-util-chunked@2.0.0: + micromark-util-chunked@2.0.1: dependencies: - micromark-util-symbol: 2.0.0 + micromark-util-symbol: 2.0.1 - micromark-util-classify-character@2.0.0: + micromark-util-classify-character@2.0.1: dependencies: - micromark-util-character: 2.1.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-util-combine-extensions@2.0.0: + micromark-util-combine-extensions@2.0.1: dependencies: - micromark-util-chunked: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-chunked: 2.0.1 + micromark-util-types: 2.0.1 - micromark-util-decode-numeric-character-reference@2.0.1: + micromark-util-decode-numeric-character-reference@2.0.2: dependencies: - micromark-util-symbol: 2.0.0 + micromark-util-symbol: 2.0.1 - micromark-util-decode-string@2.0.0: + micromark-util-decode-string@2.0.1: dependencies: decode-named-character-reference: 1.0.2 - micromark-util-character: 2.1.0 - micromark-util-decode-numeric-character-reference: 2.0.1 - micromark-util-symbol: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-symbol: 2.0.1 - micromark-util-encode@2.0.0: {} + micromark-util-encode@2.0.1: {} micromark-util-events-to-acorn@2.0.2: dependencies: @@ -5920,56 +6017,56 @@ snapshots: "@types/unist": 3.0.3 devlop: 1.1.0 estree-util-visit: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 vfile-message: 4.0.2 - micromark-util-html-tag-name@2.0.0: {} + micromark-util-html-tag-name@2.0.1: {} - micromark-util-normalize-identifier@2.0.0: + micromark-util-normalize-identifier@2.0.1: dependencies: - micromark-util-symbol: 2.0.0 + micromark-util-symbol: 2.0.1 - micromark-util-resolve-all@2.0.0: + micromark-util-resolve-all@2.0.1: dependencies: - micromark-util-types: 2.0.0 + micromark-util-types: 2.0.1 - micromark-util-sanitize-uri@2.0.0: + micromark-util-sanitize-uri@2.0.1: dependencies: - micromark-util-character: 2.1.0 - micromark-util-encode: 2.0.0 - micromark-util-symbol: 2.0.0 + micromark-util-character: 2.1.1 + micromark-util-encode: 2.0.1 + micromark-util-symbol: 2.0.1 - micromark-util-subtokenize@2.0.1: + micromark-util-subtokenize@2.0.3: dependencies: devlop: 1.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-util-chunked: 2.0.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 - micromark-util-symbol@2.0.0: {} + micromark-util-symbol@2.0.1: {} - micromark-util-types@2.0.0: {} + micromark-util-types@2.0.1: {} - micromark@4.0.0: + micromark@4.0.1: dependencies: "@types/debug": 4.1.12 - debug: 4.3.7 + debug: 4.4.0 decode-named-character-reference: 1.0.2 devlop: 1.1.0 - micromark-core-commonmark: 2.0.1 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-combine-extensions: 2.0.0 - micromark-util-decode-numeric-character-reference: 2.0.1 - micromark-util-encode: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-subtokenize: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 + micromark-core-commonmark: 2.0.2 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-chunked: 2.0.1 + micromark-util-combine-extensions: 2.0.1 + micromark-util-decode-numeric-character-reference: 2.0.2 + micromark-util-encode: 2.0.1 + micromark-util-normalize-identifier: 2.0.1 + micromark-util-resolve-all: 2.0.1 + micromark-util-sanitize-uri: 2.0.1 + micromark-util-subtokenize: 2.0.3 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 transitivePeerDependencies: - supports-color @@ -5978,7 +6075,7 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 - mimic-function@5.0.1: {} + mime@3.0.0: {} minimatch@3.1.2: dependencies: @@ -5988,7 +6085,7 @@ snapshots: ms@2.1.3: {} - nanoid@3.3.7: {} + nanoid@3.3.8: {} natural-compare@1.4.0: {} @@ -5998,19 +6095,27 @@ snapshots: dependencies: "@types/nlcst": 2.0.3 - node-releases@2.0.18: {} + node-fetch-native@1.6.4: {} + + normalize-path@3.0.0: {} nth-check@2.1.1: dependencies: boolbase: 1.0.0 - onetime@7.0.0: + ofetch@1.4.1: dependencies: - mimic-function: 5.0.1 + destr: 2.0.3 + node-fetch-native: 1.6.4 + ufo: 1.5.4 - oniguruma-to-js@0.4.3: + ohash@1.1.4: {} + + oniguruma-to-es@0.10.0: dependencies: - regex: 4.3.3 + emoji-regex-xs: 1.0.0 + regex: 5.1.1 + regex-recursion: 5.1.1 optionator@0.9.4: dependencies: @@ -6021,18 +6126,6 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 - ora@8.1.0: - dependencies: - chalk: 5.3.0 - cli-cursor: 5.0.0 - cli-spinners: 2.9.2 - is-interactive: 2.0.0 - is-unicode-supported: 2.1.0 - log-symbols: 6.0.0 - stdin-discarder: 0.2.2 - string-width: 7.2.0 - strip-ansi: 7.1.0 - p-limit@2.3.0: dependencies: p-try: 2.2.0 @@ -6041,7 +6134,7 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@6.1.0: + p-limit@6.2.0: dependencies: yocto-queue: 1.1.1 @@ -6056,28 +6149,27 @@ snapshots: p-queue@8.0.1: dependencies: eventemitter3: 5.0.1 - p-timeout: 6.1.3 + p-timeout: 6.1.4 - p-timeout@6.1.3: {} + p-timeout@6.1.4: {} p-try@2.2.0: {} - pagefind@1.1.1: + pagefind@1.3.0: optionalDependencies: - "@pagefind/darwin-arm64": 1.1.1 - "@pagefind/darwin-x64": 1.1.1 - "@pagefind/linux-arm64": 1.1.1 - "@pagefind/linux-x64": 1.1.1 - "@pagefind/windows-x64": 1.1.1 + "@pagefind/darwin-arm64": 1.3.0 + "@pagefind/darwin-x64": 1.3.0 + "@pagefind/linux-arm64": 1.3.0 + "@pagefind/linux-x64": 1.3.0 + "@pagefind/windows-x64": 1.3.0 parent-module@1.0.1: dependencies: callsites: 3.1.0 - parse-entities@4.0.1: + parse-entities@4.0.2: dependencies: "@types/unist": 2.0.11 - character-entities: 2.0.2 character-entities-legacy: 3.0.0 character-reference-invalid: 2.0.1 decode-named-character-reference: 1.0.2 @@ -6094,7 +6186,7 @@ snapshots: unist-util-visit-children: 3.0.0 vfile: 6.0.3 - parse5@7.2.0: + parse5@7.2.1: dependencies: entities: 4.5.0 @@ -6102,6 +6194,8 @@ snapshots: path-key@3.1.1: {} + pathe@1.1.2: {} + picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -6114,9 +6208,9 @@ snapshots: dependencies: find-up: 4.1.0 - postcss-nested@6.2.0(postcss@8.4.47): + postcss-nested@6.2.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.1.2: @@ -6124,9 +6218,9 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss@8.4.47: + postcss@8.4.49: dependencies: - nanoid: 3.3.7 + nanoid: 3.3.8 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -6145,10 +6239,10 @@ snapshots: prettier-plugin-astro@0.14.1: dependencies: "@astrojs/compiler": 2.10.3 - prettier: 3.3.3 + prettier: 3.4.2 sass-formatter: 0.7.9 - prettier@3.3.3: {} + prettier@3.4.2: {} prismjs@1.29.0: {} @@ -6163,15 +6257,21 @@ snapshots: queue-microtask@1.2.3: {} + radix3@1.1.2: {} + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + recma-build-jsx@1.0.0: dependencies: "@types/estree": 1.0.6 estree-util-build-jsx: 3.0.1 vfile: 6.0.3 - recma-jsx@1.0.0(acorn@8.13.0): + recma-jsx@1.0.0(acorn@8.14.0): dependencies: - acorn-jsx: 5.3.2(acorn@8.13.0) + acorn-jsx: 5.3.2(acorn@8.14.0) estree-util-to-js: 2.0.0 recma-parse: 1.0.0 recma-stringify: 1.0.0 @@ -6195,16 +6295,25 @@ snapshots: regenerator-runtime@0.14.1: {} - regex@4.3.3: {} - - rehype-expressive-code@0.35.6: + regex-recursion@5.1.1: dependencies: - expressive-code: 0.35.6 + regex: 5.1.1 + regex-utilities: 2.3.0 + + regex-utilities@2.3.0: {} + + regex@5.1.1: + dependencies: + regex-utilities: 2.3.0 + + rehype-expressive-code@0.38.3: + dependencies: + expressive-code: 0.38.3 rehype-external-links@3.0.0: dependencies: "@types/hast": 3.0.4 - "@ungap/structured-clone": 1.2.0 + "@ungap/structured-clone": 1.2.1 hast-util-is-element: 3.0.0 is-absolute-url: 4.0.1 space-separated-tokens: 2.0.2 @@ -6224,21 +6333,21 @@ snapshots: rehype-raw@7.0.0: dependencies: "@types/hast": 3.0.4 - hast-util-raw: 9.0.4 + hast-util-raw: 9.1.0 vfile: 6.0.3 rehype-recma@1.0.0: dependencies: "@types/estree": 1.0.6 "@types/hast": 3.0.4 - hast-util-to-estree: 3.1.0 + hast-util-to-estree: 3.1.1 transitivePeerDependencies: - supports-color rehype-stringify@10.0.1: dependencies: "@types/hast": 3.0.4 - hast-util-to-html: 9.0.3 + hast-util-to-html: 9.0.4 unified: 11.0.5 rehype@13.0.2: @@ -6279,7 +6388,7 @@ snapshots: dependencies: "@types/mdast": 4.0.4 mdast-util-from-markdown: 2.0.2 - micromark-util-types: 2.0.0 + micromark-util-types: 2.0.1 unified: 11.0.5 transitivePeerDependencies: - supports-color @@ -6302,16 +6411,11 @@ snapshots: remark-stringify@11.0.0: dependencies: "@types/mdast": 4.0.4 - mdast-util-to-markdown: 2.1.0 + mdast-util-to-markdown: 2.1.2 unified: 11.0.5 resolve-from@4.0.0: {} - restore-cursor@5.1.0: - dependencies: - onetime: 7.0.0 - signal-exit: 4.1.0 - retext-latin@4.0.0: dependencies: "@types/nlcst": 2.0.3 @@ -6339,26 +6443,29 @@ snapshots: reusify@1.0.4: {} - rollup@4.24.0: + rollup@4.30.0: dependencies: "@types/estree": 1.0.6 optionalDependencies: - "@rollup/rollup-android-arm-eabi": 4.24.0 - "@rollup/rollup-android-arm64": 4.24.0 - "@rollup/rollup-darwin-arm64": 4.24.0 - "@rollup/rollup-darwin-x64": 4.24.0 - "@rollup/rollup-linux-arm-gnueabihf": 4.24.0 - "@rollup/rollup-linux-arm-musleabihf": 4.24.0 - "@rollup/rollup-linux-arm64-gnu": 4.24.0 - "@rollup/rollup-linux-arm64-musl": 4.24.0 - "@rollup/rollup-linux-powerpc64le-gnu": 4.24.0 - "@rollup/rollup-linux-riscv64-gnu": 4.24.0 - "@rollup/rollup-linux-s390x-gnu": 4.24.0 - "@rollup/rollup-linux-x64-gnu": 4.24.0 - "@rollup/rollup-linux-x64-musl": 4.24.0 - "@rollup/rollup-win32-arm64-msvc": 4.24.0 - "@rollup/rollup-win32-ia32-msvc": 4.24.0 - "@rollup/rollup-win32-x64-msvc": 4.24.0 + "@rollup/rollup-android-arm-eabi": 4.30.0 + "@rollup/rollup-android-arm64": 4.30.0 + "@rollup/rollup-darwin-arm64": 4.30.0 + "@rollup/rollup-darwin-x64": 4.30.0 + "@rollup/rollup-freebsd-arm64": 4.30.0 + "@rollup/rollup-freebsd-x64": 4.30.0 + "@rollup/rollup-linux-arm-gnueabihf": 4.30.0 + "@rollup/rollup-linux-arm-musleabihf": 4.30.0 + "@rollup/rollup-linux-arm64-gnu": 4.30.0 + "@rollup/rollup-linux-arm64-musl": 4.30.0 + "@rollup/rollup-linux-loongarch64-gnu": 4.30.0 + "@rollup/rollup-linux-powerpc64le-gnu": 4.30.0 + "@rollup/rollup-linux-riscv64-gnu": 4.30.0 + "@rollup/rollup-linux-s390x-gnu": 4.30.0 + "@rollup/rollup-linux-x64-gnu": 4.30.0 + "@rollup/rollup-linux-x64-musl": 4.30.0 + "@rollup/rollup-win32-arm64-msvc": 4.30.0 + "@rollup/rollup-win32-ia32-msvc": 4.30.0 + "@rollup/rollup-win32-x64-msvc": 4.30.0 fsevents: 2.3.3 run-parallel@1.2.0: @@ -6373,13 +6480,6 @@ snapshots: sax@1.4.1: {} - section-matter@1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - - semver@6.3.1: {} - semver@7.6.3: {} sharp@0.33.5: @@ -6414,17 +6514,17 @@ snapshots: shebang-regex@3.0.0: {} - shiki@1.22.1: + shiki@1.26.1: dependencies: - "@shikijs/core": 1.22.1 - "@shikijs/engine-javascript": 1.22.1 - "@shikijs/engine-oniguruma": 1.22.1 - "@shikijs/types": 1.22.1 - "@shikijs/vscode-textmate": 9.3.0 + "@shikijs/core": 1.26.1 + "@shikijs/engine-javascript": 1.26.1 + "@shikijs/engine-oniguruma": 1.26.1 + "@shikijs/langs": 1.26.1 + "@shikijs/themes": 1.26.1 + "@shikijs/types": 1.26.1 + "@shikijs/vscode-textmate": 10.0.1 "@types/hast": 3.0.4 - signal-exit@4.1.0: {} - simple-swizzle@0.2.2: dependencies: is-arrayish: 0.3.2 @@ -6446,8 +6546,6 @@ snapshots: sprintf-js@1.0.3: {} - stdin-discarder@0.2.2: {} - stream-replace-string@2.0.0: {} string-width@4.2.3: @@ -6475,18 +6573,12 @@ snapshots: dependencies: ansi-regex: 6.1.0 - strip-bom-string@1.0.0: {} - strip-bom@3.0.0: {} strip-json-comments@3.1.1: {} strnum@1.0.5: {} - style-to-object@0.4.4: - dependencies: - inline-style-parser: 0.1.1 - style-to-object@1.0.8: dependencies: inline-style-parser: 0.2.4 @@ -6502,11 +6594,9 @@ snapshots: synckit@0.9.2: dependencies: "@pkgr/core": 0.1.1 - tslib: 2.8.0 + tslib: 2.8.1 - text-table@0.2.0: {} - - tinyexec@0.3.1: {} + tinyexec@0.3.2: {} to-regex-range@5.0.1: dependencies: @@ -6520,16 +6610,30 @@ snapshots: optionalDependencies: typescript: 5.6.3 - tslib@2.8.0: {} + tslib@2.8.1: {} type-check@0.4.0: dependencies: prelude-ls: 1.2.1 - type-fest@4.26.1: {} + type-fest@4.31.0: {} typescript@5.6.3: {} + ufo@1.5.4: {} + + ultrahtml@1.5.3: {} + + uncrypto@0.1.3: {} + + unenv@1.10.0: + dependencies: + consola: 3.3.3 + defu: 6.1.4 + mime: 3.0.0 + node-fetch-native: 1.6.4 + pathe: 1.1.2 + unified@11.0.5: dependencies: "@types/unist": 3.0.3 @@ -6586,11 +6690,16 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - update-browserslist-db@1.1.1(browserslist@4.24.2): + unstorage@1.14.4: dependencies: - browserslist: 4.24.2 - escalade: 3.2.0 - picocolors: 1.1.1 + anymatch: 3.1.3 + chokidar: 3.6.0 + destr: 2.0.3 + h3: 1.13.0 + lru-cache: 10.4.3 + node-fetch-native: 1.6.4 + ofetch: 1.4.1 + ufo: 1.5.4 uri-js@4.4.1: dependencies: @@ -6613,17 +6722,17 @@ snapshots: "@types/unist": 3.0.3 vfile-message: 4.0.2 - vite@5.4.10: + vite@6.0.7: dependencies: - esbuild: 0.21.5 - postcss: 8.4.47 - rollup: 4.24.0 + esbuild: 0.24.2 + postcss: 8.4.49 + rollup: 4.30.0 optionalDependencies: fsevents: 2.3.3 - vitefu@1.0.3(vite@5.4.10): + vitefu@1.0.5(vite@6.0.7): optionalDependencies: - vite: 5.4.10 + vite: 6.0.7 web-namespaces@2.0.1: {} @@ -6653,9 +6762,7 @@ snapshots: dependencies: sax: 1.4.1 - xxhash-wasm@1.0.2: {} - - yallist@3.1.1: {} + xxhash-wasm@1.1.0: {} yargs-parser@21.1.1: {} @@ -6663,15 +6770,21 @@ snapshots: yocto-queue@1.1.1: {} - zod-to-json-schema@3.23.5(zod@3.23.8): + yocto-spinner@0.1.2: dependencies: - zod: 3.23.8 + yoctocolors: 2.1.1 - zod-to-ts@1.2.0(typescript@5.6.3)(zod@3.23.8): + yoctocolors@2.1.1: {} + + zod-to-json-schema@3.24.1(zod@3.24.1): + dependencies: + zod: 3.24.1 + + zod-to-ts@1.2.0(typescript@5.6.3)(zod@3.24.1): dependencies: typescript: 5.6.3 - zod: 3.23.8 + zod: 3.24.1 - zod@3.23.8: {} + zod@3.24.1: {} zwitch@2.0.4: {} diff --git a/docs/src/content/docs/guides/details.md b/docs/src/content/docs/guides/details.md index ea05b3d0..ebb2be47 100644 --- a/docs/src/content/docs/guides/details.md +++ b/docs/src/content/docs/guides/details.md @@ -5,9 +5,9 @@ description: A guide to adding details to planets in New Horizons For physical objects there are currently two ways of setting them up: specify an asset bundle and path to load a custom asset you created, or specify the path to the item you want to copy from the game in the scene hierarchy. Use the [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer) mod to find an object you want to copy onto your new body. Some objects work better than others for this. Good luck. Some pointers: -- Use "Object Explorer" to search -- Generally you can find planets by writing their name with no spaces/punctuation followed by "\_Body". -- There's also [this community-maintained list of props](https://docs.google.com/spreadsheets/d/1VJaglB1kRL0VqaXhvXepIeymo93zqhWex-j7_QDm6NE/edit?usp=sharing) which you can use to find interesting props and check to see if they have collision. +- Use "Object Explorer" to search +- Generally you can find planets by writing their name with no spaces/punctuation followed by "\_Body". +- There's also [this community-maintained list of props](https://docs.google.com/spreadsheets/d/1VJaglB1kRL0VqaXhvXepIeymo93zqhWex-j7_QDm6NE/edit?usp=sharing) which you can use to find interesting props and check to see if they have collision. ## Using the Prop Placer diff --git a/docs/src/content/docs/guides/planet-generation.md b/docs/src/content/docs/guides/planet-generation.md index 7baad807..4310b55a 100644 --- a/docs/src/content/docs/guides/planet-generation.md +++ b/docs/src/content/docs/guides/planet-generation.md @@ -35,12 +35,12 @@ There are also tools to help generate these images for you such as [Textures For The following modules support variable sizing, meaning they can change scale over the course of the loop. -- Water -- Lava -- Star -- Sand -- Funnel -- Ring +- Water +- Lava +- Star +- Sand +- Funnel +- Ring To do this, simply specify a `curve` property on the module diff --git a/docs/src/content/docs/guides/publishing.md b/docs/src/content/docs/guides/publishing.md index 65ad5f70..dc1dba39 100644 --- a/docs/src/content/docs/guides/publishing.md +++ b/docs/src/content/docs/guides/publishing.md @@ -10,10 +10,10 @@ This guide assumes you've created your addon by following [the addon creation gu Before you release anything, you'll want to make sure: -- Your mod has a descriptive `README.md`. (This will be shown on the website) -- Your repo has the description field (click the cog in the right column on the "Code" tab) set. (this will be shown in the manager) -- There's no `config.json` in your addon. (Not super important, but good practice) -- Your manifest has a valid name, author, and unique name. +- Your mod has a descriptive `README.md`. (This will be shown on the website) +- Your repo has the description field (click the cog in the right column on the "Code" tab) set. (this will be shown in the manager) +- There's no `config.json` in your addon. (Not super important, but good practice) +- Your manifest has a valid name, author, and unique name. ## Releasing diff --git a/docs/src/content/docs/guides/translation.md b/docs/src/content/docs/guides/translation.md index 56a3dacb..cd910f05 100644 --- a/docs/src/content/docs/guides/translation.md +++ b/docs/src/content/docs/guides/translation.md @@ -35,8 +35,8 @@ Are you tired of manually translating JSON? Do you want an automatic translator? This tool has the following features: -- Extract text from XML files and create english.json as the translation source. -- Translate english.json to create a json file for another language. +- Extract text from XML files and create english.json as the translation source. +- Translate english.json to create a json file for another language. This section outlines how to install and use the nh-translation-helper. @@ -44,10 +44,10 @@ This section outlines how to install and use the nh-translation-helper. To get started, head over to the [repo for the tool](https://github.com/96-38/nh-translation-helper) and prepare the requirements: -- Install [Node.js](https://nodejs.org/) >= 12.0.0 - - Install the LTS version. -- Get [DeepL API](https://www.deepl.com/docs-api) Key (Free or Pro) - - Sign up [here](https://www.deepl.com/pro#developer) +- Install [Node.js](https://nodejs.org/) >= 12.0.0 + - Install the LTS version. +- Get [DeepL API](https://www.deepl.com/docs-api) Key (Free or Pro) + - Sign up [here](https://www.deepl.com/pro#developer) When you are ready, execute the following command in a terminal or command prompt: @@ -81,20 +81,20 @@ Please enter the DeepL API key for the first time only. The API key will be save ### Note -- Not supported extracting UIDictionary and AchievementTranslations +- Not supported extracting UIDictionary and AchievementTranslations - - It is difficult to parse these automatically, and the number of words is small that it would be better to add them by MOD developers manually for better results. - - Translating UIDictionary and AchievementTranslations is supported. + - It is difficult to parse these automatically, and the number of words is small that it would be better to add them by MOD developers manually for better results. + - Translating UIDictionary and AchievementTranslations is supported. -- Not supported translation into Korean +- Not supported translation into Korean - - Translation is provided by the DeepL API, so it is not possible to translate into languages that are not supported by DeepL. + - Translation is provided by the DeepL API, so it is not possible to translate into languages that are not supported by DeepL. -- The generated translations are "**not**" perfect +- The generated translations are "**not**" perfect - - It is a machine translation though DeepL. The translations on DeepL are known to be too casual or to abbreviate some sentences. - - It will need to be manually corrected to make it a good translation. However, this tool allows you to prototype and is more efficient than starting from scratch. Also, the CDATA tag has been removed from the translated text and must be added manually. + - It is a machine translation though DeepL. The translations on DeepL are known to be too casual or to abbreviate some sentences. + - It will need to be manually corrected to make it a good translation. However, this tool allows you to prototype and is more efficient than starting from scratch. Also, the CDATA tag has been removed from the translated text and must be added manually. -- Parsing errors may occur when trying to translate manually created JSON files - - In many cases, this is due to a specific comment in the JSON. Please remove the comments and try again. - - Most comments are processed normally, but errors may occur if the comment contains special symbols or if the comment is located at the end of a JSON object. +- Parsing errors may occur when trying to translate manually created JSON files + - In many cases, this is due to a specific comment in the JSON. Please remove the comments and try again. + - Most comments are processed normally, but errors may occur if the comment contains special symbols or if the comment is located at the end of a JSON object. diff --git a/docs/src/content/docs/guides/updating-planets.md b/docs/src/content/docs/guides/updating-planets.md index 3373cedd..55dc08d5 100644 --- a/docs/src/content/docs/guides/updating-planets.md +++ b/docs/src/content/docs/guides/updating-planets.md @@ -5,29 +5,29 @@ description: A guide for updating base-game planets in New Horizons Similar to above, make a config where "Name" is the name of the planet. The name should be able to just match their in-game english names, however if you encounter any issues with that here are the in-code names for planets that are guaranteed to work (case sensitive!): -- `SUN` -- `CAVE_TWIN` (Ember Twin) -- `TOWER_TWIN` (Ash Twin) -- `TIMBER_HEARTH` -- `BRITTLE_HOLLOW` -- `GIANTS_DEEP` -- `DARK_BRAMBLE` -- `COMET` (Interloper) -- `WHITE_HOLE` -- `WhiteholeStation` -- `QUANTUM_MOON` -- `ORBITAL_PROBE_CANNON` -- `TIMBER_MOON` (Attlerock) -- `VOLCANIC_MOON` (Hollow's Lantern) -- `DREAMWORLD` -- `MapSatellite` -- `RINGWORLD` (The Stranger) +- `SUN` +- `CAVE_TWIN` (Ember Twin) +- `TOWER_TWIN` (Ash Twin) +- `TIMBER_HEARTH` +- `BRITTLE_HOLLOW` +- `GIANTS_DEEP` +- `DARK_BRAMBLE` +- `COMET` (Interloper) +- `WHITE_HOLE` +- `WhiteholeStation` +- `QUANTUM_MOON` +- `ORBITAL_PROBE_CANNON` +- `TIMBER_MOON` (Attlerock) +- `VOLCANIC_MOON` (Hollow's Lantern) +- `DREAMWORLD` +- `MapSatellite` +- `RINGWORLD` (The Stranger) Some features will not work if you try to add them to a base planet config. These include: -- FocalPoints (just makes no sense really, a focal point is meant to be a intangible point between two binary bodies). -- Gravity (including the strength, fall-off, and the size of the gravitational sphere of influence) -- Reference frames (the volume used for targetting a planet with your ships navigation systems) +- FocalPoints (just makes no sense really, a focal point is meant to be a intangible point between two binary bodies). +- Gravity (including the strength, fall-off, and the size of the gravitational sphere of influence) +- Reference frames (the volume used for targetting a planet with your ships navigation systems) You can also delete parts of an existing planet. Here's part of an example config which would delete the rising sand from Ember Twin: diff --git a/docs/src/content/docs/reference/audio-enum.md b/docs/src/content/docs/reference/audio-enum.md index 6cbd7919..199825b7 100644 --- a/docs/src/content/docs/reference/audio-enum.md +++ b/docs/src/content/docs/reference/audio-enum.md @@ -769,1164 +769,1164 @@ Ignore the numbers, just take the name. This is a list of AudioClips that will also work, there's a lot of overlap with the AudioType list. Many old addons with signals use values from this list. -- Hotel Oneshot - Heavy Thud 4 -- Tool_Put_Away_01 -- OW Quantum Lightning 091118 AP 07 -- OW_GD_ElectricBarrier_Idle_Loop -- Nomai_Stone_Door_End_V2_11 -- General Destruction 1 -- Dream Rule 02 backdrop loop 072321_2 AP -- amb_observatory -- Dream World Water Ambience - Creek 3 -- Pickup_Rock_01 -- gasp_traumatic4_lessmale -- Ship_Impact_Light_Damage_V3_06 -- BlackHole_02 -- OW_GD_WavesAgainstRock -- OW_TH_AmbienceInCanyons -- OW_PR_FootstepsBushRustle_03 -- OW_PR_ActivateProbeMode -- Ghost Walk Footstep Wood_v2 6 -- rockingchair4 -- Water Spray Impact 4 -- OW Secret Library 040821_2 AP -- Real World Dam Break Alex Composite 2 -- Ghost Run Footstep Wood_v2 4 -- UI_Enter_Dialog_V6-002_highpass_2 -- Spark_10 -- Mournful Prisoner 3 -- OW_PR_FootstepsLeaves_06 -- FootstepsWoodCreak_02 -- OW Dreamworld Ruins 072021 AP 02c -- OW_PR_HitWallUnderwater1 -- OW_TH_RiverWaterFlow_loop -- OW ReelBeat 01c 021021 AP -- FootstepsWoodCreak_07 -- Ignite_Marshmallow_03 -- Marshmallow_Replace_02 -- Ship_FuelLeak -- Raft Heavy Impact 5 -- elevatorloop -- Real World Alarm Bell Oneshot 3 -- BigBang_EndFlash -- OW_FinalEndTimes_DB_loop -- fogsphere_pulse4 -- Ringworld Ambience 3 -- Destruction Impact 4 -- Artifact Unconceal -- OW_NM_DoorStart_06 -- OW_PR_SignalscopeZoomOut -- Nomai_Stone_Door_End_Big_V2_03 -- Player Gravel Footstep 3 -- General Destruction 5 -- OW Dream Fire Room 121820_4 AP LP -- OW_PR_DeactivateProbeMode -- OW_PR_LandInWater4 -- OW_PR_FootstepsJumpNomai_04 -- OW_PR_FootstepsJumpMetal_03 -- WarpCore_Remove_V3_01 -- Probe_SnapShot_03 -- Ghost Idle Search 4 -- Solanum_Foley_IconExit -- Dream Fire Room Ambience Test 1 -- Lantern Extinguish 4 -- OW_PR_OxygenLeakingFromSuit_loop_louder -- Wood Door Open Stop -- OW_PR_FootstepsJumpGrass_01 -- OW_SP_ThrustAfterburn -- OW_PR_FootstepsGrass_01 -- Real World Alarm Bell Oneshot 4 -- OW_PR_FootstepsNomai_04 -- Hotel Oneshot - Heavy Thud 2 -- Light Sensor Fade In 4 -- AnglerFish_OpenMouth_v2_01 -- Footstep_Run4 -- Ghost Walk Footstep Forest 6 -- OW_PR_FootstepsGrass_06 -- OW_GD_AmbienceRain -- RotationalThruster04 -- OW New Raft Music 082321_4 AP theme -- Spark_01 -- OW Muted End Times 040821 AP -- Nomai_WhiteHoleStationActivation -- Tool_Take_Out_02 -- OW_PR_FootstepsJumpDirt_05 -- mallowpuff2 -- Dreamworld Tower Fall Part 2 -- Jump_Into_Fogsphere_04 -- FootstepsWoodCreak_05 -- OW_SP_MetalCreak_14 -- OW_NM_DoorStart_03 -- drowning_firsthalf2 -- Forest Oneshot - Tree Creak 4 -- shiplog_misc1 -- FootstepsWoodCreak_04 -- Real World Dam Crack -- OW_NM_DoorStart_09 -- OW_SP_LandingPadHard4 -- OW_PR_FootstepsSand_06 -- BH_Ambience_Surface -- Ghost Grunt 3 -- glass_crack_02 -- House Destruction 3 -- OW_QuantumMoon -- Orb_Roll_Energy_Loop_v2_01 -- OW Eye Of The Universe 082018_2 AP -- Footstep3 -- OW_NM_DoorStart_Big_01 -- OW Dreamworld Ruins Story Beats 071621 AP 1d -- Dream World Tidal Wave Loop -- Nomai_Stone_Door_End_Big_V2_15 -- OW_SP_ActivateComputer 1 -- OW_PR_FootstepsIce_07 -- Raft Light Impact V2 3 -- UI_Pause_v2_08 -- signalscope_static -- OW_SP_LandingCamActivated 1 -- Footstep4 -- OW_PR_FootstepsSand_03 -- Prisoner Pick Up Vision Torch -- OW_SP_MetalCreak_16 -- OW_SP_Touchdown_04 -- Platform_Break_V2_03 -- OW Nomai Time Loop Device 081818 AP -- RockPile_Fall_02 -- Ship_Impact_No_Damage_V3_02 -- Destruction Impact 7 -- Ghost Grab Player 2 -- Forest Oneshot - Tree Creak 5 -- OW_PR_FootstepsMetal_01 -- OW NM Flashback 082818_3 AP base -- Projector Totem Light 2 -- Slot_Linking_Stone_Loop_02 -- breathing_suit3 -- OW_PR_FootstepsWood_07 -- OW_SP_HeadlightsOff_v2 -- Nomai_Stone_Door_End_V2_06 -- Fix_Puncture_03 -- OW Dream Rule LP 032421 AP glitch -- Real World Tidal Wave Loop Louder -- OW Dreamworld Ruins 072021 AP 02loop -- gasp_normal11_lessmale -- OW ReelBeat 01a 021021 AP -- OW_TH_ModelRocketThrustRotational_01 -- OW_PR_FootstepsBushRustle_05 -- OW NomaiRuinsRegular 081918 AP motif3c v2 -- OW Final End Times 022519_2 AP LOOP1 -- OW_PR_FootstepsSand_01 -- Anglerfish_Awake4 -- OW_PR_FootstepsJumpIce_04 -- Fix_Puncture_01 -- Raft Light Impact V2 1 -- Warp_Loop_01_v2 -- Ghost Start Hunt Grunt 1 -- Destruction Debris 4 -- Solanum_IconAppear_V3 -- OW_SP_ActivateComputer_OneShot -- Destruction Impact 8 -- OW_SP_ShipGroan1_v2 -- OW ReelBackdrop 02a 021021 AP -- OW_NM_ComputerRing1 -- OW_PR_FootstepsJumpGlass_04 -- Forest Oneshot - Tree Creak 6 -- OW_GD_HeatLightning_01 -- Raft Heavy Impacts V2 3 -- Solanum_Foley_RockFormStart -- Raft Light Impact V2 5 -- Ghost Grunt 4 -- OW_PR_FootstepsJumpDirt_06 -- OW_PR_FootstepsJumpGrass_03 -- OW_TravelerTheme_whistling -- Raft Heavy Impact 2 -- Nature Oneshot - Distant Deep Creature 1 -- OW_SP_CloseHatch_v2 -- linkingstone_in -- OW_PR_FootstepsSnow_03 -- OW_NM_OrbDeSelect_Energy_02 -- Impact_Light_02 -- Nomai_Stone_Door_End_V2_10 -- Fix_Puncture_07 -- OW_NM_HoleEnterExit -- OW NM Nomai Ruins 081718 AP -- OW_PR_OxygenRefill -- GhostMatter_Splash_v4_05 -- glass_crack_01 -- Ignite_Marshmallow_02 -- Ship_Impact_Medium_Damage_V3_03 -- Forest Oneshot - Animal 4 -- OW_PR_FootstepsIce_02 -- OW_GD_RainOnHelmet -- Spaceship_RattleLoop -- BigBang_WhooshLeadToExplo -- OW_TH_Campfire_loop_01 -- bigbang_cosmicinflation_v2 -- Hotel Oneshot - Heavy Creak 4 -- OW_PR_FootstepsJumpGrass_02 -- Tronworld Ambience 1 -- AnglerFish_Target_v2_07 -- Eye_of_Universe_Ambience_v2_01 -- OW_PR_FootstepsJumpLeaves_04 -- OW_PR_FootstepsJumpSnow_03 -- OW_PR_FootstepsJumpGlass_01 -- OW Traveler Theme 091118 AP FINAL TIME NO PIANO EDIT -- OW ReelBeat 02f 082521 AP -- Metal Door Close Stop -- medkit -- OW_NM_BlackHole_Lp -- Ghost Blow Out Lantern -- OW_PR_MarshmallowEatBurnt_shorter -- Solanum_Foley_IconEnter -- OW_PR_SignalscopeSwitchFrequencies -- Prisoner Pick Up Artifact -- OW_PR_BanjoStrum_3b -- Water Spray Impact 5 -- UI_Advance_Dialog_V6-002_highpass -- Destruction Debris 8 -- OW_PR_FootstepsDirt_06 -- Vision Torch - Step In -- OW_NM_DoorStart_Big_04 -- OW_PR_FootstepsBushRustle_06 -- Hotel Oneshot - Creak 5 -- OW_PR_FootstepsJumpLeaves_01 -- OW_SP_ShipGroan4_v2 -- Jump_Into_Fogsphere_03 -- Dreamworld Forest Ambience 2 -- OW_PR_FootstepsJumpRock_02 -- CrushedByElevator -- Player Gravel Footstep 1 -- House Destruction 4 -- Ghost Begin Stalk Grunt 1 -- flashlightOff -- OW ReelBeat 04b_2 040921 AP -- OW_PR_FootstepsRock_02 -- AshTwinCore_Open_01 -- OW_SP_HeadlightsOn_v2 -- Tower Fall Part 2 -- OW_NM_DoorStart_Big_02 -- Meteor_Impact_01_b -- OW_SP_LandingCamStatic -- OW_PR_FootstepsWood_01 -- gasp_light5 -- OW_PR_FootstepsGrass_03 -- Spark_03 -- Loading Tunnel - Loop -- FootstepsJumpWoodCreak_02 -- OW_Main_Menu -- Lantern Put Down -- OW Secret Library Whispers LP 040821 AP REF MIX -- OW_DB_Ambience -- Vision Torch Light Rays - On -- Hotel Oneshot - Creak 1 -- Dreamworld Nature Ambience 4 -- OW_PR_ThrustRotationalUnderwater_04 -- OW_PR_FootstepsJumpGrass_06 -- Nomai_Stone_Door_End_Big_V2_09 -- Ship_Impact_No_Damage_V3_01 -- Raft Movement Stop 3 -- Destruction Impact 9 -- Recorder_Start_Button -- AnglerFish_Target_v2_14 -- Ghost Begin Chase Grunt 2 -- Hotel Oneshot - Creak 6 -- Fragment_Break -- Tronworld Exit 2 -- Ghost Walk Footstep Forest 2 -- Incinerate_v3_01 -- Light Sensor Fade Out 3 -- OW_TravelerTheme_flute -- OW_PR_FootstepsLeaves_02 -- OW_PR_FootstepsLeaves_01 -- Fix_Puncture_05 -- Ghost Walk Footstep Wood_v2 3 -- OW_PR_FootstepsJumpSand_01 -- Sarcophagus Strain 2 -- OW_PR_HitWallUnderwater4 -- OW_PR_FootstepsRock_03 -- Loading Tunnel - Unload -- OW_PR_FootstepsJumpNomai_03 -- OW_PR_FootstepsDirt_07 -- OW_PR_FootstepsSnow_04 -- Wood Door Close Stop -- OW_PR_FootstepsJumpIce_02 -- OW ReelBeat 04a 031521 AP -- Raft Light Impact V2 2 -- Meteor_Impact_02_b -- JellyFish_Shock_02 -- Metal Door Open Start -- OW_GD_UnderwaterCurrent -- OW_GD_HeatLightning_06 -- nomai_textbranchout_noenergy2 -- asphyxiation_nosuit_secondhalf_version3 -- Artifact Focus -- Ice_Cave_Amb_loop_v3_01 -- Forest Oneshot - Tree Creak 3 -- OW NomaiRuinsRegular 081918 AP motif4c -- Dreamworld Lights Out Ambience 4 -- Projector Next Slide 2 -- BeaconIdea4 -- Destruction Impact 1 -- OW_PR_FootstepsNomai_06 -- OW_NM_FlickeryGravityCrystalAmbience -- OW Demonic Vocal Sting 082321 AP -- OW Quantum Lightning 091118 AP 08 -- OW_NM_SadTheme_older -- Nature Oneshot - Distant Creature 2 - less reverb -- FootstepsJumpWoodCreak_03 -- OW_PR_FootstepsJumpSand_02 -- Player Gravel Footstep 8 -- OW_PR_FootstepsSnow_06 -- gasp_traumatic3_lessmale -- Real World Dam Break Water Oneshot -- Repair_Loop -- OW_TH_FlagFlapping_loop.\_01 -- Ship_Impact_Light_Damage_V3_02 -- Raft Socket -- Jump_Into_TinyGalaxy_v2_01 -- OW NomaiRuinsRegular 081918 AP motif7c -- gasp_normal13_lessmale -- Sandfall_Inside_Loop_01 -- Solanum_RocksForm -- Fix_Puncture_06 -- OW Dreamworld Ruins Story Beats 071621 AP 1h -- Sarcophagus Open 2 -- fogsphere_pulse2 -- Elevator Rattle Loop 3 -- IllusoryWall_Alex -- OW_GD_HeatLightning_04 -- Nomai_Stone_Door_End_Big_V2_14 -- OW_PR_FootstepsJumpMetal_01 -- Vine_Crash_V3_03_LowPassDelay -- OW_PR_BanjoStrum_2b -- OW_PR_FootstepsGlass_05 -- OW_PR_FootstepsLeaves_07 -- OW_NM_DoorStart_01 -- OW_PR_FootstepsGrass_05 -- OW_PR_FootstepsJumpIce_01 -- OW_PR_ThrustRotationalUnderwater_01 -- Anglerfish_Chase_Breathing -- OW_PR_FootstepsRock_04 -- Metal Door Close Start -- Gear Rotate 1 -- Airlock Loop -- Solanum_Foley_RockFormEnd -- mallowpuff3 -- OW_PR_FootstepsSand_05 -- OW_PR_FootstepsJumpRock_01 -- Artifact Unfocus -- OW Eye Of The Universe 082818_2 AP -- OW_PR_FootstepsJumpRock_03 -- galaxy_zoomout2 -- OW_GD_IslandFalling_v2_loop -- Projector Previous Slide 2 -- Ignite_CampFire_04 -- SpaceshipAlarm2_3Iterations -- Ghost Individual Death 3 -- OW_PR_FootstepsJumpNomai_01 -- OW_PR_FootstepsJumpSnow_01 -- Forest Oneshot - Animal 2 -- OW_PR_FootstepsJumpDirt_01 -- Dreamworld Tower Fall Part 1 -- Ship_Impact_Medium_Damage_V3_05 -- OW_NM_ComputerRing3 -- OW_PR_SuitOn -- Airlock Pressurize -- OW_PR_FootstepsBushRustle_01 -- OW_PR_FootstepsNomai_02 -- Ship_Impact_Medium_Damage_V3_04 -- OW_NM_VesselDiscovery -- PlayerSubmerge -- Player Gravel Footstep 5 -- OW_EndTimes -- HGT_SandColumn_Ship -- OW ReelBeat 02c 021021 AP -- Spark_09 -- OW_PR_FootstepsSand_02 -- Damage_Light_05 -- OW_NM_ComputerRingFall2 -- gasp_traumatic7_lessmale -- Ghost Investigation Grunt -- Dream World Alarm Bell Oneshot 2 -- rockingchair2 -- OW_PR_FootstepsJumpDirt_04 -- Projector Next Slide -- OW_PR_FootstepsSand_08 -- OW_NM_WHAmbience2_v2 -- drowning_secondhalf2 -- Ghost Walk Footstep Forest 1 -- Prisoner Cloth Foley 3 -- OW_PR_FootstepsGlass_03 -- Vision Torch Scanning - Loop -- Raft Medium Impact V2 2 -- Hotel Oneshot - Heavy Thud 3 -- Destruction Impact - Large 4 -- OW_PR_FootstepsJumpLeaves_03 -- OW_PR_FootstepsJumpSand_03 -- OW Dreamworld Ruins SILENCE 02 -- OW_PR_FootstepsWood_06 -- ModelRocket_LightImpact -- shiplog_scanningloop -- OW Ghost Ambiences v2 011221 AP low LP -- OW NomaiRuinsRegular 081918 AP motif2c -- glass_crack_03 -- Fix_Puncture_08 -- OW_PR_FootstepsSnow_01 -- OW_PR_FootstepsDirt_01 -- asphyxiation_nosuit_firsthalf1 -- OW_NM_DoorSlide_Big_LP_01 -- OW_SUN_SupernovaWall -- OW_NM_DoorAirLockAirPourOut_03 -- OW_PR_ThrustUnderwater -- Solar Sail Stop -- OW_TH_Waterwheel_loop -- Forest Oneshot - Tree Creak 1 -- OW ReelBackdrop 03a 050321 LOOP -- Platform_Break_V2_04 -- FireBall_01 -- OW ReelBackdrop 01a 022521 AP -- Dreamworld Lights Out Ambience 1 -- Nomai_Stone_Door_End_Big_V2_11 -- Spark_07 -- OW_SP_ThrustTranslationalUnderwater -- Dream World Water Ambience - Creek 1 -- Ghost Begin Stalk Grunt 2 -- Comet_Purr -- JellyFish_Shock_04 -- OW_PR_FootstepsWood_08 -- Raft Reeling Loop -- shiplog_switchmode_forward -- Station Light Flicker - Dreamworld -- Lantern Wake Up Light 3 -- flashlightOn -- Dreamworld Base Ambience 1 -- Ship_Impact_Heavy_Damage_V3_09 -- Crushed_To_Death_V2_01 -- ow_kazoo_theme -- JetPack_NotificationBeep -- Ghost Run Footstep Wood_v2 1 -- OW_PR_FootstepsJumpNomai_05 -- OW_NM_DataStream_v2 -- UI_Tab_v2_02 -- OW_PR_ProbeTakePicture -- OW_NM_GravityCannonAmbience -- OW NM Flashback 082818 AP loop -- OW_SP_LandingPadSoft4 -- OW_PR_FootstepsGlass_07 -- WarpCore_Insert_V3_01 -- OW_NM_TractorBeamLP -- ShipRepair_Finish -- Ghost Begin Chase Grunt 1 -- Destruction Impact 2 -- OW_PR_FootstepsLeaves_08 -- Recorder_Stop_Button -- OW_PR_FootstepsLeaves_04 -- OW_PR_Jump1 -- Jump_Into_TinyGalaxy_v2_04 -- OW_GD_Tornado_v2_04 -- OW_PR_FootstepsJumpDirt_02 -- OW_SP_ConsoleReadoutStart -- OW_NM_EscapePodHatch -- OW_PR_FootstepsJumpNomai_02 -- Light Sensor Fade In 1 -- Light Sensor Fade In 2 -- Hotel Oneshot - Creak 9 -- CampfireTune_All_Reverb -- Recording_Loop_03 -- PartyHouseWhistle_Confident -- mallowpuff4 -- OW_NM_WhiteHoleAmbienceL -- Station Shudder -- drowning_firsthalf1 -- UI_Exit_Dialog_V6-002_highpass -- Dream World Dam Break -- Dreamfire Extinguish 1 -- MediumSplash -- Vision Torch - First Slide Appears -- Footstep1 -- OW_TravelerTheme_drums -- Artifact Conceal -- HGT_Ambience_Cave_Small -- HGT_Ambience_Cave_Big -- OW_TH_Waterfall_loop_01 -- OW Discovery 083021_2 AP darker shorter -- Secret Passageway Open Loop 2 -- Hotel Oneshot - Creak 4 -- supernova_explosion_deepnuclear2 -- Ghost Shout 7 -- OW NM Flashback 081718 AP slam -- Airlock Close -- OW_TH_FlagFlapping_loop.\_02 -- OW_SP_RefuelJetpack_v2_short -- Ship_Impact_No_Damage_V3_03 -- Raft Medium Impact V2 4 -- Anglerfish_Awake3 -- Wood Door Open Start -- OW_TH_FlagFlapping_loop -- Slide Reel Pickup 2 -- Tronworld Ambience 2 Alex Hack -- Ghost Run Footstep Wood_v2 5 -- Ignite_CampFire_03 -- Single Ghost Scream 14 -- Raft Start Reeling -- OW_PR_FootstepsGrass_08 -- Tronworld Enter 2 -- OW_PR_ProbeUnderwaterLaunch -- OW_GD_IslandCrashingInWater_v2 -- Grapple Totem Zoom In -- OW ReelBeat 02a 021021 AP -- Nomai_Stone_Door_End_V2_08 -- OW_PR_FootstepsJumpGlass_02 -- OW_NM_DoorStart_02 -- Destruction Impact - Large 3 -- OW_SP_SignalscopeSlideV2 -- OW NomaiRuinsRegular 081918 AP motif6c -- Wood Door Close Start 3 Alex -- Destruction Impact - Large 2 -- Nomai_Stone_Door_End_Big_V2_01 -- OW_NM_ComputerAmbienceLP -- Anglerfish_Awake2 -- OW_TH_Insects_loop_03 -- OW_PR_SignalscopeActivate -- OW_NM_ComputerRingFall1 -- OW_PR_FootstepsDirt_02 -- OW_NM_ShuttleLight -- Single Ghost Scream 1 -- Ghost Identify Fail -- OW_SP_ShipGroan5_v2 -- Cloaking Field Exit -- OW_PR_FootstepsNomai_01 -- OW Dreamworld Ruins 072021 AP 02e -- Forest Oneshot - Tree Creak 2 -- fogsphere_pulse1 -- OW_PR_PullOutStick -- OW_PR_LockOn -- Nomai_Stone_Door_End_Big_V2_07 -- OW_PR_FootstepsJumpSand_06 -- InstantDeath2_Long_Ringing -- Light Sensor Door Stop 2 -- Light Sensor Door Loop 2 -- OW_TH_GeyserEnd_02 -- pickaxe_01 -- OW_PR_FootstepsWaterWade_03 -- RockPile_Fall_03 -- OW_PR_ThrustAfterburn_v2_01 -- Light Sensor Fade Out 2 -- Light Sensor Fade In 3 -- OW Finally Set Free 072021_2 AP -- Ghost Blow Out Lantern Charge -- Wood Door Loop -- BigBang_Explo -- TH_Geyser_Loop_v3 -- Water Spray Impact 8 -- OW_TH_FlagFlapping_loop.\_03 -- OW_PR_FootstepsJumpLeaves_02 -- OW_PR_FootstepsIceSlide_Lp_01 -- Dreamworld Lights Out Ambience 3 -- knife_scrape_01 -- OW OBSERVATORY 011317 AP -- Footstep_Run5 -- Light Sensor Door Open 2 -- Jetpack_O2_loop_01 -- OW_PR_FootstepsJumpWood_04 -- OW_SP_BuckleUp -- Probe_SnapShot_02 -- Pickup_Ceramic_01 -- OW_PR_FootstepsWood_03 -- Destruction Debris 3 -- OW_PR_SignalscopeDeactivate -- OW_PR_OxygenLeakingFromSuit_loop -- Probe_SnapShot_01 -- Dreamworld Ghost Hotel Ambience 2 -- Slide Reel Put Down 2 -- Nomai_Stone_Door_End_V2_07 -- OW_SP_ProbeLauncherRotation_v2 -- OW_PR_MarshmallowEatUnburnt_noMmm_v3 -- SystemBackOnline -- Ghost Idle Search 1 -- Ship_Impact_Light_Damage_V3_03 -- OW Dreamworld Ruins Story Beats 071621 AP 1i -- OW_PR_FootstepsGrass_02 -- OW_NM_DoorSlide_LP_02 -- Ringworld Cave Ambience -- Fix_Puncture_02 -- OW_PR_FootstepsWaterWade_08 -- OW_TH_GeyserStart_01 -- OW_TH_Insects_loop_01 -- OW ReelBeat 04d_2 040921 AP -- OW_TH_ProjectorStop -- Prisoner Cloth Foley 6 -- Dream World Alarm Bell Oneshot 3 -- shiplog_selectplanet2 -- Nature Oneshot - Distant Creature 1 - less reverb -- OW_PR_FootstepsDirt_08 -- Spark_04 -- OW_GD_HeatLightning_02 -- OW Secret Loop 090121 AP muted -- Creature Voice Test 1 Short -- General Destruction 4 -- House Destruction 1 -- OW_PR_FootstepsSnow_02 -- Huge Splash 2 -- Player Gravel Footstep 4 -- Ghost Grab Player 1 -- shiplog_switchmode_back -- OW_PR_FootstepsJumpWood_03 -- OW_PR_FootstepsJumpMetal_05 -- OW_SP_AutopilotEngaged 1 -- OW_NM_DoorAirlockOpen_03 -- OW Dreamworld Ruins 072021 AP 02b -- Ghost Investiagation Grunt 2 -- Wood Door Close Start 2 -- Real World Alarm Bell Oneshot 2 -- OW Fabric SFX 102119 AP screen shatter SHORT -- OW_NM_Ruins_ambience_scary_loop -- Raft Heavy Impact 1 -- OW Whispers 041321_2 AP LP -- Ghost Run Footstep Forest 4 -- Vine_Crash_V3_01_LowPassDelay -- Solanum_Foley_HandLower -- OW_PR_FootstepsSand_07 -- Grapple Totem Zoom Out Louder -- Ship_Impact_Heavy_Damage_V3_07 -- OW_PR_FootstepsIce_01 -- OW Ghost Ambiences v2 011221 AP pad LP -- Raft Movement Stop -- OW_TH_Museum -- gasp_normal12_lessmale -- OW_PR_FootstepsJumpRock_05 -- OW_SP_ThrustRotationalUnderwater_02 -- Pool_Exit_v3 -- Flashlight_Malfunction_02 -- OW NomaiRuinsRegular 081918 AP motif1c -- Nomai_Stone_Door_End_V2_05 -- OW_PR_FootstepsLeaves_05 -- Nomai_Stone_Door_End_V2_09 -- asphyxiation_suit_secondhalf1 -- Spark_08 -- OW Aquatic Exploration 050318 AP LOOP -- OW_TH_GeyserEnd_01 -- UI_Navigate_03 -- OW ReelBeat 02b 021021 AP -- Player_Impact_Damage_Light_02 -- OW_PR_FootstepsWood_02 -- Jump_Into_TinyGalaxy_v2_02 -- OW_PR_ThrustRotationalUnderwater_05 -- Atmosphere_High_Suit -- OW_SP_MetalCreak_04 -- OW Prisoner Reveal 063021 AP -- Ghost Grunt 1 -- OW_PR_FootstepsJumpDirt_03 -- OW Reelbeat 03c 061721 AP -- Nomai_Stone_Door_End_Big_V2_10 -- Damage_Light_01 -- PutDown_Rock_01 -- OW_TH_ModelRocketCrashing -- OW ReelBeat 03b 032521 AP -- OW END OF GAME 021818 AP -- Raft Movement Start 3 -- Impact_Light_03 -- OW_NM_Tech_Advanced -- Ghost Walk Footstep Wood_v2 4 -- OW_PR_FootstepsJumpWood_05 -- OW_PR_FootstepsMetal_02 -- FootstepsJumpWoodCreak_01 -- OW Timber Hearth 032719 AP v2 -- Hotel Oneshot - Heavy Creak 3 -- shiplog_highlight -- OW_GD_Tornado_v2_03 -- RotationalThruster02 -- OW Quantum Lightning 091118 AP 06 -- JetPack_NotificationBeep_Fast -- SmallSplash -- Ghost Run Footstep Forest 3 -- Nomai_Stone_Door_End_Big_V2_04 -- OW Prisoner Elevator 061121_5 AP loop -- Tower Fall Part 1 -- OW_PR_FootstepsMetal_03 -- OW_PR_FootstepsRock_01 -- Ignite_Marshmallow_01 -- Ignite_CampFire_02 -- Ghost Walk Footstep Wood_v2 5 -- OW_GD_AmbienceCave -- Ship_Impact_Heavy_Damage_V3_11 -- Raft Release -- elevatorstop -- Hotel Oneshot - Creak 2 -- Station Light Flicker -- Forest Oneshot - Tree Creak 7 -- OW_GD_HeatLightning_03 -- Nomai_Stone_Door_End_Big_V2_08 -- OW_TH_AmbienceHighAltitude -- Water Spray Impact 3 -- Ghost Grunt 2_SmoothFade -- linkingstone_out -- Ghost Shout 6 -- Ghost Individual Death 4 -- shiplog_highlight2 -- OW_PR_FootstepsMetal_04 -- OW Morning Cello 101718_2 -- Spark_11 -- fogsphere_jump2_delayed -- Nomai_Stone_Door_End_V2_04 -- OW_SP_ElectricalDamageLP -- OW_PR_FootstepsGlass_02 -- Ghost Run Footstep Forest 6 -- OW_NM_CenterClampsRemoving -- OW_SP_ThrustRotationalUnderwater_03 -- OW_NM_InsertScroll -- GhostMatter_Splash_v4_02 -- Airlock Open -- OW_PR_TranslatorTranslateNew -- Ship_Impact_Heavy_Damage_V3_10 -- House Destruction 2 -- shiplog_newentry3_softer -- OW_TravelerTheme_piano -- Stilts Destruction 3 -- OW_PR_LockOff -- OW_TH_ModelRocketThrustTranslational_01 -- Hotel Oneshot - Creak 8 -- Dreamworld Candle Lighting Test Variation 6 -- Stilts Destruction 4 -- OW_SUN_BurnPlanet -- Real World Dam Crack Water Loop -- OW Final End Times 022519_2 AP LOOP2 -- OxygenRefill_Short -- OW ReelBeat 03a 031521 AP -- OW NomaiRuinsRegular 081918 AP motif5c v2 -- StoryReel5Short 063021_3 AP -- OW_GD_AmbienceOcean -- OW_TH_BridgeCreaking_loop -- OW Traveler Theme 021821 AP FINAL TIME NO PIANO ADD PRISONER -- OW_SP_ShipAmbiance_01 -- Prisoner Grunt 2 -- OW_NM_ComputerRingFall3 -- OW_NM_DoorStart_04 -- Ghost Neck Snap -- Nomai_Warp_01 -- General Destruction 2 -- pickaxe_02 -- OW_PR_FootstepsSnow_07 -- Lava_Splash_02 -- OW_PR_FootstepsGlass_06 -- Anglerfish_Awake -- OW_PR_ProbeRetrieval -- OW_PR_FootstepsJumpSnow_04 -- Lantern Wake Up Light 2 -- Secret Passageway Open Stop 2 -- Lantern Shorting Out 2 -- OW_PR_BanjoStrum_1b -- OW_PR_FootstepsSnow_08 -- Air Rushing Out Into Space -- OW_PR_FootstepsJumpGlass_03 -- OW_PR_ProbeInAirSound -- shiplog_movebetweenplanets -- OW_PR_BanjoStrum_4b -- Raft Stop Reeling -- OW Traveler Theme 091118 AP FINAL TIME WITH PIANO EDIT -- OW_PR_FootstepsMetal_08 -- OW ReelBeat 04a_2 040921 AP -- OW_SP_ShipExploding -- OW_PR_FootstepsJumpMetal_02 -- OW_TH_ModelRocketThrustRotational_04 -- JellyFish_Shock_03 -- OW No-Eye Ruins 121120_2 AP LP -- OW_GD_HeatLightning_05 -- OW_NM_GravityCrystalAmbience_Louder -- OW_GD_HeatLightning_07 -- Solar Sail Loop 2 -- OW_PR_FootstepsBushRustle_02 -- CityLights_Off_01 -- RotationalThruster01 -- OW_NM_BHEnterItem_v2 -- OW_PR_FootstepsBushRustle_09 -- Vision Torch - Vision Dissolves -- OW_PR_FootstepsJumpMetal_04 -- Lantern Remove 2 -- Player_Impact_Damage_Light_01 -- StoryReel5Full 062821_4 AP -- OW_PR_FootstepsWaterWade_07 -- OW_NM_SkypeLP -- OW_SP_ShipGroan2_v2 -- Volcano_Ambience_Loop_V2 -- AnglerFish_Chomp_Loop_v2 -- Destruction Debris 2 -- OW_PR_LandInWater2 -- OW_PR_FootstepsIce_05 -- Footstep_Run1 -- Anglerfish_ChompBite_01 -- Destruction Debris 1 -- Ghost Run Footstep Forest 1 -- AnglerFish_Target_v2_02 -- Signalscope_Zoom_Loop -- BH_Ambience_Below_Crust -- fogsphere_pulse3 -- OW_GD_HeatLightning_08 -- AshTwinCore_Close_01 -- Airlock Depressurize -- OW_TH_ModelRocketThrustRotational_03 -- OW_NM_ComputerRing2 -- RockPile_Fall_05 -- Vision Torch Fire - Loop -- OW Farewell 061721 AP -- Hologram_Enter_v2_01 -- OW_PR_ThrustRotationalUnderwater_03 -- Forest Oneshot - Tree Creak 8 -- OW_PR_LandInWater3 -- Hotel Oneshot - Creak 3 -- Hotel Oneshot - Heavy Thud 1 -- Distant Ghost Cacophony 1 -- Footstep_Run2 -- OW_TH_ProjectorRun_loop -- OW_PR_FootstepsJumpGrass_04 -- Destruction Impact - Large 5 -- FootstepsWoodCreak_03 -- OW_PR_FootstepsIce_03 -- Solanum_Foley_HandRaise -- OW_NM_DoorStart_Big_03 -- Candle Extinguishing Test Variation 6 -- Ignite_CampFire_01 -- Nature Oneshot - Distant Creature 3 - less reverb -- Real World Water Ambience - Slow River -- Ghost Grunt 5 -- IceMelt_v2_LowPass -- OW_NM_GravityCannonDeactivated -- OW Ghost Sequence 011121 AP LOW SUSPENSE LP -- Anglerfish_Sleeping -- Real World Water Ambience - Slow River 2 -- OW_PR_FootstepsWaterWade_02 -- Ghost Walk Footstep Forest 3 -- Spark_05 -- OW No-Eye Ruins 082121 AP stinger -- Nature Oneshot - Distant Deep Creature 3 -- OW_NM_SunStation -- Projector Totem Extinguish 1 -- Dreamfire Crackling Loop 3 -- OW Ghost Ambiences 012921_2 AP slam -- Dreamfire Explosion -- Dream World Water Ambience - Creek 8 -- OW_PR_FootstepsSnow_05 -- OW_PR_FootstepsIce_04 -- Dream World Water Ambience - Creek 5 -- Ghost Run Footstep Forest 2 -- OW_NM_DoorStart_08 -- Outer Wilds Party House v8 050321_2 AP traveler drone -- Hotel Oneshot - Heavy Creak 1 -- Secret Passageway Open Start 2 -- FootstepsWoodCreak_01 -- Ghost Grunt 8 -- OW_PR_FootstepsMetal_06 -- Probe_Attach_v3_02 -- OW_PR_LandInWater1 -- FootstepsWoodCreak_06 -- OW_PR_FootstepsBushRustle_04 -- Projector Totem Blow -- OW_PR_FootstepsWaterWade_01 -- Raft Movement Loop -- OW_SP_ThrustRotationalUnderwater_01 -- OW_PR_FallingIntoLavaBeep_loop -- Ship_Impact_Light_Damage_V3_01 -- Ship_Impact_Medium_Damage_V3_02 -- Ghost Walk Footstep Wood_v2 1 -- Nomai_Stone_Door_End_Big_V2_02 -- OW ReelBeat 04c_2 040921 AP -- Raft Push -- OW_PR_FootstepsJumpIce_03 -- Nomai_Stone_Door_End_Big_V2_05 -- Destruction Impact 5 -- HGT_SandFallSmall_Inside -- OW Quantum Lightning 091118 AP 01 -- OW_PR_OxygenLeakingFromSuit_in -- OW_PR_HelmetOn -- OW_SP_AutopilotDisengaged 1 -- PutDown_Ceramic_01 -- OW_PR_FootstepsMetal_07 -- Water Spray Impact 7 -- Dream World Alarm Bell Oneshot 4 -- CityLights_On_01 -- rockingchair3 -- fogsphere_pulse5 -- Nomai_ShipPowerOn_V2_01 -- OW_GD_IslandSuckedInTornado -- OW_NM_DoorStart_05 -- Probe_Attach_v3_01 -- OW_PR_ThrustRotationalUnderwater_02 -- Outer Wilds Party House v8 050321_3 AP traveler -- Artifact Put Down -- OW ReelBeat 01b 021021 AP -- stoppedasphyxiating_suit2 -- FootstepsJumpWoodCreak_04 -- Destruction Debris 6 -- Nomai_Warp_03_Shorter -- mallowpuff1 -- OW ReelBeat 02d 021021 AP -- OW_TravelerTheme_harmonica -- shiplog_misc4 -- Projector Totem Extinguish 3 -- OW ReelBackdrop 02b 021021 AP -- OW_PR_FootstepsDirt_03 -- Lava_Splash_01 -- Engine_Start_V2 -- Solar Sail Start -- OW_PR_ThrustTranslational_v2_01 -- Light Sensor Fade Out 1 -- Prisoner Cloth Foley 4 -- OW Quantum Lightning 091118 AP 02 -- OW_NM_RemoveScroll -- asphyxiation_suit_firsthalf2 -- OW_TH_AmbienceNightInCanyons -- Footstep2 -- OW ReelBackdrop 03b LOOP 031521 AP -- OW_SP_ThrustRotationalUnderwater_04 -- OW_PR_FootstepsNomai_08 -- OW_PR_FootstepsNomai_03 -- OW ReelBeat 03d 061121 AP -- OW_PR_FootstepsJumpSand_04 -- RotationalThruster03 -- Stilts Destruction 5 -- Raft Run Aground -- OW Space Station 081420_2 AP -- OW_PR_FootstepsWaterWade_06 -- Spark_02 -- Cloaking Field Entry -- OW_NM_DataWormhole -- OW_QuantumSignal -- General Destruction 3 -- OW New Raft Music 082321_4 AP quiet -- OW_SP_Unbuckle -- Real World Water Ambience - Calm 2 -- Prisoner Grunt 3 -- OW_NM_OrbMoveGlass_lp_01 -- Prisoner Cloth Foley 7 -- OW_PR_FootstepsRock_05 -- OW Traveler Theme 021821 AP FINAL TIME WITH PIANO ADD PRISONER -- OW Quantum Lightning 091118 AP 03 -- OW_TH_ModelRocketThrustRotational_02 -- OW_PR_HitWallUnderwater3 -- Flashlight_Malfunction_03 -- OW NM Flashback 082818 loop overlay AP -- supernova_corecollapse_10sec_fadeOut -- OW_PR_FootstepsWood_05 -- rockingchair1 -- Power_Failure_v2_02 -- OW_PR_FootstepsMetal_05 -- Stilts Destruction 2 -- Dreamworld Tower Tilt -- OW New Texture 082921 AP loop -- Lantern Insert 3 -- OW_PR_FootstepsNomai_07 -- OW_PR_FootstepsJumpWood_06 -- Pool_Enter_v3_Fade -- Raft Movement Start -- OW_PR_FootstepsNomai_05 -- OW_PR_HardSplash -- Destruction Debris 5 -- Dreamworld Candle Lighting Test Variation 2 -- OW NM Flashback 082818_2 AP stinger delayed -- Ghost Shout 4 -- Nomai_Stone_Door_End_Big_V2_06 -- Tower Tilt -- OW_NM_DoorStart_Big_06 -- OW_PR_FootstepsLeaves_03 -- Ghost Run Footstep Wood_v2 3 -- OW_NM_BHExitItem_v2 -- Ghost Idle Search 5 -- Forest Oneshot - Animal 1 -- OW Dreamworld Ruins 072021 AP 02d -- OW_PR_FootstepsJumpSnow_02 -- Platform_Break_V2_01 -- OW Party House 092820 AP short loop -- OW_PR_FootstepsRock_06 -- OW_SP_ThrustTranslational -- Footstep6 -- OW_PR_FootstepsWaterWade_05 -- Ghost Start Hunt Grunt 2 -- OW Dreamworld Ruins 072021 AP 02f -- Nomai_Stone_Door_End_Big_V2_12 -- Jump_Into_TinyGalaxy_v2_03 -- Footstep_Run3 -- Negative1 -- OW_TravelerTheme_banjo -- SandColumnEnd_v2 -- OW_PR_FootstepsJumpSand_05 -- Dreamworld Lights Out Ambience 2 -- OW Blair Witch Project 082921_3 AP darker mix loop -- Fig_Backer_Sat_Audio_V3 -- OW_PR_FootstepsGlass_01 -- Light Sensor Fade Out 4 -- Projector Totem Light 1 -- Player Gravel Footstep 6 -- OW_TH_GeyserStart_03 -- Slide Reel Remove 3 -- Ship_Impact_Medium_Damage_V3_06 -- OW Quantum Lightning 091118 AP 05 -- OW_GD_Tornado_v2_01 -- OW_SP_ActivateComputerLP -- Footstep_Run6 -- Spark_13 -- Vine_Crash_V3_02_LowPassDelay -- OW Slideshow BURNT LOOP small 031521_2 AP -- Raft Heavy Impact 4 -- Light Sensor Door Loop - Door Sensor Sliding -- Sarcophagus Strain 3 -- Loading Tunnel - Load -- elevatorstart -- Nomai_Stone_Door_End_V2_02 -- OW_GD_Tornado_v2_02 -- OW_NM_DoorAirLockAirPourOut_01 -- OW_TravelerTheme_newtraveler 061021 AP -- OW ReelBackdrop 04a_3 041321 AP LP -- OW_PR_FootstepsJumpRock_04 -- Damage_Heavy_04 -- Raft Movement Stop 2 -- OW_SP_AnalogClick2_v2 -- Nomai_Stone_Door_End_V2_01 -- OW_PR_FootstepsRock_07 -- Raft Light Impact V2 4 -- Marshmallow_Replace_01 -- Footstep5 -- Destruction Impact 3 -- Helmet_Glass_Crack_08 -- Ghost Run Footstep Wood_v2 6 -- OW End Credits 022019_3 AP -- Raft Heavy Impacts V2 2 -- Nomai_Stone_Door_End_Big_V2_13 -- OW_NM_GravityCannonActivated -- Outer Wilds Party House v8 050321_2 AP Bass -- Ringworld Muffled Indoor Ambience -- Ghost Run Footstep Wood_v2 2 -- OW_GD_AmbienceUndewater -- Forge_Loop_V3_03 -- OW_PR_CampfireAmbience -- OW_PR_FootstepsRock_08 -- Platform_Break_V2_02 -- OW_PR_FootstepsJumpWood_02 -- OW Eye Temple 121820_2 AP LP -- OW_GD_WavesAgainstBeach -- OW_PR_ThrowProbe -- OW_NM_DoorStart_07 -- OW_PR_FootstepsSand_04 -- Lantern Pickup -- Real World Water Ambience - Rapids 2 -- OW_PR_FootstepsWood_04 -- OW_NM_TractorBeamPowerUp -- OW New Stinger 082921 AP -- OW_PR_FootstepsGrass_07 -- Hotel Oneshot - Creak 7 -- Player_On_Fire_Loop -- OW_TH_UnderwaterRushing -- GhostMatter_Splash_v4_01 -- OW_SP_ThrustRotationalUnderwater_06 -- OW Fabric SFX 102119 AP rip FADE OUT -- OW Dreamworld Ruins 072021 AP 02a -- Spark_06 -- OW_SP_SignalscopeChunkV2 -- Player Gravel Footstep 2 -- OW_PR_FootstepsBushRustle_07 -- Hologram_Exit_v2_01 -- Metal Door Open Stop -- OW_PR_FootstepsJumpWood_01 -- OW_PR_FootstepsWaterWade_04 -- Nature Oneshot - Distant Deep Creature 2 -- Stilts Destruction 1 -- OW NM Flashback 082818 AP overlay1 -- drowning_secondhalf1 -- Gear Rotate Locked_Short -- Prisoner Cloth Foley 5 -- shiplog_deselectplanet -- Orb_End_v3_01 -- Atmosphere_High_Ship -- Solar Sail Start 2 -- knife_scrape_02 -- OW_TH_GeyserEnd_03 -- Meteor_Impact_03_b -- Destruction Impact 6 -- JellyFish_Shock_01 -- Light Sensor Loop -- Candle Extinguishing Test Variation 4 -- Vision Torch Light Rays - Off -- OW_NM_DoorSlide_Big_LP_05 -- OW_PR_FootstepsDirt_05 -- Sand_Column_Start_v2_03 -- Water Spray Impact 6 -- OW_NM_DoorStart_Big_07 -- OW_SP_ShipGroan3_v2 -- Heat_Damage_Loop_01 -- OW_SP_LandingCamDeactivated 1 -- breathing_lowO2_6 -- OW_PR_OxygenLeakingFromSuit_out -- LogUpdated_001 -- Vine_Crash_V3_04_LowPassDelay -- Destruction Debris 7 -- Hotel Oneshot - Heavy Creak 2 -- OW_PR_HelmetOff -- OW_PR_FootstepsGrass_04 -- Forest Oneshot - Animal 3 -- OW Discovery 083021_2 AP shorter -- Slide Reel Insert 3 -- OW_NM_BHEnterExitPlayer_v2 -- Ship_Impact_Light_Damage_V3_05 -- OW_SP_OpenHatch_NoBeep -- OW_SP_ThrustRotationalUnderwater_05 -- ShipSubmerge -- Artifact Fire Loop -- OW_DarkBramble_loop -- OW_PR_FootstepsBushRustle_08 -- OW NM Nomai City 081718 AP LOOP -- Solar Sail Stop 2 -- Destruction Impact - Large 1 -- OW Dream Rule LP 032421 AP normal -- Solar Sail Loop -- OW_TH_GeyserStart_02 -- Ship_Impact_No_Damage_V3_05 -- OW_PR_FootstepsIce_06 -- Outer Wilds Party House v8 050321_2 AP vocals -- asphyxiation_suit_secondhalf2 -- Affirmative1 -- Spark_12 -- OW_SP_ConsoleReadoutLP -- OW ReelBackdrop 03c 042621 AP LP -- gasp_light9 -- Nomai_Stone_Door_End_V2_03 -- OW_PR_FootstepsJumpNomai_06 -- OW_PR_FootstepsGlass_04 -- OW_PR_FootstepsDirt_04 -- Destruction Debris 9 -- OW_PR_FootstepsIce_08 -- OW_PR_SuitOff -- Artifact Pickup -- OW_SUN_Ambience_v4 -- JellyFish_Shock_05 -- OW_TH_Underwater -- Station Shudder - Dreamworld -- Ghost Walk Footstep Forest 5 -- OW_TH_ProjectorActivate -- asphyxiation_suit_firsthalf1 -- OW_PR_SignalscopeZoomIn -- HGT_Ambience_Surface -- FootstepsWoodCreak_08 -- GhostMatter_Splash_v4_03 -- UI_Tab_v2_05 -- Raft Medium Impact V2 3 -- OW_NM_TractorBeamPowerDown -- OW_Travel_Theme_Remaster -- Big_Galaxy_Burn_v2_01 -- OW_TH_Insects_loop_02 -- Raft Heavy Impact 3 -- Raft Movement Start 2 -- OW Quantum Lightning 091118 AP 04 -- OW_TH_FlagFlapping_loop.\_04 -- OW_TH_ModelRocketThrustTranslational_02 -- knife_scrape_03 -- Incinerate_v3_02 -- Light Sensor Rotate -- OW_NM_EscapePodDistressSignal -- MapZoomOut_Tone -- OW_NM_DoorStart_Big_05 -- Player Gravel Footstep 7 -- Ghost Walk Footstep Wood_v2 2 -- Ghost Run Footstep Forest 5 -- Ghost Walk Footstep Forest 4 -- OW_PR_HitWallUnderwater2 -- OW NM Flashback 082818_2 AP stinger -- OW_PR_FootstepsJumpGrass_05 -- Fix_Puncture_04 -- Ghost Idle Search 3 +- Hotel Oneshot - Heavy Thud 4 +- Tool_Put_Away_01 +- OW Quantum Lightning 091118 AP 07 +- OW_GD_ElectricBarrier_Idle_Loop +- Nomai_Stone_Door_End_V2_11 +- General Destruction 1 +- Dream Rule 02 backdrop loop 072321_2 AP +- amb_observatory +- Dream World Water Ambience - Creek 3 +- Pickup_Rock_01 +- gasp_traumatic4_lessmale +- Ship_Impact_Light_Damage_V3_06 +- BlackHole_02 +- OW_GD_WavesAgainstRock +- OW_TH_AmbienceInCanyons +- OW_PR_FootstepsBushRustle_03 +- OW_PR_ActivateProbeMode +- Ghost Walk Footstep Wood_v2 6 +- rockingchair4 +- Water Spray Impact 4 +- OW Secret Library 040821_2 AP +- Real World Dam Break Alex Composite 2 +- Ghost Run Footstep Wood_v2 4 +- UI_Enter_Dialog_V6-002_highpass_2 +- Spark_10 +- Mournful Prisoner 3 +- OW_PR_FootstepsLeaves_06 +- FootstepsWoodCreak_02 +- OW Dreamworld Ruins 072021 AP 02c +- OW_PR_HitWallUnderwater1 +- OW_TH_RiverWaterFlow_loop +- OW ReelBeat 01c 021021 AP +- FootstepsWoodCreak_07 +- Ignite_Marshmallow_03 +- Marshmallow_Replace_02 +- Ship_FuelLeak +- Raft Heavy Impact 5 +- elevatorloop +- Real World Alarm Bell Oneshot 3 +- BigBang_EndFlash +- OW_FinalEndTimes_DB_loop +- fogsphere_pulse4 +- Ringworld Ambience 3 +- Destruction Impact 4 +- Artifact Unconceal +- OW_NM_DoorStart_06 +- OW_PR_SignalscopeZoomOut +- Nomai_Stone_Door_End_Big_V2_03 +- Player Gravel Footstep 3 +- General Destruction 5 +- OW Dream Fire Room 121820_4 AP LP +- OW_PR_DeactivateProbeMode +- OW_PR_LandInWater4 +- OW_PR_FootstepsJumpNomai_04 +- OW_PR_FootstepsJumpMetal_03 +- WarpCore_Remove_V3_01 +- Probe_SnapShot_03 +- Ghost Idle Search 4 +- Solanum_Foley_IconExit +- Dream Fire Room Ambience Test 1 +- Lantern Extinguish 4 +- OW_PR_OxygenLeakingFromSuit_loop_louder +- Wood Door Open Stop +- OW_PR_FootstepsJumpGrass_01 +- OW_SP_ThrustAfterburn +- OW_PR_FootstepsGrass_01 +- Real World Alarm Bell Oneshot 4 +- OW_PR_FootstepsNomai_04 +- Hotel Oneshot - Heavy Thud 2 +- Light Sensor Fade In 4 +- AnglerFish_OpenMouth_v2_01 +- Footstep_Run4 +- Ghost Walk Footstep Forest 6 +- OW_PR_FootstepsGrass_06 +- OW_GD_AmbienceRain +- RotationalThruster04 +- OW New Raft Music 082321_4 AP theme +- Spark_01 +- OW Muted End Times 040821 AP +- Nomai_WhiteHoleStationActivation +- Tool_Take_Out_02 +- OW_PR_FootstepsJumpDirt_05 +- mallowpuff2 +- Dreamworld Tower Fall Part 2 +- Jump_Into_Fogsphere_04 +- FootstepsWoodCreak_05 +- OW_SP_MetalCreak_14 +- OW_NM_DoorStart_03 +- drowning_firsthalf2 +- Forest Oneshot - Tree Creak 4 +- shiplog_misc1 +- FootstepsWoodCreak_04 +- Real World Dam Crack +- OW_NM_DoorStart_09 +- OW_SP_LandingPadHard4 +- OW_PR_FootstepsSand_06 +- BH_Ambience_Surface +- Ghost Grunt 3 +- glass_crack_02 +- House Destruction 3 +- OW_QuantumMoon +- Orb_Roll_Energy_Loop_v2_01 +- OW Eye Of The Universe 082018_2 AP +- Footstep3 +- OW_NM_DoorStart_Big_01 +- OW Dreamworld Ruins Story Beats 071621 AP 1d +- Dream World Tidal Wave Loop +- Nomai_Stone_Door_End_Big_V2_15 +- OW_SP_ActivateComputer 1 +- OW_PR_FootstepsIce_07 +- Raft Light Impact V2 3 +- UI_Pause_v2_08 +- signalscope_static +- OW_SP_LandingCamActivated 1 +- Footstep4 +- OW_PR_FootstepsSand_03 +- Prisoner Pick Up Vision Torch +- OW_SP_MetalCreak_16 +- OW_SP_Touchdown_04 +- Platform_Break_V2_03 +- OW Nomai Time Loop Device 081818 AP +- RockPile_Fall_02 +- Ship_Impact_No_Damage_V3_02 +- Destruction Impact 7 +- Ghost Grab Player 2 +- Forest Oneshot - Tree Creak 5 +- OW_PR_FootstepsMetal_01 +- OW NM Flashback 082818_3 AP base +- Projector Totem Light 2 +- Slot_Linking_Stone_Loop_02 +- breathing_suit3 +- OW_PR_FootstepsWood_07 +- OW_SP_HeadlightsOff_v2 +- Nomai_Stone_Door_End_V2_06 +- Fix_Puncture_03 +- OW Dream Rule LP 032421 AP glitch +- Real World Tidal Wave Loop Louder +- OW Dreamworld Ruins 072021 AP 02loop +- gasp_normal11_lessmale +- OW ReelBeat 01a 021021 AP +- OW_TH_ModelRocketThrustRotational_01 +- OW_PR_FootstepsBushRustle_05 +- OW NomaiRuinsRegular 081918 AP motif3c v2 +- OW Final End Times 022519_2 AP LOOP1 +- OW_PR_FootstepsSand_01 +- Anglerfish_Awake4 +- OW_PR_FootstepsJumpIce_04 +- Fix_Puncture_01 +- Raft Light Impact V2 1 +- Warp_Loop_01_v2 +- Ghost Start Hunt Grunt 1 +- Destruction Debris 4 +- Solanum_IconAppear_V3 +- OW_SP_ActivateComputer_OneShot +- Destruction Impact 8 +- OW_SP_ShipGroan1_v2 +- OW ReelBackdrop 02a 021021 AP +- OW_NM_ComputerRing1 +- OW_PR_FootstepsJumpGlass_04 +- Forest Oneshot - Tree Creak 6 +- OW_GD_HeatLightning_01 +- Raft Heavy Impacts V2 3 +- Solanum_Foley_RockFormStart +- Raft Light Impact V2 5 +- Ghost Grunt 4 +- OW_PR_FootstepsJumpDirt_06 +- OW_PR_FootstepsJumpGrass_03 +- OW_TravelerTheme_whistling +- Raft Heavy Impact 2 +- Nature Oneshot - Distant Deep Creature 1 +- OW_SP_CloseHatch_v2 +- linkingstone_in +- OW_PR_FootstepsSnow_03 +- OW_NM_OrbDeSelect_Energy_02 +- Impact_Light_02 +- Nomai_Stone_Door_End_V2_10 +- Fix_Puncture_07 +- OW_NM_HoleEnterExit +- OW NM Nomai Ruins 081718 AP +- OW_PR_OxygenRefill +- GhostMatter_Splash_v4_05 +- glass_crack_01 +- Ignite_Marshmallow_02 +- Ship_Impact_Medium_Damage_V3_03 +- Forest Oneshot - Animal 4 +- OW_PR_FootstepsIce_02 +- OW_GD_RainOnHelmet +- Spaceship_RattleLoop +- BigBang_WhooshLeadToExplo +- OW_TH_Campfire_loop_01 +- bigbang_cosmicinflation_v2 +- Hotel Oneshot - Heavy Creak 4 +- OW_PR_FootstepsJumpGrass_02 +- Tronworld Ambience 1 +- AnglerFish_Target_v2_07 +- Eye_of_Universe_Ambience_v2_01 +- OW_PR_FootstepsJumpLeaves_04 +- OW_PR_FootstepsJumpSnow_03 +- OW_PR_FootstepsJumpGlass_01 +- OW Traveler Theme 091118 AP FINAL TIME NO PIANO EDIT +- OW ReelBeat 02f 082521 AP +- Metal Door Close Stop +- medkit +- OW_NM_BlackHole_Lp +- Ghost Blow Out Lantern +- OW_PR_MarshmallowEatBurnt_shorter +- Solanum_Foley_IconEnter +- OW_PR_SignalscopeSwitchFrequencies +- Prisoner Pick Up Artifact +- OW_PR_BanjoStrum_3b +- Water Spray Impact 5 +- UI_Advance_Dialog_V6-002_highpass +- Destruction Debris 8 +- OW_PR_FootstepsDirt_06 +- Vision Torch - Step In +- OW_NM_DoorStart_Big_04 +- OW_PR_FootstepsBushRustle_06 +- Hotel Oneshot - Creak 5 +- OW_PR_FootstepsJumpLeaves_01 +- OW_SP_ShipGroan4_v2 +- Jump_Into_Fogsphere_03 +- Dreamworld Forest Ambience 2 +- OW_PR_FootstepsJumpRock_02 +- CrushedByElevator +- Player Gravel Footstep 1 +- House Destruction 4 +- Ghost Begin Stalk Grunt 1 +- flashlightOff +- OW ReelBeat 04b_2 040921 AP +- OW_PR_FootstepsRock_02 +- AshTwinCore_Open_01 +- OW_SP_HeadlightsOn_v2 +- Tower Fall Part 2 +- OW_NM_DoorStart_Big_02 +- Meteor_Impact_01_b +- OW_SP_LandingCamStatic +- OW_PR_FootstepsWood_01 +- gasp_light5 +- OW_PR_FootstepsGrass_03 +- Spark_03 +- Loading Tunnel - Loop +- FootstepsJumpWoodCreak_02 +- OW_Main_Menu +- Lantern Put Down +- OW Secret Library Whispers LP 040821 AP REF MIX +- OW_DB_Ambience +- Vision Torch Light Rays - On +- Hotel Oneshot - Creak 1 +- Dreamworld Nature Ambience 4 +- OW_PR_ThrustRotationalUnderwater_04 +- OW_PR_FootstepsJumpGrass_06 +- Nomai_Stone_Door_End_Big_V2_09 +- Ship_Impact_No_Damage_V3_01 +- Raft Movement Stop 3 +- Destruction Impact 9 +- Recorder_Start_Button +- AnglerFish_Target_v2_14 +- Ghost Begin Chase Grunt 2 +- Hotel Oneshot - Creak 6 +- Fragment_Break +- Tronworld Exit 2 +- Ghost Walk Footstep Forest 2 +- Incinerate_v3_01 +- Light Sensor Fade Out 3 +- OW_TravelerTheme_flute +- OW_PR_FootstepsLeaves_02 +- OW_PR_FootstepsLeaves_01 +- Fix_Puncture_05 +- Ghost Walk Footstep Wood_v2 3 +- OW_PR_FootstepsJumpSand_01 +- Sarcophagus Strain 2 +- OW_PR_HitWallUnderwater4 +- OW_PR_FootstepsRock_03 +- Loading Tunnel - Unload +- OW_PR_FootstepsJumpNomai_03 +- OW_PR_FootstepsDirt_07 +- OW_PR_FootstepsSnow_04 +- Wood Door Close Stop +- OW_PR_FootstepsJumpIce_02 +- OW ReelBeat 04a 031521 AP +- Raft Light Impact V2 2 +- Meteor_Impact_02_b +- JellyFish_Shock_02 +- Metal Door Open Start +- OW_GD_UnderwaterCurrent +- OW_GD_HeatLightning_06 +- nomai_textbranchout_noenergy2 +- asphyxiation_nosuit_secondhalf_version3 +- Artifact Focus +- Ice_Cave_Amb_loop_v3_01 +- Forest Oneshot - Tree Creak 3 +- OW NomaiRuinsRegular 081918 AP motif4c +- Dreamworld Lights Out Ambience 4 +- Projector Next Slide 2 +- BeaconIdea4 +- Destruction Impact 1 +- OW_PR_FootstepsNomai_06 +- OW_NM_FlickeryGravityCrystalAmbience +- OW Demonic Vocal Sting 082321 AP +- OW Quantum Lightning 091118 AP 08 +- OW_NM_SadTheme_older +- Nature Oneshot - Distant Creature 2 - less reverb +- FootstepsJumpWoodCreak_03 +- OW_PR_FootstepsJumpSand_02 +- Player Gravel Footstep 8 +- OW_PR_FootstepsSnow_06 +- gasp_traumatic3_lessmale +- Real World Dam Break Water Oneshot +- Repair_Loop +- OW_TH_FlagFlapping_loop.\_01 +- Ship_Impact_Light_Damage_V3_02 +- Raft Socket +- Jump_Into_TinyGalaxy_v2_01 +- OW NomaiRuinsRegular 081918 AP motif7c +- gasp_normal13_lessmale +- Sandfall_Inside_Loop_01 +- Solanum_RocksForm +- Fix_Puncture_06 +- OW Dreamworld Ruins Story Beats 071621 AP 1h +- Sarcophagus Open 2 +- fogsphere_pulse2 +- Elevator Rattle Loop 3 +- IllusoryWall_Alex +- OW_GD_HeatLightning_04 +- Nomai_Stone_Door_End_Big_V2_14 +- OW_PR_FootstepsJumpMetal_01 +- Vine_Crash_V3_03_LowPassDelay +- OW_PR_BanjoStrum_2b +- OW_PR_FootstepsGlass_05 +- OW_PR_FootstepsLeaves_07 +- OW_NM_DoorStart_01 +- OW_PR_FootstepsGrass_05 +- OW_PR_FootstepsJumpIce_01 +- OW_PR_ThrustRotationalUnderwater_01 +- Anglerfish_Chase_Breathing +- OW_PR_FootstepsRock_04 +- Metal Door Close Start +- Gear Rotate 1 +- Airlock Loop +- Solanum_Foley_RockFormEnd +- mallowpuff3 +- OW_PR_FootstepsSand_05 +- OW_PR_FootstepsJumpRock_01 +- Artifact Unfocus +- OW Eye Of The Universe 082818_2 AP +- OW_PR_FootstepsJumpRock_03 +- galaxy_zoomout2 +- OW_GD_IslandFalling_v2_loop +- Projector Previous Slide 2 +- Ignite_CampFire_04 +- SpaceshipAlarm2_3Iterations +- Ghost Individual Death 3 +- OW_PR_FootstepsJumpNomai_01 +- OW_PR_FootstepsJumpSnow_01 +- Forest Oneshot - Animal 2 +- OW_PR_FootstepsJumpDirt_01 +- Dreamworld Tower Fall Part 1 +- Ship_Impact_Medium_Damage_V3_05 +- OW_NM_ComputerRing3 +- OW_PR_SuitOn +- Airlock Pressurize +- OW_PR_FootstepsBushRustle_01 +- OW_PR_FootstepsNomai_02 +- Ship_Impact_Medium_Damage_V3_04 +- OW_NM_VesselDiscovery +- PlayerSubmerge +- Player Gravel Footstep 5 +- OW_EndTimes +- HGT_SandColumn_Ship +- OW ReelBeat 02c 021021 AP +- Spark_09 +- OW_PR_FootstepsSand_02 +- Damage_Light_05 +- OW_NM_ComputerRingFall2 +- gasp_traumatic7_lessmale +- Ghost Investigation Grunt +- Dream World Alarm Bell Oneshot 2 +- rockingchair2 +- OW_PR_FootstepsJumpDirt_04 +- Projector Next Slide +- OW_PR_FootstepsSand_08 +- OW_NM_WHAmbience2_v2 +- drowning_secondhalf2 +- Ghost Walk Footstep Forest 1 +- Prisoner Cloth Foley 3 +- OW_PR_FootstepsGlass_03 +- Vision Torch Scanning - Loop +- Raft Medium Impact V2 2 +- Hotel Oneshot - Heavy Thud 3 +- Destruction Impact - Large 4 +- OW_PR_FootstepsJumpLeaves_03 +- OW_PR_FootstepsJumpSand_03 +- OW Dreamworld Ruins SILENCE 02 +- OW_PR_FootstepsWood_06 +- ModelRocket_LightImpact +- shiplog_scanningloop +- OW Ghost Ambiences v2 011221 AP low LP +- OW NomaiRuinsRegular 081918 AP motif2c +- glass_crack_03 +- Fix_Puncture_08 +- OW_PR_FootstepsSnow_01 +- OW_PR_FootstepsDirt_01 +- asphyxiation_nosuit_firsthalf1 +- OW_NM_DoorSlide_Big_LP_01 +- OW_SUN_SupernovaWall +- OW_NM_DoorAirLockAirPourOut_03 +- OW_PR_ThrustUnderwater +- Solar Sail Stop +- OW_TH_Waterwheel_loop +- Forest Oneshot - Tree Creak 1 +- OW ReelBackdrop 03a 050321 LOOP +- Platform_Break_V2_04 +- FireBall_01 +- OW ReelBackdrop 01a 022521 AP +- Dreamworld Lights Out Ambience 1 +- Nomai_Stone_Door_End_Big_V2_11 +- Spark_07 +- OW_SP_ThrustTranslationalUnderwater +- Dream World Water Ambience - Creek 1 +- Ghost Begin Stalk Grunt 2 +- Comet_Purr +- JellyFish_Shock_04 +- OW_PR_FootstepsWood_08 +- Raft Reeling Loop +- shiplog_switchmode_forward +- Station Light Flicker - Dreamworld +- Lantern Wake Up Light 3 +- flashlightOn +- Dreamworld Base Ambience 1 +- Ship_Impact_Heavy_Damage_V3_09 +- Crushed_To_Death_V2_01 +- ow_kazoo_theme +- JetPack_NotificationBeep +- Ghost Run Footstep Wood_v2 1 +- OW_PR_FootstepsJumpNomai_05 +- OW_NM_DataStream_v2 +- UI_Tab_v2_02 +- OW_PR_ProbeTakePicture +- OW_NM_GravityCannonAmbience +- OW NM Flashback 082818 AP loop +- OW_SP_LandingPadSoft4 +- OW_PR_FootstepsGlass_07 +- WarpCore_Insert_V3_01 +- OW_NM_TractorBeamLP +- ShipRepair_Finish +- Ghost Begin Chase Grunt 1 +- Destruction Impact 2 +- OW_PR_FootstepsLeaves_08 +- Recorder_Stop_Button +- OW_PR_FootstepsLeaves_04 +- OW_PR_Jump1 +- Jump_Into_TinyGalaxy_v2_04 +- OW_GD_Tornado_v2_04 +- OW_PR_FootstepsJumpDirt_02 +- OW_SP_ConsoleReadoutStart +- OW_NM_EscapePodHatch +- OW_PR_FootstepsJumpNomai_02 +- Light Sensor Fade In 1 +- Light Sensor Fade In 2 +- Hotel Oneshot - Creak 9 +- CampfireTune_All_Reverb +- Recording_Loop_03 +- PartyHouseWhistle_Confident +- mallowpuff4 +- OW_NM_WhiteHoleAmbienceL +- Station Shudder +- drowning_firsthalf1 +- UI_Exit_Dialog_V6-002_highpass +- Dream World Dam Break +- Dreamfire Extinguish 1 +- MediumSplash +- Vision Torch - First Slide Appears +- Footstep1 +- OW_TravelerTheme_drums +- Artifact Conceal +- HGT_Ambience_Cave_Small +- HGT_Ambience_Cave_Big +- OW_TH_Waterfall_loop_01 +- OW Discovery 083021_2 AP darker shorter +- Secret Passageway Open Loop 2 +- Hotel Oneshot - Creak 4 +- supernova_explosion_deepnuclear2 +- Ghost Shout 7 +- OW NM Flashback 081718 AP slam +- Airlock Close +- OW_TH_FlagFlapping_loop.\_02 +- OW_SP_RefuelJetpack_v2_short +- Ship_Impact_No_Damage_V3_03 +- Raft Medium Impact V2 4 +- Anglerfish_Awake3 +- Wood Door Open Start +- OW_TH_FlagFlapping_loop +- Slide Reel Pickup 2 +- Tronworld Ambience 2 Alex Hack +- Ghost Run Footstep Wood_v2 5 +- Ignite_CampFire_03 +- Single Ghost Scream 14 +- Raft Start Reeling +- OW_PR_FootstepsGrass_08 +- Tronworld Enter 2 +- OW_PR_ProbeUnderwaterLaunch +- OW_GD_IslandCrashingInWater_v2 +- Grapple Totem Zoom In +- OW ReelBeat 02a 021021 AP +- Nomai_Stone_Door_End_V2_08 +- OW_PR_FootstepsJumpGlass_02 +- OW_NM_DoorStart_02 +- Destruction Impact - Large 3 +- OW_SP_SignalscopeSlideV2 +- OW NomaiRuinsRegular 081918 AP motif6c +- Wood Door Close Start 3 Alex +- Destruction Impact - Large 2 +- Nomai_Stone_Door_End_Big_V2_01 +- OW_NM_ComputerAmbienceLP +- Anglerfish_Awake2 +- OW_TH_Insects_loop_03 +- OW_PR_SignalscopeActivate +- OW_NM_ComputerRingFall1 +- OW_PR_FootstepsDirt_02 +- OW_NM_ShuttleLight +- Single Ghost Scream 1 +- Ghost Identify Fail +- OW_SP_ShipGroan5_v2 +- Cloaking Field Exit +- OW_PR_FootstepsNomai_01 +- OW Dreamworld Ruins 072021 AP 02e +- Forest Oneshot - Tree Creak 2 +- fogsphere_pulse1 +- OW_PR_PullOutStick +- OW_PR_LockOn +- Nomai_Stone_Door_End_Big_V2_07 +- OW_PR_FootstepsJumpSand_06 +- InstantDeath2_Long_Ringing +- Light Sensor Door Stop 2 +- Light Sensor Door Loop 2 +- OW_TH_GeyserEnd_02 +- pickaxe_01 +- OW_PR_FootstepsWaterWade_03 +- RockPile_Fall_03 +- OW_PR_ThrustAfterburn_v2_01 +- Light Sensor Fade Out 2 +- Light Sensor Fade In 3 +- OW Finally Set Free 072021_2 AP +- Ghost Blow Out Lantern Charge +- Wood Door Loop +- BigBang_Explo +- TH_Geyser_Loop_v3 +- Water Spray Impact 8 +- OW_TH_FlagFlapping_loop.\_03 +- OW_PR_FootstepsJumpLeaves_02 +- OW_PR_FootstepsIceSlide_Lp_01 +- Dreamworld Lights Out Ambience 3 +- knife_scrape_01 +- OW OBSERVATORY 011317 AP +- Footstep_Run5 +- Light Sensor Door Open 2 +- Jetpack_O2_loop_01 +- OW_PR_FootstepsJumpWood_04 +- OW_SP_BuckleUp +- Probe_SnapShot_02 +- Pickup_Ceramic_01 +- OW_PR_FootstepsWood_03 +- Destruction Debris 3 +- OW_PR_SignalscopeDeactivate +- OW_PR_OxygenLeakingFromSuit_loop +- Probe_SnapShot_01 +- Dreamworld Ghost Hotel Ambience 2 +- Slide Reel Put Down 2 +- Nomai_Stone_Door_End_V2_07 +- OW_SP_ProbeLauncherRotation_v2 +- OW_PR_MarshmallowEatUnburnt_noMmm_v3 +- SystemBackOnline +- Ghost Idle Search 1 +- Ship_Impact_Light_Damage_V3_03 +- OW Dreamworld Ruins Story Beats 071621 AP 1i +- OW_PR_FootstepsGrass_02 +- OW_NM_DoorSlide_LP_02 +- Ringworld Cave Ambience +- Fix_Puncture_02 +- OW_PR_FootstepsWaterWade_08 +- OW_TH_GeyserStart_01 +- OW_TH_Insects_loop_01 +- OW ReelBeat 04d_2 040921 AP +- OW_TH_ProjectorStop +- Prisoner Cloth Foley 6 +- Dream World Alarm Bell Oneshot 3 +- shiplog_selectplanet2 +- Nature Oneshot - Distant Creature 1 - less reverb +- OW_PR_FootstepsDirt_08 +- Spark_04 +- OW_GD_HeatLightning_02 +- OW Secret Loop 090121 AP muted +- Creature Voice Test 1 Short +- General Destruction 4 +- House Destruction 1 +- OW_PR_FootstepsSnow_02 +- Huge Splash 2 +- Player Gravel Footstep 4 +- Ghost Grab Player 1 +- shiplog_switchmode_back +- OW_PR_FootstepsJumpWood_03 +- OW_PR_FootstepsJumpMetal_05 +- OW_SP_AutopilotEngaged 1 +- OW_NM_DoorAirlockOpen_03 +- OW Dreamworld Ruins 072021 AP 02b +- Ghost Investiagation Grunt 2 +- Wood Door Close Start 2 +- Real World Alarm Bell Oneshot 2 +- OW Fabric SFX 102119 AP screen shatter SHORT +- OW_NM_Ruins_ambience_scary_loop +- Raft Heavy Impact 1 +- OW Whispers 041321_2 AP LP +- Ghost Run Footstep Forest 4 +- Vine_Crash_V3_01_LowPassDelay +- Solanum_Foley_HandLower +- OW_PR_FootstepsSand_07 +- Grapple Totem Zoom Out Louder +- Ship_Impact_Heavy_Damage_V3_07 +- OW_PR_FootstepsIce_01 +- OW Ghost Ambiences v2 011221 AP pad LP +- Raft Movement Stop +- OW_TH_Museum +- gasp_normal12_lessmale +- OW_PR_FootstepsJumpRock_05 +- OW_SP_ThrustRotationalUnderwater_02 +- Pool_Exit_v3 +- Flashlight_Malfunction_02 +- OW NomaiRuinsRegular 081918 AP motif1c +- Nomai_Stone_Door_End_V2_05 +- OW_PR_FootstepsLeaves_05 +- Nomai_Stone_Door_End_V2_09 +- asphyxiation_suit_secondhalf1 +- Spark_08 +- OW Aquatic Exploration 050318 AP LOOP +- OW_TH_GeyserEnd_01 +- UI_Navigate_03 +- OW ReelBeat 02b 021021 AP +- Player_Impact_Damage_Light_02 +- OW_PR_FootstepsWood_02 +- Jump_Into_TinyGalaxy_v2_02 +- OW_PR_ThrustRotationalUnderwater_05 +- Atmosphere_High_Suit +- OW_SP_MetalCreak_04 +- OW Prisoner Reveal 063021 AP +- Ghost Grunt 1 +- OW_PR_FootstepsJumpDirt_03 +- OW Reelbeat 03c 061721 AP +- Nomai_Stone_Door_End_Big_V2_10 +- Damage_Light_01 +- PutDown_Rock_01 +- OW_TH_ModelRocketCrashing +- OW ReelBeat 03b 032521 AP +- OW END OF GAME 021818 AP +- Raft Movement Start 3 +- Impact_Light_03 +- OW_NM_Tech_Advanced +- Ghost Walk Footstep Wood_v2 4 +- OW_PR_FootstepsJumpWood_05 +- OW_PR_FootstepsMetal_02 +- FootstepsJumpWoodCreak_01 +- OW Timber Hearth 032719 AP v2 +- Hotel Oneshot - Heavy Creak 3 +- shiplog_highlight +- OW_GD_Tornado_v2_03 +- RotationalThruster02 +- OW Quantum Lightning 091118 AP 06 +- JetPack_NotificationBeep_Fast +- SmallSplash +- Ghost Run Footstep Forest 3 +- Nomai_Stone_Door_End_Big_V2_04 +- OW Prisoner Elevator 061121_5 AP loop +- Tower Fall Part 1 +- OW_PR_FootstepsMetal_03 +- OW_PR_FootstepsRock_01 +- Ignite_Marshmallow_01 +- Ignite_CampFire_02 +- Ghost Walk Footstep Wood_v2 5 +- OW_GD_AmbienceCave +- Ship_Impact_Heavy_Damage_V3_11 +- Raft Release +- elevatorstop +- Hotel Oneshot - Creak 2 +- Station Light Flicker +- Forest Oneshot - Tree Creak 7 +- OW_GD_HeatLightning_03 +- Nomai_Stone_Door_End_Big_V2_08 +- OW_TH_AmbienceHighAltitude +- Water Spray Impact 3 +- Ghost Grunt 2_SmoothFade +- linkingstone_out +- Ghost Shout 6 +- Ghost Individual Death 4 +- shiplog_highlight2 +- OW_PR_FootstepsMetal_04 +- OW Morning Cello 101718_2 +- Spark_11 +- fogsphere_jump2_delayed +- Nomai_Stone_Door_End_V2_04 +- OW_SP_ElectricalDamageLP +- OW_PR_FootstepsGlass_02 +- Ghost Run Footstep Forest 6 +- OW_NM_CenterClampsRemoving +- OW_SP_ThrustRotationalUnderwater_03 +- OW_NM_InsertScroll +- GhostMatter_Splash_v4_02 +- Airlock Open +- OW_PR_TranslatorTranslateNew +- Ship_Impact_Heavy_Damage_V3_10 +- House Destruction 2 +- shiplog_newentry3_softer +- OW_TravelerTheme_piano +- Stilts Destruction 3 +- OW_PR_LockOff +- OW_TH_ModelRocketThrustTranslational_01 +- Hotel Oneshot - Creak 8 +- Dreamworld Candle Lighting Test Variation 6 +- Stilts Destruction 4 +- OW_SUN_BurnPlanet +- Real World Dam Crack Water Loop +- OW Final End Times 022519_2 AP LOOP2 +- OxygenRefill_Short +- OW ReelBeat 03a 031521 AP +- OW NomaiRuinsRegular 081918 AP motif5c v2 +- StoryReel5Short 063021_3 AP +- OW_GD_AmbienceOcean +- OW_TH_BridgeCreaking_loop +- OW Traveler Theme 021821 AP FINAL TIME NO PIANO ADD PRISONER +- OW_SP_ShipAmbiance_01 +- Prisoner Grunt 2 +- OW_NM_ComputerRingFall3 +- OW_NM_DoorStart_04 +- Ghost Neck Snap +- Nomai_Warp_01 +- General Destruction 2 +- pickaxe_02 +- OW_PR_FootstepsSnow_07 +- Lava_Splash_02 +- OW_PR_FootstepsGlass_06 +- Anglerfish_Awake +- OW_PR_ProbeRetrieval +- OW_PR_FootstepsJumpSnow_04 +- Lantern Wake Up Light 2 +- Secret Passageway Open Stop 2 +- Lantern Shorting Out 2 +- OW_PR_BanjoStrum_1b +- OW_PR_FootstepsSnow_08 +- Air Rushing Out Into Space +- OW_PR_FootstepsJumpGlass_03 +- OW_PR_ProbeInAirSound +- shiplog_movebetweenplanets +- OW_PR_BanjoStrum_4b +- Raft Stop Reeling +- OW Traveler Theme 091118 AP FINAL TIME WITH PIANO EDIT +- OW_PR_FootstepsMetal_08 +- OW ReelBeat 04a_2 040921 AP +- OW_SP_ShipExploding +- OW_PR_FootstepsJumpMetal_02 +- OW_TH_ModelRocketThrustRotational_04 +- JellyFish_Shock_03 +- OW No-Eye Ruins 121120_2 AP LP +- OW_GD_HeatLightning_05 +- OW_NM_GravityCrystalAmbience_Louder +- OW_GD_HeatLightning_07 +- Solar Sail Loop 2 +- OW_PR_FootstepsBushRustle_02 +- CityLights_Off_01 +- RotationalThruster01 +- OW_NM_BHEnterItem_v2 +- OW_PR_FootstepsBushRustle_09 +- Vision Torch - Vision Dissolves +- OW_PR_FootstepsJumpMetal_04 +- Lantern Remove 2 +- Player_Impact_Damage_Light_01 +- StoryReel5Full 062821_4 AP +- OW_PR_FootstepsWaterWade_07 +- OW_NM_SkypeLP +- OW_SP_ShipGroan2_v2 +- Volcano_Ambience_Loop_V2 +- AnglerFish_Chomp_Loop_v2 +- Destruction Debris 2 +- OW_PR_LandInWater2 +- OW_PR_FootstepsIce_05 +- Footstep_Run1 +- Anglerfish_ChompBite_01 +- Destruction Debris 1 +- Ghost Run Footstep Forest 1 +- AnglerFish_Target_v2_02 +- Signalscope_Zoom_Loop +- BH_Ambience_Below_Crust +- fogsphere_pulse3 +- OW_GD_HeatLightning_08 +- AshTwinCore_Close_01 +- Airlock Depressurize +- OW_TH_ModelRocketThrustRotational_03 +- OW_NM_ComputerRing2 +- RockPile_Fall_05 +- Vision Torch Fire - Loop +- OW Farewell 061721 AP +- Hologram_Enter_v2_01 +- OW_PR_ThrustRotationalUnderwater_03 +- Forest Oneshot - Tree Creak 8 +- OW_PR_LandInWater3 +- Hotel Oneshot - Creak 3 +- Hotel Oneshot - Heavy Thud 1 +- Distant Ghost Cacophony 1 +- Footstep_Run2 +- OW_TH_ProjectorRun_loop +- OW_PR_FootstepsJumpGrass_04 +- Destruction Impact - Large 5 +- FootstepsWoodCreak_03 +- OW_PR_FootstepsIce_03 +- Solanum_Foley_HandRaise +- OW_NM_DoorStart_Big_03 +- Candle Extinguishing Test Variation 6 +- Ignite_CampFire_01 +- Nature Oneshot - Distant Creature 3 - less reverb +- Real World Water Ambience - Slow River +- Ghost Grunt 5 +- IceMelt_v2_LowPass +- OW_NM_GravityCannonDeactivated +- OW Ghost Sequence 011121 AP LOW SUSPENSE LP +- Anglerfish_Sleeping +- Real World Water Ambience - Slow River 2 +- OW_PR_FootstepsWaterWade_02 +- Ghost Walk Footstep Forest 3 +- Spark_05 +- OW No-Eye Ruins 082121 AP stinger +- Nature Oneshot - Distant Deep Creature 3 +- OW_NM_SunStation +- Projector Totem Extinguish 1 +- Dreamfire Crackling Loop 3 +- OW Ghost Ambiences 012921_2 AP slam +- Dreamfire Explosion +- Dream World Water Ambience - Creek 8 +- OW_PR_FootstepsSnow_05 +- OW_PR_FootstepsIce_04 +- Dream World Water Ambience - Creek 5 +- Ghost Run Footstep Forest 2 +- OW_NM_DoorStart_08 +- Outer Wilds Party House v8 050321_2 AP traveler drone +- Hotel Oneshot - Heavy Creak 1 +- Secret Passageway Open Start 2 +- FootstepsWoodCreak_01 +- Ghost Grunt 8 +- OW_PR_FootstepsMetal_06 +- Probe_Attach_v3_02 +- OW_PR_LandInWater1 +- FootstepsWoodCreak_06 +- OW_PR_FootstepsBushRustle_04 +- Projector Totem Blow +- OW_PR_FootstepsWaterWade_01 +- Raft Movement Loop +- OW_SP_ThrustRotationalUnderwater_01 +- OW_PR_FallingIntoLavaBeep_loop +- Ship_Impact_Light_Damage_V3_01 +- Ship_Impact_Medium_Damage_V3_02 +- Ghost Walk Footstep Wood_v2 1 +- Nomai_Stone_Door_End_Big_V2_02 +- OW ReelBeat 04c_2 040921 AP +- Raft Push +- OW_PR_FootstepsJumpIce_03 +- Nomai_Stone_Door_End_Big_V2_05 +- Destruction Impact 5 +- HGT_SandFallSmall_Inside +- OW Quantum Lightning 091118 AP 01 +- OW_PR_OxygenLeakingFromSuit_in +- OW_PR_HelmetOn +- OW_SP_AutopilotDisengaged 1 +- PutDown_Ceramic_01 +- OW_PR_FootstepsMetal_07 +- Water Spray Impact 7 +- Dream World Alarm Bell Oneshot 4 +- CityLights_On_01 +- rockingchair3 +- fogsphere_pulse5 +- Nomai_ShipPowerOn_V2_01 +- OW_GD_IslandSuckedInTornado +- OW_NM_DoorStart_05 +- Probe_Attach_v3_01 +- OW_PR_ThrustRotationalUnderwater_02 +- Outer Wilds Party House v8 050321_3 AP traveler +- Artifact Put Down +- OW ReelBeat 01b 021021 AP +- stoppedasphyxiating_suit2 +- FootstepsJumpWoodCreak_04 +- Destruction Debris 6 +- Nomai_Warp_03_Shorter +- mallowpuff1 +- OW ReelBeat 02d 021021 AP +- OW_TravelerTheme_harmonica +- shiplog_misc4 +- Projector Totem Extinguish 3 +- OW ReelBackdrop 02b 021021 AP +- OW_PR_FootstepsDirt_03 +- Lava_Splash_01 +- Engine_Start_V2 +- Solar Sail Start +- OW_PR_ThrustTranslational_v2_01 +- Light Sensor Fade Out 1 +- Prisoner Cloth Foley 4 +- OW Quantum Lightning 091118 AP 02 +- OW_NM_RemoveScroll +- asphyxiation_suit_firsthalf2 +- OW_TH_AmbienceNightInCanyons +- Footstep2 +- OW ReelBackdrop 03b LOOP 031521 AP +- OW_SP_ThrustRotationalUnderwater_04 +- OW_PR_FootstepsNomai_08 +- OW_PR_FootstepsNomai_03 +- OW ReelBeat 03d 061121 AP +- OW_PR_FootstepsJumpSand_04 +- RotationalThruster03 +- Stilts Destruction 5 +- Raft Run Aground +- OW Space Station 081420_2 AP +- OW_PR_FootstepsWaterWade_06 +- Spark_02 +- Cloaking Field Entry +- OW_NM_DataWormhole +- OW_QuantumSignal +- General Destruction 3 +- OW New Raft Music 082321_4 AP quiet +- OW_SP_Unbuckle +- Real World Water Ambience - Calm 2 +- Prisoner Grunt 3 +- OW_NM_OrbMoveGlass_lp_01 +- Prisoner Cloth Foley 7 +- OW_PR_FootstepsRock_05 +- OW Traveler Theme 021821 AP FINAL TIME WITH PIANO ADD PRISONER +- OW Quantum Lightning 091118 AP 03 +- OW_TH_ModelRocketThrustRotational_02 +- OW_PR_HitWallUnderwater3 +- Flashlight_Malfunction_03 +- OW NM Flashback 082818 loop overlay AP +- supernova_corecollapse_10sec_fadeOut +- OW_PR_FootstepsWood_05 +- rockingchair1 +- Power_Failure_v2_02 +- OW_PR_FootstepsMetal_05 +- Stilts Destruction 2 +- Dreamworld Tower Tilt +- OW New Texture 082921 AP loop +- Lantern Insert 3 +- OW_PR_FootstepsNomai_07 +- OW_PR_FootstepsJumpWood_06 +- Pool_Enter_v3_Fade +- Raft Movement Start +- OW_PR_FootstepsNomai_05 +- OW_PR_HardSplash +- Destruction Debris 5 +- Dreamworld Candle Lighting Test Variation 2 +- OW NM Flashback 082818_2 AP stinger delayed +- Ghost Shout 4 +- Nomai_Stone_Door_End_Big_V2_06 +- Tower Tilt +- OW_NM_DoorStart_Big_06 +- OW_PR_FootstepsLeaves_03 +- Ghost Run Footstep Wood_v2 3 +- OW_NM_BHExitItem_v2 +- Ghost Idle Search 5 +- Forest Oneshot - Animal 1 +- OW Dreamworld Ruins 072021 AP 02d +- OW_PR_FootstepsJumpSnow_02 +- Platform_Break_V2_01 +- OW Party House 092820 AP short loop +- OW_PR_FootstepsRock_06 +- OW_SP_ThrustTranslational +- Footstep6 +- OW_PR_FootstepsWaterWade_05 +- Ghost Start Hunt Grunt 2 +- OW Dreamworld Ruins 072021 AP 02f +- Nomai_Stone_Door_End_Big_V2_12 +- Jump_Into_TinyGalaxy_v2_03 +- Footstep_Run3 +- Negative1 +- OW_TravelerTheme_banjo +- SandColumnEnd_v2 +- OW_PR_FootstepsJumpSand_05 +- Dreamworld Lights Out Ambience 2 +- OW Blair Witch Project 082921_3 AP darker mix loop +- Fig_Backer_Sat_Audio_V3 +- OW_PR_FootstepsGlass_01 +- Light Sensor Fade Out 4 +- Projector Totem Light 1 +- Player Gravel Footstep 6 +- OW_TH_GeyserStart_03 +- Slide Reel Remove 3 +- Ship_Impact_Medium_Damage_V3_06 +- OW Quantum Lightning 091118 AP 05 +- OW_GD_Tornado_v2_01 +- OW_SP_ActivateComputerLP +- Footstep_Run6 +- Spark_13 +- Vine_Crash_V3_02_LowPassDelay +- OW Slideshow BURNT LOOP small 031521_2 AP +- Raft Heavy Impact 4 +- Light Sensor Door Loop - Door Sensor Sliding +- Sarcophagus Strain 3 +- Loading Tunnel - Load +- elevatorstart +- Nomai_Stone_Door_End_V2_02 +- OW_GD_Tornado_v2_02 +- OW_NM_DoorAirLockAirPourOut_01 +- OW_TravelerTheme_newtraveler 061021 AP +- OW ReelBackdrop 04a_3 041321 AP LP +- OW_PR_FootstepsJumpRock_04 +- Damage_Heavy_04 +- Raft Movement Stop 2 +- OW_SP_AnalogClick2_v2 +- Nomai_Stone_Door_End_V2_01 +- OW_PR_FootstepsRock_07 +- Raft Light Impact V2 4 +- Marshmallow_Replace_01 +- Footstep5 +- Destruction Impact 3 +- Helmet_Glass_Crack_08 +- Ghost Run Footstep Wood_v2 6 +- OW End Credits 022019_3 AP +- Raft Heavy Impacts V2 2 +- Nomai_Stone_Door_End_Big_V2_13 +- OW_NM_GravityCannonActivated +- Outer Wilds Party House v8 050321_2 AP Bass +- Ringworld Muffled Indoor Ambience +- Ghost Run Footstep Wood_v2 2 +- OW_GD_AmbienceUndewater +- Forge_Loop_V3_03 +- OW_PR_CampfireAmbience +- OW_PR_FootstepsRock_08 +- Platform_Break_V2_02 +- OW_PR_FootstepsJumpWood_02 +- OW Eye Temple 121820_2 AP LP +- OW_GD_WavesAgainstBeach +- OW_PR_ThrowProbe +- OW_NM_DoorStart_07 +- OW_PR_FootstepsSand_04 +- Lantern Pickup +- Real World Water Ambience - Rapids 2 +- OW_PR_FootstepsWood_04 +- OW_NM_TractorBeamPowerUp +- OW New Stinger 082921 AP +- OW_PR_FootstepsGrass_07 +- Hotel Oneshot - Creak 7 +- Player_On_Fire_Loop +- OW_TH_UnderwaterRushing +- GhostMatter_Splash_v4_01 +- OW_SP_ThrustRotationalUnderwater_06 +- OW Fabric SFX 102119 AP rip FADE OUT +- OW Dreamworld Ruins 072021 AP 02a +- Spark_06 +- OW_SP_SignalscopeChunkV2 +- Player Gravel Footstep 2 +- OW_PR_FootstepsBushRustle_07 +- Hologram_Exit_v2_01 +- Metal Door Open Stop +- OW_PR_FootstepsJumpWood_01 +- OW_PR_FootstepsWaterWade_04 +- Nature Oneshot - Distant Deep Creature 2 +- Stilts Destruction 1 +- OW NM Flashback 082818 AP overlay1 +- drowning_secondhalf1 +- Gear Rotate Locked_Short +- Prisoner Cloth Foley 5 +- shiplog_deselectplanet +- Orb_End_v3_01 +- Atmosphere_High_Ship +- Solar Sail Start 2 +- knife_scrape_02 +- OW_TH_GeyserEnd_03 +- Meteor_Impact_03_b +- Destruction Impact 6 +- JellyFish_Shock_01 +- Light Sensor Loop +- Candle Extinguishing Test Variation 4 +- Vision Torch Light Rays - Off +- OW_NM_DoorSlide_Big_LP_05 +- OW_PR_FootstepsDirt_05 +- Sand_Column_Start_v2_03 +- Water Spray Impact 6 +- OW_NM_DoorStart_Big_07 +- OW_SP_ShipGroan3_v2 +- Heat_Damage_Loop_01 +- OW_SP_LandingCamDeactivated 1 +- breathing_lowO2_6 +- OW_PR_OxygenLeakingFromSuit_out +- LogUpdated_001 +- Vine_Crash_V3_04_LowPassDelay +- Destruction Debris 7 +- Hotel Oneshot - Heavy Creak 2 +- OW_PR_HelmetOff +- OW_PR_FootstepsGrass_04 +- Forest Oneshot - Animal 3 +- OW Discovery 083021_2 AP shorter +- Slide Reel Insert 3 +- OW_NM_BHEnterExitPlayer_v2 +- Ship_Impact_Light_Damage_V3_05 +- OW_SP_OpenHatch_NoBeep +- OW_SP_ThrustRotationalUnderwater_05 +- ShipSubmerge +- Artifact Fire Loop +- OW_DarkBramble_loop +- OW_PR_FootstepsBushRustle_08 +- OW NM Nomai City 081718 AP LOOP +- Solar Sail Stop 2 +- Destruction Impact - Large 1 +- OW Dream Rule LP 032421 AP normal +- Solar Sail Loop +- OW_TH_GeyserStart_02 +- Ship_Impact_No_Damage_V3_05 +- OW_PR_FootstepsIce_06 +- Outer Wilds Party House v8 050321_2 AP vocals +- asphyxiation_suit_secondhalf2 +- Affirmative1 +- Spark_12 +- OW_SP_ConsoleReadoutLP +- OW ReelBackdrop 03c 042621 AP LP +- gasp_light9 +- Nomai_Stone_Door_End_V2_03 +- OW_PR_FootstepsJumpNomai_06 +- OW_PR_FootstepsGlass_04 +- OW_PR_FootstepsDirt_04 +- Destruction Debris 9 +- OW_PR_FootstepsIce_08 +- OW_PR_SuitOff +- Artifact Pickup +- OW_SUN_Ambience_v4 +- JellyFish_Shock_05 +- OW_TH_Underwater +- Station Shudder - Dreamworld +- Ghost Walk Footstep Forest 5 +- OW_TH_ProjectorActivate +- asphyxiation_suit_firsthalf1 +- OW_PR_SignalscopeZoomIn +- HGT_Ambience_Surface +- FootstepsWoodCreak_08 +- GhostMatter_Splash_v4_03 +- UI_Tab_v2_05 +- Raft Medium Impact V2 3 +- OW_NM_TractorBeamPowerDown +- OW_Travel_Theme_Remaster +- Big_Galaxy_Burn_v2_01 +- OW_TH_Insects_loop_02 +- Raft Heavy Impact 3 +- Raft Movement Start 2 +- OW Quantum Lightning 091118 AP 04 +- OW_TH_FlagFlapping_loop.\_04 +- OW_TH_ModelRocketThrustTranslational_02 +- knife_scrape_03 +- Incinerate_v3_02 +- Light Sensor Rotate +- OW_NM_EscapePodDistressSignal +- MapZoomOut_Tone +- OW_NM_DoorStart_Big_05 +- Player Gravel Footstep 7 +- Ghost Walk Footstep Wood_v2 2 +- Ghost Run Footstep Forest 5 +- Ghost Walk Footstep Forest 4 +- OW_PR_HitWallUnderwater2 +- OW NM Flashback 082818_2 AP stinger +- OW_PR_FootstepsJumpGrass_05 +- Fix_Puncture_04 +- Ghost Idle Search 3 diff --git a/docs/src/content/docs/start-here/getting-started.md b/docs/src/content/docs/start-here/getting-started.md index da4b7776..1b94c8be 100644 --- a/docs/src/content/docs/start-here/getting-started.md +++ b/docs/src/content/docs/start-here/getting-started.md @@ -66,35 +66,35 @@ It has an object called Base, which has a groundSize of 100, and a surfaceSize o Alright so now that we understand how the file is structures, let's look into what each value actually does: -- `name` simply sets the name of the planet -- `$schema` we'll get to in a second -- `starSystem` specifies what star system this planet is located in, in this case we're using the base game star system, so we put "SolarSystem" -- Then it has an object called `Base` - - Base has a `groundSize` of 100, this generates a perfect sphere that is 100 units in radius as the ground of our planet - - It also has a `surfaceSize` of 101, surface size is used in many calculations, it's generally good to set it to a bit bigger than ground size. - - `surfaceGravity` describes the strength of gravity on this planet, in this case it's 12 which is the same as Timber Hearth -- Next it has another object called `Orbit` - - `semiMajorAxis` specifies the radius of the orbit (how far away the body is from its parent) - - `primaryBody` is set to `TIMBER_HEARTH``, this makes our planet orbit timber hearth - - `isMoon` simply tells the game how close you have to be to the planet in map mode before its name appears - - `isTidallyLocked` makes sure that one side of our planet is always facing timber hearth (the primary body) -- Next, we have `Atmosphere` - - Its `size` is 150, this simply sets how far away from the planet our atmosphere stretches - - Its `fogTint` is set to a color which is an object with r, g, b, and a properties (properties is another word for keys) - - `fogSize` determines how far away the fog stretches from the planet - - `fogDensity` is simply how dense the fog is - - `hasRain` makes rainfall on the planet -- Finally, we have `MapMarker` - - `enabled` tells New Horizons that we want this planet to have a marker on the map screen +- `name` simply sets the name of the planet +- `$schema` we'll get to in a second +- `starSystem` specifies what star system this planet is located in, in this case we're using the base game star system, so we put "SolarSystem" +- Then it has an object called `Base` + - Base has a `groundSize` of 100, this generates a perfect sphere that is 100 units in radius as the ground of our planet + - It also has a `surfaceSize` of 101, surface size is used in many calculations, it's generally good to set it to a bit bigger than ground size. + - `surfaceGravity` describes the strength of gravity on this planet, in this case it's 12 which is the same as Timber Hearth +- Next it has another object called `Orbit` + - `semiMajorAxis` specifies the radius of the orbit (how far away the body is from its parent) + - `primaryBody` is set to `TIMBER_HEARTH``, this makes our planet orbit timber hearth + - `isMoon` simply tells the game how close you have to be to the planet in map mode before its name appears + - `isTidallyLocked` makes sure that one side of our planet is always facing timber hearth (the primary body) +- Next, we have `Atmosphere` + - Its `size` is 150, this simply sets how far away from the planet our atmosphere stretches + - Its `fogTint` is set to a color which is an object with r, g, b, and a properties (properties is another word for keys) + - `fogSize` determines how far away the fog stretches from the planet + - `fogDensity` is simply how dense the fog is + - `hasRain` makes rainfall on the planet +- Finally, we have `MapMarker` + - `enabled` tells New Horizons that we want this planet to have a marker on the map screen #### What's a Schema? That `$schema` property is a bit special, it instructs VSCode to use a pre-made schema to provide a better editing experience. With the schema you get: -- Automatic descriptions for properties when hovering over keys -- Automatic error detection for incorrect data types or values -- Autocomplete, also called IntelliSense +- Automatic descriptions for properties when hovering over keys +- Automatic error detection for incorrect data types or values +- Autocomplete, also called IntelliSense The schema we're using here is the [Celestial Body Schema](/schemas/body-schema), but there are many others available in the Schemas section of the left sidebar. @@ -104,8 +104,8 @@ With the new planet created (_and saved!_), launch the game through the mod mana If you run into issues please make sure: -- You placed the JSON file in a folder called `planets` in the New Horizons mod folder -- There are no red or yellow squiggly lines in your file +- You placed the JSON file in a folder called `planets` in the New Horizons mod folder +- There are no red or yellow squiggly lines in your file ## Creating An Addon @@ -113,9 +113,9 @@ If you run into issues please make sure: To get started, you'll need to click the green "Use This Template" button on [the New Horizons addon template](https://github.com/xen-42/ow-new-horizons-config-template) GitHub repository. -- Set the Name to your username followed by a dot (`.`), followed by your mod's name in PascalCase (no spaces, new words have capital letters). So for example if my username was "Test" and my mod's name was "Really Cool Addon", I would name the repo `Test.ReallyCoolAddon`. -- The description is what will appear in the mod manager under the mod's name, you can always edit this later -- You can set the visibility to what you want; But when you go to publish your mod, it will need to be public +- Set the Name to your username followed by a dot (`.`), followed by your mod's name in PascalCase (no spaces, new words have capital letters). So for example if my username was "Test" and my mod's name was "Really Cool Addon", I would name the repo `Test.ReallyCoolAddon`. +- The description is what will appear in the mod manager under the mod's name, you can always edit this later +- You can set the visibility to what you want; But when you go to publish your mod, it will need to be public ### Open The Project @@ -123,16 +123,16 @@ Now clone the repository to your local computer and open it in your favorite edi ### Project Layout -- .github: This folder contains special files for use on GitHub, they aren't useful right now but will be when we go to publish the mod -- planets: This folder contains a single example config file that destroys the Quantum Moon, we'll keep it for now so we can test our addon later. -- .gitattributes: This is another file that will be useful when publishing -- default-config.json: This file is used in C#-based mods to allow a custom options menu, New Horizons doesn't support a custom options menu, but we still need the file here in order for the addon to work. -- manifest.json: This is the first file we're going to edit, we need to fill it out with information about our mod - - First you're going to set `author` to your author name, this should be the same name that you used when creating the GitHub repo. - - Next, set `name` to the name you want to appear in the mod manager and website. - - Now set `uniqueName` to the name of your GitHub Repo. - - You can leave `version`, `owmlVersion`, and `dependencies` alone -- NewHorizonsConfig.dll: This is the heart of your addon, make sure to never move or rename it. +- .github: This folder contains special files for use on GitHub, they aren't useful right now but will be when we go to publish the mod +- planets: This folder contains a single example config file that destroys the Quantum Moon, we'll keep it for now so we can test our addon later. +- .gitattributes: This is another file that will be useful when publishing +- default-config.json: This file is used in C#-based mods to allow a custom options menu, New Horizons doesn't support a custom options menu, but we still need the file here in order for the addon to work. +- manifest.json: This is the first file we're going to edit, we need to fill it out with information about our mod + - First you're going to set `author` to your author name, this should be the same name that you used when creating the GitHub repo. + - Next, set `name` to the name you want to appear in the mod manager and website. + - Now set `uniqueName` to the name of your GitHub Repo. + - You can leave `version`, `owmlVersion`, and `dependencies` alone +- NewHorizonsConfig.dll: This is the heart of your addon, make sure to never move or rename it. ### Testing The Addon diff --git a/docs/src/content/docs/start-here/helpful-resources.md b/docs/src/content/docs/start-here/helpful-resources.md index a2642049..0ca13791 100644 --- a/docs/src/content/docs/start-here/helpful-resources.md +++ b/docs/src/content/docs/start-here/helpful-resources.md @@ -51,18 +51,18 @@ rectangular-to-polar coordinate transformation, useful for fixing abnormalities These mods are useful when developing your addon -- [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer) - Used to find the paths of game objects for copying and can be used to manually position props, ship log entries, and more. -- [Collider Visualizer](https://outerwildsmods.com/mods/collidervisualizer) - Useful when creating dialogue triggers or reveal volumes. -- [Save Editor](https://outerwildsmods.com/mods/saveeditor) - Useful when creating a custom [ship log](/ship-log), can be used to reveal all custom facts so you can see them in the ship's computer. -- [Time Saver](https://outerwildsmods.com/mods/timesaver/) - Lets you skip some repeated cutscenes and get into the game faster. -- [The Examples Mod](https://github.com/Outer-Wilds-New-Horizons/nh-examples) - A mod that contains examples of how to use New Horizons features. +- [Unity Explorer](https://outerwildsmods.com/mods/unityexplorer) - Used to find the paths of game objects for copying and can be used to manually position props, ship log entries, and more. +- [Collider Visualizer](https://outerwildsmods.com/mods/collidervisualizer) - Useful when creating dialogue triggers or reveal volumes. +- [Save Editor](https://outerwildsmods.com/mods/saveeditor) - Useful when creating a custom [ship log](/ship-log), can be used to reveal all custom facts so you can see them in the ship's computer. +- [Time Saver](https://outerwildsmods.com/mods/timesaver/) - Lets you skip some repeated cutscenes and get into the game faster. +- [The Examples Mod](https://github.com/Outer-Wilds-New-Horizons/nh-examples) - A mod that contains examples of how to use New Horizons features. ## Helpful Tools These tools/references are highly recommended -- [VSCode](https://code.visualstudio.com/) -- [VSCode XML Addon](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml) -- [XML Basics Tutorial](https://www.w3schools.com/xml/xml_whatis.asp) -- [JSON Basics Tutorial](https://www.tutorialspoint.com/json/index.htm) -- [OWML Docs](https://owml.outerwildsmods.com/) +- [VSCode](https://code.visualstudio.com/) +- [VSCode XML Addon](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml) +- [XML Basics Tutorial](https://www.w3schools.com/xml/xml_whatis.asp) +- [JSON Basics Tutorial](https://www.tutorialspoint.com/json/index.htm) +- [OWML Docs](https://owml.outerwildsmods.com/)