Skip to content

Commit

Permalink
Merge branch 'main' into renovate/simple-git-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Oct 1, 2024
2 parents 490516c + a735589 commit d129476
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 111 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-fe8d2e9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/use-segment': patch
---

Updated dependency `@segment/analytics-next` to `1.73.0`.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
typecheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.1.7
- uses: pnpm/action-setup@v4.0.0
Expand All @@ -23,7 +23,7 @@ jobs:
- run: pnpm run build
- run: pnpm tsc --noEmit
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.1.7
- uses: pnpm/action-setup@v4.0.0
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
verbose: true

test-types:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
node: ["20"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check-title:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.1.7
- uses: pnpm/action-setup@v4.0.0
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"workspaces": ["packages/*"],
"type": "module",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.x",
"pnpm": ">=9.x"
Expand All @@ -15,7 +15,7 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@biomejs/biome": "1.9.1",
"@biomejs/biome": "1.9.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.5.0",
Expand All @@ -26,8 +26,8 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@types/react": "18.3.8",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-istanbul": "2.1.1",
Expand All @@ -45,7 +45,7 @@
"shx": "0.3.4",
"tstyche": "2.1.1",
"typescript": "5.5.4",
"vite": "5.4.6",
"vite": "5.4.8",
"vitest": "2.1.1",
"vitest-localstorage-mock": "0.1.2",
"wait-for-expect": "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-segment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"segment"
],
"dependencies": {
"@segment/analytics-next": "1.72.2",
"@segment/analytics-next": "1.73.0",
"use-deep-compare-effect": "1.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d129476

Please sign in to comment.