Skip to content

Commit 8349964

Browse files
ci(release): publish latest release
1 parent f57f420 commit 8349964

1,232 files changed

Lines changed: 63287 additions & 26925 deletions

File tree

Some content is hidden

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

.env.defaults

Lines changed: 0 additions & 45 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ yarn-error.log*
3636
.env
3737
.env.local
3838
.env.defaults.local
39+
.env.override
3940
.env.new
4041
.env.new.override
4142

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Be cognizant of the app or package within which a given change is being made. Be
166166
- Node.js v22.22.2 and Bun 1.3.11 are pre-installed and match `.nvmrc` / `.bun-version`.
167167
- The `tsgo` binary is at `node_modules/.bin/tsgo` (not globally in PATH). The `bun g:typecheck` script handles this automatically.
168168
- Set `export LEFTHOOK=0` to disable git hooks in Cloud Agent sessions (no TTY for interactive hooks).
169+
- Set `export SKIP_CONFIG_PULL=true` to disable remote config fetching (no Okta auth for agents)
169170
- All backend APIs are external (no local databases or Docker needed for development).
170171

171172
### Web App

RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmPKa4Xvcn2h6V983ZAQ3nTLW1HtKkLjBZUPGPwJ75txFG`
3-
- CIDv1: `bafybeiaostm47yr5zv6gb5fx6anujuf5qxxaw7v5edusc2ev7ow2auvpf4`
2+
- CIDv0: `QmYQ4Nwfb832gED2QK6CzMhPvvaJddVbsFmUN8mmTiq2ua`
3+
- CIDv1: `bafybeievorp76ycrsk3ekazcjyfm2xd7ogp65rrfgtv42d5ymsnkossalu`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,5 +10,5 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeiaostm47yr5zv6gb5fx6anujuf5qxxaw7v5edusc2ev7ow2auvpf4.ipfs.dweb.link/
14-
- [ipfs://QmPKa4Xvcn2h6V983ZAQ3nTLW1HtKkLjBZUPGPwJ75txFG/](ipfs://QmPKa4Xvcn2h6V983ZAQ3nTLW1HtKkLjBZUPGPwJ75txFG/)
13+
- https://bafybeievorp76ycrsk3ekazcjyfm2xd7ogp65rrfgtv42d5ymsnkossalu.ipfs.dweb.link/
14+
- [ipfs://QmYQ4Nwfb832gED2QK6CzMhPvvaJddVbsFmUN8mmTiq2ua/](ipfs://QmYQ4Nwfb832gED2QK6CzMhPvvaJddVbsFmUN8mmTiq2ua/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.153.7
1+
web/5.154.0

apps/extension/__mocks__/expo-blur.jsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/extension/jest-setup.js

Lines changed: 0 additions & 152 deletions
This file was deleted.

apps/extension/jest.config.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

apps/extension/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@ethersproject/wordlists": "5.7.0",
1212
"@metamask/rpc-errors": "6.2.1",
1313
"@reduxjs/toolkit": "1.9.3",
14+
"@tailwindcss/vite": "4.1.13",
1415
"@tamagui/core": "1.136.1",
1516
"@tanstack/react-query": "5.90.20",
1617
"@uniswap/analytics-events": "2.43.0",
@@ -25,16 +26,16 @@
2526
"@universe/gating": "workspace:^",
2627
"@universe/notifications": "workspace:^",
2728
"@universe/sessions": "workspace:^",
29+
"@universe/tailwind": "workspace:^",
2830
"@wxt-dev/module-react": "1.1.3",
2931
"ethers": "5.7.2",
3032
"eventemitter3": "5.0.1",
3133
"i18next": "23.10.0",
32-
"react": "19.1.0",
33-
"react-dom": "19.1.0",
34+
"react": "19.2.3",
35+
"react-dom": "19.2.3",
3436
"react-i18next": "14.1.0",
35-
"react-native": "0.81.5",
36-
"react-native-gesture-handler": "2.28.0",
37-
"react-native-reanimated": "3.19.4",
37+
"react-native": "0.85.3",
38+
"react-native-reanimated": "4.4.1",
3839
"react-native-svg": "15.12.1",
3940
"react-native-web": "0.19.13",
4041
"react-qr-code": "2.0.12",
@@ -46,6 +47,7 @@
4647
"redux-persist-webextension-storage": "1.0.2",
4748
"redux-saga": "1.2.2",
4849
"symbol-observable": "4.0.0",
50+
"tailwindcss": "4.1.16",
4951
"typed-redux-saga": "1.5.0",
5052
"ua-parser-js": "1.0.37",
5153
"ui": "workspace:^",
@@ -67,23 +69,24 @@
6769
"@testing-library/dom": "10.4.0",
6870
"@testing-library/react": "16.3.0",
6971
"@types/chrome": "0.0.304",
70-
"@types/jest": "29.5.14",
7172
"@types/ms": "0.7.31",
7273
"@types/node": "22.19.17",
73-
"@types/react": "19.1.10",
74+
"@types/react": "19.2.16",
7475
"@types/react-dom": "19.0.6",
7576
"@types/redux-logger": "3.0.9",
7677
"@types/redux-persist-webextension-storage": "1.0.3",
7778
"@types/ua-parser-js": "0.7.31",
7879
"@typescript/native-preview": "7.0.0-dev.20260421.2",
80+
"@vitejs/plugin-react": "4.7.0",
7981
"@welldone-software/why-did-you-render": "10.0.1",
8082
"dotenv": "16.0.3",
81-
"jest": "29.7.0",
8283
"jest-chrome": "0.8.0",
83-
"jest-environment-jsdom": "29.5.0",
8484
"jest-extended": "4.0.2",
85+
"jsdom": "20.0.3",
8586
"ms": "2.1.3",
86-
"typescript": "5.9.2"
87+
"typescript": "5.9.2",
88+
"vitest": "3.2.1",
89+
"vitest-presets": "workspace:^"
8790
},
8891
"private": true,
8992
"scripts": {
@@ -92,7 +95,6 @@
9295
"build:wxt": "nx build extension -c chrome",
9396
"check": "nx check extension",
9497
"check:fast": "nx check:fast extension",
95-
"check:circular": "nx check:circular extension",
9698
"check:deps:usage": "nx check:deps:usage extension",
9799
"clean": "nx clean extension",
98100
"dev": "nx dev extension",

0 commit comments

Comments
 (0)