Skip to content

Commit f159440

Browse files
yosriadyclaude
andauthored
Upgrade @formo/analytics to v1.32.0 across all examples (#33)
* chore: bump @formo/analytics to ^1.32.0 across all examples https://claude.ai/code/session_016bW7jzsa1GjCDxKVPCacnH * fix(ci): bypass release-age gate for @formo/analytics and bump axios - Add `@formo/analytics` to `minimumReleaseAgeExclude` in every workspace using the SDK so 1.32.0 (just published) can be resolved - Refresh pnpm lockfiles to pin 1.32.0 - Bump axios override pattern to `<1.16.1` → 1.16.1 to clear the new GHSA-pjwm-pj3p-43mv / GHSA-35jp-ww65-95wh advisories - Move with-thirdweb to `audit: critical` since its deprecated SDK v4 pulls axios 0.31.1 transitively with no patched 0.x release https://claude.ai/code/session_016bW7jzsa1GjCDxKVPCacnH * fix(with-next-app-router): override @babel/traverse to patched 7.23.2 Socket flagged GHSA-67hx-6x53-jw92 (critical, arbitrary code execution) on @babel/traverse@7.17.3, pulled in transitively as a devDependency via @trivago/prettier-plugin-sort-imports. Pre-existing in the lockfile; force the patched 7.23.2 to clear the alert. https://claude.ai/code/session_016bW7jzsa1GjCDxKVPCacnH --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 88d1fe0 commit f159440

54 files changed

Lines changed: 1040 additions & 1483 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
{"name":"with-tempo","dir":"with-tempo","pm":"pnpm","build":"build","node":"22"},
9999
{"name":"with-privy","dir":"with-privy","pm":"pnpm","build":"build","node":"22"},
100100
{"name":"with-reown","dir":"with-reown","pm":"pnpm","build":"build","node":"22"},
101-
{"name":"with-thirdweb","dir":"with-thirdweb","pm":"pnpm","build":"build","node":"22"},
101+
{"name":"with-thirdweb","dir":"with-thirdweb","pm":"pnpm","build":"build","node":"22","audit":"critical"},
102102
{"name":"with-web3-onboard","dir":"with-web3-onboard","pm":"pnpm","build":"build","node":"22"},
103103
{"name":"with-react-native","dir":"with-react-native","pm":"pnpm","build":"typecheck","node":"22","audit":"critical"},
104104
{"name":"with-solana","dir":"with-solana","pm":"pnpm","build":"build","node":"22"},

with-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/forms": "^21.2.0",
1919
"@angular/platform-browser": "^21.2.0",
2020
"@angular/router": "^21.2.0",
21-
"@formo/analytics": "^1.30.1",
21+
"@formo/analytics": "^1.32.0",
2222
"buffer": "^6.0.3",
2323
"rxjs": "~7.8.0",
2424
"tslib": "^2.3.0",

with-angular/pnpm-lock.yaml

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

with-angular/pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# pnpm 11 reads pnpm-specific settings from here (no longer from .npmrc).
22
minimumReleaseAge: 10080
33
# Formo publishes its own SDK; don't hold it back behind the release-age gate.
4+
# tldts/tldts-core publish metadata without per-version timestamps, which
5+
# trips the release-age gate; exclude since they're a TLD parser data lib.
46
minimumReleaseAgeExclude:
57
- "@formo/analytics"
8+
- "tldts"
9+
- "tldts-core"
610
# Block git/http/file-protocol subdependencies (pnpm 11 default; set explicitly).
711
blockExoticSubdeps: true
812

with-crossmint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@crossmint/client-sdk-react-ui": "4.2.0",
14-
"@formo/analytics": "^1.30.0",
14+
"@formo/analytics": "^1.32.0",
1515
"clsx": "^2.1.1",
1616
"next": "^15.5.18",
1717
"react": "^19.2.3",

with-crossmint/pnpm-lock.yaml

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

with-crossmint/pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ minimumReleaseAgeExclude:
1414
minimumReleaseAge: 10080
1515
overrides:
1616
'valibot@>=0.31.0 <1.2.0': 1.2.0
17-
'axios@>=1.0.0 <1.15.2': 1.15.2
17+
'axios@>=1.0.0 <1.16.1': 1.16.1
1818
'@react-native-community/cli@>=1.0.0 <17.0.1': 17.0.1
1919
'@react-native-community/cli-server-api@>=1.0.0 <17.0.1': 17.0.1
2020
# Block git/http/file-protocol subdependencies (pnpm 11 default; set explicitly).

with-dynamic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@dynamic-labs/ethereum": "^4.53.1",
1616
"@dynamic-labs/sdk-react-core": "^4.53.1",
1717
"@dynamic-labs/wagmi-connector": "^4.53.1",
18-
"@formo/analytics": "^1.30.0",
18+
"@formo/analytics": "^1.32.0",
1919
"@tanstack/react-query": "^5.62.7",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
@@ -38,6 +38,6 @@
3838
"vite": "^6.0.1"
3939
},
4040
"overrides": {
41-
"axios": "^1.15.1"
41+
"axios": "^1.16.1"
4242
}
4343
}

0 commit comments

Comments
 (0)