Skip to content

Commit d7b3c31

Browse files
authored
Merge branch 'main' into renovate/eslint-eslintrc-3.x
2 parents f8bdb78 + 4626aba commit d7b3c31

File tree

5 files changed

+142
-178
lines changed

5 files changed

+142
-178
lines changed

.changeset/renovate-2fd1027.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@scaleway/use-i18n': patch
3+
'@scaleway/validate-icu-locales': patch
4+
---
5+
6+
Updated dependency `@formatjs/ecma402-abstract` to `2.2.4`.
7+
Updated dependency `intl-messageformat` to `10.7.7`.
8+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.4`.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"workspaces": ["packages/*"],
55
"type": "module",
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].2",
77
"engines": {
88
"node": ">=20.x",
99
"pnpm": ">=9.x"
@@ -17,7 +17,7 @@
1717
"@babel/preset-typescript": "7.26.0",
1818
"@biomejs/biome": "1.9.4",
1919
"@changesets/changelog-github": "0.5.0",
20-
"@changesets/cli": "2.27.9",
20+
"@changesets/cli": "2.27.10",
2121
"@commitlint/cli": "19.5.0",
2222
"@commitlint/config-conventional": "19.5.0",
2323
"@eslint/eslintrc": "3.2.0",
@@ -26,7 +26,7 @@
2626
"@testing-library/jest-dom": "6.6.3",
2727
"@testing-library/react": "16.0.1",
2828
"@types/jest": "29.5.14",
29-
"@types/node": "22.9.0",
29+
"@types/node": "22.9.1",
3030
"@types/react": "18.3.12",
3131
"@types/react-dom": "18.3.1",
3232
"@vitejs/plugin-react": "4.3.3",
@@ -37,8 +37,8 @@
3737
"esbuild-plugin-browserslist": "0.15.0",
3838
"eslint": "9.13.0",
3939
"globals": "15.12.0",
40-
"happy-dom": "15.10.8",
41-
"husky": "9.1.6",
40+
"happy-dom": "15.11.6",
41+
"husky": "9.1.7",
4242
"lint-staged": "15.2.10",
4343
"mockdate": "3.0.5",
4444
"read-pkg": "9.0.1",

packages/use-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"test:unit:coverage": "pnpm test:unit --coverage"
4848
},
4949
"dependencies": {
50-
"@formatjs/ecma402-abstract": "2.2.3",
50+
"@formatjs/ecma402-abstract": "2.2.4",
5151
"@formatjs/fast-memoize": "2.2.3",
5252
"date-fns": "4.1.0",
5353
"filesize": "10.1.6",
5454
"international-types": "0.8.1",
55-
"intl-messageformat": "10.7.6"
55+
"intl-messageformat": "10.7.7"
5656
},
5757
"devDependencies": {
5858
"react": "18.3.1",

packages/validate-icu-locales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cli"
4343
],
4444
"dependencies": {
45-
"@formatjs/icu-messageformat-parser": "2.9.3",
45+
"@formatjs/icu-messageformat-parser": "2.9.4",
4646
"globby": "14.0.2",
4747
"module-from-string": "3.3.1"
4848
}

0 commit comments

Comments
 (0)