Skip to content

Commit

Permalink
Merge branch 'main' into renovate/eslint-eslintrc-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Nov 25, 2024
2 parents f8bdb78 + 4626aba commit d7b3c31
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 178 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-2fd1027.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@scaleway/use-i18n': patch
'@scaleway/validate-icu-locales': patch
---

Updated dependency `@formatjs/ecma402-abstract` to `2.2.4`.
Updated dependency `intl-messageformat` to `10.7.7`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.4`.
10 changes: 5 additions & 5 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].0",
"packageManager": "[email protected].2",
"engines": {
"node": ">=20.x",
"pnpm": ">=9.x"
Expand All @@ -17,7 +17,7 @@
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/eslintrc": "3.2.0",
Expand All @@ -26,7 +26,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand All @@ -37,8 +37,8 @@
"esbuild-plugin-browserslist": "0.15.0",
"eslint": "9.13.0",
"globals": "15.12.0",
"happy-dom": "15.10.8",
"husky": "9.1.6",
"happy-dom": "15.11.6",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"mockdate": "3.0.5",
"read-pkg": "9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"test:unit:coverage": "pnpm test:unit --coverage"
},
"dependencies": {
"@formatjs/ecma402-abstract": "2.2.3",
"@formatjs/ecma402-abstract": "2.2.4",
"@formatjs/fast-memoize": "2.2.3",
"date-fns": "4.1.0",
"filesize": "10.1.6",
"international-types": "0.8.1",
"intl-messageformat": "10.7.6"
"intl-messageformat": "10.7.7"
},
"devDependencies": {
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/validate-icu-locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cli"
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.9.3",
"@formatjs/icu-messageformat-parser": "2.9.4",
"globby": "14.0.2",
"module-from-string": "3.3.1"
}
Expand Down
Loading

0 comments on commit d7b3c31

Please sign in to comment.