Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
fi
export BASE_URL
echo "Using BASE_URL: $BASE_URL"

if [[ "${{ inputs.run-reporter }}" == "true" ]]; then
REPORTER_OPT="--reporter=./e2e/support/reporters/gitHubReporter.ts"
else
Expand Down
1 change: 0 additions & 1 deletion docs/releases/adding-new-firmwares.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Package `@trezor/connect-common` is a public NPM package used as dependency of `
1. Add firmwares to `packages/connect-common/files/firmware/*` and modify its `releases.json` file. See [Firmware `releases.json` files structure](#firmware-releasesjson-files-structure) for an explanation and [90bb548](https://github.com/trezor/trezor-suite/commit/90bb548aec06c9b4816c9a87b2ffa5fcade99f29) for an example.

1. Remove older binaries so they are not bundled in the desktop app any more, but always keep:

- the intermediary FW for T1B1 [packages/connect-common/files/firmware/t1b1/trezor-inter-v{1 | 2 | 3}.bin](https://github.com/trezor/trezor-suite/blob/develop/packages/connect-common/files/firmware/t1b1/trezor-inter-v1.bin)
- and 2.1.1 for T2T1 [packages/connect-common/files/firmware/t2t1/trezor-2.1.1.bin](https://github.com/trezor/trezor-suite/blob/develop/packages/connect-common/files/firmware/t2t1/trezor-2.1.1.bin)

Expand Down
1 change: 0 additions & 1 deletion docs/tests/e2e-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ This CI pipeline decides whether to build app and run E2E tests following this l
#### πŸ”Ή Is First Attempt?

- **Yes** (e.g. initial run after a push):

- **Check Previous Test Runs**:
- βœ… **If a previous successful run exists**:
- πŸ›‘ **Skip Build**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"resolutions": {
"typescript": "5.8.3",
"react-native": "0.79.3",
"prettier": "3.5.3",
"prettier": "3.6.2",
"type-fest": "4.24.0",
"bcrypto": "5.4.0",
"react": "19.0.0",
Expand Down Expand Up @@ -130,7 +130,7 @@
"node-gyp": "10.2.0",
"nx": "^18.0.3",
"patch-package": "8.0.0",
"prettier": "3.5.3",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1619,8 +1619,8 @@ describe('WAValidator.validate()', function () {
valid('grs1qnxt8adg4qk3ljl0qhvp4m0nt56w6ma77vwr2jq', 'grs');
valid('tgrs1qw4z3xrtgx4f6w7akwpp2xa0gupmkv4yauemmm9', 'grs', 'testnet');

invalid('grs1q49qls5kklryt95g5xq4p6msycpgjp8ramfc9jq', 'grs'),
invalid('tgrs1qqjd3qhncsxdyh5gt7hz4k6zzvfguslwxwgv23j', 'grs');
(invalid('grs1q49qls5kklryt95g5xq4p6msycpgjp8ramfc9jq', 'grs'),
invalid('tgrs1qqjd3qhncsxdyh5gt7hz4k6zzvfguslwxwgv23j', 'grs'));
});

it('should return true for correct solana addresses', function () {
Expand Down
1 change: 0 additions & 1 deletion packages/connect-examples/webextension-mv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Run the commands below in order to get the MV2 and MV3 webextension ready to be
Basic implementation is the same for both Google Chrome & Firefox. However, few additional steps are needed to make extension work with [WebUSB](https://wicg.github.io/webusb/) in Google Chrome.

1. Configure your manifest file ([Google Chrome](https://github.com/trezor/trezor-suite/blob/develop/packages/connect-examples/webextension/manifest.json), [Firefox](https://github.com/trezor/trezor-suite/blob/develop/packages/connect-examples/webextension/manifest-firefox.json))

- Because Trezor Connect is served from the `https://connect.trezor.io/` domain you must grant permissions to `://connect.trezor.io/*` URL in your manifest file.

```JSON
Expand Down
5 changes: 0 additions & 5 deletions packages/connect-explorer-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
- ffb6d808: - Fix
`TypeError: Cannot read properties of null (reading 'classList')` while
navigating to route that doesn't have toc with `router.push` for example

- Add alias `Tabs.Tab` to `Tab` component
- Add alias `Cards.Card` to `Card` component
- should not attach custom heading id as id attribute if parent is `Tabs.Tab`
Expand Down Expand Up @@ -90,13 +89,11 @@
### Minor Changes

- d9820746: - show headings for partial md/mdx in toc

- hide headings in toc when parent `<Tab />` or `<Tabs.Tab />`

- 63271a41: add toc.backToTop option
- 8962597e: - allow override static image component that was hardcoded to
`import Image from 'next/image'` now it's plain `<img />`

- support `<details />`/`<summary />` for `.md` files

### Patch Changes
Expand Down Expand Up @@ -158,7 +155,6 @@
- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components
from `nextra/components`.

- `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local
storage, which will be chosen in future page renders.

Expand All @@ -174,7 +170,6 @@
### Minor Changes

- 16bbb88: Move below packages to nextra package

- `<Cards />` and `<Card />`
- `<Tabs />` and `<Tab />`
- `<Steps />`
Expand Down
1 change: 0 additions & 1 deletion packages/connect-web/src/webextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Basic implementation is same for both Google Chrome & Firefox. However, few additional steps are needed to make extension work with [WebUSB](https://wicg.github.io/webusb/) in Google Chrome.

1. Configure your manifest file

- Because Trezor Connect is served from the `https://connect.trezor.io/` domain you must grant permissions to `://connect.trezor.io/*` URL in your manifest file.

```JSON
Expand Down
2 changes: 0 additions & 2 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,14 +426,12 @@ If you are still seeing issues with USB types, please add `w3c-web-usb` to your
- Fixing an issue with typescript not being able to resolve @sinclair/typebox and USB types correctly (98d6437)
- Fixing regression that made it impossible to acquire (steal) device session over webusb (5cf83b4)
- Couple of other fixes and improvements of device handling:

- fix(connect): pending transport event fix (231899f)
- fix(connect): DeviceList create devices sequentially (b4a915b)
- chore(connect): use cancelableAction instead of \_cancelableRequestBySend (66c9beb)
- fix(connect): Device prompts cancel action (pin, word, passphrase) (e8257f4)

- Connect Explorer fixes:

- fix(connect-explorer): icons on index page (fef3791)
- fix(connect-explorer): Button as Link not working (d788a06)
- chore(connect-explorer): improve fallback schema illustration (d0619b7)
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chalk": "^4.1.2",
"fs-extra": "^11.3.0",
"minimatch": "^10.0.1",
"prettier": "3.5.3",
"prettier": "^3.6.2",
"sort-package-json": "^3.2.1",
"tsx": "^4.20.3",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion suite-common/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"chalk": "4.1.2",
"fantasticon": "3.0.0",
"prettier": "3.5.3",
"prettier": "^3.6.2",
"sharp": "^0.34.2",
"svgo": "4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion suite-native/video-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@trezor/styles": "workspace:*",
"expo": "53.0.11",
"expo-video": "~2.2.0",
"prettier": "3.5.3",
"prettier": "^3.6.2",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-reanimated": "^3.18.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9515,7 +9515,7 @@ __metadata:
dependencies:
chalk: "npm:4.1.2"
fantasticon: "npm:3.0.0"
prettier: "npm:3.5.3"
prettier: "npm:^3.6.2"
sharp: "npm:^0.34.2"
svgo: "npm:4.0.0"
languageName: unknown
Expand Down Expand Up @@ -11419,7 +11419,7 @@ __metadata:
"@trezor/styles": "workspace:*"
expo: "npm:53.0.11"
expo-video: "npm:~2.2.0"
prettier: "npm:3.5.3"
prettier: "npm:^3.6.2"
react: "npm:19.0.0"
react-native: "npm:0.79.3"
react-native-reanimated: "npm:^3.18.0"
Expand Down Expand Up @@ -12384,7 +12384,7 @@ __metadata:
chalk: "npm:^4.1.2"
fs-extra: "npm:^11.3.0"
minimatch: "npm:^10.0.1"
prettier: "npm:3.5.3"
prettier: "npm:^3.6.2"
semver: "npm:^7.7.1"
sort-package-json: "npm:^3.2.1"
tar: "npm:^7.0.1"
Expand Down Expand Up @@ -34494,12 +34494,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
"prettier@npm:3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
checksum: 10/1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
languageName: node
linkType: hard

Expand Down Expand Up @@ -39898,7 +39898,7 @@ __metadata:
node-gyp: "npm:10.2.0"
nx: "npm:^18.0.3"
patch-package: "npm:8.0.0"
prettier: "npm:3.5.3"
prettier: "npm:^3.6.2"
rimraf: "npm:^6.0.1"
ts-node: "npm:^10.9.2"
tslib: "npm:^2.6.2"
Expand Down
Loading