Skip to content

Commit f1c6a7e

Browse files
authored
Merge branch 'main' into renovate/formatjs-monorepo
2 parents bd4267e + f081067 commit f1c6a7e

File tree

5 files changed

+759
-706
lines changed

5 files changed

+759
-706
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].1
14+
- uses: actions/[email protected].2
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].1
28+
- uses: actions/[email protected].2
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].1
45+
- uses: actions/[email protected].2
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].1
68+
- uses: actions/[email protected].2
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].1
11+
- uses: actions/[email protected].2
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].1
15+
- uses: actions/[email protected].2
1616
- name: Git Identity
1717
run: |
1818
git config --global user.name 'Scaleway Bot'

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"pnpm": ">=9.x"
1010
},
1111
"dependencies": {
12-
"@babel/core": "7.25.8",
13-
"@babel/eslint-parser": "7.25.8",
14-
"@babel/plugin-transform-runtime": "7.25.7",
15-
"@babel/preset-env": "7.25.8",
16-
"@babel/preset-react": "7.25.7",
17-
"@babel/preset-typescript": "7.25.7",
12+
"@babel/core": "7.25.9",
13+
"@babel/eslint-parser": "7.25.9",
14+
"@babel/plugin-transform-runtime": "7.25.9",
15+
"@babel/preset-env": "7.25.9",
16+
"@babel/preset-react": "7.25.9",
17+
"@babel/preset-typescript": "7.25.9",
1818
"@biomejs/biome": "1.9.4",
1919
"@changesets/changelog-github": "0.5.0",
2020
"@changesets/cli": "2.27.9",
@@ -23,13 +23,13 @@
2323
"@eslint/eslintrc": "3.1.0",
2424
"@scaleway/eslint-config-react": "workspace:*",
2525
"@scaleway/tsconfig": "workspace:*",
26-
"@testing-library/jest-dom": "6.5.0",
26+
"@testing-library/jest-dom": "6.6.2",
2727
"@testing-library/react": "16.0.1",
28-
"@types/jest": "29.5.13",
28+
"@types/jest": "29.5.14",
2929
"@types/node": "20.16.12",
30-
"@types/react": "18.3.11",
30+
"@types/react": "18.3.12",
3131
"@types/react-dom": "18.3.1",
32-
"@vitejs/plugin-react": "4.3.2",
32+
"@vitejs/plugin-react": "4.3.3",
3333
"@vitest/coverage-istanbul": "2.1.3",
3434
"browserslist": "4.24.0",
3535
"builtin-modules": "4.0.0",

0 commit comments

Comments
 (0)