bw-ghapp[bot]
e691e2dadb
Bumped client version(s) ( #11211 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
1 year ago
renovate[bot]
62ee447c36
[deps] Autofill: Update tldts to v6.1.46 ( #11054 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
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>
1 year ago
Bitwarden DevOps
55cd021471
Bumped client version(s) ( #10960 )
1 year ago
Andreas Coroiu
60fca9c118
Revert "[deps] Platform: Update argon2 to v0.41.1 ( #9819 )" ( #10858 )
...
This reverts commit 5dac4b94e1 .
1 year ago
renovate[bot]
5dac4b94e1
[deps] Platform: Update argon2 to v0.41.1 ( #9819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
33f42c7743
[deps] Autofill: Update tldts to v6.1.41 ( #10680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
a49f110fc2
[deps] Tools: Update jsdom to v24.1.3 ( #10747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Bitwarden DevOps
2165452947
Bumped client version(s) ( #10733 )
1 year ago
Bitwarden DevOps
c56736e5e2
Bumped client version(s) ( #10732 )
1 year ago
renovate[bot]
c562b75453
[deps] Autofill: Update tldts to v6.1.40 ( #10557 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Bitwarden DevOps
7387a1115a
Bumped client version(s) ( #10482 )
1 year ago
renovate[bot]
3bf820606e
[deps] Autofill: Update tldts to v6.1.38 ( #10393 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
17e0dff342
Bumped client version(s) ( #10335 )
2 years ago
renovate[bot]
dcf4e9686c
[deps] Tools: Update jsdom to v24 ( #10257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
3b73e97261
[deps] Autofill: Update tldts to v6.1.34 ( #10227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
730142f612
[deps] Autofill: Update tldts to v6.1.33 ( #10203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
c72fae5c9a
Bumped client version(s) ( #10123 )
2 years ago
Opeyemi
ed9d82ef1e
Revert "Bumped client version(s) ( #9906 )" ( #9907 )
...
This reverts commit 78c2829793 .
2 years ago
Bitwarden DevOps
78c2829793
Bumped client version(s) ( #9906 )
2 years ago
Bitwarden DevOps
150c4b6f2d
Bumped client version(s) ( #9895 )
2 years ago
Addison Beck
76a3cb5a46
Update CLI storefronts to use bitwarden licensed artifacts ( #9827 )
...
* Update the build job to use `bit` artifacts for stores
* Update the CLI's license in `package.json` for the NPM store
* Add license configuration to `snapcraft.yaml`
2 years ago
renovate[bot]
d7d35a9e2f
[PM-6446][deps] Platform: Update argon2 to v0.40.1 ( #8073 )
...
* [deps] Platform: Update argon2 to v0.40.1
* Update inclusion in context isolation
* Ensure node-gyp available for mac builds
Mac runners seem to have progressed above python 3.12, which removed `distutils`. We need to ensure it's installed for node-gyp compilations.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
2 years ago
renovate[bot]
043a7a39ff
[deps] Autofill: Update tldts to v6.1.29 ( #9800 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
700acc069b
[deps] Autofill: Update tldts to v6.1.25 ( #9559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
99639b537f
Bumped client version(s) ( #9486 )
2 years ago
renovate[bot]
93c59db6fc
[deps] Autofill: Update tldts to v6.1.22 ( #9374 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
2 years ago
Addison Beck
954d427539
Account for commercial licensed CLI code in pipelines ( #9293 )
...
* Add `:oss` prefix to preexisting npm commands
* Build `bit` and `oss` versions in `build-cli` workflow
* Update release job to publish new artifacts
* Rename build job tasks for clarity
2 years ago
Thomas Rittson
b14bb92d78
[AC-2579] Set up bit-cli folder ( #9092 )
...
* Create bit-cli folder with configs
* Add bit-cli to workspace
* Refactor CLI app structure
* services are managed by the ServiceContainer
* programs are registered by register(Oss|Bit)Program
* the app is bootstrapped by Main
* Reapply changes from #9099
* Reapply changes from #8604
* Reapply changes from #9115
2 years ago
renovate[bot]
9c839a62d7
[deps] Autofill: Update tldts to v6.1.20 ( #9147 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
af6a63c10b
Bumped browser,cli,desktop,web version to ( #9064 )
2 years ago
renovate[bot]
e8b2fab908
[deps] Autofill: Update tldts to v6.1.18 ( #8965 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
714ca66f33
Bumped browser,cli,desktop,web version to ( #8875 )
2 years ago
renovate[bot]
4db7cf9155
[deps] Autofill: Update tldts to v6.1.16 ( #8559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
bc9a888116
Bumped browser,cli,desktop,web version to 2024.3.1 ( #8467 )
2 years ago
Bitwarden DevOps
747e6cebe2
Bumped browser,cli,desktop,web version to 2024.3.0 ( #8294 )
2 years ago
renovate[bot]
bcb2a976b0
[deps] Autofill: Update tldts to v6.1.13 ( #8261 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
2 years ago
Vince Grassia
dd63a48176
Change versions to proper values ( #8141 )
2 years ago
renovate[bot]
d36f0ce426
[deps] Autofill: Update tldts to v6.1.11 ( #8065 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
b37ba71712
Bumped browser,cli,desktop,web version to 2024.2.2 ( #7909 )
2 years ago
renovate[bot]
a1805ae0eb
[deps] Autofill: Update tldts to v6.1.8 ( #7806 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
83812d471c
[deps] Vault: Update commander to v11 ( #7329 )
...
* [deps] Vault: Update commander to v11
* [deps] Vault: Update commander to v11
* [deps] Vault: Update commander to v11
* [deps] Vault: Update commander to v11
* removed unused interfaces
* fix shell completions (#7756 )
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: gbubemismith <gsmithwalter@gmail.com>
Co-authored-by: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com>
Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
2 years ago
renovate[bot]
e23a3632a3
[deps] Autofill: Update tldts to v6.1.4 ( #7723 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
c1e2b1c6b1
Bumped browser,cli,desktop,web version to 2024.2.0 ( #7721 )
2 years ago
renovate[bot]
d87f885c9c
[deps] Vault: Update https-proxy-agent to v7 ( #7330 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
813a7f8aa6
[deps] Vault: Update koa to v2.15.0 ( #7318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
dea6e06647
[deps] Vault: Update @koa/router to v12.0.1 ( #7205 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
a8cae28c6e
[deps] Autofill: Update tldts to v6.1.2 ( #7474 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Bitwarden DevOps
4784ab12e5
Bumped browser,cli,desktop,web version to 2024.1.0 ( #7428 )
2 years ago
renovate[bot]
c3dbb72bf2
[deps] Autofill: Update tldts to v6.1.1 ( #7249 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago