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

chore(deps): ⬆️ update nx monorepo #42

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

peterjokumsen
Copy link
Member

@peterjokumsen peterjokumsen commented Sep 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 16.2.3 -> 16.2.4 age adoption passing confidence
@angular-devkit/core 16.2.3 -> 16.2.4 age adoption passing confidence
@angular-devkit/schematics 16.2.3 -> 16.2.4 age adoption passing confidence
@angular/animations 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/cdk 16.2.5 -> 16.2.6 age adoption passing confidence
@angular/cli 16.2.3 -> 16.2.4 age adoption passing confidence
@angular/common 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/compiler 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/compiler-cli (source) 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/core 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/forms 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/language-service 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/material 16.2.5 -> 16.2.6 age adoption passing confidence
@angular/platform-browser 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/platform-browser-dynamic 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/pwa ^16.2.3 -> ^16.2.4 age adoption passing confidence
@angular/router (source) 16.2.6 -> 16.2.7 age adoption passing confidence
@angular/service-worker 16.2.6 -> 16.2.7 age adoption passing confidence
@nx/angular (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@nx/eslint-plugin (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@nx/jest (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@nx/js (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@nx/linter (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@nx/workspace (source) 16.9.0 -> 16.9.1 age adoption passing confidence
@schematics/angular ~16.2.3 -> ~16.2.4 age adoption passing confidence
nx (source) 16.9.0 -> 16.9.1 age adoption passing confidence
zone.js (changelog) ~0.13.3 -> ~0.14.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v16.2.4

Compare Source

@​schematics/angular
Commit Type Description
5dc7fb1a1 fix update @angular/cli version specifier to use ^
angular/angular (@​angular/animations)

v16.2.7

Compare Source

core
Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#​51831) (#​51892)
service-worker
Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#​51885)
angular/components (@​angular/cdk)

v16.2.6

Compare Source

cdk
Commit Type Description
3e9228a6d0 fix menu: context menu closing immediately on control + click on Safari (#​27838)
material
Commit Type Description
451d0e5190 fix datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#​26889)
nrwl/nx (@​nx/angular)

v16.9.1

Compare Source

16.9.1
🩹 Fixes
  • angular: throw an error when generating a component and the specified module can't be found (#​19324)
  • misc: properly add extra dependencies to packages (#​19334)
❤️ Thank You
  • Jason Jean <jasonjean1993@​gmail.com>
  • Leosvel Pérez Espinosa @​leosvelperez
angular/angular (zone.js)

v0.14.0

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

The proper way to import zone.js and zone.js/testing is:

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@peterjokumsen
Copy link
Member Author

peterjokumsen commented Sep 30, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2023-10-07T07_14_30_462Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2023-10-07T07_14_30_462Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_34_780Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_34_780Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @angular/cdk --from=@angular/[email protected] --to=@angular/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_38_925Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_39_863Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_39_863Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_43_083Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_43_991Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_44_835Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_44_835Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @angular/cli --from=@angular/[email protected] --to=@angular/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_48_422Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_49_223Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_49_223Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_52_365Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_53_239Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_54_132Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_54_132Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @angular/core --from=@angular/[email protected] --to=@angular/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_58_085Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_14_59_502Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_14_59_502Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_02_791Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_03_676Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_04_568Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_04_568Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @angular/material --from=@angular/[email protected] --to=@angular/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_08_169Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_08_983Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_08_983Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_12_120Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_12_986Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_13_876Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_13_876Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/angular --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_17_485Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_18_309Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_18_309Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_21_396Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_22_239Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_23_110Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_23_110Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/eslint-plugin --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_26_710Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_27_512Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_27_512Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_30_560Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_31_450Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_32_569Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_32_569Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/jest --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_36_243Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_37_083Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_37_083Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_40_259Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_41_130Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_42_013Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_42_013Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/js --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_45_665Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_46_566Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_46_566Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_49_673Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_50_538Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_51_429Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_51_429Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/linter --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_55_046Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_15_55_886Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_55_886Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_59_078Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_15_59_977Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_16_00_865Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_00_865Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate @nx/workspace --from=@nx/[email protected] --to=@nx/[email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_04_602Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_16_05_417Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_05_417Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_08_603Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_09_492Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_16_10_458Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_10_458Z-debug-0.log

File name: package.json
Command failed: npm run prepare --if-present
sh: 1: husky: not found

File name: package.json
Command failed: npx --no-install nx migrate nx [email protected] [email protected]
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_14_081Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @helderberg-pirates-baseball/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"16.2.7" from the root project
npm ERR!   peer @angular/core@"16.2.7" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/ubuntu/.npm/_logs/2023-10-07T07_16_14_914Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_14_914Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx migrate --run-migrations --if-exists
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_18_108Z-debug-0.log

File name: package.json
Command failed: npx --no-install nx run-many --target=lint --all --parallel --fix --skip-nx-cache
npm ERR! npx canceled due to missing packages and no YES option: ["[email protected]"]

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-10-07T07_16_18_982Z-debug-0.log

@nx-cloud
Copy link

nx-cloud bot commented Sep 30, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8ecec8e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 5 targets

Sent with 💌 from NxCloud.

@peterjokumsen peterjokumsen force-pushed the renovate-github/nx-monorepo branch 6 times, most recently from 6c3dae7 to 2a5d4b7 Compare October 1, 2023 19:15
@peterjokumsen peterjokumsen force-pushed the renovate-github/nx-monorepo branch from 2a5d4b7 to e4116fa Compare October 7, 2023 02:23
@peterjokumsen peterjokumsen force-pushed the renovate-github/nx-monorepo branch from e4116fa to 44f2d2a Compare October 7, 2023 07:16
@peterjokumsen peterjokumsen merged commit 113c58f into main Oct 7, 2023
17 checks passed
@peterjokumsen peterjokumsen deleted the renovate-github/nx-monorepo branch October 7, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants