Skip to content

Update dependencies 2025-07 #19940

Merged
peter-sanderson merged 8 commits intodevelopfrom
update_dependencies_2025_07_v2
Jul 3, 2025
Merged

Update dependencies 2025-07 #19940
peter-sanderson merged 8 commits intodevelopfrom
update_dependencies_2025_07_v2

Conversation

@peter-sanderson
Copy link
Copy Markdown
Contributor

@peter-sanderson peter-sanderson commented Jul 3, 2025

Part of: #19008

  • yargs

    • tested: update-project-references (no crash, just run to test that argv aprsing works)
    • tested: convert-figma-palette (no crash, just run to test that argv aprsing works)
  • sort-package-json

    • tested: generatePackage.ts
  • globals

    • used in eslint and it lints so it probably works
  • minimatch

    • tested: update-project-references-> yarn update-project-references --ignore */firmware
  • glob

    • Used in core.webpack.config.ts I ssume if build works, then its ok
  • fake-indexeddb & core-js -> if tests are working it shall be ok

🔍🖥️ Suite web test results: View in Currents

🔍🖥️ Suite desktop test results: View in Currents

🔍🖥️ Suite native android test results: View in Currents

@peter-sanderson peter-sanderson requested review from a team and karliatto as code owners July 3, 2025 10:16
@peter-sanderson peter-sanderson added the no-project This label is used to specify that PR doesn't need to be added to a project label Jul 3, 2025
@peter-sanderson peter-sanderson force-pushed the update_dependencies_2025_07_v2 branch from 1f7a71b to a9e0512 Compare July 3, 2025 11:54
@trezor-bot
Copy link
Copy Markdown
Contributor

trezor-bot Bot commented Jul 3, 2025

✅ Previously successful run of [Test] PR Suite Web e2e tests workflow has been found.
⏭️ Skipping tests for this run.
💡 If you are unsure about your latest changes, please rerun the workflow manually. (Use the Re-run all jobs option)

@peter-sanderson peter-sanderson force-pushed the update_dependencies_2025_07_v2 branch from a9e0512 to 77253c7 Compare July 3, 2025 12:09
Comment thread yarn.lock
languageName: node
linkType: hard

"yargs@npm:^17.0.0, yargs@npm:^17.0.1, yargs@npm:^17.3.1, yargs@npm:^17.6.2, yargs@npm:^17.7.2":
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

electron still depends on 17

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and jest/types on 15 btw, we have this too

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but that's ok, isn't it? 🙂

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

"@trezor/urls": "workspace:*",
"@trezor/utils": "workspace:*",
"chalk": "^4.1.2",
"chalk": "^5.4.1",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peter-sanderson peter-sanderson force-pushed the update_dependencies_2025_07_v2 branch from 77253c7 to 0501495 Compare July 3, 2025 12:50
@trezor-bot
Copy link
Copy Markdown
Contributor

trezor-bot Bot commented Jul 3, 2025

✅ Previously successful run of [Test] PR Suite Desktop e2e tests workflow has been found.
⏭️ Skipping tests for this run.
💡 If you are unsure about your latest changes, please rerun the workflow manually. (Use the Re-run all jobs option)

Copy link
Copy Markdown
Contributor

@Lemonexe Lemonexe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, CI works, yarn refs and generate-package works.

Btw glob is also working, I ran local desktop devserver ✔️ Async threads would be broken otherwise, I remember we tackled that on windows 😬

* Example usage:
* yarn update-project-references --read-only 1 2 3 --test true
* yarn update-project-references --ignore *\/firmware
*/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@peter-sanderson peter-sanderson merged commit d3bd78b into develop Jul 3, 2025
68 checks passed
@peter-sanderson peter-sanderson deleted the update_dependencies_2025_07_v2 branch July 3, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-project This label is used to specify that PR doesn't need to be added to a project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants