mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
f4c3469a9c
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) and [@types/sanitize-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sanitize-html). These dependencies needed to be updated together. Updates `sanitize-html` from 2.14.0 to 2.17.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md">sanitize-html's changelog</a>.</em></p> <blockquote> <h2>2.17.0 (2025-05-14)</h2> <ul> <li>Add <code>preserveEscapedAttributes</code>, allowing attributes on escaped disallowed tags to be retained. Thanks to <a href="https://github.com/benelliott">Ben Elliot</a> for this new option.</li> </ul> <h2>2.16.0 (2025-04-16)</h2> <ul> <li>Add <code>onOpenTag</code> and <code>onCloseTag</code> events to enable advanced filtering to hook into the parser. Thanks to <a href="https://github.com/naktinis">Rimvydas Naktinis</a>.</li> </ul> <h2>2.15.0 (2025-03-19)</h2> <ul> <li>Allow keeping tag content when discarding with exclusive filter by returning <code>"excludeTag"</code>. Thanks to <a href="https://github.com/rChaoz">rChaoz</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/86efc067a63515e08ecfc47f94d8bca0e3715030"><code>86efc06</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/705">#705</a> from apostrophecms/release-2.17.0</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/c487e7796a1dea5b1dd7a083b4efc47f7988cc51"><code>c487e77</code></a> release 2.17.0</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/da16903beda114b6d65f2de72b2f8054af010163"><code>da16903</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/704">#704</a> from apostrophecms/add-thanks-to-changelog</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/0e5d881f48c4aa40536d070337159e92edc646b1"><code>0e5d881</code></a> Update CHANGELOG</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/614e7dfc2ce156baff560254cdf5be77f0560e64"><code>614e7df</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/668">#668</a> from benelliott/feature/preserve-escaped-attributes-2</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/8628ceaa17fa1672037761985c4cb454537a10bd"><code>8628cea</code></a> Update README.md</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/f07ce9dff8e047655f2f42db1f427b10eb8f982d"><code>f07ce9d</code></a> README.md: Add warning on usage of <code>preserveEscapedAttributes</code></li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/27de3a879ad36d01906e5297f779a5393c700c17"><code>27de3a8</code></a> Add test demonstrating that preserveEscapedAttributes doesn't affect behaviou...</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/3d2893e01336427c7999c31ea554ebe868780fff"><code>3d2893e</code></a> Add documentation for <code>preserveEscapedAttributes</code> option</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/ae1dc35af6b48ab9b25513342c16183c6c66a118"><code>ae1dc35</code></a> Add <code>preserveEscapedAttributes</code> option to allow attributes on escaped disallo...</li> <li>Additional commits viewable in <a href="https://github.com/apostrophecms/sanitize-html/compare/2.14.0...2.17.0">compare view</a></li> </ul> </details> <br /> Updates `@types/sanitize-html` from 2.13.0 to 2.16.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "coder-docs-generator",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm copy-images && next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "pnpm copy-images && next build",
|
|
"copy-images": "sh ./scripts/copyImages.sh",
|
|
"lint": "pnpm run lint:types",
|
|
"lint:types": "tsc --noEmit",
|
|
"format": "prettier --cache --write './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
|
|
"format:check": "prettier --cache --check './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "2.10.9",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.0",
|
|
"archiver": "6.0.2",
|
|
"framer-motion": "^10.18.0",
|
|
"front-matter": "4.0.2",
|
|
"lodash": "4.17.21",
|
|
"next": "15.4.7",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "4.12.0",
|
|
"react-markdown": "9.0.3",
|
|
"rehype-raw": "7.0.0",
|
|
"remark-gfm": "4.0.0",
|
|
"sanitize-html": "2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.17.20",
|
|
"@types/node": "20.17.16",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/sanitize-html": "2.16.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "14.2.33",
|
|
"prettier": "3.4.1",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"engines": {
|
|
"npm": ">=9.0.0 <10.0.0",
|
|
"node": ">=18.0.0 <23.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@babel/runtime": "7.26.10",
|
|
"brace-expansion": "1.1.12"
|
|
}
|
|
}
|
|
}
|