diff --git a/.changeset/dry-bottles-applaud.md b/.changeset/dry-bottles-applaud.md deleted file mode 100644 index 8e2e6092b..000000000 --- a/.changeset/dry-bottles-applaud.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@scaleway/validate-icu-locales': patch -'@scaleway/changesets-renovate': patch -'@scaleway/eslint-config-react': patch -'@scaleway/use-segment': patch -'@scaleway/use-i18n': patch ---- - -Update dependencies diff --git a/.changeset/renovate-1d05c7a.md b/.changeset/renovate-1d05c7a.md deleted file mode 100644 index 9d80fee10..000000000 --- a/.changeset/renovate-1d05c7a.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `5.58.0`. -Updated dependency `@typescript-eslint/parser` to `5.58.0`. diff --git a/.changeset/renovate-1db5cb5.md b/.changeset/renovate-1db5cb5.md deleted file mode 100644 index 67ee25cef..000000000 --- a/.changeset/renovate-1db5cb5.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-segment': patch ---- - -Updated dependency `@segment/analytics-next` to `1.51.4`. diff --git a/.changeset/renovate-3934e04.md b/.changeset/renovate-3934e04.md deleted file mode 100644 index 09d2266c2..000000000 --- a/.changeset/renovate-3934e04.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `eslint-plugin-deprecation` to `1.4.1`. diff --git a/.changeset/renovate-803b50a.md b/.changeset/renovate-803b50a.md deleted file mode 100644 index c769fec2d..000000000 --- a/.changeset/renovate-803b50a.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `packageManager` to `pnpm@8.2.0`. -Updated dependency `typescript` to `5.0.2`. diff --git a/.changeset/renovate-8dc5023.md b/.changeset/renovate-8dc5023.md deleted file mode 100644 index 4134b9077..000000000 --- a/.changeset/renovate-8dc5023.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-i18n': patch ---- - -Updated dependency `international-types` to `0.4.0`. diff --git a/packages/changesets-renovate/CHANGELOG.md b/packages/changesets-renovate/CHANGELOG.md index 8f6fad2f3..233a07a5d 100644 --- a/packages/changesets-renovate/CHANGELOG.md +++ b/packages/changesets-renovate/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.2.3 + +### Patch Changes + +- [#1295](https://github.com/scaleway/scaleway-lib/pull/1295) [`d3ef5a4`](https://github.com/scaleway/scaleway-lib/commit/d3ef5a460fa496d23d3e376128e88042d52baed8) Thanks [@chambo-e](https://github.com/chambo-e)! - Update dependencies + ## 1.2.2 ### Patch Changes diff --git a/packages/changesets-renovate/package.json b/packages/changesets-renovate/package.json index 4b0be72dd..2b33b7d04 100644 --- a/packages/changesets-renovate/package.json +++ b/packages/changesets-renovate/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/changesets-renovate", - "version": "1.2.2", + "version": "1.2.3", "description": "Automatically create changesets for Renovate", "keywords": [ "changesets", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index fbc8887f7..c8faeeaac 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.15.10 + +### Patch Changes + +- [#1295](https://github.com/scaleway/scaleway-lib/pull/1295) [`d3ef5a4`](https://github.com/scaleway/scaleway-lib/commit/d3ef5a460fa496d23d3e376128e88042d52baed8) Thanks [@chambo-e](https://github.com/chambo-e)! - Update dependencies + +- [#1286](https://github.com/scaleway/scaleway-lib/pull/1286) [`d8e05aa`](https://github.com/scaleway/scaleway-lib/commit/d8e05aa2b73ae8fd52363fb94e18a80c49202776) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `5.58.0`. + Updated dependency `@typescript-eslint/parser` to `5.58.0`. + +- [#1279](https://github.com/scaleway/scaleway-lib/pull/1279) [`e775c51`](https://github.com/scaleway/scaleway-lib/commit/e775c51819f1a73e6a7e2d074031ae3c962c90dd) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-deprecation` to `1.4.1`. + +- [#1285](https://github.com/scaleway/scaleway-lib/pull/1285) [`e57bace`](https://github.com/scaleway/scaleway-lib/commit/e57baceb69ca10237532c2fc5b70583e93089387) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `packageManager` to `pnpm@8.2.0`. + Updated dependency `typescript` to `5.0.2`. + ## 3.15.9 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 9c4543f57..d8e8a906a 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/eslint-config-react", - "version": "3.15.9", + "version": "3.15.10", "description": "Scaleway React eslint shared config", "keywords": [ "eslint", diff --git a/packages/use-i18n/CHANGELOG.md b/packages/use-i18n/CHANGELOG.md index c16ae867f..815927bcb 100644 --- a/packages/use-i18n/CHANGELOG.md +++ b/packages/use-i18n/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.2.1 + +### Patch Changes + +- [#1295](https://github.com/scaleway/scaleway-lib/pull/1295) [`d3ef5a4`](https://github.com/scaleway/scaleway-lib/commit/d3ef5a460fa496d23d3e376128e88042d52baed8) Thanks [@chambo-e](https://github.com/chambo-e)! - Update dependencies + +- [#1281](https://github.com/scaleway/scaleway-lib/pull/1281) [`8b1390c`](https://github.com/scaleway/scaleway-lib/commit/8b1390cf447e9b5b3254dd84d347d351369c3a4a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `international-types` to `0.4.0`. + ## 5.2.0 ### Minor Changes diff --git a/packages/use-i18n/package.json b/packages/use-i18n/package.json index 40160dbb4..dc81d552a 100644 --- a/packages/use-i18n/package.json +++ b/packages/use-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-i18n", - "version": "5.2.0", + "version": "5.2.1", "description": "A small hook to handle i18n", "keywords": [ "react", diff --git a/packages/use-segment/CHANGELOG.md b/packages/use-segment/CHANGELOG.md index ee7ab4836..fb21c3602 100644 --- a/packages/use-segment/CHANGELOG.md +++ b/packages/use-segment/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.9 + +### Patch Changes + +- [#1295](https://github.com/scaleway/scaleway-lib/pull/1295) [`d3ef5a4`](https://github.com/scaleway/scaleway-lib/commit/d3ef5a460fa496d23d3e376128e88042d52baed8) Thanks [@chambo-e](https://github.com/chambo-e)! - Update dependencies + +- [#1282](https://github.com/scaleway/scaleway-lib/pull/1282) [`c08d940`](https://github.com/scaleway/scaleway-lib/commit/c08d9408bd6772388cc54e963b801a7cef84409e) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@segment/analytics-next` to `1.51.4`. + ## 0.9.8 ### Patch Changes diff --git a/packages/use-segment/package.json b/packages/use-segment/package.json index 8c02a00c0..8d8aed2e7 100644 --- a/packages/use-segment/package.json +++ b/packages/use-segment/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-segment", - "version": "0.9.8", + "version": "0.9.9", "description": "A small hook to handle segment", "keywords": [ "react", diff --git a/packages/validate-icu-locales/CHANGELOG.md b/packages/validate-icu-locales/CHANGELOG.md index fc33b2072..2ad75684a 100644 --- a/packages/validate-icu-locales/CHANGELOG.md +++ b/packages/validate-icu-locales/CHANGELOG.md @@ -1,67 +1,57 @@ # Change Log +## 2.0.4 + +### Patch Changes + +- [#1295](https://github.com/scaleway/scaleway-lib/pull/1295) [`d3ef5a4`](https://github.com/scaleway/scaleway-lib/commit/d3ef5a460fa496d23d3e376128e88042d52baed8) Thanks [@chambo-e](https://github.com/chambo-e)! - Update dependencies + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 2.0.3 (2023-02-20) - ### :package: Chore -* **release:** publish ([b76e45d](https://github.com/scaleway/scaleway-lib/commit/b76e45dff6602c566e69343c1ddddfc304d20f92)) - +- **release:** publish ([b76e45d](https://github.com/scaleway/scaleway-lib/commit/b76e45dff6602c566e69343c1ddddfc304d20f92)) ### :bug: Bug Fixes -* **deps:** update formatjs monorepo ([#1208](https://github.com/scaleway/scaleway-lib/issues/1208)) ([390bc75](https://github.com/scaleway/scaleway-lib/commit/390bc75dfa2833b30c7ac85d76e0832b8aead5b6)) - - +- **deps:** update formatjs monorepo ([#1208](https://github.com/scaleway/scaleway-lib/issues/1208)) ([390bc75](https://github.com/scaleway/scaleway-lib/commit/390bc75dfa2833b30c7ac85d76e0832b8aead5b6)) ## 2.0.2 (2023-02-06) - ### :package: Chore -* **release:** publish ([d766621](https://github.com/scaleway/scaleway-lib/commit/d766621aa3de6d5eaa102d111556d838563f5dd9)) - +- **release:** publish ([d766621](https://github.com/scaleway/scaleway-lib/commit/d766621aa3de6d5eaa102d111556d838563f5dd9)) ### :bug: Bug Fixes -* **deps:** update formatjs monorepo ([#1185](https://github.com/scaleway/scaleway-lib/issues/1185)) ([76b6cc0](https://github.com/scaleway/scaleway-lib/commit/76b6cc00c39aee23a576f92487065eae5ad0cb6c)) - - +- **deps:** update formatjs monorepo ([#1185](https://github.com/scaleway/scaleway-lib/issues/1185)) ([76b6cc0](https://github.com/scaleway/scaleway-lib/commit/76b6cc00c39aee23a576f92487065eae5ad0cb6c)) ## 2.0.1 (2023-01-13) - ### :package: Chore -* **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a)) - +- **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a)) ### :bug: Bug Fixes -* harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03)) - - +- harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03)) ## 2.0.0 (2023-01-06) - ### ⚠ BREAKING CHANGES -* packages are ESM only +- packages are ESM only ### :package: Chore -* **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d)) - +- **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d)) ### :gear: Features -* publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a)) - - +- publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a)) ## 1.1.3 (2022-12-14) diff --git a/packages/validate-icu-locales/package.json b/packages/validate-icu-locales/package.json index 417792351..0e05dd013 100644 --- a/packages/validate-icu-locales/package.json +++ b/packages/validate-icu-locales/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/validate-icu-locales", - "version": "2.0.3", + "version": "2.0.4", "description": "A small cli to handle icu errors on locales files", "keywords": [ "icu",