renovate[bot]
ea305a0f71
[deps] Platform: Update nx monorepo to v21.3.11 ( #15286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-08-18 18:35:17 +02:00
Oscar Hinton
40455546d1
[CL-652] Remove bootstrap and enable tailwind preflight ( #8071 )
...
Wraps up the tailwind migration by removing bootstrap from the web vault.
2025-08-12 20:32:19 +02:00
Github Actions
f2d42138b6
Bumped client version(s)
2025-08-11 14:30:29 +00:00
Daniel García
b57238ca99
[PM-23663] Update yao-pkg and migrate CLI to Node 22 ( #15622 )
2025-08-07 14:34:03 -04:00
Github Actions
1ffe8e433f
Bumped client version(s)
2025-08-07 14:01:33 +00:00
Github Actions
326d7bf3bd
Bumped client version(s)
2025-08-05 18:57:40 +00:00
Addison Beck
361f7e3447
refactor: introduce @bitwarden/state and other common libs ( #15772 )
...
* refactor: introduce @bitwarden/serialization
* refactor: introduce @bitwarden/guid
* refactor: introduce @bitwaren/client-type
* refactor: introduce @bitwarden/core-test-utils
* refactor: introduce @bitwarden/state and @bitwarden/state-test-utils
Creates initial project structure for centralized application state management. Part of modularization effort to extract state code from common.
* Added state provider documentation to README.
* Changed callouts to Github format.
* Fixed linting on file name.
* Forced git to accept rename
---------
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
2025-08-04 11:01:28 -04:00
renovate[bot]
2dd6164fce
[deps] Autofill: Update prettier to v3.6.2 ( #15496 )
...
* [deps] Autofill: Update prettier to v3.6.2
* fix: [PM-23425] Fix prettier issues related to dependency updte
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com >
* [deps] Autofill: Update prettier to v3.6.2
---------
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Brooks <bbrooks@bitwarden.com >
2025-08-01 14:02:54 -07:00
renovate[bot]
6179bb4d13
[deps] Autofill: Update concurrently to v9.2.0 ( #15495 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-31 12:56:14 -04:00
Jared McCannon
9c8188875a
Updates the internal sdk to the latest version. ( #15860 )
2025-07-31 08:00:07 -05:00
Bernd Schoolmann
021d275c43
[PM-24079] Switch EncryptedString to SDK type ( #15796 )
...
* Update usages of sdk to type-safe SDK type
* Update sdk version
* Update to "toSdk"
2025-07-30 23:49:50 +02:00
Shane Melton
b48d7d4b97
[PM-23085] Use SDK to get rotated cipher data ( #15670 )
...
* [PM-23085] Add encryptWithKey method to CipherEncryptionService
* [PM-23085] Use new encryptWithKey() SDK method in getRotatedData() based on feature flag
* [PM-23085] Rename cipher encryption method to encryptCipherForRotation to better reflect intended use case
* [PM-23085] Update @bitwarden/sdk-internal package version
* [PM-23085] Fix failing test after method rename
* [PM-23085] Fix other failing test
* [PM-23085] Typo
2025-07-28 10:36:34 -07:00
Github Actions
b0ffaf0b18
Bumped client version(s)
2025-07-28 14:14:43 +00:00
renovate[bot]
643d0c9a4c
[deps] Vault: Update form-data to v4.0.4 [SECURITY] ( #15712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 15:56:08 -07:00
Justin Baur
a563e6d910
Add messaging & messaging-internal libraries ( #15711 )
2025-07-22 11:47:25 -04:00
renovate[bot]
da6fb82fd8
[deps] AC: Update core-js to v3.44.0 ( #15284 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 10:21:19 -05:00
Bernd Schoolmann
481910b823
Fix breaking sdk change and update to 231 ( #15617 )
2025-07-22 13:03:04 +02:00
Shane Melton
391f540d1f
[PM-22136] Implement SDK cipher encryption ( #15337 )
...
* [PM-22136] Update sdk cipher view map to support uknown uuid type
* [PM-22136] Add key to CipherView for copying to SdkCipherView for encryption
* [PM-22136] Add fromSdk* helpers to Cipher domain objects
* [PM-22136] Add toSdk* helpers to Cipher View objects
* [PM-22136] Add encrypt() to cipher encryption service
* [PM-22136] Add feature flag
* [PM-22136] Use new SDK encrypt method when feature flag is enabled
* [PM-22136] Filter out null/empty URIs
* [PM-22136] Change default value for cipher view arrays to []. See ADR-0014.
* [PM-22136] Keep encrypted key value on attachment so that it is passed to the SDK
* [PM-22136] Keep encrypted key value on CipherView so that it is passed to the SDK during encryption
* [PM-22136] Update failing attachment test
* [PM-22136] Update failing importer tests due to new default value for arrays
* [PM-22136] Update CipherView.fromJson to handle the prototype of EncString for the cipher key
* [PM-22136] Add tickets for followup work
* [PM-22136] Use new set_fido2_credentials SDK method instead
* [PM-22136] Fix missing prototype when decrypting Fido2Credentials
* [PM-22136] Fix test after sdk change
* [PM-22136] Update @bitwarden/sdk-internal version
* [PM-22136] Fix some strict typing errors
* [PM-23348] Migrate move cipher to org to SDK (#15567 )
* [PM-23348] Add moveToOrganization method to cipher-encryption.service.ts
* [PM-23348] Use cipherEncryptionService.moveToOrganization in cipherService shareWithServer and shareManyWithServer methods
* [PM-23348] Update cipherFormService to use the shareWithServer() method instead of encrypt()
* [PM-23348] Fix typo
* [PM-23348] Add missing docs
* [PM-22136] Fix EncString import after merge with main
2025-07-21 23:27:01 -07:00
Addison Beck
f56e05404b
build: reset desktop version to 7.0 ( #15674 )
2025-07-18 12:34:47 +00:00
Bernd Schoolmann
8250e40c6c
[PM-22271] Switch to SDK argon2 implementation, and drop other impls ( #15401 )
...
* Switch to SDK argon2 implementation
* Cleanup and update to the latest sdk
* Update package lock
* Remove copy patch
* Fix builds
* Fix test build
* Remove error
* Fix tests
* Fix build
* Run prettier
* Remove argon2 references
* Regenerate index.d.ts for desktop_native napi
* Replace mocked crypto function service type
2025-07-15 11:53:58 +02:00
Github Actions
1b1361ff5a
Bumped client version(s)
2025-07-14 14:28:28 +00:00
renovate[bot]
7cf10ba421
[deps] UI Foundation: Update chromatic to v13 ( #15501 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 15:19:32 -04:00
renovate[bot]
dac7014cf1
[deps] UI Foundation: Update zone.js to v0.15.1 ( #15283 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 17:00:45 -04:00
renovate[bot]
aadb8853b1
[deps] Vault: Update @koa/multer to v4 ( #15502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nick Krantz <125900171+nick-livefront@users.noreply.github.com >
2025-07-08 09:19:52 -05:00
Oscar Hinton
71bef25a96
Resolve breaking changes in the SDK ( #15472 )
2025-07-07 11:49:29 -04:00
Github Actions
87a42cc507
Bumped Desktop client to 2025.7.0
2025-07-02 15:40:45 +00:00
Justin Baur
172623e050
[PM-20247] Initialize user-core library ( #15029 )
...
* Initialize user-core library
* Run `npm install`
* Fix patched generator bug
2025-07-01 15:59:11 -04:00
Justin Baur
4cb80b4a03
Platform logging lib ( #15338 )
...
* Add Platform Logging Lib
* Move console log spec and test util back into libs/common
* Fix ConsoleLogServer re-export
* Fix types error
2025-07-01 13:47:02 -04:00
Github Actions
3ae5e063a7
Bumped client version(s)
2025-07-01 17:11:29 +00:00
Github Actions
2810f2aaaf
Bumped client version(s)
2025-07-01 17:02:17 +00:00
Addison Beck
782dc930ad
refactor(storage-test-utils): cut a new library for storage test tools ( #15259 )
...
* refactor(platform): generate a storage-test-utils library
* refactor(storage-test-utils): move FakeStorageService out of common
2025-06-30 13:56:26 -04:00
Github Actions
0772e5c316
Bumped client version(s)
2025-06-30 13:13:00 +00:00
Andy Pixley
352787a498
[BRE-973] Fixing desktop version to 2025.6.1 ( #15358 )
2025-06-26 20:18:42 -04:00
Github Actions
04d82a59be
Bumped Desktop client to 2025.6.3
2025-06-26 19:14:34 +00:00
Github Actions
cf2c8733ca
Bumped Desktop client to 2025.6.2
2025-06-26 17:52:47 +00:00
Andreas Coroiu
71d4f989b7
[PM-18042] Build request response structure ( #15163 )
...
* feat: add support for discover command
* feat: make client public to allow RPC
* feat: update SDK
2025-06-26 14:01:31 +02:00
Addison Beck
95841eb078
refactor(storage-core): move storage files out of @bitwarden/common ( #15076 )
...
* refactor(platform): generate @bitwarden/storage-core boilerplate
* refactor(storage-core): move storage files out of @bitwarden/common
* chore(naming): rename AbstractStorageService to StorageService
2025-06-23 16:00:54 -04:00
renovate[bot]
a11bcc6bde
[deps] Platform: Update electron to v36.4.0 ( #15285 )
...
* [deps] Platform: Update electron to v36.4.0
* fix(electron-builder): bump configured electron version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com >
2025-06-23 10:59:02 -04:00
renovate[bot]
f8618bc335
[deps] Platform: Update @electron/notarize to v3 ( #14511 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-06-18 12:20:52 +02:00
Bernd Schoolmann
1dd7eae466
Update sdk for breaking init change ( #15212 )
2025-06-17 12:59:35 +02:00
Github Actions
437706917c
Bumped client version(s)
2025-06-16 13:05:45 +00:00
renovate[bot]
b6f402faa8
[deps] Vault: Update form-data to v4.0.2 ( #14468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com >
Co-authored-by: SmithThe4th <gsmith@bitwarden.com >
2025-06-13 09:41:23 -07:00
Andreas Coroiu
0e608639cc
[PM-20615] Only process incoming messages once ( #14645 )
...
* feat: start ipc client
* fix: payload serialization issues
* feat: filter incoming messages by destination
* fix: adapt to SDK renames
* feat: update sdk
2025-06-12 10:17:03 +02:00
renovate[bot]
9367e89bcb
[deps] Platform: Update electron-builder to v26 ( #14362 )
...
* [deps] Platform: Update electron-builder to v26
* Address electron-builder changes
* Update CI Scripts to new config options
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
2025-06-09 16:41:44 -04:00
renovate[bot]
dc16c71c23
chore(deps) Platform: Update electron to v36
...
* [deps] Platform: Update electron to v36
* Update electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-06-09 16:12:03 -04:00
renovate[bot]
035361ad27
chore(deps): Platform: Update electron-log to v5.4.0
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 16:09:51 -04:00
renovate[bot]
c27c6e8952
[deps] SM: Update jest ( #14463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 11:06:15 -07:00
renovate[bot]
93743a7bcd
[deps] Platform: Update webpack-dev-server to v5.2.1 [SECURITY] ( #15095 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
2025-06-06 09:40:00 -04:00
Oscar Hinton
18573bdc48
[PM-22250] Bump open ( #15011 )
...
Upgrade open to latest version.
2025-06-06 12:06:14 +02:00
Github Actions
e55a70d53d
Bumped Desktop client to 2025.6.0
2025-06-05 20:32:12 +00:00