Skip to content

Commit 5f62c9e

Browse files
Bump dompurify and redoc (#4381)
* Bump dompurify and redoc Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.2.4 and updates ancestor dependency [redoc](https://github.com/Redocly/redoc). These dependencies need to be updated together. Updates `dompurify` from 2.5.6 to 3.2.4 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.5.6...3.2.4) Updates `redoc` from 2.1.3 to 2.4.0 - [Release notes](https://github.com/Redocly/redoc/releases) - [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md) - [Commits](Redocly/redoc@v2.1.3...v2.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect - dependency-name: redoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update docs-theme module Signed-off-by: Ian Maddaus <[email protected]> * Get NPM deps in Netlify build Signed-off-by: Ian Maddaus <[email protected]> * Update theme again Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ian Maddaus <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Maddaus <[email protected]>
1 parent a1f54a5 commit 5f62c9e

File tree

18 files changed

+598
-194
lines changed

18 files changed

+598
-194
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ lint: bundle
5353

5454
update_theme:
5555
hugo mod get -u github.com/chef/chef-docs-theme
56+
rm -rf _vendor
57+
rm -rf node_modules
58+
hugo mod tidy
59+
hugo mod vendor
5660
hugo mod npm pack
61+
npm install
5762

5863
## See:
5964
## - https://cspell.org/docs/getting-started/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The Chef Documentation website is built using:
9292
- [Node](https://www.nodejs.com) 20.0.0 or higher
9393
- [NPM](https://www.npmjs.com/) 10.4.0 or higher
9494
- [Go](https://golang.org/dl/) 1.22 or higher
95+
- [Dart Sass](https://sass-lang.com/dart-sass/) 2.7.1
9596

9697
To install Hugo, NPM, and Go on Windows, run:
9798

_vendor/github.com/chef/chef-docs-theme/assets/sass/typography/_lists.scss

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/layouts/_default/redirect.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/layouts/partials/feedback.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/layouts/shortcodes/accordion-item.html

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/layouts/shortcodes/accordion-list.html

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/package.hugo.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/chef/chef-docs-theme/package.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1
1515
# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa
1616
# github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621
17-
# github.com/chef/chef-docs-theme v0.0.0-20250131195626-789c6c10b6b1
17+
# github.com/chef/chef-docs-theme v0.0.0-20250217213320-727f9bce8258
1818
# github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536
1919
# github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90
2020
# github.com/twitter/hogan.js v3.0.2+incompatible

0 commit comments

Comments
 (0)