Skip to content

Commit 1525b80

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/inrupt/solid-client-errors-0.0.3
2 parents 467e11b + 3ff1057 commit 1525b80

File tree

9 files changed

+126
-126
lines changed

9 files changed

+126
-126
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Setup Node
2424
uses: actions/setup-node@v6
2525
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, windows-latest]
1919
node-version: ["22.x", "20.x"]
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
@@ -41,7 +41,7 @@ jobs:
4141
needs: [unit-tests]
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
# Sonar analysis needs the full history for features like automatic assignment of bugs. If the following step
4747
# is not included the project will show a warning about incomplete information.

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
# We must fetch at least the immediate parents so that if this is
3535
# a pull request then we can checkout the head.

.github/workflows/e2e-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version-file: ".nvmrc"

.github/workflows/e2e-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment-name: ["ESS PodSpaces", "ESS Release-2-3", "ESS Next"]
2424
experimental: [false]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: actions/setup-node@v6
2828
with:
2929
node-version: ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
publish-npm:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Prepare for publication to npm
2121
uses: actions/setup-node@v6
2222
with:

e2e/browser/test-app/package-lock.json

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

e2e/browser/test-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@inrupt/solid-client": "file:../../../",
1313
"@inrupt/solid-client-authn-browser": "^3.1.1",
14-
"next": "^16.0.1",
14+
"next": "^16.0.3",
1515
"react": "^19.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.10.0",
19-
"@types/react": "^19.2.2",
18+
"@types/node": "^24.10.1",
19+
"@types/react": "^19.2.7",
2020
"typescript": "^4.7.4"
2121
}
2222
}

package-lock.json

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

0 commit comments

Comments
 (0)