Skip to content

Commit 4a61a03

Browse files
author
Alan Christie
committed
2 parents f309fb8 + 6fc8647 commit 4a61a03

File tree

214 files changed

+3717
-3310
lines changed

Some content is hidden

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

214 files changed

+3717
-3310
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
":semanticCommitTypeAll(chore)",
1212
":disableRateLimiting"
1313
],
14-
"labels": ["dependencies"],
14+
"labels": [
15+
"dependencies"
16+
],
1517
"constraints": {
16-
"pnpm": "8"
18+
"pnpm": "9"
1719
},
1820
"packageRules": [
1921
{
20-
"matchPackageNames": ["!nextjs-routes"]
22+
"matchPackageNames": [
23+
"!nextjs-routes"
24+
]
2125
}
2226
]
2327
}

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: .next/analyze/__bundle_analysis.json
5959

6060
- name: Download base branch bundle stats
61-
uses: dawidd6/action-download-artifact@v6
61+
uses: dawidd6/action-download-artifact@v8
6262
if: success() && github.event.number
6363
with:
6464
workflow: nextjs_bundle_analysis.yml

.github/workflows/release-please.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
with:
1818
token: ${{ secrets.RELEASE_PLEASE_PAT_OLIVER }}
1919
config-file: release-please-config.json
20-

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "5.2.0-rc.0"
33
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions

README.md

Lines changed: 10 additions & 0 deletions

assets/README.md

Lines changed: 28 additions & 0 deletions
55.3 KB
Binary file not shown.
42.5 KB
Binary file not shown.
50.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)