Skip to content

Commit a428a67

Browse files
authored
Merge branch 'main' into renovate/typescript-5.x
2 parents d43f5cb + 89869f9 commit a428a67

File tree

5 files changed

+20
-27
lines changed

5 files changed

+20
-27
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
typecheck:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
- uses: pnpm/[email protected]
1616
- name: Use Node.js
1717
uses: actions/[email protected]
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
- uses: pnpm/[email protected]
3030
- name: Use Node.js
3131
uses: actions/[email protected]
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
node: ["20"]
4444
steps:
45-
- uses: actions/[email protected].0
45+
- uses: actions/[email protected].1
4646
- uses: pnpm/[email protected]
4747
- name: Use Node.js
4848
uses: actions/[email protected]
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
node: ["20"]
6767
steps:
68-
- uses: actions/[email protected].0
68+
- uses: actions/[email protected].1
6969
- uses: pnpm/[email protected]
7070
- name: Use Node.js
7171
uses: actions/[email protected]

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-title:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
1414
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions: write-all
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- name: Git Identity
1717
run: |
1818
git config --global user.name 'Scaleway Bot'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/preset-typescript": "7.25.7",
1818
"@biomejs/biome": "1.9.3",
1919
"@changesets/changelog-github": "0.5.0",
20-
"@changesets/cli": "2.27.8",
20+
"@changesets/cli": "2.27.9",
2121
"@commitlint/cli": "19.5.0",
2222
"@commitlint/config-conventional": "19.5.0",
2323
"@eslint/eslintrc": "3.1.0",
@@ -36,7 +36,7 @@
3636
"cross-env": "7.0.3",
3737
"esbuild-plugin-browserslist": "0.15.0",
3838
"eslint": "9.10.0",
39-
"globals": "15.9.0",
39+
"globals": "15.10.0",
4040
"happy-dom": "15.7.4",
4141
"husky": "9.1.6",
4242
"lint-staged": "15.2.10",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)