Skip to content

Commit 122557a

Browse files
authored
Merge branch 'main' into renovate/major-eslint-stylistic-monorepo
2 parents cc41bfa + b292bdc commit 122557a

File tree

18 files changed

+523
-456
lines changed

18 files changed

+523
-456
lines changed

.changeset/clean-cougars-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/renovate-5141b44.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/renovate-9264eb7.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"packages/*"
66
],
77
"type": "module",
8-
"packageManager": "[email protected].0",
8+
"packageManager": "[email protected].1",
99
"engines": {
1010
"node": ">=20.x",
1111
"pnpm": ">=9.x"
1212
},
1313
"dependencies": {
14-
"@babel/core": "7.26.7",
15-
"@babel/eslint-parser": "7.26.5",
14+
"@babel/core": "7.26.8",
15+
"@babel/eslint-parser": "7.26.8",
1616
"@babel/plugin-transform-runtime": "7.25.9",
17-
"@babel/preset-env": "7.26.7",
17+
"@babel/preset-env": "7.26.8",
1818
"@babel/preset-react": "7.26.3",
1919
"@babel/preset-typescript": "7.26.0",
2020
"@biomejs/biome": "1.9.4",
@@ -28,7 +28,7 @@
2828
"@testing-library/jest-dom": "6.6.3",
2929
"@testing-library/react": "16.2.0",
3030
"@types/jest": "29.5.14",
31-
"@types/node": "22.13.0",
31+
"@types/node": "22.13.1",
3232
"@types/react": "19.0.8",
3333
"@types/react-dom": "19.0.3",
3434
"@vitejs/plugin-react": "4.3.4",

packages/changesets-renovate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#2422](https://github.com/scaleway/scaleway-lib/pull/2422) [`d122517`](https://github.com/scaleway/scaleway-lib/commit/d122517e81259e361368b2a466bbd930fa751d90) Thanks [@garar](https://github.com/garar)! - add an option to sort the message
8+
39
## 2.1.2
410

511
### Patch Changes

packages/changesets-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/changesets-renovate",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Automatically create changesets for Renovate",
55
"type": "module",
66
"module": "./dist/index.js",

packages/eslint-config-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.2.7
4+
5+
### Patch Changes
6+
7+
- [#2437](https://github.com/scaleway/scaleway-lib/pull/2437) [`718215c`](https://github.com/scaleway/scaleway-lib/commit/718215cec531efda435d721f6e9ecbf5192882f0) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.22.0`.
8+
Updated dependency `@typescript-eslint/parser` to `8.22.0`.
9+
10+
- [#2446](https://github.com/scaleway/scaleway-lib/pull/2446) [`cc184c4`](https://github.com/scaleway/scaleway-lib/commit/cc184c48f8837dc28c859da5c96ca818fa260571) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.23.0`.
11+
Updated dependency `@typescript-eslint/parser` to `8.23.0`.
12+
313
## 5.2.6
414

515
### Patch Changes

packages/eslint-config-react/package.json

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

packages/regex/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.2.2
4+
5+
### Patch Changes
6+
7+
- [#2461](https://github.com/scaleway/scaleway-lib/pull/2461) [`3779419`](https://github.com/scaleway/scaleway-lib/commit/3779419f6cec8271d99638e0377106bc23a5b75e) Thanks [@Lawndlwd](https://github.com/Lawndlwd)! - fix the cron regex
8+
39
## 5.2.1
410

511
### Patch Changes

packages/regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/regex",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)