Addison Beck
58fa36f456
Upgrade prettier
...
Revert prettier to 3.2.2
2024-01-24 13:10:38 -06:00
Addison Beck
1af965dc44
Upgrade lint-staged
2024-01-24 13:10:38 -06:00
Addison Beck
5b035aa71a
Upgrade jest-preset-angular
2024-01-24 13:10:38 -06:00
Addison Beck
f5bd49e914
Upgrade html-loader
2024-01-24 13:10:38 -06:00
Addison Beck
df63e22314
Upgrade eslint-import-resolver-typescript
2024-01-24 13:10:38 -06:00
Addison Beck
f0933598a5
Upgrade eslint-config-prettier
2024-01-24 13:10:38 -06:00
Addison Beck
877c27d58c
Upgrade dotenv
2024-01-24 13:10:38 -06:00
Addison Beck
3ae6e5ae52
Upgrade copy-webpack-plugin
2024-01-24 13:10:38 -06:00
Addison Beck
f7794e92f1
Upgrade @typescript-eslint/eslint-plugin
2024-01-24 13:10:38 -06:00
Addison Beck
1e0b217b27
Upgrade @typescript-eslint/eslint-plugin
2024-01-24 13:10:38 -06:00
Addison Beck
c91307e82c
Upgrade @types/ldapjs
2024-01-24 13:10:38 -06:00
Addison Beck
72190ca19e
Upgrade @types/inquirer
...
Adjust call path for the inquirer Separator class
2024-01-24 13:10:38 -06:00
Addison Beck
c803cd832f
Upgrade commander
...
Adjust imports for commander
2024-01-24 13:10:38 -06:00
Addison Beck
5144f4d629
Peform any minor package upgrades
2024-01-24 13:10:38 -06:00
Vince Grassia
a133718eb7
Update Renovate config ( #407 )
2024-01-24 12:46:35 -06:00
Daniel James Smith
37bdd75c67
Tools - Remove importer and exporters ( #402 )
...
* Remove all importers and related files
* Remove exporter and all related files
* Remove packages: papaparse and jsdom
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-01-17 20:33:24 +01:00
Addison Beck
a9f1d32ce0
Apply any availible patch upgrades to dependencies ( #400 )
2024-01-17 11:13:24 +10:00
Addison Beck
6e76f23653
[AC-1743] pt. 3 ⮕ Remove unused packages ( #399 )
...
* Remove package @angular/cli
* Remove package duo_web_sdk
* Remove package nodemon
* Remove package prebuild-install
* Remove package tapable
* Remove tsconfig-paths
* Remove ttypescript
* Remove typemoq
* Remove package jest-junit
* Remove package ts-node
* Specify dart sass in the webpack sass-loader config
* Add google-auth-library to package.json
* Add dotenv to package.json
* Ignore packages that break depcheck's regex and use case
Ignore @types/jest in depcheck
* Remove redundant config line
2024-01-16 16:01:44 -06:00
Addison Beck
39ed9359fe
[AC-1743] pt. 2.5 ⮕ Fix the unit tests for good ( #398 )
...
* Remove uneeded redirects to a tsconfig.spec.json
* Got the tests running again
* Delete webCryptoFunctionService
* Delete unused utils tests
* Add a test workflow
2024-01-12 11:05:35 -08:00
renovate[bot]
d1cb92b5e7
[deps]: Pin dependencies ( #389 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-05 09:27:16 -06:00
Addison Beck
eacdb6b8a8
[AC-1743] pt. 2: Update eslintrc and fix any errors ( #393 )
...
* Sync eslintrc with clients repo
* Autofix one eslint error
* Add type attributes to buttons for eslint
* Properly destroy ApiKeyComponent
* Fix eslint issues related to state
* Fix eslint warnings for default named imports
* Ran prettier
* Be more proactive about an unsubscribe
* Rework subscription
2024-01-05 11:36:19 +10:00
Addison Beck
95f613d61a
Remove package.json from src ( #395 )
2023-12-21 14:00:27 +10:00
Addison Beck
c259962279
[AC-1743] pt. 1: Unpackage-ify jslib ( #374 )
...
* Unpackage-ify jslib
* Adjust .tsconfig path for root and apply to jslib
* Rebuild package-lock.json
* Disable husky in CI
* Revert an incorrect find/replace
* Add jslib/shared/.eslintrc rules to root eslintrc
* Revert package.json change to ignore spec files when linting
* Ensure custom matcher gets imported in jslib tests
* Fix small workflow bugs from merging
* Try and get CI builds moving again
* Always sign and notorize builds in CI
* Revert erroneous verion bump
2023-12-20 11:33:33 -05:00
Vince Grassia
9126d4ae59
Merge _cut_rc.yml into version-bump.yml ( #392 )
2023-12-18 10:58:55 -07:00
Vince Grassia
f3b01afd0b
Revert "Bumped version to 2023.12.0 ( #387 )" ( #391 )
...
This reverts commit 187d1e17b1 .
2023-12-18 09:35:25 -05:00
Vince Grassia
82b5f9bd04
Update version bump workflow ( #388 )
2023-12-15 13:30:04 +01:00
Bitwarden DevOps
187d1e17b1
Bumped version to 2023.12.0 ( #387 )
2023-12-14 17:23:28 -05:00
Joseph Flinn
e1300f585a
Fix branch ( #385 )
2023-12-13 05:56:04 -05:00
Joseph Flinn
11f5e2993a
Point workflows to main ( #378 )
2023-12-12 12:18:16 -08:00
Vince Grassia
ff87907b4e
Add token to checkout step ( #382 )
2023-12-12 09:38:56 -08:00
Vince Grassia
1163f34317
Fix version bump workflow on call ( #380 )
2023-12-12 08:54:13 -08:00
Vince Grassia
7a2e9ecec6
Update workflow call to use main branch ( #376 )
2023-12-12 11:03:38 -05:00
Vince Grassia
bab928c07c
Update Version Bump workflow ( #377 )
2023-12-12 10:22:06 -05:00
Oscar Hinton
1546cc2012
Upgrade the jest test suite to match the clients ( #379 )
...
* Upgrade the jest test suite to match the clients
* Update makeStaticByteArray
2023-12-12 13:45:12 +01:00
Oscar Hinton
36ab2953b5
Update renovate ( #373 )
...
* Update renovate.json
* Update renovate.json
* Update renovate.json
2023-12-05 16:54:49 +01:00
Vince Grassia
9a89e95918
Update workflow ( #372 )
2023-11-27 16:09:02 +01:00
Vince Grassia
013c8a5293
Update 'master' to 'main' ( #371 )
2023-11-09 10:17:33 -05:00
Vince Grassia
a5f779c231
Fix checksum generation ( #369 )
2023-11-01 17:31:21 +00:00
Vince Grassia
dd7df6504b
Update release workflow to match clients ( #368 )
2023-11-01 12:59:51 -04:00
Vince Grassia
f064de83e8
Update workflows to current standard ( #367 )
2023-11-01 16:15:06 +01:00
github-actions[bot]
e27bdbc561
Bumped version to 2023.10.0 ( #366 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-10-31 11:44:11 -04:00
Vince Grassia
93407d061b
Update CODEOWNERS ( #365 )
2023-10-31 11:41:48 -04:00
renovate[bot]
8848edbb40
Update bitwarden/gh-actions digest to c970b0f ( #361 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 12:22:55 -04:00
renovate[bot]
33da38a3f3
Update bitwarden/gh-actions digest to f112580 ( #359 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 14:57:06 -04:00
Rui Tomé
26e4930a9e
[AC-1614] Updated webpack config ( #352 )
...
* [AC-1614] Updated webpack config
* [AC-1614] Ran prettier
* [AC-1614] Fix build
2023-09-26 10:07:39 +01:00
renovate[bot]
4dba787df2
Update bitwarden/gh-actions digest to 62d1bf7 ( #357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 08:36:14 -04:00
renovate[bot]
2e2b5d988c
Update actions/checkout action to v4.1.0 ( #358 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-25 08:35:59 -04:00
renovate[bot]
d0c126cf3e
Update actions/upload-artifact action to v3.1.3 ( #354 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-18 10:44:39 -04:00
renovate[bot]
8700332d13
Update bitwarden/gh-actions digest to 8fccdae ( #334 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-18 10:28:23 -04:00
Opeyemi
0e4f9c0de5
Update all workflow ( #355 )
2023-09-15 15:36:20 +01:00