Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-eslint-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Jan 27, 2025
2 parents 0b4ca81 + c233b42 commit f8cc545
Show file tree
Hide file tree
Showing 9 changed files with 598 additions and 538 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-2a7895c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/eslint-config-react': patch
---

Updated dependency `eslint-config-prettier` to `10.0.1`.
7 changes: 7 additions & 0 deletions .changeset/renovate-643cb4a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@scaleway/use-i18n': patch
'@scaleway/validate-icu-locales': patch
---

Updated dependency `intl-messageformat` to `10.7.14`.
Updated dependency `@formatjs/icu-messageformat-parser` to `2.11.0`.
5 changes: 5 additions & 0 deletions .changeset/renovate-64e6db5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/eslint-config-react': patch
---

Updated dependency `@eslint/compat` to `1.2.5`.
7 changes: 7 additions & 0 deletions .changeset/renovate-e98f1bf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@scaleway/use-i18n': patch
'@scaleway/validate-icu-locales': patch
---

Updated dependency `@formatjs/icu-messageformat-parser` to `2.10.0`.
Updated dependency `intl-messageformat` to `10.7.12`.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"pnpm": ">=9.x"
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/core": "7.26.7",
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@changesets/cli": "2.27.12",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/eslintrc": "3.2.0",
Expand All @@ -28,8 +28,8 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-istanbul": "2.1.8",
Expand All @@ -41,7 +41,7 @@
"globals": "15.14.0",
"happy-dom": "16.6.0",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"lint-staged": "15.4.2",
"mockdate": "3.0.5",
"read-pkg": "9.0.1",
"shx": "0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"license": "MIT",
"dependencies": {
"@emotion/eslint-plugin": "11.12.0",
"@eslint/compat": "1.2.4",
"@eslint/compat": "1.2.5",
"@eslint/eslintrc": "3.2.0",
"@stylistic/eslint-plugin": "2.13.0",
"@typescript-eslint/eslint-plugi£n": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
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.11"
"intl-messageformat": "10.7.14"
},
"devDependencies": {
"react": "19.0.0",
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 @@ -45,7 +45,7 @@
"cli"
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.9.8",
"@formatjs/icu-messageformat-parser": "2.11.0",
"globby": "14.0.2",
"module-from-string": "3.3.1"
}
Expand Down
Loading

0 comments on commit f8cc545

Please sign in to comment.