Skip to content

Commit

Permalink
chore(merge main): patched commit → 72d3b6e (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed May 6, 2024
1 parent 74c4c27 commit d3216f6
Show file tree
Hide file tree
Showing 9 changed files with 1,440 additions and 1,449 deletions.
2,846 changes: 1,425 additions & 1,421 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -79,7 +79,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
"docs-serve-only": "sirv _site --no-clear --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x karma-browserstack-launcher,karma-rollup-preprocessor",
"update-deps": "ncu -u -x eslint,karma-browserstack-launcher,karma-rollup-preprocessor",
"release": "npm-run-all dist release-sri docs-build storybook-build release-zip*",
"release-sri": "node build/generate-sri.mjs",
"release-version": "node build/change-version.mjs",
Expand All @@ -104,9 +104,9 @@
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@docsearch/js": "^3.6.0",
"@percy/cli": "^1.28.5",
"@popperjs/core": "^2.11.8",
Expand Down Expand Up @@ -139,7 +139,7 @@
"focus-visible": "^5.2.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.122.3",
"hugo-bin": "^0.122.5",
"ip": "^2.0.0",
"jasmine": "^5.1.0",
"jquery": "^3.7.1",
Expand All @@ -160,19 +160,19 @@
"pa11y-ci-reporter-html": "^6.0.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"rollup": "^4.16.3",
"rollup": "^4.17.2",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.75.0",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"sirv-cli": "^2.0.2",
"storybook": "^8.0.9",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"tarteaucitronjs": "^1.17.0",
"terser": "^5.30.4",
"terser": "^5.31.0",
"vnu-jar": "^23.4.11"
},
"files": [
Expand Down
3 changes: 1 addition & 2 deletions site/assets/scss/_content.scss
Expand Up @@ -36,9 +36,8 @@
// Boosted mod: remove a lot of rules to keep our basic rendering

// Prevent breaking of code
// stylelint-disable-next-line selector-max-compound-selectors
th,
td:first-child > code {
td:first-child > code { // stylelint-disable-line selector-max-compound-selectors
white-space: nowrap;
}
}
Expand Down
2 changes: 1 addition & 1 deletion site/content/404.md
Expand Up @@ -5,7 +5,7 @@ description: ""
url: /404.html
robots: noindex,follow
sitemap:
exclude: true
disable: true
---

<div class="text-center py-5">
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/_index.html
@@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/5.3/getting-started/introduction/"
---
2 changes: 1 addition & 1 deletion site/content/docs/5.3/dark-mode.md
Expand Up @@ -6,7 +6,7 @@ aliases: "/dark-mode/"
toc: true
robots: noindex,follow
sitemap:
exclude: true
disable: true
---

## Components
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/docsref.md
Expand Up @@ -6,7 +6,7 @@ aliases: "/docsref/"
toc: true
robots: noindex,follow
sitemap:
exclude: true
disable: true
---

<!-- Boosted mod: no Buttons section because no `.btn-bd-*` defined -->
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/_index.html
@@ -1,6 +1,6 @@
---
layout: redirect
sitemap:
exclude: true
disable: true
redirect: "/docs/getting-started/introduction/"
---
12 changes: 0 additions & 12 deletions site/layouts/sitemap.xml

This file was deleted.

0 comments on commit d3216f6

Please sign in to comment.