Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump sanitize-html and @types/sanitize-html in /offlinedocs#20062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 1, 2025
edited
Loading

⚠️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.


Bumpssanitize-html and@types/sanitize-html. These dependencies needed to be updated together.
Updatessanitize-html from 2.14.0 to 2.17.0

Changelog

Sourced fromsanitize-html's changelog.

2.17.0 (2025-05-14)

  • AddpreserveEscapedAttributes, allowing attributes on escaped disallowed tags to be retained. Thanks toBen Elliot for this new option.

2.16.0 (2025-04-16)

  • AddonOpenTag andonCloseTag events to enable advanced filtering to hook into the parser. Thanks toRimvydas Naktinis.

2.15.0 (2025-03-19)

  • Allow keeping tag content when discarding with exclusive filter by returning"excludeTag". Thanks torChaoz.
Commits
  • 86efc06 Merge pull request#705 from apostrophecms/release-2.17.0
  • c487e77 release 2.17.0
  • da16903 Merge pull request#704 from apostrophecms/add-thanks-to-changelog
  • 0e5d881 Update CHANGELOG
  • 614e7df Merge pull request#668 from benelliott/feature/preserve-escaped-attributes-2
  • 8628cea Update README.md
  • f07ce9d README.md: Add warning on usage ofpreserveEscapedAttributes
  • 27de3a8 Add test demonstrating that preserveEscapedAttributes doesn't affect behaviou...
  • 3d2893e Add documentation forpreserveEscapedAttributes option
  • ae1dc35 AddpreserveEscapedAttributes option to allow attributes on escaped disallo...
  • Additional commits viewable incompare view

Updates@types/sanitize-html from 2.13.0 to 2.16.0

Commits

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 commands and options

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)

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- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)- [Commits](apostrophecms/sanitize-html@2.14.0...2.17.0)Updates `@types/sanitize-html` from 2.13.0 to 2.16.0- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html)---updated-dependencies:- dependency-name: sanitize-html  dependency-version: 2.17.0  dependency-type: direct:production  update-type: version-update:semver-minor- dependency-name: "@types/sanitize-html"  dependency-version: 2.16.0  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsOct 1, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)October 1, 2025 11:14
@github-actionsgithub-actionsbot merged commitf4c3469 intomainOct 1, 2025
33 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/npm_and_yarn/offlinedocs/multi-9a98eb34b8 branchOctober 1, 2025 11:18
aslilac pushed a commit that referenced this pull requestOct 7, 2025
…20062)[//]: # (dependabot-start)⚠️  **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes sometime.Note: if you make any changes to this PR yourself, they will takeprecedence 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 <ahref="https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md">sanitize-html'schangelog</a>.</em></p><blockquote><h2>2.17.0 (2025-05-14)</h2><ul><li>Add <code>preserveEscapedAttributes</code>, allowing attributes onescaped disallowed tags to be retained. Thanks to <ahref="https://github.com/benelliott">Ben Elliot</a> for this newoption.</li></ul><h2>2.16.0 (2025-04-16)</h2><ul><li>Add <code>onOpenTag</code> and <code>onCloseTag</code> events toenable advanced filtering to hook into the parser. Thanks to <ahref="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 byreturning <code>&quot;excludeTag&quot;</code>. Thanks to <ahref="https://github.com/rChaoz">rChaoz</a>.</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/86efc067a63515e08ecfc47f94d8bca0e3715030"><code>86efc06</code></a>Merge pull request <ahref="https://redirect.github.com/apostrophecms/sanitize-html/issues/705">#705</a>from apostrophecms/release-2.17.0</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/c487e7796a1dea5b1dd7a083b4efc47f7988cc51"><code>c487e77</code></a>release 2.17.0</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/da16903beda114b6d65f2de72b2f8054af010163"><code>da16903</code></a>Merge pull request <ahref="https://redirect.github.com/apostrophecms/sanitize-html/issues/704">#704</a>from apostrophecms/add-thanks-to-changelog</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/0e5d881f48c4aa40536d070337159e92edc646b1"><code>0e5d881</code></a>Update CHANGELOG</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/614e7dfc2ce156baff560254cdf5be77f0560e64"><code>614e7df</code></a>Merge pull request <ahref="https://redirect.github.com/apostrophecms/sanitize-html/issues/668">#668</a>from benelliott/feature/preserve-escaped-attributes-2</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/8628ceaa17fa1672037761985c4cb454537a10bd"><code>8628cea</code></a>Update README.md</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/f07ce9dff8e047655f2f42db1f427b10eb8f982d"><code>f07ce9d</code></a>README.md: Add warning on usage of<code>preserveEscapedAttributes</code></li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/27de3a879ad36d01906e5297f779a5393c700c17"><code>27de3a8</code></a>Add test demonstrating that preserveEscapedAttributes doesn't affectbehaviou...</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/3d2893e01336427c7999c31ea554ebe868780fff"><code>3d2893e</code></a>Add documentation for <code>preserveEscapedAttributes</code> option</li><li><ahref="https://github.com/apostrophecms/sanitize-html/commit/ae1dc35af6b48ab9b25513342c16183c6c66a118"><code>ae1dc35</code></a>Add <code>preserveEscapedAttributes</code> option to allow attributes onescaped disallo...</li><li>Additional commits viewable in <ahref="https://github.com/apostrophecms/sanitize-html/compare/2.14.0...2.17.0">compareview</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 <ahref="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sanitize-html">compareview</a></li></ul></details><br />Dependabot will resolve any conflicts with this PR as long as you don'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp