renovate[bot]
3879f4bd85
[deps]: Update @yao-pkg/pkg to v5.16.1 ( #11237 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 14:08:49 -04:00
renovate[bot]
db6c6a84cc
[deps] Platform: Update @types/node to v20.17.1 ( #11733 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 11:13:54 -04:00
renovate[bot]
dd653b5269
[deps] Autofill: Update tldts to v6.1.56 ( #11728 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 11:13:21 -04:00
Thomas Rittson
d0ed9aaa5d
[PM-13779] Add vNext CollectionService without ActiveUserState ( #11705 )
...
- add tests
- install jest-extended for additional matchers
- allow for generation of different crypto keys in tests
2024-10-28 10:13:32 +10:00
Oscar Hinton
801d9a870b
Delete @types/gulp & @types/minimatch on posinstall ( #11509 )
...
This can be reverted once https://github.com/electron/asar/issues/330 is resolved.
2024-10-22 13:58:13 -04:00
Oscar Hinton
173a5e2574
[PM-13277] Gulp: Remove unnecessary filtering ( #11456 )
...
Part of the browser build script refactor effort. bitwarden.atlassian.net/browse/PM-6683
We seem to have some very old filters related to fonts and safari build files. These predates our modern usage of webpack for bundling only used assets.
I've run diff -qr on Chrome, Firefox and Safari builds and the only difference is that we now include a bwi-font.svg resource. bwi-font.svg is referenced in our css files and "should" be included.
2024-10-22 18:53:30 +02:00
renovate[bot]
9a1879b96c
[deps] Tools: Update @types/papaparse to v5.3.15 ( #11645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 10:07:45 +02:00
Andreas Coroiu
c787ecd22c
[PM-11764] Implement account switching and sdk initialization ( #11472 )
...
* feat: update sdk service abstraction with documentation and new `userClient$` function
* feat: add uninitialized user client with cache
* feat: initialize user crypto
* feat: initialize org keys
* fix: org crypto not initializing properly
* feat: avoid creating clients unnecessarily
* chore: remove dev print/subscription
* fix: clean up cache
* chore: update sdk version
* feat: implement clean-up logic (#11504 )
* chore: bump sdk version to fix build issues
* chore: bump sdk version to fix build issues
* fix: missing constructor parameters
* refactor: simplify free() and delete() calls
* refactor: use a named function for client creation
* fix: client never freeing after refactor
* fix: broken impl and race condition in tests
2024-10-18 16:15:10 +02:00
renovate[bot]
3a042ba808
[deps] Design System: Update tailwindcss to v3.4.14 ( #11313 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-17 09:11:08 -04:00
renovate[bot]
e256bde1de
[deps] Vault: Update koa to v2.15.3 ( #10567 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
2024-10-16 22:35:45 +02:00
renovate[bot]
84d592a080
[deps] Vault: Update @koa/router to v13 ( #10602 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
2024-10-16 22:34:59 +02:00
renovate[bot]
742a8a33dd
[deps] Autofill: Update tldts to v6.1.52 ( #11579 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 13:12:12 -04:00
renovate[bot]
28691ae2b3
[deps] Tools: Update oidc-client-ts to v2.4.1 ( #11506 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 11:11:49 +02:00
renovate[bot]
0377775408
[deps] Platform: Update @types/node to v20.16.11 ( #11530 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 10:48:19 -04:00
renovate[bot]
0bcd22460c
[deps] Autofill: Update tldts to v6.1.51 ( #11529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 10:46:48 -04:00
renovate[bot]
bd64f4fcb5
[deps] Tools: Update @electron/rebuild to v3.7.0 ( #11481 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-11 15:20:44 +02:00
renovate[bot]
cf90aa051c
[deps] Tools: Update electron-updater to v6.3.9 ( #11480 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-11 15:17:08 +02:00
renovate[bot]
6412cfaf80
[deps]: Lock file maintenance ( #11442 )
...
* [deps]: Lock file maintenance
* Add `@types/minimatch` back to overrides
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com>
2024-10-08 14:13:27 -04:00
Maciej Zieniuk
df14e3f030
[PM-13207] Detect incompatible locale changes ( #11425 )
...
* detecting unsupported modifications in locales
* typo fix
* limit to english locales, increased verbosity
* increased verbosity
2024-10-08 14:02:58 +02:00
Oscar Hinton
c88c5bf1ef
[PM-11766] Introduce SDK client ( #10974 )
...
Integrate the SDK into our other clients.
2024-10-07 13:20:50 +02:00
renovate[bot]
f2d3311cb4
[deps] AC: Update url to v0.11.4 ( #10392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03 16:42:54 -05:00
renovate[bot]
d3d1a55972
[deps] Platform: Update big-integer to v1.6.52 ( #10563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03 13:10:48 +02:00
renovate[bot]
eb6b2c2531
[deps] Platform: Update @types/firefox-webext-browser to v120 ( #10600 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 14:20:44 +02:00
Daniel García
9aeb412404
[PM-7646][PM-5506] Rust IPC changes: Episode 2 ( #11122 )
...
* Revert "[PM-7646][PM-5506] Revert IPC changes (#10946 )"
This reverts commit ed4d481e4d
.
* Ensure tmp dir gets created on MacOS
* Remove client reconnections
* Improve client error handling and process exiting
2024-10-01 16:28:56 +02:00
renovate[bot]
3059662482
[deps] Tools: Update @electron/notarize to v2.5.0 ( #11323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-10-01 12:43:19 +02:00
renovate[bot]
9a9b41a5da
[deps] Tools: Update jsdom to v25 ( #10742 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 23:18:05 +02:00
renovate[bot]
cc0a851c0e
[deps]: Lock file maintenance ( #11256 )
...
* [deps]: Lock file maintenance
* Lock glob version to the _very_ old one we need
This seems to be due to electron-builder having old dependencies. REMOVE when electron-builder is updated
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2024-09-30 15:29:21 -04:00
renovate[bot]
a11c627687
[deps] Autofill: Update prettier-plugin-tailwindcss to v0.6.8 ( #11310 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:41:47 -04:00
renovate[bot]
27f0c3f843
[deps] Platform: Update @types/node to v20.16.10 ( #11316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:40:22 -04:00
renovate[bot]
8072469c37
[deps] Autofill: Update tldts to v6.1.48 ( #11311 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:39:49 -04:00
renovate[bot]
46f62b6dd5
[deps]: Lock file maintenance ( #11071 )
...
* [deps]: Lock file maintenance
* Works on my machine
* Lock minimatch types version to the _very_ old one we need
This is yet another dependency locked to years old due to gulp. REMOVE THIS OVERRIDE WHEN WE DROP GULP
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2024-09-26 10:04:15 -04:00
renovate[bot]
57c5c46cf7
[deps] Platform: Update @types/chrome to v0.0.272 ( #11057 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 09:44:26 -04:00
Jonathan Prusik
4269489548
pin regedit dependency ( #11228 )
2024-09-24 17:07:17 -04:00
renovate[bot]
a96e3cb647
[deps] Tools: Update electron to v32.1.1 ( #11067 )
...
* [deps] Tools: Update electron to v32.1.1
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-09-18 23:41:07 +02:00
renovate[bot]
171d798c52
[deps] Design System: Update tailwindcss to v3.4.11 ( #11056 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 08:59:48 -04:00
renovate[bot]
be2ddf784a
[deps] Design System: Update chromatic to v11.10.2 ( #11062 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 08:53:24 -04:00
renovate[bot]
d52ab5e343
[deps] Autofill: Update concurrently to v9 ( #11069 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 16:22:30 -04:00
renovate[bot]
63b6c01a65
[deps] Autofill: Update wait-on to v8.0.1 ( #11055 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 09:58:04 -04:00
renovate[bot]
16651214ac
[deps] Platform: Update @types/node to v20.16.5 ( #11058 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 09:47:56 -04:00
renovate[bot]
62ee447c36
[deps] Autofill: Update tldts to v6.1.46 ( #11054 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 09:34:33 -04:00
renovate[bot]
74ee0315c0
[deps]: Update @yao-pkg/pkg to v5.14.0 ( #11068 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 12:37:58 +02:00
renovate[bot]
35f4b4c7ac
[deps] Vault: Update https-proxy-agent to v7.0.5 ( #7932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 16:01:37 -07:00
renovate[bot]
90330f798f
[deps] AC: Update mini-css-extract-plugin to v2.9.1 ( #10574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 14:19:45 -04:00
renovate[bot]
71e5bcb947
[PM-11885] [deps] Tools: Update electron to v32.0.2 ( #10964 )
...
* [deps] Tools: Update electron to v32.0.2
* Bump version electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-09-10 12:02:05 +02:00
renovate[bot]
124b4ce822
[deps] AC: Update sass-loader to v16 ( #10588 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 16:33:19 -04:00
Todd Martin
ed4d481e4d
[PM-7646][PM-5506] Revert IPC changes ( #10946 )
...
* Revert "Remove unnecessary plist keys in desktop_proxy (#10933 )"
This reverts commit 4dbb036df1
.
* Revert "Fix TestFlight errors caused by desktop_proxy (#10928 )"
This reverts commit 40cb4b5353
.
* Revert "[PM-5506] Enable electron fuses (#10073 )"
This reverts commit 78c5e9c706
.
* Revert "[PM-7846] Implement a rust based native messaging proxy and IPC system (#9894 )"
This reverts commit 55874b72bf
.
2024-09-09 09:09:17 -04:00
Daniel García
78c5e9c706
[PM-5506] Enable electron fuses ( #10073 )
2024-09-05 13:20:44 +02:00
renovate[bot]
53efb9a7c3
[deps] Platform: Update @types/node to v20.16.4 ( #10843 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-04 13:55:11 -04:00
Andreas Coroiu
60fca9c118
Revert "[deps] Platform: Update argon2 to v0.41.1 ( #9819 )" ( #10858 )
...
This reverts commit 5dac4b94e1
.
2024-09-03 14:06:23 +02:00
renovate[bot]
5dac4b94e1
[deps] Platform: Update argon2 to v0.41.1 ( #9819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 14:13:53 +02:00
renovate[bot]
5436072a75
[deps] Autofill: Update wait-on to v8 ( #10849 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 07:21:17 -04:00
renovate[bot]
33f42c7743
[deps] Autofill: Update tldts to v6.1.41 ( #10680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-29 10:48:01 -04:00
renovate[bot]
b0ffac04af
[deps] Billing: Update braintree-web-drop-in to v1.43.0 ( #10576 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 09:46:50 -04:00
renovate[bot]
819c312ce2
[deps] AC: Update webpack to v5.94.0 [SECURITY] ( #10759 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 06:46:15 -04:00
renovate[bot]
a49f110fc2
[deps] Tools: Update jsdom to v24.1.3 ( #10747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 10:55:36 +02:00
renovate[bot]
29fb3937a9
[deps] Tools: Update @types/zxcvbn to v4.4.5 ( #10741 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-08-28 08:22:38 +00:00
renovate[bot]
d14c6ed728
[deps] AC: Update css-loader to v7 ( #10586 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 20:29:42 -04:00
renovate[bot]
5e999f56b5
[deps] Tools: Update electron-updater to v6.3.4 ( #10681 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 14:23:31 +02:00
renovate[bot]
cd1bbef5e5
[PM-11167][deps] Tools: Update electron to v32 ( #10630 )
...
* [deps] Tools: Update electron to v32
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-08-27 12:23:24 +00:00
renovate[bot]
ea5404c306
[deps] Design System: Update storybook monorepo to v8.2.9 ( #10558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 10:18:08 -04:00
renovate[bot]
3d1f08c7f5
[deps] Design System: Update chromatic to v11 ( #10610 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 10:01:37 -04:00
renovate[bot]
ee8844c505
[deps] Platform: Update @types/chrome to v0.0.270 ( #8737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 13:34:53 +02:00
renovate[bot]
b233f90b4c
[deps] Design System: Update autoprefixer to v10.4.20 ( #10394 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 13:40:31 -04:00
renovate[bot]
626f5abaa6
[deps]: Update @yao-pkg/pkg to v5.12.1 ( #10631 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 15:27:10 +02:00
renovate[bot]
dd99c0c292
[deps] Design System: Update tailwindcss to v3.4.10 ( #10559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 15:20:09 -04:00
renovate[bot]
50a118f88e
[deps] Platform: Update @types/node to v20.16.1 ( #10578 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 11:17:46 -04:00
renovate[bot]
ac1ff6f2e4
[deps] Autofill: Update prettier-plugin-tailwindcss to v0.6.6 ( #10556 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 11:03:52 -04:00
renovate[bot]
c562b75453
[deps] Autofill: Update tldts to v6.1.40 ( #10557 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 11:00:42 -04:00
renovate[bot]
beaa86dd1b
[deps]: Pin dependencies ( #9558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:37:27 +02:00
renovate[bot]
a3d2bb60d1
[deps] [PM-10962] Tools: Update electron to v31.4.0 ( #10534 )
...
* [deps] Tools: Update electron to v31.4.0
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-08-19 12:25:23 +02:00
Oscar Hinton
604e22334a
[BEEEP] [PM-10132] Upgrade storybook to v8 ( #10288 )
...
Upgrade storybook to version v8 which is a major upgrade. Storybook provides an
upgrade wizard which did most of the work.
- Ran npx storybook upgrade.
- Manually updated `remark-gfm` since the newer mdx requires v 4.
- Migrated all old stories still using `Story` to `StoryObj`.
2024-08-16 09:28:29 +02:00
Daniel James Smith
1cf2c14e82
Bump electron-updater to 6.3.3 ( #10522 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-08-15 09:58:16 +01:00
renovate[bot]
6e04fba27d
[deps] Tools: Update @electron/notarize to v2.4.0 ( #9258 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-14 23:53:16 +02:00
renovate[bot]
3c7ca7e614
[deps] SM: Update lint-staged to v15.2.8 ( #10430 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-07 15:01:06 +00:00
renovate[bot]
5b47ca1011
[deps] SM: Update husky to v9.1.4 ( #10427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-07 12:13:38 +00:00
renovate[bot]
3bf820606e
[deps] Autofill: Update tldts to v6.1.38 ( #10393 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 11:06:13 -04:00
renovate[bot]
075e1eb570
[PM-10389] [deps] Tools: Update electron to v31.3.1 ( #10341 )
...
* [deps] Tools: Update electron to v31.3.1
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-08-02 14:03:56 +02:00
renovate[bot]
b9eb4003a1
[deps] Autofill: Update prettier to v3.3.3 ( #10228 )
...
* [deps] Autofill: Update prettier to v3.3.3
* prettier formatting changes
* fix SyntaxError for literal @ inline html
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
2024-07-25 11:11:55 -04:00
renovate[bot]
14f51544c7
[deps] Autofill: Update prettier-plugin-tailwindcss to v0.6.5 ( #10229 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 10:45:27 -04:00
renovate[bot]
c4c949c15a
[PM-10088] [deps] Tools: Update electron to v31.3.0 ( #10264 )
...
* [deps] Tools: Update electron to v31.3.0
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-07-25 13:53:42 +02:00
renovate[bot]
6f22ea86c8
[deps] Tools: Update @types/jsdom to v21.1.7 ( #10206 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 13:44:50 +02:00
renovate[bot]
dcf4e9686c
[deps] Tools: Update jsdom to v24 ( #10257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 13:35:06 +02:00
renovate[bot]
88f585e09d
[deps] Autofill: Update rimraf to v6 ( #10231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23 12:45:42 -04:00
renovate[bot]
3b73e97261
[deps] Autofill: Update tldts to v6.1.34 ( #10227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23 12:44:45 -04:00
renovate[bot]
730142f612
[deps] Autofill: Update tldts to v6.1.33 ( #10203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 12:21:24 -04:00
renovate[bot]
98b03e48c6
[deps] Autofill: Update rimraf to v5.0.9 ( #10202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 11:24:12 -04:00
renovate[bot]
88f383ba7f
[PM-9938][deps] Tools: Update electron to v31.2.1 ( #10173 )
...
* [deps] Tools: Update electron to v31.2.1
* Update version in electrron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-07-19 13:13:50 +02:00
renovate[bot]
7dc41c0c34
[deps] AC: Update webpack to v5.93.0 ( #9799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-17 14:10:30 +10:00
renovate[bot]
96538a68fd
[deps] SM: Update typescript-eslint monorepo to v7.16.1 ( #10068 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 16:16:31 +02:00
renovate[bot]
6ae026481f
[deps] SM: Update ts-jest to v29.2.2 ( #10067 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 15:18:29 +02:00
renovate[bot]
ec1e69ea45
[deps] Tools: Update dotnet monorepo to v8.0.7 ( #10069 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 16:16:42 +02:00
renovate[bot]
23fdb212e3
[PM-9460][deps] Tools: Update electron to v31.2.0 ( #10070 )
...
* [deps] Tools: Update electron to v31.2.0
* Bump version in electron-builder.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-07-11 16:12:33 +02:00
renovate[bot]
6b122ca123
[deps] Autofill: Update rimraf to v5.0.8 ( #10008 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 11:06:03 -04:00
renovate[bot]
9c17878330
[PM-9460][deps] Tools: Update electron to v31 ( #9921 )
...
* [deps] Tools: Update electron to v31
* Bump version in electron-builder
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-07-03 17:57:33 +02:00
renovate[bot]
6e1bfe10f3
[deps]: Update @yao-pkg/pkg to ^5.12.0 ( #9820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 23:54:15 +02:00
renovate[bot]
628396ee09
[deps] Platform: Update @types/argon2-browser to v1.18.4 ( #8180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 17:46:52 +02:00
Daniel García
33c985e00b
[PM-8789] Move desktop_native into subcrate ( #9682 )
...
* Move desktop_native into subcrate
* Add publish = false to crates
2024-07-01 15:19:29 +02:00
renovate[bot]
a36d436319
[deps] Platform: Update angular-cli monorepo to v16.2.14 ( #9380 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-01 13:09:47 +02:00
Ike
41e1d91558
[PM-5156] [PM-5216] Duo v2 removal ( #9513 )
...
* remove library and update package and webpack
* update 2fa flow and remove feature flag
* update request and response models
* fix merge conflicts
2024-06-25 11:09:45 -07:00
renovate[bot]
a0e00f9519
[deps] Platform: Update @types/node to v20.14.8 ( #9818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-25 09:54:27 -04:00