Skip to content

Commit

Permalink
Merge branch 'main' into renovate/eslint-plugin-react-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Nov 3, 2024
2 parents 017d883 + 802753c commit 2d9ad6c
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-a9ec68e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/use-i18n': patch
---

Updated dependency `intl-messageformat` to `10.7.1`.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
typecheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
Expand All @@ -25,7 +25,7 @@ jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
node: ["20"]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
node: ["20"]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check-title:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Git Identity
run: |
git config --global user.name 'Scaleway Bot'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"workspaces": ["packages/*"],
"type": "module",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=20.x",
"pnpm": ">=9.x"
Expand All @@ -23,15 +23,15 @@
"@eslint/eslintrc": "3.1.0",
"@scaleway/eslint-config-react": "workspace:*",
"@scaleway/tsconfig": "workspace:*",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/node": "20.16.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-istanbul": "2.1.3",
"browserslist": "4.24.0",
"browserslist": "4.24.2",
"builtin-modules": "4.0.0",
"cross-env": "7.0.3",
"esbuild-plugin-browserslist": "0.15.0",
Expand All @@ -45,7 +45,7 @@
"shx": "0.3.4",
"tstyche": "2.1.1",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vitest": "2.1.3",
"vitest-localstorage-mock": "0.1.2",
"wait-for-expect": "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"date-fns": "4.1.0",
"filesize": "10.1.6",
"international-types": "0.8.1",
"intl-messageformat": "10.7.0"
"intl-messageformat": "10.7.1"
},
"devDependencies": {
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 2d9ad6c

Please sign in to comment.