fluent-form
fluent-form copied to clipboard
fix(deps): update dependency zone.js to ~0.14.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| zone.js (source, changelog) | ~0.13.3 -> ~0.14.0 |
Release Notes
angular/angular (zone.js)
v0.14.4
Bug Fixes
- zone.js: add
__Zone_ignore_on_propertiestoZoneGlobalConfigurations(#50737) (f87f058) - zone.js: patch
fs.realpath.nativeas macrotask (#54208) (19fae76), closes #45546 - zone.js: patch
Responsemethods returned byfetch(#50653) (260d3ed), closes #50327 - zone.js: patch form-associated custom element callbacks (#50686) (1c990cd)
v0.14.3
Bug Fixes
- zone.js: handle fetch with AbortSignal (#49595) (b06b24b)
- zone.js: Promise.resolve(subPromise) should return subPromise (#53423) (08b0c87), closes /promisesaplus.com/#point-51
- zone.js: support addEventListener with signal option. (#49595) (d4973ff), closes #49591
Features
v0.14.2
Bug Fixes
- zone.js: disable wrapping unhandled promise error by default (6d7eb35)
v0.14.1
v0.14.0
Features
BREAKING CHANGES
- zone.js: Deep and legacy
dist/imports likezone.js/bundles/zone-testing.jsandzone.js/dist/zoneare no longer allowed.zone-testing-bundleandzone-testing-node-bundleare 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
- zone.js: rename
typingsconditional export totypes(#51737) (74755c4) - zone.js: temporary allow deep imports (#51737) (e86d6db)
0.13.2 (2023-09-07)
Bug Fixes
v0.13.1 (2023-06-09)
Bug Fixes
- zone.js: enable monkey patching of the
queueMicrotask()API in node.js (#50467) (381cb98) - zone.js: enable monkey patching of the
queueMicrotask()API in node.js (#50530) (7837f71) - zone.js: patch entire promise in node (#50552) (cb31dbc), closes #50513 #50457 #50414 #49930
- zone.js: revert Mocha it.skip, describe.skip method patch (#49329) (5a2b622)
Features
Reverts
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ 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 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.12" from the root project
npm ERR! peer @angular/core@"16.2.12" from @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"^16.2.12" from the root project
npm ERR! 2 more (@angular/platform-browser, ng-zorro-antd)
npm ERR! 9 more (@angular/cdk, @angular/common, @angular/compiler, ...)
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.12" from the root project
npm ERR! peer @angular/core@"16.2.12" from @angular/[email protected]
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"^16.2.12" from the root project
npm ERR! 2 more (@angular/platform-browser, ng-zorro-antd)
npm ERR! 9 more (@angular/cdk, @angular/common, @angular/compiler, ...)
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/worker/f5f1e1/41e3e8/cache/others/npm/_logs/2023-11-21T09_15_34_825Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /tmp/worker/f5f1e1/41e3e8/cache/others/npm/_logs/2023-11-21T09_15_34_825Z-debug-0.log
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@26ef25f). Click here to learn what that means.
:exclamation: Current head fca49b4 differs from pull request most recent head ca4eff4. Consider uploading reports for the commit ca4eff4 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage ? 99.58%
=======================================
Files ? 58
Lines ? 478
Branches ? 100
=======================================
Hits ? 476
Misses ? 1
Partials ? 1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.