Skip to content

Commit 37af618

Browse files
authored
Merge branch 'main' into renovate/commitlint-monorepo
2 parents e3a1828 + 03c40c6 commit 37af618

File tree

6 files changed

+107
-96
lines changed

6 files changed

+107
-96
lines changed

.changeset/renovate-25f1ac2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/use-segment': patch
3+
---
4+
5+
Updated dependency `@segment/analytics-next` to `1.60.0`.

.changeset/renovate-a981d0c.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@scaleway/eslint-config-react': patch
3+
---
4+
5+
Updated dependency `@typescript-eslint/eslint-plugin` to `6.11.0`.
6+
Updated dependency `@typescript-eslint/parser` to `6.11.0`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@testing-library/react": "14.1.0",
3131
"@tsd/typescript": "5.2.2",
3232
"@types/jest": "29.5.8",
33-
"@types/node": "20.9.0",
33+
"@types/node": "20.9.1",
3434
"@types/react": "18.2.37",
3535
"@types/react-dom": "18.2.15",
3636
"builtin-modules": "3.3.0",

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@emotion/eslint-plugin": "11.11.0",
21-
"@typescript-eslint/eslint-plugin": "6.10.0",
22-
"@typescript-eslint/parser": "6.10.0",
21+
"@typescript-eslint/eslint-plugin": "6.11.0",
22+
"@typescript-eslint/parser": "6.11.0",
2323
"eslint-config-airbnb": "19.0.4",
2424
"eslint-config-airbnb-typescript": "17.1.0",
2525
"eslint-config-prettier": "9.0.0",

packages/use-segment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"segment"
2828
],
2929
"dependencies": {
30-
"@segment/analytics-next": "1.59.0",
30+
"@segment/analytics-next": "1.60.0",
3131
"use-deep-compare-effect": "1.8.1"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)