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 dependency @ngxs/store to v3.7.3 #611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ngxs/store ^3.7.1 -> ^3.7.3 age adoption passing confidence
@ngxs/store 3.7.1 -> 3.7.3 age adoption passing confidence

Release Notes

ngxs/store

v3.7.3

Compare Source

  • Chore: Add official support for Angular 13 #​1798
  • CI: Add angular 13 ivy integration test #​1798

v3.7.2

Compare Source

  • Chore: Add official support for Angular 12 #​1752
  • Fix: Allow to inject the Store into the custom error handler #​1708
  • CI: Add angular 12 ivy integration test #​1750
  • CI: Add bundlesize check for the latest integration app #​1710

Configuration

📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone UTC.

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact 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 check 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: immer-adapter@0.0.0
npm ERR! Found: zone.js@0.11.4
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.11.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.9.1" from @angular/core@8.2.14
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"8.2.14" from the root project
npm ERR!   peer @angular/core@">=6.1.0 <13.0.0" from @ngxs/store@3.7.2
npm ERR!   node_modules/@ngxs/store
npm ERR!     @ngxs/store@"3.7.2" 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! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-05-29T10_58_43_059Z-debug.log

@renovate renovate bot force-pushed the renovate/ngxs-store-3.x branch 2 times, most recently from e33927d to 44b4bcf Compare May 26, 2021 00:22
@renovate renovate bot force-pushed the renovate/ngxs-store-3.x branch 2 times, most recently from e7d2d61 to 9010449 Compare May 29, 2021 10:58
@renovate renovate bot force-pushed the renovate/ngxs-store-3.x branch from 9010449 to db2c182 Compare June 3, 2021 01:05
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 2021

⚠ Artifact update problem

Renovate failed to update an artifact 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 WARN using --force Recommended protections disabled.
npm notice 
npm notice New minor version of npm available! 8.3.1 -> 8.5.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.3>
npm notice Run `npm install -g npm@8.5.3` to update!
npm notice 
npm WARN using --force Recommended protections disabled.
chmod: cannot access '/home/ubuntu/.npm': No such file or directory
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: immer-adapter@0.0.0
npm ERR! Found: zone.js@0.11.5
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.11.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.9.1" from @angular/core@8.2.14
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"8.2.14" from the root project
npm ERR!   peer @angular/core@">=6.1.0 <14.0.0" from @ngxs/store@3.7.3
npm ERR!   node_modules/@ngxs/store
npm ERR!     @ngxs/store@"3.7.3" 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! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

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

@renovate renovate bot force-pushed the renovate/ngxs-store-3.x branch 4 times, most recently from 57a738d to 4cbeb2c Compare June 10, 2021 01:15
@renovate renovate bot changed the title chore(deps): update dependency @ngxs/store to v3.7.2 chore(deps): update dependency @ngxs/store to v3.7.2 - autoclosed Jul 6, 2021
@renovate renovate bot closed this Jul 6, 2021
@renovate renovate bot deleted the renovate/ngxs-store-3.x branch July 6, 2021 10:03
@renovate renovate bot changed the title chore(deps): update dependency @ngxs/store to v3.7.2 - autoclosed chore(deps): update dependency @ngxs/store to v3.7.2 Jul 6, 2021
@renovate renovate bot reopened this Jul 6, 2021
@renovate renovate bot restored the renovate/ngxs-store-3.x branch July 6, 2021 10:32
@renovate renovate bot force-pushed the renovate/ngxs-store-3.x branch from 4cbeb2c to edd204e Compare March 7, 2022 09:10
@renovate renovate bot changed the title chore(deps): update dependency @ngxs/store to v3.7.2 chore(deps): update dependency @ngxs/store to v3.7.3 Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant