1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 09:13:54 +00:00
Commit Graph

849 Commits

Author SHA1 Message Date
Anders Åberg
52e8750ee8 Merge branch 'main' into anders/pnpm 2026-01-06 17:35:45 +01:00
renovate[bot]
0f56b3f3dd [deps] Autofill: Update @lit-labs/signals to v0.2.0 (#18201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 12:30:09 -08:00
Maciej Zieniuk
7fa1a6f07f [PM-27236] account registration v2 for key connector (#17951)
* account registration v2 for key connector

* explicit naming

* test coverage

* missing AccountCryptographicStateService and DI dependencies

* redundant SdkLoadService.Ready

* update sdk version
2025-12-31 11:04:54 +01:00
Bernd Schoolmann
3fbb4aced9 [PM-27239] Tde registration encryption v2 (#17831)
* tmp

* Implement TDE v2 registration via SDK

* Undo encstring test string change

* Add feature flag

* Add tests

* Continue tests

* Cleanup

* Cleanup

* run prettier

* Update to apply new sdk changes

* Fix build

* Update package lock

* Fix tests

---------

Co-authored-by: Bernd Schoolmann <quexten@fedora-2.fritz.box>
2025-12-23 16:27:25 +01:00
Anders Åberg
5d79d44015 chore: move @nx packages to devDependencies (#18062)
These packages are build/tooling dependencies and should not be in
production dependencies.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 18:13:39 +01:00
renovate[bot]
ea975610e6 [deps] Platform: Update electron to v39 (#17301)
* [deps] Platform: Update electron to v39

* Update and change builder

---------

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-12-19 17:39:59 -05:00
renovate[bot]
6ed60823cc [deps] UI Foundation: Update storybook to v9.1.17 [SECURITY] (#18052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Cunningham <bcunningham@bitwarden.com>
2025-12-19 08:47:50 -05:00
Anders Åberg
a1479de1c4 set packageManager in package.json 2025-12-19 11:20:01 +01:00
Anders Åberg
d3f4dc7bdd Merge branch 'main' into anders/pnpm 2025-12-19 08:54:22 +01:00
renovate[bot]
42e7fdf48a [deps] Platform: Update @types/node to v22.19.3 (#17991)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 08:02:02 -07:00
Bernd Schoolmann
14c0ca766c Update sdk to 433 (#18016) 2025-12-18 11:49:56 +01:00
renovate[bot]
d2b48df9c0 [deps] AC: Update core-js to v3.47.0 (#17032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-16 09:18:02 -06:00
Anders Åberg
d6177f771b Upgrade electron-builder to fix pnpm issues
electron-builder 26.0.13 had issues with macOS code signing when using
  pnpm, causing it to fall back to ad-hoc signatures. This was due to
  passing identity hash instead of name to osx-sign, which prevented
  TeamID extraction.

  Key fixes in 26.3.6:
  - PR #8908: osx-sign now receives identity name instead of hash
  - PR #9392: Fix pnpm hoisted mode virtual path handling
  - PR #9401: Filesystem verification for hoisted mode
  - Issue #9366: Universal build fixes for pnpm monorepos

  Changes:
  - Upgrade electron-builder from 26.0.13 to 26.3.6
  - Add electron-builder-squirrel-windows 26.3.6 (peer dependency)
  - Add squirrel-windows to Renovate config with grouping rule
  - Remove CSC_NAME workaround (no longer needed with identity fix)

  References:
  - https://github.com/electron-userland/electron-builder/issues/7995
  - https://github.com/electron-userland/electron-builder/pull/8908
2025-12-16 16:05:00 +01:00
Anders Åberg
79908b8cd1 Fix macOS code signing with pnpm by setting CSC_NAME explicitly
electron-builder 26.0.13 with pnpm falls back to ad-hoc signing when
it can't auto-discover the signing identity. Fix by explicitly setting
CSC_NAME for both Developer ID and App Store builds.

- Developer ID: "Developer ID Application: 8bit Solutions LLC"
- App Store: "3rd Party Mac Developer Application: Bitwarden Inc"
2025-12-16 15:27:59 +01:00
Anders Åberg
009da5ced6 Try .12 2025-12-16 15:13:54 +01:00
Anders Åberg
c3dac62b95 Fix electron-builder 2025-12-16 11:05:18 +01:00
Anders Åberg
f0bbc33337 added wsl-utils and powershell-utils 2025-12-16 11:05:18 +01:00
Anders Åberg
751b0bad40 allow postinstall scripts 2025-12-16 11:05:18 +01:00
Derek Nance
7183d77f7b Remove parse5 override (#17916)
* chore(deps): Remove parse5 from Platform-owned deps

This reverts commit 8182f6fa02.

* chore(deps): Remove parse5 override

This commit reverts c8eae5897e.
2025-12-11 09:03:49 +01:00
renovate[bot]
93640e65e3 [deps] Autofill: Update @lit-labs/signals to v0.1.3 (#17539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 15:56:09 -05:00
renovate[bot]
7f892cf26a [deps] Autofill: Update prettier to v3.7.3 (#17853)
* [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

* [deps] Autofill: Update prettier to v3.7.3

* [PM-29379] Fix prettier issues found with the updated Prettier 3.7.3

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>

---------

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-12-10 10:57:36 -06:00
renovate[bot]
8b5cb48519 [deps] Platform: Update sass to v1.95.1 (#17887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 10:37:09 -06:00
renovate[bot]
38ca88be1f [deps] Platform: Update parse5 to v7.3.0 (#14924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 10:08:08 -06:00
renovate[bot]
42c09b325c [deps] Autofill: Update rimraf to v6.1.2 (#17295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 21:45:44 -05:00
renovate[bot]
0af5e5630b [deps] Platform: Update @types/node to v22.19.2 (#17878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 11:24:44 -07:00
renovate[bot]
c6576ceec8 [deps] Platform: Update nx monorepo to v21.6.10 (#17885)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 17:51:25 +00:00
renovate[bot]
3735f1c106 [deps] UI Foundation: Update tailwindcss to v3.4.18 (#17564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 09:38:56 -05:00
renovate[bot]
4c56a9693c [deps] UI Foundation: Update chromatic to v13.3.4 (#17562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 16:55:22 -05:00
renovate[bot]
d23d9f6087 [deps] UI Foundation: Update autoprefixer to v10.4.22 (#17561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 16:27:18 -05:00
renovate[bot]
97adae2864 [deps] UI Foundation: Update @types/react to v18.3.27 (#17558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 13:46:54 -05:00
renovate[bot]
e5e3e99fa4 [deps] Platform: Update browserslist to v4.28.1 (#17839)
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-12-08 15:17:36 +01:00
renovate[bot]
37a8e07e01 [deps] UIF: Update @compodoc/compodoc to v1.1.32 and fix icon button property (#17557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vicki League <vleague@bitwarden.com>
2025-12-08 09:03:15 -05:00
renovate[bot]
64fb817e99 [deps] Platform: Update @ngtools/webpack to v20.3.12 (#17838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 11:43:52 -06:00
Bernd Schoolmann
2ef84ca460 [PM-27230] Resolve sdk breaking changes; update account init and save signed public key (#17488)
* Update account init and save signed public key

* Update sdk

* Fix build

* Fix types

* Fix test

* Fix test
2025-12-04 09:14:09 +01:00
renovate[bot]
433c0ced32 [deps] Vault: Update koa to v3 (#17565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 15:27:49 -08:00
renovate[bot]
77fe04f8c7 [deps] Vault: Update open to v11 (#17625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 14:32:13 -08:00
renovate[bot]
30f615767c [deps] Autofill: Update prettier-plugin-tailwindcss to v0.7.1 (#17033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-02 13:57:26 -05:00
renovate[bot]
bbb5acba50 [deps] Autofill: Update tldts to v7.0.19 (#17676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-02 08:03:46 -08:00
Bernd Schoolmann
049acf1e12 Update sdk to build 403 and move webcrypto rsa to use sdk rsa extract public key (#17771) 2025-12-02 14:39:32 +01:00
Vicki League
d4c62495b3 [CL-717] Bump to higher patch version for security fix (#17759) 2025-12-01 17:17:00 -05:00
Vicki League
10424e227b [CL-717][PM-27966] Update to Angular 20 and Storybook 9 (#17638) 2025-12-01 14:15:58 -05:00
renovate[bot]
be00be8fd8 [deps] Autofill: Update lit to v3.3.1 (#17541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 12:59:40 -05:00
renovate[bot]
b248341d0e [deps] Autofill: Update wait-on to v9.0.3 (#17542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 10:09:24 +01:00
renovate[bot]
a8d6ad4db6 [deps] Platform: Update node-forge to v1.3.2 [SECURITY] (#17690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 08:50:24 +01:00
renovate[bot]
22b4916934 [deps] Platform: Update nx monorepo to v21.6.9 (#17703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 14:28:50 +00:00
renovate[bot]
ae0eff5d6c [deps] Platform: Update sass to v1.94.2 (#17677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 11:36:21 -06:00
renovate[bot]
560d3d0747 [deps] Platform: Update Minor and patch webpack updates (#17577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2025-11-26 12:58:55 +00:00
renovate[bot]
854f2abd28 [deps] Autofill: Update tldts to v7.0.18 (#17452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 19:49:25 +01:00
Andreas Coroiu
9e90e72961 [PM-27530] Rename BitwardenClient to PasswordManagerClient (#17578)
* fix: compilation issues with PM client rename

* fix: jest compilation

* feat: rename all non-breaking platform instances

* feat: update SDK
2025-11-25 14:48:25 +01:00
renovate[bot]
86a757119c [deps] Architecture: Update @eslint/compat to v2 (#17622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
2025-11-25 12:07:02 +01:00