Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Update angular monorepo #77

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
angular-in-memory-web-api ^0.6.0 -> ^0.11.0 age adoption passing confidence
zone.js (changelog) ^0.8.26 -> ^0.11.0 age adoption passing confidence

Release Notes

angular/angular

v0.11.0

Compare Source

Bug Fixes
Features

0.10.3 (2020-02-27)

Bug Fixes
Features
Performance Improvements

0.10.2 (2019-08-13)

Features

0.10.1 (2019-08-02)

Bug Fixes
  • zone.js: don't rely on global node typings outside of node/ directory (#​31783) (5c9a896)
  • zone.js: should expose some other internal intefaces (#​31866) (f5c605b)

v0.10.0

Compare Source

Bug Fixes

0.9.1 (2019-04-30)

Bug Fixes
  • ensure that EventTarget is patched prior to legacy property descriptor patch (#​1214) (aca4728)
  • fakeAsyncTest requestAnimationFrame should pass timestamp as parameter (#​1220) (62b8525), closes #​1216
Features
  • add option to disable jasmine clock patch, also rename the flag of auto jump in FakeAsyncTest (#​1222) (10e1b0c)

v0.9.0

Compare Source

Bug Fixes
Doc
Features
  • test: add benchmark page (#​1076) (128649a)
  • test: test(promise): add test cases for Promise.all with sync then operation (#​1158) (0b44e83)
  • test: feat: add an option __zone_symbol__disableDatePatching to allow disabling Date patching (c378f87)
Env
  • env: change BLACK_LISTED_EVENTS to DISABLE_EVENTS (9c65d25)
Build
  • build: build zone-evergreen.js in es2015, add terser minify support (2ad936b)
  • build: upgrade to pass jasmine 3.3 test (82dfd75)
  • build: upgrade to typescript 3.2.2 (fcdd559)
  • build: separate zone.js into evergreen only and legacy included bundles (ac3851e)
  • build: make legacy standalone bundle (a5fe09b)

0.8.29 (2019-01-22)

Bug Fixes
  • core: fix for tests in angular repo (fd069db)

0.8.28 (2019-01-16)

Bug Fixes
  • jasmine: patch jasmine beforeAll/afterAll (9d27abc4)

0.8.27 (2019-01-08)

Bug Fixes
Features

0.8.26 (2018-04-08)

Bug Fixes

0.8.25 (2018-04-04)

Bug Fixes

0.8.24 (2018-04-02)

Bug Fixes
  • test: add flag to patch jasmine.clock, move fakeAsync/async into original bundle (#​1067) (389762c)

0.8.24 (2018-04-02)

Bug Fixes
  • test: add flag to patch jasmine.clock, move fakeAsync/async into original bundle (#​1067) (389762c)

0.8.23 (2018-04-01)

Bug Fixes
  • test: check setImmediate supports (6c7e45b)

0.8.22 (2018-03-31)

Bug Fixes

0.8.21 (2018-03-30)

Bug Fixes
Features

0.8.20 (2018-01-10)

Bug Fixes
  • core: add comment for shorter var/function name (67e8178)
  • core: add file check script in travis build (615a6c1)
  • core: add helper method in util.ts to shorter zone.wrap/scehduleMacroTask (8293c37)
  • core: add rxjs test (31832a7)
  • core: fix #​989, remove unuse code, use shorter name to reduce bundle size (73b0061)
  • core: fix shorter name closure conflict (00a4e31)
  • core: remove unreadable short names (957351e)

0.8.18 (2017-09-27)

Bug Fixes
Features
  • compile: fix #​892, upgrade to typescript 2.3.4, support for...of when build zone-node (#​897) (e999593)
  • spec: log URL in error when attempting XHR from FakeAsyncTestZone (#​893) (874bfdc)

0.8.17 (2017-08-23)

Bug Fixes
Features

0.8.16 (2017-07-27)

Bug Fixes
Features
  • spec: add an option to FakeAsyncTestZoneSpec to flush periodic timers (#​857) (5c5ca1a)

0.8.15 (2017-07-27)

Features

0.8.14 (2017-07-20)

Bug Fixes
Features

0.8.14 (2017-07-18)

Bug Fixes

0.8.13 (2017-07-12)

Bug Fixes
Features
  • FakeAsyncTestZoneSpec: FakeAsyncTestZoneSpec.flush() passes limit along to scheduler (#​831) (667cd6f)
Performance Improvements

0.8.12 (2017-06-07)

Bug Fixes
Features

0.8.11 (2017-05-19)

Bug Fixes

0.8.10 (2017-05-03)

Bug Fixes
  • showError: fix ignoreConsoleErrorUncaughtError may change during drain microtask (#​763) (4baeb5c)
  • spec: fix #​760, fakeAsyncTestSpec should handle microtask with additional args (#​762) (f8d17ac)
  • Package Error stack rewriting as a separate bundle. (#​770) (b5e33fd)
  • timer: fix #​437, #​744, fix nativescript timer issue, fix nodejs v0.10.x timer issue (#​772) (3218b5a)
Features
  • make codebase more modular so that only parts of it can be loaded (#​748) (e933cbd)
  • patch: load non standard api with new load module method (#​764) (97c03b5)

0.8.9 (2017-04-25)

Bug Fixes
  • patch: fix #​746, check desc get is null and only patch window.resize additionally (#​747) (e598310)

0.8.8 (2017-04-21)

Bug Fixes
  • on handling broken in v0.8.7 (fbe7b13)

0.8.7 (2017-04-21)

Bug Fixes
Features

0.8.5 (2017-03-21)

Bug Fixes
Features

0.8.4 (2017-03-16)

Bug Fixes
  • correct declaration which breaks closure (0e19304)
  • stack rewriting now works with source maps (bcd09a0)

0.8.3 (2017-03-15)

Bug Fixes
  • zone: consistent access to symbol to work with closure (f742394)

0.8.2 (2017-03-14)

Bug Fixes

0.8.1 (2017-03-13)

Bug Fixes
Features
  • error: remove zone internal stack frames in error.stack (#​632) (76fa891)
  • task: add task lifecycle doc and testcases to explain task state transition. (#​651) (ef39a44)

v0.8.0

Compare Source

Features
  • Upgrade TypeScript to v2.2.1

0.7.8 (2017-03-10)

Bug Fixes
  • core: remove debugger (#​639) (0534b19)
  • error: fix #​618, ZoneAwareError should copy Error's static propeties (#​647) (2d30914)
  • jasmine: support "pending" it clauses with no test body (96cb3d0), closes #​659
  • minification: fix #​607 to change catch variable name to error/err (#​609) (33d0d8d)
  • node: patch crypto as macroTask and add test cases for crypto, remove http patch (#​612) (9e81037)
  • package: use fixed version typescript,clang-format and jasmine (#​650) (84459f1)
  • patch: check timer patch return undefined (#​628) (47962df)
  • patch: fix #​618, use zoneSymbol as property name to avoid name conflict (#​645) (fcd8be5)
  • task: findEventTask should return Task array (#​633) (14c7a6f)
  • task: fix #​638, eventTask/Periodical task should not be reset after cancel in running state (#​642) (eb9250d)
  • timers: cleanup task reference when exception (#​637) (2594940)
  • webapi: refactor webapi to not import util.ts directly (8b2543e), closes #​652
  • xhr: fix #​657, sometimes xhr will fire onreadystatechange with done twice (#​658) (36c0899)
  • zonespec: don't throw and exception when setInterval is called within a async test

Configuration

📅 Schedule: 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.

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1413697 to f3333fb Compare August 21, 2020 14:59
@renovate renovate bot changed the title Update dependency zone.js to ^0.10.0 Update dependency zone.js to ^0.11.0 Aug 21, 2020
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f3333fb to 73e2b88 Compare April 26, 2021 17:43
@renovate renovate bot changed the title Update dependency zone.js to ^0.11.0 Update angular monorepo Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant