Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitwarden-cli 2024.11.0 #197752

Merged
merged 2 commits into from
Nov 15, 2024
Merged

bitwarden-cli 2024.11.0 #197752

merged 2 commits into from
Nov 15, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added nodejs Node or npm use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Nov 14, 2024
@chenrui333
Copy link
Member

==> npm run build:oss:prod --ignore-scripts
  
  > @bitwarden/cli@2024.11.0 build:oss:prod
  > cross-env NODE_ENV=production webpack
  
  ==================================================
  envConfig
  {
    "flags": {
      "sdk": true
    },
    "dev": {},
    "devFlags": {}
  }
  ==================================================
  assets by status 3.28 MiB [cached] 3 assets
  orphan modules 1.36 MiB [orphan] 607 modules
  runtime modules 3.95 KiB 8 modules
  built modules 2.41 MiB (javascript) 881 KiB (webassembly) [built]
    modules by path ../../libs/common/src/ 1.24 MiB 223 modules
    modules by path ./ 433 KiB 44 modules
    modules by path ../../libs/tools/ 233 KiB
      ../../libs/tools/export/vault-export/vault-export-core/src/index.ts + 6 modules 24.2 KiB [built] [code generated]
      + 2 modules
    modules by path ../../node_modules/@bitwarden/sdk-internal/ 29.8 KiB (javascript) 881 KiB (webassembly)
      ../../node_modules/@bitwarden/sdk-internal/index.js 267 bytes [built] [code generated]
      + 2 modules
    modules by path ../../libs/node/src/ 12.6 KiB
      ../../libs/node/src/services/node-crypto-function.service.ts + 4 modules 11.3 KiB [not cacheable] [built] [code generated]
      ../../libs/node/src/node-utils.ts + 1 modules 1.29 KiB [not cacheable] [built] [code generated]
    + 16 modules
  
  ERROR in ../../libs/importer/src/index.ts + 82 modules
  Unexpected end of JSON input
  SyntaxError: Unexpected end of JSON input
      at JSON.parse (<anonymous>)
      at ConcatenationScope.matchModuleReference (/tmp/bitwarden-cli-2024[111](https://github.com/Homebrew/homebrew-core/actions/runs/11845790149/job/33012132373?pr=197752#step:4:112)4-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/ConcatenationScope.js:145:13)
      at ConcatenatedModule.codeGeneration (/tmp/bitwarden-cli-20241[114](https://github.com/Homebrew/homebrew-core/actions/runs/11845790149/job/33012132373?pr=197752#step:4:115)-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/optimize/ConcatenatedModule.js:1253:41)
      at /tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/Compilation.js:3492:22
      at /tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/Cache.js:97:5
      at Hook.eval [as callAsync] (eval at create (/tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
      at Cache.get (/tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/Cache.js:79:18)
      at ItemCacheFacade.get (/tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/CacheFacade.js:[115](https://github.com/Homebrew/homebrew-core/actions/runs/11845790149/job/33012132373?pr=197752#step:4:116):15)
      at Compilation._codeGenerationModule (/tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/Compilation.js:3485:9)
      at /tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/node_modules/webpack/lib/Compilation.js:3390:11
  
  webpack 5.94.0 compiled with 1 error in 21354 ms
  npm error Lifecycle script `build:oss:prod` failed with error:
  npm error code 1
  npm error path /tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/apps/cli
  npm error workspace @bitwarden/cli@2024.11.0
  npm error location /tmp/bitwarden-cli-20241114-5168-rjikz6/clients-cli-v2024.11.0/apps/cli
  npm error command failed
  npm error command sh -c cross-env NODE_ENV=production webpack

@chenrui333 chenrui333 added the build failure CI fails while building the software label Nov 15, 2024
@daeho-ro daeho-ro added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Nov 15, 2024
@daeho-ro
Copy link
Member

@daeho-ro daeho-ro force-pushed the bump-bitwarden-cli-2024.11.0 branch from 1ba9346 to 7f964d3 Compare November 15, 2024 12:35
@daeho-ro daeho-ro removed the build failure CI fails while building the software label Nov 15, 2024
@chenrui333
Copy link
Member

can we go with node@22?

yeah, we absolutely can 👍

bitwarden-cli: build with node@22

Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Daeho Ro <lamanus@outlook.kr>
@chenrui333 chenrui333 force-pushed the bump-bitwarden-cli-2024.11.0 branch from 7f964d3 to 661609c Compare November 15, 2024 20:41
@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Nov 15, 2024
Copy link
Contributor

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 15, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 15, 2024
Merged via the queue into master with commit 3064645 Nov 15, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-bitwarden-cli-2024.11.0 branch November 15, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. nodejs Node or npm use is a significant feature of the PR or issue ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants