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 #40

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

peterjokumsen
Copy link
Member

@peterjokumsen peterjokumsen commented Sep 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/angular (source) 16.8.1 -> 16.9.0 age adoption passing confidence
@nx/eslint-plugin (source) 16.8.1 -> 16.9.0 age adoption passing confidence
@nx/jest (source) 16.8.1 -> 16.9.0 age adoption passing confidence
@nx/js (source) 16.8.1 -> 16.9.0 age adoption passing confidence
@nx/linter (source) 16.8.1 -> 16.9.0 age adoption passing confidence
@nx/workspace (source) 16.8.1 -> 16.9.0 age adoption passing confidence
nx (source) 16.8.1 -> 16.9.0 age adoption passing confidence
zone.js (changelog) ~0.13.3 -> ~0.14.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/angular)

v16.9.0

Compare Source

16.9.0
🚀 Features
  • vue: add private Vue plugin (#​19009)
  • js: support finding imports in .vue files (#​19048)
  • webpack: move module federation utils to webpack (#​18996)
  • repo: add cloud workflows (018d9972e)
  • linter: update version of tslint-to-eslint (#​19065)
  • repo: enable agents" (#​19112)
  • devkit: update parseTargetString to allow referencing targets on the current project (#​19109)
  • js: warn users when additionalEntryPoints do not match any files (#​19107)
  • core: add WorkspaceContext class (#​18999)
  • vue: init, app, component and lib generators (#​19130)
  • react: allow setting react preset to production when using custom BABEL_ENV (#​19148)
  • core: hide vue preset options from create-nx-workspace (#​19155)
  • devkit: add method for tree-aware glob search (#​19128)
  • react: Add versioning for workspace libraries (#​19063)
  • nx-dev: add embeddings for community plugins (#​19168)
  • nx-dev: add "new chat" button to AI page (#​19150)
  • vue: add setup-tailwind generator (#​19147)
  • nx-dev: change "New chat" to "Clear chat" to avoid confusion, and open links in new tab (#​19190)
  • nx-dev: remove emojis from heading ID (#​19194)
  • nx-dev: improve auto-scrolling so it does not interfere with users reading the content (#​19196)
  • react: switch default to typescript configuration for module federation (#​19031)
  • core: initial implementation of nx release (#​19110)
  • react: Support loading remotes via library: var (#​19192)
  • core: include non-project files on fileMap and filesToProcess (#​19217)
  • misc: do not prompt for project name and root format when they produce the same result (#​19221)
  • react-native: upgrade react-native to 0.72.4 (#​19160)
  • nx-dev: improve initial prompt of the AI Chat to remove bad responses (#​19244)
  • repo: enable agents" " (#​19112)
  • repo: remove projectNameAndRoot nx.json option (#​19218)
  • core: run createDependencies plugins concurrently (#​19176)
  • core: allow multiple targets in show projects commmand (#​18506)
  • misc: prepend cwd to directory in project generators when using as-provided format (#​19227)
🩹 Fixes
  • linter: fix dep-checks projPackageJsonDeps caching for IDE (#​18935)
  • linter: handle non-JSON eslintrc files when updating overrides (#​19026)
  • misc: calculate cwd relative path correctly for generators and executors (#​18933)
  • react: fix createGlobPAtternsForDependencies path (#​18546)
  • webpack: enable in memory caching when building for node in watch mode (#​18348)
  • core: register ts transpiler when running .ts backed plugins (#​19027)
  • js: workspace lib devDependencies should not be added to package.json (#​17802)
  • misc: nx view-logs should open the nx-cloud link when connected … (#​17808)
  • nx-dev: menu chevron alignment (f994f54c5)
  • linter: ensure config manipulations are run only if config is supported (#​19035)
  • vite: check for undefined and create types array (#​19045)
  • angular: keep dependency-checks enabled for buildable libraries (#​19047)
  • node: explicitly check that project is a library before updating imports (#​19040)
  • core: do not prompt, only warn when projectNameAndRootLayout is … (#​19037)
  • core: prettier 3 shouldn't cause errors due to esm + compile cache (#​19042)
  • misc: use preset apps instead of empty (#​19051)
  • react: set "watch: false" on module federation serve-static options (#​19052)
  • js: handle nested wildcard imports and paths that start with # (#​19056)
  • core: do not validate remote cache validity (#​19059)
  • js: esbuild should not throw when a project depends on non-js dependencies (#​19057)
  • core: prettier 3 shouldn't cause errors due to v8 compile cache (#​19075)
  • linter: add @​eslint/js with correct package version (#​19077)
  • core: detect dependencies in .cjs and .cts files (#​19127)
  • node: set x-dropdown in app generator to enable autocomplete in console (#​19105)
  • angular: dont add .angular/cache to prettier again if existing (#​19183)
  • webpack: set module: true for swcMinify (#​19213)
  • core: handle negative single directory globs (#​19235)
  • core: allow parallel and output-style on publish target (#​19242)
  • core: support dry-run on nx release publish (#​19228)
  • core: handle negative star glob better (#​19241)
  • core: set SWC_NODE_PROJECT before registering @swc-node/register (#​19239)
  • nextjs: do not warn on NX_INVOKED_BY_RUNNER and only show warning once (#​19254)
  • core: update the native runtime input to include the cpu architecture (#​19263)
  • misc: adds nx cloud access token to agent workflow (#​19264)
  • nx-plugin: pass full context into parseTargetString (#​19154)
  • core: ensure target-only argument is rewritten correctly to be forwarded (#​17971)
  • repo: add native packages to the release group (#​19289)
  • js: update generated .swcrc file to align with @​swc/core@​1.3.85 (#​19214)
  • nextjs: Add missing env to base Nx Env (#​19201)
  • core: unregister in-process ts transpilers when projectGraph is created (#​19187)
  • vite: provide correct root directory when building a root project (#​19298)
  • core: do not attempt to publish private npm packages (#​19299)
❤️ Thank You
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 24, 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 could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_09_527Z-eresolve-report.txt

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

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_17_402Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_17_402Z-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-09-25T23_17_25_191Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_26_091Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_26_091Z-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-09-25T23_17_30_371Z-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-09-25T23_17_31_331Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_32_296Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_32_296Z-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-09-25T23_17_37_488Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_38_848Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_38_848Z-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-09-25T23_17_42_979Z-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-09-25T23_17_43_911Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_44_891Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_44_891Z-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-09-25T23_17_49_672Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_50_619Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_50_619Z-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-09-25T23_17_54_821Z-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-09-25T23_17_55_758Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_17_56_698Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_17_56_698Z-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-09-25T23_18_01_339Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_02_238Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_02_238Z-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-09-25T23_18_06_501Z-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-09-25T23_18_07_502Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_08_449Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_08_449Z-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-09-25T23_18_13_243Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_14_118Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_14_118Z-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-09-25T23_18_18_483Z-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-09-25T23_18_19_463Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_20_458Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_20_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/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-09-25T23_18_25_417Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_26_359Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_26_359Z-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-09-25T23_18_30_569Z-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-09-25T23_18_31_518Z-debug-0.log

File name: package.json
Command failed: npm ci --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_32_492Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_32_492Z-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-09-25T23_18_37_278Z-debug-0.log

File name: package.json
Command failed: npm install --ignore-scripts
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/[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.6" from the root project
npm ERR!   peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"16.2.6" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   8 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.13.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"16.2.6" from the root project
npm ERR!     peer @angular/core@"16.2.6" from @angular/[email protected]
npm ERR!     node_modules/@angular/animations
npm ERR!       @angular/animations@"16.2.6" from the root project
npm ERR!       1 more (@angular/platform-browser)
npm ERR!     8 more (@angular/common, @angular/compiler, @angular/forms, ...)
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-09-25T23_18_38_222Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/ubuntu/.npm/_logs/2023-09-25T23_18_38_222Z-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-09-25T23_18_42_406Z-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-09-25T23_18_43_370Z-debug-0.log

@nx-cloud
Copy link

nx-cloud bot commented Sep 24, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit b8409a2. 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 from 0e5ba96 to cfb21e0 Compare September 25, 2023 23:18
@peterjokumsen peterjokumsen changed the title fix(deps): ⬆️ update dependency zone.js to ~0.14.0 chore(deps): ⬆️ update nx monorepo Sep 25, 2023
@peterjokumsen peterjokumsen merged commit c3db8da into main Sep 26, 2023
@peterjokumsen peterjokumsen deleted the renovate-github/nx-monorepo branch September 26, 2023 20:29
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