Skip to content

Commit f77189c

Browse files
committed
build: update pnpm, uv and dependencies to latest versions
Generated-by: aiautocommit
1 parent bdc6f4a commit f77189c

File tree

6 files changed

+68
-68
lines changed

6 files changed

+68
-68
lines changed

.github/actions/common-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
env:
1212
MISE_ENV: dev
1313
with:
14-
version: 2026.2.15
14+
version: 2026.2.16
1515
# TODO document: https://github.com/actions/runner-images/issues/4849, https://github.com/actions/runner-images/issues/264
1616
- uses: tecolicom/actions-use-apt-tools@v1
1717
with:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
just 1.46.0
88
direnv 2.37.1
99

10-
uv 0.10.3
10+
uv 0.10.4
1111
python 3.14.3
1212

1313
# language + package manager versions required for the web project
14-
pnpm 10.29.3
14+
pnpm 10.30.0
1515

1616
# it's best to use a LTS version of node. Many packages (such as better-sqlite3) precompile binaries for LTS
1717
# node versions. Ensuring the right packages, etc are available during container creation for these packages is a pain.

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
22
node = "24"
3-
pnpm = "10.29.3"
3+
pnpm = "10.30.0"

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"@analytics/google-tag-manager": "^0.6.0",
15-
"@clerk/clerk-react": "^5.60.1",
16-
"@clerk/shared": "^3.45.0",
15+
"@clerk/clerk-react": "^5.60.2",
16+
"@clerk/shared": "^3.45.1",
1717
"@epic-web/invariant": "^1.0.0",
1818
"@hookform/resolvers": "^5.2.2",
1919
"@icons-pack/react-simple-icons": "^13.11.2",
20-
"@posthog/react": "^1.7.1",
20+
"@posthog/react": "^1.8.0",
2121
"@radix-ui/react-avatar": "^1.1.11",
2222
"@radix-ui/react-checkbox": "^1.3.3",
2323
"@radix-ui/react-collapsible": "^1.1.12",
@@ -51,7 +51,7 @@
5151
"isbot": "^5.1.35",
5252
"lucide-react": "^0.574.0",
5353
"postcss": "^8.5.6",
54-
"posthog-js": "^1.347.2",
54+
"posthog-js": "^1.350.0",
5555
"ramda": "^0.32.0",
5656
"react": "^19.2.4",
5757
"react-dom": "^19.2.4",
@@ -87,11 +87,11 @@
8787
"eslint-plugin-react": "^7.37.5",
8888
"eslint-plugin-react-hooks": "^7.0.1",
8989
"globals": "^17.3.0",
90-
"happy-dom": "^20.6.1",
90+
"happy-dom": "^20.6.2",
9191
"nock": "^14.0.11",
9292
"prettier": "^3.8.1",
9393
"prettier-plugin-tailwindcss": "^0.7.2",
94-
"timezone-mock": "^1.4.1",
94+
"timezone-mock": "^1.4.2",
9595
"typescript-eslint": "^8.56.0",
9696
"vite-plugin-check-env": "1.2.17",
9797
"vite-plugin-devtools-json": "^1.0.0",
@@ -103,7 +103,7 @@
103103
],
104104
"engines": {
105105
"node": "^24",
106-
"pnpm": "^10.29.3"
106+
"pnpm": "^10.30.0"
107107
},
108108
"prettier": {
109109
"semi": false,

0 commit comments

Comments
 (0)