chore(deps): bump deps, silence internal punycode deprecation
| | |
| | | "typescript": "^5.8.2" |
| | | }, |
| | | "engines": { |
| | | "node": "20 || >=22", |
| | | "node": ">=20", |
| | | "npm": ">=9.3.1" |
| | | } |
| | | }, |
| | |
| | | } |
| | | }, |
| | | "node_modules/cross-spawn": { |
| | | "version": "7.0.3", |
| | | "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", |
| | | "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", |
| | | "version": "7.0.6", |
| | | "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
| | | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
| | | "license": "MIT", |
| | | "dependencies": { |
| | | "path-key": "^3.1.0", |
| | | "shebang-command": "^2.0.0", |
| | |
| | | } |
| | | }, |
| | | "node_modules/katex": { |
| | | "version": "0.16.11", |
| | | "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", |
| | | "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", |
| | | "version": "0.16.21", |
| | | "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", |
| | | "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", |
| | | "funding": [ |
| | | "https://opencollective.com/katex", |
| | | "https://github.com/sponsors/katex" |
| | |
| | | #!/usr/bin/env node |
| | | #!/usr/bin/env node --no-deprecation |
| | | import yargs from "yargs" |
| | | import { hideBin } from "yargs/helpers" |
| | | import { |
| | |
| | | if (!containsIndex && !ctx.argv.fastRebuild) { |
| | | console.log( |
| | | chalk.yellow( |
| | | `\nWarning: you seem to be missing an \`index.md\` home page file at the root of your \`${ctx.argv.directory}\` folder. This may cause errors when deploying.`, |
| | | `\nWarning: you seem to be missing an \`index.md\` home page file at the root of your \`${ctx.argv.directory}\` folder (\`${path.join(ctx.argv.directory, "index.md")} does not exist\`). This may cause errors when deploying.`, |
| | | ), |
| | | ) |
| | | } |