Skip to content

chore: Sync with main#7596

Merged
thisisamir98 merged 12 commits intomainfrom
dev
Nov 24, 2025
Merged

chore: Sync with main#7596
thisisamir98 merged 12 commits intomainfrom
dev

Conversation

@thisisamir98
Copy link
Contributor

Pull Request

Summary

  • What did I change and why?
    Syncing dev with master
  • Risks and how to roll out / roll back (e.g. feature flags):
    none

Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Standards Acknowledgement (required)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR synchronizes the dev branch with master, incorporating minor logging improvements, a new test case for MLS error handling, and a simplified beta release workflow.

  • Standardizes punctuation in log messages across multiple packages for consistency
  • Adds test coverage for MLS decryption failure scenarios
  • Consolidates beta release npm scripts into a single command

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/store-engine-dexie/src/index.ts Added period to storage persistence log message for consistency
packages/core/src/messagingProtocols/mls/MLSService/MLSService.test.ts Added test case verifying error propagation when MLS message decryption fails
packages/core/src/Account.ts Modified error message format (removed colon separator)
packages/api-client/src/APIClient.ts Added colon to log message before structured data for consistency
package.json Simplified beta release scripts from three commands to one

thisisamir98 and others added 2 commits November 24, 2025 09:58
….test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sonarqubecloud
Copy link

Copy link
Contributor

@zskhan zskhan left a comment

Choose a reason for hiding this comment

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

Please take care of Copilots comment related to
--sync-workspace-lock
Otherwise LGTM.

@thisisamir98
Copy link
Contributor Author

@zskhan --sync-workspace-lock is for lerna version not learna publish

@thisisamir98 thisisamir98 merged commit 9b33d4a into main Nov 24, 2025
14 checks passed
thisisamir98 added a commit that referenced this pull request Nov 26, 2025
* chore: Sync with main (#7596)

* test(MLS): Add a unit test to make sure decrypt message rethrows errors [WPB-21536] (#7595)

* chore: Publish [skip ci]

 - @wireapp/core@46.46.5-beta.0

* chore: change log message

* chore: Publish [skip ci]

 - @wireapp/core@46.46.5-beta.1

* chore: Update beta publish script

* refactor: Update error message

* chore: Update log message

* chore(api-client): Update log message

* refactor(store-engine-dexie): Update log message

* Update packages/core/src/messagingProtocols/mls/MLSService/MLSService.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/core/src/Account.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Otto the Bot <webapp+otto@wire.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: Change target of dependabot to dev branch [WPB-21306] (#7622)

* chore: Change target of dependabot to dev branch [WPB-21306]

* remove open-pull-requests-limit

* original open-pull-requests-limit

* chore: Add manual release trigger [WPB-21306] (#7621)

* chore: Add manual release trigger [WPB-21306]

* fix conflict

* remove otto the bot

* Validate branch and dist-tag match

* remove publish all

* Update .github/workflows/test_build_release.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* validation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Otto the Bot <webapp+otto@wire.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants