Compare commits

...

17 Commits

Author SHA1 Message Date
Mark Dumay
593ab2c918 Merge pull request #1571 from gethinode/develop
Develop
2025-09-10 14:09:34 +02:00
Mark Dumay
1f33976fe2 fix: ensure panel content is always set to size 6 2025-09-10 13:56:38 +02:00
Mark Dumay
9234d3c86a fix: include theme and cover args in all content blocks 2025-09-10 13:49:16 +02:00
github-actions[bot]
de716b0162 Merge pull request #1570 from gethinode/dependabot/npm_and_yarn/hugo-bin-0.147.0
build(deps): bump hugo-bin from 0.146.1 to 0.147.0
2025-09-09 13:13:57 +00:00
dependabot[bot]
7c176956b0 build(deps): bump hugo-bin from 0.146.1 to 0.147.0
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.146.1 to 0.147.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.146.1...v0.147.0)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-version: 0.147.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 13:07:04 +00:00
github-actions[bot]
7258d0b5a9 Merge pull request #1564 from gethinode/dependabot/npm_and_yarn/stylelint-16.24.0
build(deps-dev): bump stylelint from 16.23.1 to 16.24.0
2025-09-08 17:38:33 +00:00
Mark Dumay
fe04de37a7 Merge branch 'main' into dependabot/npm_and_yarn/stylelint-16.24.0 2025-09-08 19:31:32 +02:00
github-actions[bot]
d3ca7075bf Merge pull request #1565 from gethinode/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2025-09-08 17:28:24 +00:00
Mark Dumay
68215d5f94 Merge branch 'main' into dependabot/github_actions/actions/setup-node-5 2025-09-08 19:21:27 +02:00
github-actions[bot]
dc57fa5217 Merge pull request #1566 from gethinode/dependabot/npm_and_yarn/eslint-9.35.0
build(deps-dev): bump eslint from 9.34.0 to 9.35.0
2025-09-08 17:19:12 +00:00
Mark Dumay
8299b125fc Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.35.0 2025-09-08 19:10:09 +02:00
github-actions[bot]
6a51cb9681 Merge pull request #1567 from gethinode/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2025-09-08 17:09:57 +00:00
Mark Dumay
27bbf7ddf5 Merge branch 'main' into dependabot/github_actions/actions/setup-go-6 2025-09-08 19:03:16 +02:00
dependabot[bot]
4b3b0e87bb build(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:14:08 +00:00
dependabot[bot]
6bad35eec8 build(deps-dev): bump eslint from 9.34.0 to 9.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 9.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.34.0...v9.35.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:12:58 +00:00
dependabot[bot]
46e745d1e7 build(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:10:54 +00:00
dependabot[bot]
6cef5651d2 build(deps-dev): bump stylelint from 16.23.1 to 16.24.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.23.1 to 16.24.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.23.1...16.24.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:09:59 +00:00
18 changed files with 142 additions and 115 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: lts/*
cache: 'npm'
@@ -56,12 +56,12 @@ jobs:
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ">1.0.0"
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

View File

@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: lts/*
cache: 'npm'

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "lts/*"

View File

@@ -32,6 +32,8 @@ blueprint:
width:
justify:
link-type:
theme:
cover:
links:
-
title:

View File

@@ -47,3 +47,5 @@ blueprint:
class:
width:
justify:
theme:
cover:

View File

@@ -34,3 +34,5 @@ blueprint:
width:
justify:
align:
theme:
cover:

View File

@@ -41,3 +41,5 @@ blueprint:
padding:
order:
width:
theme:
cover:

View File

@@ -26,3 +26,5 @@ blueprint:
items:
- title:
description:
theme:
cover:

View File

@@ -35,6 +35,7 @@ blueprint:
align:
order:
overlay-mode:
theme:
cover:
orientation:
width:

View File

@@ -33,3 +33,5 @@ blueprint:
class:
width:
justify:
theme:
cover:

View File

@@ -33,16 +33,17 @@
{{ $toc = $toc | append (dict "href" "panel-0-1" "level" 2 "title" $element.title) }}
{{ $hero := partial "assets/hero.html" (dict
"page" page
"heading" (dict "title" $element.title "content" $element.content "width" 8 "size" 6)
"background" $args.background
"illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode)
"order" $args.order
"link-type" $args.linkType
"links" $args.links
"orientation" "horizontal"
"align" "start"
"width" 12
"page" page
"heading" (dict "content" $element.content "width" 8)
"background" $args.background
"illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode)
"order" $args.order
"link-type" $args.linkType
"links" $args.links
"orientation" "horizontal"
"align" "start"
"width" 12
"content-style" "fs-6"
)
}}

View File

@@ -23,4 +23,6 @@ blueprint:
subtle:
width:
justify:
data:
data:
theme:
cover:

View File

@@ -42,6 +42,8 @@ blueprint:
border:
width:
justify:
theme:
cover:
_structures:
messages:

View File

@@ -28,3 +28,5 @@ arguments:
theme:
hook:
default: assets/hero-image.html
heading-style:
content-style:

View File

@@ -245,6 +245,9 @@
"fa-activity",
"fa-address-card",
"fa-angle-left",
"fa-angle-right",
"fa-angles-left",
"fa-angles-right",
"fa-arrow-left",
"fa-arrow-right",
"fa-bootstrap",
@@ -656,11 +659,11 @@
"docs",
"documentation",
"dropdown-nav-0",
"dropdown-panel-16b2a928aac4d339268b91e7c4518650",
"dropdown-panel-53a3afd31606a7ac6129f64a344975d9",
"dropdown-panel-5e667cc0c5d40eda2b54232cea073408",
"dropdown-panel-8e22977c44c99705a2905fe080b12e3b",
"dropdown-panel-e01b3819797b6cc28a2cca7981f9df7f",
"dropdown-panel-0e0d7c1fd6d33e3180b75a3f126f5fea",
"dropdown-panel-3afb6d66b09dfeb4621548fc9812ce10",
"dropdown-panel-46f581d5bacea14d68114161d503d5c1",
"dropdown-panel-e37d2a3ed3fbb2ae9956fe2816627070",
"dropdown-panel-effd2deef2e0cded9c2d41c8aaec9646",
"elements-type",
"entity-relationship-diagram",
"example",
@@ -678,16 +681,19 @@
"fab-medium",
"fab-whatsapp",
"fab-x-twitter",
"faq-649be4a23aaadab7d9a46459b05aef4f",
"faq-649be4a23aaadab7d9a46459b05aef4f-heading-faq-649be4a23aaadab7d9a46459b05aef4f",
"faq-649be4a23aaadab7d9a46459b05aef4f-item-0",
"faq-649be4a23aaadab7d9a46459b05aef4f-item-1",
"faq-649be4a23aaadab7d9a46459b05aef4f-item-2",
"faq-963137b2b2e4941741e0ab33cf4fd1fe",
"faq-963137b2b2e4941741e0ab33cf4fd1fe-heading-faq-963137b2b2e4941741e0ab33cf4fd1fe",
"faq-963137b2b2e4941741e0ab33cf4fd1fe-item-0",
"faq-963137b2b2e4941741e0ab33cf4fd1fe-item-1",
"faq-963137b2b2e4941741e0ab33cf4fd1fe-item-2",
"fas-1",
"fas-2",
"fas-3",
"fas-address-card",
"fas-angle-left",
"fas-angle-right",
"fas-angles-left",
"fas-angles-right",
"fas-arrow-left",
"fas-arrow-right",
"fas-chevron-right",
@@ -719,7 +725,6 @@
"fichier",
"fil-dariane",
"file",
"first-panel",
"flowchart",
"footer-docs-collapse-15",
"footer-docs-collapse-16",
@@ -774,11 +779,11 @@
"nav-0-btn-1",
"nav-0-btn-2",
"nav-nav-0",
"nav-panel-16b2a928aac4d339268b91e7c4518650",
"nav-panel-53a3afd31606a7ac6129f64a344975d9",
"nav-panel-5e667cc0c5d40eda2b54232cea073408",
"nav-panel-8e22977c44c99705a2905fe080b12e3b",
"nav-panel-e01b3819797b6cc28a2cca7981f9df7f",
"nav-panel-0e0d7c1fd6d33e3180b75a3f126f5fea",
"nav-panel-3afb6d66b09dfeb4621548fc9812ce10",
"nav-panel-46f581d5bacea14d68114161d503d5c1",
"nav-panel-e37d2a3ed3fbb2ae9956fe2816627070",
"nav-panel-effd2deef2e0cded9c2d41c8aaec9646",
"navbar",
"navbar-0-collapse",
"navbar-mode",
@@ -787,36 +792,36 @@
"navigation",
"notification",
"overview",
"panel-16b2a928aac4d339268b91e7c4518650-0",
"panel-16b2a928aac4d339268b91e7c4518650-1",
"panel-16b2a928aac4d339268b91e7c4518650-2",
"panel-16b2a928aac4d339268b91e7c4518650-btn-0",
"panel-16b2a928aac4d339268b91e7c4518650-btn-1",
"panel-16b2a928aac4d339268b91e7c4518650-btn-2",
"panel-53a3afd31606a7ac6129f64a344975d9-0",
"panel-53a3afd31606a7ac6129f64a344975d9-1",
"panel-53a3afd31606a7ac6129f64a344975d9-2",
"panel-53a3afd31606a7ac6129f64a344975d9-btn-0",
"panel-53a3afd31606a7ac6129f64a344975d9-btn-1",
"panel-53a3afd31606a7ac6129f64a344975d9-btn-2",
"panel-5e667cc0c5d40eda2b54232cea073408-0",
"panel-5e667cc0c5d40eda2b54232cea073408-1",
"panel-5e667cc0c5d40eda2b54232cea073408-2",
"panel-5e667cc0c5d40eda2b54232cea073408-btn-0",
"panel-5e667cc0c5d40eda2b54232cea073408-btn-1",
"panel-5e667cc0c5d40eda2b54232cea073408-btn-2",
"panel-8e22977c44c99705a2905fe080b12e3b-0",
"panel-8e22977c44c99705a2905fe080b12e3b-1",
"panel-8e22977c44c99705a2905fe080b12e3b-2",
"panel-8e22977c44c99705a2905fe080b12e3b-btn-0",
"panel-8e22977c44c99705a2905fe080b12e3b-btn-1",
"panel-8e22977c44c99705a2905fe080b12e3b-btn-2",
"panel-e01b3819797b6cc28a2cca7981f9df7f-0",
"panel-e01b3819797b6cc28a2cca7981f9df7f-1",
"panel-e01b3819797b6cc28a2cca7981f9df7f-2",
"panel-e01b3819797b6cc28a2cca7981f9df7f-btn-0",
"panel-e01b3819797b6cc28a2cca7981f9df7f-btn-1",
"panel-e01b3819797b6cc28a2cca7981f9df7f-btn-2",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-0",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-1",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-2",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-btn-0",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-btn-1",
"panel-0e0d7c1fd6d33e3180b75a3f126f5fea-btn-2",
"panel-3afb6d66b09dfeb4621548fc9812ce10-0",
"panel-3afb6d66b09dfeb4621548fc9812ce10-1",
"panel-3afb6d66b09dfeb4621548fc9812ce10-2",
"panel-3afb6d66b09dfeb4621548fc9812ce10-btn-0",
"panel-3afb6d66b09dfeb4621548fc9812ce10-btn-1",
"panel-3afb6d66b09dfeb4621548fc9812ce10-btn-2",
"panel-46f581d5bacea14d68114161d503d5c1-0",
"panel-46f581d5bacea14d68114161d503d5c1-1",
"panel-46f581d5bacea14d68114161d503d5c1-2",
"panel-46f581d5bacea14d68114161d503d5c1-btn-0",
"panel-46f581d5bacea14d68114161d503d5c1-btn-1",
"panel-46f581d5bacea14d68114161d503d5c1-btn-2",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-0",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-1",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-2",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-btn-0",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-btn-1",
"panel-e37d2a3ed3fbb2ae9956fe2816627070-btn-2",
"panel-effd2deef2e0cded9c2d41c8aaec9646-0",
"panel-effd2deef2e0cded9c2d41c8aaec9646-1",
"panel-effd2deef2e0cded9c2d41c8aaec9646-2",
"panel-effd2deef2e0cded9c2d41c8aaec9646-btn-0",
"panel-effd2deef2e0cded9c2d41c8aaec9646-btn-1",
"panel-effd2deef2e0cded9c2d41c8aaec9646-btn-2",
"persona",
"pie-chart",
"pills",
@@ -829,7 +834,6 @@
"release",
"requirement-chart",
"réduire",
"second-panel",
"security",
"sequence-diagram",
"shortcode-with-controls-and-frontmatter",
@@ -842,7 +846,6 @@
"sécurité",
"table",
"tabs",
"third-panel",
"third-party-links--use-of-your-information",
"timeline",
"title",

View File

@@ -112,13 +112,16 @@
{{ end }}
{{ $title := partial "assets/section-title.html" (dict
"heading" $heading
"use-title" $args.useTitle
"links" $args.links
"link-type" (or $args.linkType $args.type)
"class" "hero-title"
"arrangement" $arrangement
"justify" $args.justify
"heading" $heading
"use-title" $args.useTitle
"links" $args.links
"link-type" (or $args.linkType $args.type)
"class" "hero-title"
"arrangement" $arrangement
"justify" $args.justify
"heading-style" $args.headingStyle
"content-style" $args.contentStyle
) }}
{{ if eq $args.orientation "stacked" }}

83
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.1",
"cssnano-preset-advanced": "^7.0.9",
"hugo-bin": "0.146.1",
"hugo-bin": "0.147.0",
"purgecss-whitelister": "^2.4.0"
},
"devDependencies": {
@@ -25,7 +25,7 @@
"commitizen": "^4.3.1",
"cpy-cli": "^6.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.34.0",
"eslint": "^9.35.0",
"husky": "^9.1.7",
"markdownlint-cli2": "^0.18.1",
"neostandard": "^0.12.2",
@@ -36,7 +36,7 @@
"rimraf": "^6.0.1",
"semantic-release": "^24.2.7",
"shx": "^0.4.0",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-config-standard-scss": "^15.0.1"
},
"optionalDependencies": {
@@ -631,10 +631,11 @@
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
"integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^3.4.3"
},
@@ -720,9 +721,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.34.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.34.0.tgz",
"integrity": "sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==",
"version": "9.35.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.35.0.tgz",
"integrity": "sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -3517,14 +3518,14 @@
}
},
"node_modules/cacheable": {
"version": "1.10.3",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.10.3.tgz",
"integrity": "sha512-M6p10iJ/VT0wT7TLIGUnm958oVrU2cUK8pQAVU21Zu7h8rbk/PeRtRWrvHJBql97Bhzk3g1N6+2VKC+Rjxna9Q==",
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.10.4.tgz",
"integrity": "sha512-Gd7ccIUkZ9TE2odLQVS+PDjIvQCdJKUlLdJRVvZu0aipj07Qfx+XIej7hhDrKGGoIxV5m5fT/kOJNJPQhQneRg==",
"dev": true,
"license": "MIT",
"dependencies": {
"hookified": "^1.10.0",
"keyv": "^5.4.0"
"hookified": "^1.11.0",
"keyv": "^5.5.0"
}
},
"node_modules/cacheable-lookup": {
@@ -3555,9 +3556,9 @@
}
},
"node_modules/cacheable/node_modules/keyv": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.4.0.tgz",
"integrity": "sha512-TMckyVjEoacG5IteUpUrOBsFORtheqziVyyY2dLUwg1jwTb8u48LX4TgmtogkNl9Y9unaEJ1luj10fGyjMGFOQ==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.5.0.tgz",
"integrity": "sha512-QG7qR2tijh1ftOvClut4YKKg1iW6cx3GZsKoGyJPxHkGWK9oJhG9P3j5deP0QQOGDowBMVQFaP+Vm4NpGYvmIQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5479,19 +5480,19 @@
}
},
"node_modules/eslint": {
"version": "9.34.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.34.0.tgz",
"integrity": "sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==",
"version": "9.35.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.35.0.tgz",
"integrity": "sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.0",
"@eslint/config-helpers": "^0.3.1",
"@eslint/core": "^0.15.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.34.0",
"@eslint/js": "9.35.0",
"@eslint/plugin-kit": "^0.3.5",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
@@ -7165,9 +7166,9 @@
}
},
"node_modules/hookified": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.11.0.tgz",
"integrity": "sha512-aDdIN3GyU5I6wextPplYdfmWCo+aLmjjVbntmX6HLD5RCi/xKsivYEBhnRD+d9224zFf008ZpLMPlWF0ZodYZw==",
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.12.0.tgz",
"integrity": "sha512-hMr1Y9TCLshScrBbV2QxJ9BROddxZ12MX9KsCtuGGy/3SmmN5H1PllKerrVlSotur9dlE8hmUKAOSa3WDzsZmQ==",
"dev": true,
"license": "MIT"
},
@@ -7237,9 +7238,9 @@
}
},
"node_modules/hugo-bin": {
"version": "0.146.1",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.146.1.tgz",
"integrity": "sha512-b5ETmUIWDaFxQU3FJ+h5fQCC18/09dSQj9hKVGgG2kbctNzILX9HfaKPYEPK47El64VTQiAhKpeGtq/Ndp/6/g==",
"version": "0.147.0",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.147.0.tgz",
"integrity": "sha512-8ZO/uEVbYUQzTaPGmB0Www53GeKq6A2oyQs1+0wyV9BR5jWQt7HPpl5U4sCioRTsTF73UQVQMTzIPdg9Iaw4Vw==",
"funding": [
{
"type": "github",
@@ -16147,9 +16148,9 @@
}
},
"node_modules/stylelint": {
"version": "16.23.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.1.tgz",
"integrity": "sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==",
"version": "16.24.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.24.0.tgz",
"integrity": "sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==",
"dev": true,
"funding": [
{
@@ -16176,7 +16177,7 @@
"debug": "^4.4.1",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^10.1.3",
"file-entry-cache": "^10.1.4",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
@@ -16381,25 +16382,25 @@
"dev": true
},
"node_modules/stylelint/node_modules/file-entry-cache": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.1.3.tgz",
"integrity": "sha512-D+w75Ub8T55yor7fPgN06rkCAUbAYw2vpxJmmjv/GDAcvCnv9g7IvHhIZoxzRZThrXPFI2maeY24pPbtyYU7Lg==",
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.1.4.tgz",
"integrity": "sha512-5XRUFc0WTtUbjfGzEwXc42tiGxQHBmtbUG1h9L2apu4SulCGN3Hqm//9D6FAolf8MYNL7f/YlJl9vy08pj5JuA==",
"dev": true,
"license": "MIT",
"dependencies": {
"flat-cache": "^6.1.12"
"flat-cache": "^6.1.13"
}
},
"node_modules/stylelint/node_modules/flat-cache": {
"version": "6.1.12",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.12.tgz",
"integrity": "sha512-U+HqqpZPPXP5d24bWuRzjGqVqUcw64k4nZAbruniDwdRg0H10tvN7H6ku1tjhA4rg5B9GS3siEvwO2qjJJ6f8Q==",
"version": "6.1.13",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.13.tgz",
"integrity": "sha512-gmtS2PaUjSPa4zjObEIn4WWliKyZzYljgxODBfxugpK6q6HU9ClXzgCJ+nlcPKY9Bt090ypTOLIFWkV0jbKFjw==",
"dev": true,
"license": "MIT",
"dependencies": {
"cacheable": "^1.10.3",
"cacheable": "^1.10.4",
"flatted": "^3.3.3",
"hookified": "^1.10.0"
"hookified": "^1.11.0"
}
},
"node_modules/stylelint/node_modules/globby": {

View File

@@ -75,7 +75,7 @@
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.1",
"cssnano-preset-advanced": "^7.0.9",
"hugo-bin": "0.146.1",
"hugo-bin": "0.147.0",
"purgecss-whitelister": "^2.4.0"
},
"devDependencies": {
@@ -87,7 +87,7 @@
"commitizen": "^4.3.1",
"cpy-cli": "^6.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.34.0",
"eslint": "^9.35.0",
"husky": "^9.1.7",
"markdownlint-cli2": "^0.18.1",
"neostandard": "^0.12.2",
@@ -98,7 +98,7 @@
"rimraf": "^6.0.1",
"semantic-release": "^24.2.7",
"shx": "^0.4.0",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-config-standard-scss": "^15.0.1"
},
"optionalDependencies": {