Skip to content

Commit 69a5c67

Browse files
authoredMar 9, 2025··
chore: release (#2465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

23 files changed

+58
-74
lines changed
 

‎.changeset/renovate-08c361e.md

-5
This file was deleted.

‎.changeset/renovate-1483bcd.md

-5
This file was deleted.

‎.changeset/renovate-2381f22.md

-6
This file was deleted.

‎.changeset/renovate-27019e7.md

-5
This file was deleted.

‎.changeset/renovate-336f514.md

-5
This file was deleted.

‎.changeset/renovate-3f74f2b.md

-5
This file was deleted.

‎.changeset/renovate-8778153.md

-5
This file was deleted.

‎.changeset/renovate-8aff0bb.md

-5
This file was deleted.

‎.changeset/renovate-ad7cd81.md

-8
This file was deleted.

‎.changeset/renovate-cc226cc.md

-5
This file was deleted.

‎.changeset/renovate-f0ed1cf.md

-5
This file was deleted.

‎.changeset/renovate-f4548dd.md

-5
This file was deleted.

‎.changeset/renovate-fae167c.md

-5
This file was deleted.

‎packages/eslint-config-react/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## 5.2.8
4+
5+
### Patch Changes
6+
7+
- [#2482](https://github.com/scaleway/scaleway-lib/pull/2482) [`13743d0`](https://github.com/scaleway/scaleway-lib/commit/13743d0b20d7d31606a68b5c2b1c4ecfaa10a1ee) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-import-resolver-typescript` to `3.8.3`.
8+
9+
- [#2484](https://github.com/scaleway/scaleway-lib/pull/2484) [`44fd7a4`](https://github.com/scaleway/scaleway-lib/commit/44fd7a4655efa29d21d4f60e404035d4191e0fae) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.25.0`.
10+
Updated dependency `@typescript-eslint/parser` to `8.25.0`.
11+
12+
- [#2478](https://github.com/scaleway/scaleway-lib/pull/2478) [`fc010db`](https://github.com/scaleway/scaleway-lib/commit/fc010dbac40307e772891a425b7227a73096f6de) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.8.2`.
13+
14+
- [#2466](https://github.com/scaleway/scaleway-lib/pull/2466) [`a05ca8d`](https://github.com/scaleway/scaleway-lib/commit/a05ca8d717c7db85542559d2a6310d18e4acdfbe) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.7`.
15+
16+
- [#2477](https://github.com/scaleway/scaleway-lib/pull/2477) [`4880ad6`](https://github.com/scaleway/scaleway-lib/commit/4880ad6cb340ba58bdf70feae116cfcda72ce035) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react-hooks` to `5.2.0`.
17+
18+
- [#2480](https://github.com/scaleway/scaleway-lib/pull/2480) [`cad8f54`](https://github.com/scaleway/scaleway-lib/commit/cad8f54dcceaaf22ba13332f117a10e9a171e1bf) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `3.1.0`.
19+
20+
- [#2432](https://github.com/scaleway/scaleway-lib/pull/2432) [`d8ab172`](https://github.com/scaleway/scaleway-lib/commit/d8ab172b503516027885903b85b5ef018e055c79) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `3.0.1`.
21+
22+
- [#2473](https://github.com/scaleway/scaleway-lib/pull/2473) [`5ae2fec`](https://github.com/scaleway/scaleway-lib/commit/5ae2fecda858005c9f5e4b0847a814bc6b7159b5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/eslintrc` to `3.3.0`.
23+
24+
- [#2468](https://github.com/scaleway/scaleway-lib/pull/2468) [`e19d5a0`](https://github.com/scaleway/scaleway-lib/commit/e19d5a0c05c3e1a5486fbddab8afd94a2957b2c4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-config-prettier` to `10.0.2`.
25+
26+
- [#2486](https://github.com/scaleway/scaleway-lib/pull/2486) [`b9cca84`](https://github.com/scaleway/scaleway-lib/commit/b9cca84cda06db714aa2ba1761def9307672bc97) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `4.0.1`.
27+
328
## 5.2.7
429

530
### Patch Changes

‎packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "5.2.7",
3+
"version": "5.2.8",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

‎packages/use-growthbook/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @scaleway/use-growthbook
22

3+
## 2.1.8
4+
5+
### Patch Changes
6+
7+
- [#2475](https://github.com/scaleway/scaleway-lib/pull/2475) [`27458c2`](https://github.com/scaleway/scaleway-lib/commit/27458c2341d218e4e4d28039403fa3b27e3f194a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@growthbook/growthbook-react` to `1.4.1`.
8+
39
## 2.1.7
410

511
### Patch Changes

‎packages/use-growthbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-growthbook",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "Utility package to expose AB test tool",
55
"engines": {
66
"node": ">=20.x"

‎packages/use-i18n/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 7.0.10
4+
5+
### Patch Changes
6+
7+
- [#2454](https://github.com/scaleway/scaleway-lib/pull/2454) [`4b5252f`](https://github.com/scaleway/scaleway-lib/commit/4b5252faee2fdeae339b5946b2aa23baf97084bd) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.3.3`.
8+
Updated dependency `intl-messageformat` to `10.7.15`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.11.1`.
10+
311
## 7.0.9
412

513
### Patch Changes

‎packages/use-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-i18n",
3-
"version": "7.0.9",
3+
"version": "7.0.10",
44
"description": "A small hook to handle i18n",
55
"engines": {
66
"node": ">=18.x"

‎packages/use-query-params/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.0.14
4+
5+
### Patch Changes
6+
7+
- [#2449](https://github.com/scaleway/scaleway-lib/pull/2449) [`c92224a`](https://github.com/scaleway/scaleway-lib/commit/c92224a41621719fe7db51873462d12fdc8dc9d3) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.29.0`.
8+
39
## 5.0.13
410

511
### Patch Changes

‎packages/use-query-params/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-query-params",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "A small hook to handle params",
55
"engines": {
66
"node": ">=20.x"

‎packages/validate-icu-locales/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.1.12
4+
5+
### Patch Changes
6+
7+
- [#2454](https://github.com/scaleway/scaleway-lib/pull/2454) [`4b5252f`](https://github.com/scaleway/scaleway-lib/commit/4b5252faee2fdeae339b5946b2aa23baf97084bd) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.3.3`.
8+
Updated dependency `intl-messageformat` to `10.7.15`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.11.1`.
10+
311
## 3.1.11
412

513
### Patch Changes

‎packages/validate-icu-locales/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/validate-icu-locales",
3-
"version": "3.1.11",
3+
"version": "3.1.12",
44
"description": "A small cli to handle icu errors on locales files",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)
Please sign in to comment.