Skip to content

Commit 702f598

Browse files
chore: merge main
2 parents a829786 + 33b6969 commit 702f598

File tree

61 files changed

+6419
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+6419
-309
lines changed

.github/renovate.json5

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
extends: [
3-
"config:best-practices",
4-
":pinAllExceptPeerDependencies",
5-
":maintainLockFilesWeekly",
6-
":semanticCommitsDisabled",
7-
"regexManagers:githubActionsVersions",
3+
'config:best-practices',
4+
':pinAllExceptPeerDependencies',
5+
':maintainLockFilesWeekly',
6+
':semanticCommitsDisabled',
7+
'customManagers:githubActionsVersions',
88
],
99
packageRules: [
1010
{
1111
matchPackageNames: [
12-
"warpy",
12+
'warpy',
1313
],
14-
extends: ["schedule:weekly"],
15-
}
16-
]
14+
extends: [
15+
'schedule:weekly',
16+
],
17+
},
18+
],
1719
}

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
env:
99
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
10-
RUST_VERSION: 1.77.2
10+
RUST_VERSION: 1.80.0
1111

1212
jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717

1818
- run: rustup override set ${{ env.RUST_VERSION }}
1919
- run: rustup component add clippy
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3030

3131
- run: rustup override set ${{ env.RUST_VERSION }}
3232
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ site
55
static/styles/vendor.css
66
static/styles/app.css
77
static/styles/fonts.css
8+
static/styles/noscript.css

0 commit comments

Comments
 (0)