Skip to content

Commit fac27a5

Browse files
authored
Merge branch 'main' into renovate/eslint-plugin-react-7.x
2 parents 3891089 + a735589 commit fac27a5

File tree

6 files changed

+116
-111
lines changed

6 files changed

+116
-111
lines changed

.changeset/renovate-fe8d2e9.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.73.0`.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
typecheck:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm run build
2424
- run: pnpm tsc --noEmit
2525
lint:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/[email protected]
2929
- uses: pnpm/[email protected]
@@ -60,7 +60,7 @@ jobs:
6060
verbose: true
6161

6262
test-types:
63-
runs-on: ubuntu-22.04
63+
runs-on: ubuntu-24.04
6464
strategy:
6565
matrix:
6666
node: ["20"]

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-title:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"workspaces": ["packages/*"],
55
"type": "module",
6-
"packageManager": "pnpm@9.10.0",
6+
"packageManager": "pnpm@9.11.0",
77
"engines": {
88
"node": ">=20.x",
99
"pnpm": ">=9.x"
@@ -15,7 +15,7 @@
1515
"@babel/preset-env": "7.25.4",
1616
"@babel/preset-react": "7.24.7",
1717
"@babel/preset-typescript": "7.24.7",
18-
"@biomejs/biome": "1.9.1",
18+
"@biomejs/biome": "1.9.2",
1919
"@changesets/changelog-github": "0.5.0",
2020
"@changesets/cli": "2.27.8",
2121
"@commitlint/cli": "19.5.0",
@@ -26,8 +26,8 @@
2626
"@testing-library/jest-dom": "6.5.0",
2727
"@testing-library/react": "16.0.1",
2828
"@types/jest": "29.5.13",
29-
"@types/node": "20.16.5",
30-
"@types/react": "18.3.8",
29+
"@types/node": "20.16.10",
30+
"@types/react": "18.3.10",
3131
"@types/react-dom": "18.3.0",
3232
"@vitejs/plugin-react": "4.3.1",
3333
"@vitest/coverage-istanbul": "2.1.1",
@@ -45,7 +45,7 @@
4545
"shx": "0.3.4",
4646
"tstyche": "2.1.1",
4747
"typescript": "5.5.4",
48-
"vite": "5.4.6",
48+
"vite": "5.4.8",
4949
"vitest": "2.1.1",
5050
"vitest-localstorage-mock": "0.1.2",
5151
"wait-for-expect": "3.0.2"

packages/use-segment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"segment"
4444
],
4545
"dependencies": {
46-
"@segment/analytics-next": "1.72.2",
46+
"@segment/analytics-next": "1.73.0",
4747
"use-deep-compare-effect": "1.8.1"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)