diff --git a/.github/actions/run-e2e-tests/action.yml b/.github/actions/run-e2e-tests/action.yml
index 9115355366d6..3183a85947d9 100644
--- a/.github/actions/run-e2e-tests/action.yml
+++ b/.github/actions/run-e2e-tests/action.yml
@@ -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
diff --git a/docs/releases/adding-new-firmwares.md b/docs/releases/adding-new-firmwares.md
index 1742d7475674..79b208a53664 100644
--- a/docs/releases/adding-new-firmwares.md
+++ b/docs/releases/adding-new-firmwares.md
@@ -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)
diff --git a/docs/tests/e2e-ci.md b/docs/tests/e2e-ci.md
index e27b99b7d3fa..667143d00f25 100644
--- a/docs/tests/e2e-ci.md
+++ b/docs/tests/e2e-ci.md
@@ -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**
diff --git a/package.json b/package.json
index 9cead80e6787..52d08af8abfd 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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",
diff --git a/packages/address-validator/tests/wallet_address_validator.test.js b/packages/address-validator/tests/wallet_address_validator.test.js
index 8f17989681f4..248197e6bc39 100644
--- a/packages/address-validator/tests/wallet_address_validator.test.js
+++ b/packages/address-validator/tests/wallet_address_validator.test.js
@@ -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 () {
diff --git a/packages/connect-examples/webextension-mv2/README.md b/packages/connect-examples/webextension-mv2/README.md
index 6631d82a14c2..003c9dacc16e 100644
--- a/packages/connect-examples/webextension-mv2/README.md
+++ b/packages/connect-examples/webextension-mv2/README.md
@@ -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
diff --git a/packages/connect-explorer-theme/CHANGELOG.md b/packages/connect-explorer-theme/CHANGELOG.md
index 362ebcac7d5d..3a5f8fe92f0e 100644
--- a/packages/connect-explorer-theme/CHANGELOG.md
+++ b/packages/connect-explorer-theme/CHANGELOG.md
@@ -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`
@@ -90,13 +89,11 @@
### Minor Changes
- d9820746: - show headings for partial md/mdx in toc
-
- hide headings in toc when parent `` or ``
- 63271a41: add toc.backToTop option
- 8962597e: - allow override static image component that was hardcoded to
`import Image from 'next/image'` now it's plain `
`
-
- support ` `/`` for `.md` files
### Patch Changes
@@ -158,7 +155,6 @@
- e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code
block that has `npm2yarn` metadata with `` and `` components
from `nextra/components`.
-
- `` now has `selectedKey` prop, the chosen tab is saved in the local
storage, which will be chosen in future page renders.
@@ -174,7 +170,6 @@
### Minor Changes
- 16bbb88: Move below packages to nextra package
-
- `` and ``
- `` and ``
- ``
diff --git a/packages/connect-web/src/webextension/README.md b/packages/connect-web/src/webextension/README.md
index 5c5a5b494ab1..cd3b90ecfec1 100644
--- a/packages/connect-web/src/webextension/README.md
+++ b/packages/connect-web/src/webextension/README.md
@@ -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
diff --git a/packages/connect/CHANGELOG.md b/packages/connect/CHANGELOG.md
index d4c8b0dbef04..8da6d0bd0f5f 100644
--- a/packages/connect/CHANGELOG.md
+++ b/packages/connect/CHANGELOG.md
@@ -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)
diff --git a/scripts/package.json b/scripts/package.json
index 296417e02bb9..622799c4cf6a 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -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"
diff --git a/suite-common/icons/package.json b/suite-common/icons/package.json
index 41cbc214365f..cdef3cf70230 100644
--- a/suite-common/icons/package.json
+++ b/suite-common/icons/package.json
@@ -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"
}
diff --git a/suite-native/video-assets/package.json b/suite-native/video-assets/package.json
index 780d092be66e..21dd8070a200 100644
--- a/suite-native/video-assets/package.json
+++ b/suite-native/video-assets/package.json
@@ -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"
diff --git a/yarn.lock b/yarn.lock
index 897adb880d69..b88a6f0f21e0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -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
@@ -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"
@@ -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"
@@ -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
@@ -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"