Browse Source
Feature/upgrade zone.js to version 0.12.0 (#1740)
* Upgrade zone.js
* Update changelog
pull/1734/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
9 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
|
@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Added support for data provider information to the position detail dialog |
|
|
|
- Added the configuration to publish a `linux/arm/v7` docker image |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `zone.js` from version `0.11.8` to `0.12.0` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed `RangeError: Maximum call stack size exceeded` for values of type `Big` in the value redaction interceptor for the impersonation mode |
|
|
|
|
|
@ -128,7 +128,7 @@ |
|
|
|
"twitter-api-v2": "1.10.3", |
|
|
|
"uuid": "9.0.0", |
|
|
|
"yahoo-finance2": "2.3.10", |
|
|
|
"zone.js": "0.11.8" |
|
|
|
"zone.js": "0.12.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@angular-devkit/build-angular": "15.1.6", |
|
|
|
|
|
@ -21932,10 +21932,10 @@ yocto-queue@^0.1.0: |
|
|
|
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" |
|
|
|
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
|
|
|
|
|
|
|
zone.js@0.11.8: |
|
|
|
version "0.11.8" |
|
|
|
resolved "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz" |
|
|
|
integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA== |
|
|
|
zone.js@0.12.0: |
|
|
|
version "0.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.12.0.tgz#a4a6e5fab6d34bd37d89c77e89ac2e6f4a3d2c30" |
|
|
|
integrity sha512-XtC+I5dXU14HrzidAKBNMqneIVUykLEAA1x+v4KVrd6AUPWlwYORF8KgsVqvgdHiKZ4BkxxjvYi/ksEixTPR0Q== |
|
|
|
dependencies: |
|
|
|
tslib "^2.3.0" |
|
|
|
|
|
|
|