Skip to content

Commit 409cfb4

Browse files
authored
Merge branch 'main' into hugo-mod-dependencies
2 parents 2968445 + f3f9fb7 commit 409cfb4

File tree

8 files changed

+30
-34
lines changed

8 files changed

+30
-34
lines changed

.github/workflows/lint-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: lts/*
3333
cache: 'npm'
@@ -61,7 +61,7 @@ jobs:
6161
go-version: ">1.0.0"
6262

6363
- name: Set up Node.js ${{ matrix.node-version }}
64-
uses: actions/setup-node@v5
64+
uses: actions/setup-node@v6
6565
with:
6666
node-version: ${{ matrix.node-version }}
6767
cache: 'npm'

.github/workflows/mod-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: lts/*
2323
cache: 'npm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Node.js
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: "lts/*"
3434

component-library/components/articles/articles.bookshop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ blueprint:
5252
justify:
5353
fluid:
5454
theme:
55-
cover:

data/structures/contact.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ arguments:
2727
order:
2828
default: first
2929
orientation:
30-
width:
3130
justify:
3231
class:
3332
width:

data/structures/hero.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ arguments:
1515
overlay-mode:
1616
cover:
1717
orientation:
18-
width:
1918
justify:
2019
use-section:
2120
use-title:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"autoprefixer": "^10.4.21",
7676
"cssnano": "^7.1.1",
7777
"cssnano-preset-advanced": "^7.0.9",
78-
"hugo-bin": "0.148.2",
78+
"hugo-bin": "0.149.1",
7979
"purgecss-whitelister": "^2.4.0"
8080
},
8181
"devDependencies": {
@@ -87,7 +87,7 @@
8787
"commitizen": "^4.3.1",
8888
"cpy-cli": "^6.0.0",
8989
"cz-conventional-changelog": "^3.3.0",
90-
"eslint": "^9.37.0",
90+
"eslint": "^9.38.0",
9191
"husky": "^9.1.7",
9292
"markdownlint-cli2": "^0.18.1",
9393
"neostandard": "^0.12.2",

0 commit comments

Comments
 (0)