mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 10:04:22 +00:00
Compare commits
17 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
593ab2c918 | ||
![]() |
1f33976fe2 | ||
![]() |
9234d3c86a | ||
![]() |
de716b0162 | ||
![]() |
7c176956b0 | ||
![]() |
7258d0b5a9 | ||
![]() |
fe04de37a7 | ||
![]() |
d3ca7075bf | ||
![]() |
68215d5f94 | ||
![]() |
dc57fa5217 | ||
![]() |
8299b125fc | ||
![]() |
6a51cb9681 | ||
![]() |
27bbf7ddf5 | ||
![]() |
4b3b0e87bb | ||
![]() |
6bad35eec8 | ||
![]() |
46e745d1e7 | ||
![]() |
6cef5651d2 |
6
.github/workflows/lint-build.yml
vendored
6
.github/workflows/lint-build.yml
vendored
@@ -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'
|
||||
|
2
.github/workflows/mod-update.yml
vendored
2
.github/workflows/mod-update.yml
vendored
@@ -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'
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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/*"
|
||||
|
||||
|
@@ -32,6 +32,8 @@ blueprint:
|
||||
width:
|
||||
justify:
|
||||
link-type:
|
||||
theme:
|
||||
cover:
|
||||
links:
|
||||
-
|
||||
title:
|
||||
|
@@ -47,3 +47,5 @@ blueprint:
|
||||
class:
|
||||
width:
|
||||
justify:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -34,3 +34,5 @@ blueprint:
|
||||
width:
|
||||
justify:
|
||||
align:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -41,3 +41,5 @@ blueprint:
|
||||
padding:
|
||||
order:
|
||||
width:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -26,3 +26,5 @@ blueprint:
|
||||
items:
|
||||
- title:
|
||||
description:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -35,6 +35,7 @@ blueprint:
|
||||
align:
|
||||
order:
|
||||
overlay-mode:
|
||||
theme:
|
||||
cover:
|
||||
orientation:
|
||||
width:
|
||||
|
@@ -33,3 +33,5 @@ blueprint:
|
||||
class:
|
||||
width:
|
||||
justify:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -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"
|
||||
)
|
||||
}}
|
||||
|
||||
|
@@ -23,4 +23,6 @@ blueprint:
|
||||
subtle:
|
||||
width:
|
||||
justify:
|
||||
data:
|
||||
data:
|
||||
theme:
|
||||
cover:
|
||||
|
@@ -42,6 +42,8 @@ blueprint:
|
||||
border:
|
||||
width:
|
||||
justify:
|
||||
theme:
|
||||
cover:
|
||||
|
||||
_structures:
|
||||
messages:
|
||||
|
@@ -28,3 +28,5 @@ arguments:
|
||||
theme:
|
||||
hook:
|
||||
default: assets/hero-image.html
|
||||
heading-style:
|
||||
content-style:
|
||||
|
@@ -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",
|
||||
|
@@ -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
83
package-lock.json
generated
@@ -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": {
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user