wire-web-packages icon indicating copy to clipboard operation
wire-web-packages copied to clipboard

Collection of npm modules created by Wire's web team.

Results 50 wire-web-packages issues
Sort by recently updated
recently updated
newest added

Bumps [color](https://github.com/Qix-/color) from 3.1.3 to 4.0.0. Release notes Sourced from color's releases. 4.0.0 Major Release 4.0.0 NOTE: "Major" here used loosely. This release is an interim major release that introduces...

dependencies
type: chore 🧹

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.6. Release notes Sourced from jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...

dependencies
type: chore 🧹

Bumps [babel-plugin-emotion](https://github.com/emotion-js/emotion) from 10.0.33 to 11.0.0. Release notes Sourced from babel-plugin-emotion's releases. [email protected] Major Changes b8476e08 #1675 Thanks @​mitchellhamilton! - Rename babel-plugin-emotion to @emotion/babel-plugin. Please replace "plugins": ["emotion"] with "plugins":...

dependencies
type: chore 🧹

Bumps [emotion-theming](https://github.com/emotion-js/emotion) from 10.0.27 to 11.0.0. Release notes Sourced from emotion-theming's releases. [email protected] Major Changes cbb8b796 #1628 Thanks @​Andarist! - emotion-theming has been removed and all its exports were moved...

dependencies
type: chore 🧹

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.26 to 5.28.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/webpack&package-manager=npm_and_yarn&previous-version=4.41.26&new-version=5.28.0)](https://dependabot.com/compatibility-score/?dependency-name=@types/webpack&package-manager=npm_and_yarn&previous-version=4.41.26&new-version=5.28.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
do not merge
type: chore 🧹

Bumps [jest-emotion](https://github.com/emotion-js/emotion) from 10.0.32 to 11.0.0. Release notes Sourced from jest-emotion's releases. [email protected] Major Changes b8476e08 #1675 Thanks @mitchellhamilton! - Rename jest-emotion to @emotion/jest. Please replace "snapshotSerializers": ["jest-emotion"] with "snapshotSerializers":...

dependencies
do not merge
type: chore 🧹

We want to migrate from cryptobox to corecrypto. We will trigger a migration script after dexie db version has upgraded (`upgrade` hook on webapp side). Blockers: We need to have...

type: feature / request ✨
do not merge

This PR will help in the effort of bringing the fingerprint computation to the core. The idea is to gather all manipulation of prekeys only inside of the `CryptoService`. It...

type: refactoring 🛠

using JSON to send proteus message payload is deprecated and protobuf is the new way to do thing. Protobuf has been battle tested with the federation env, we can now...

type: feature / request ✨