dominique-mueller / angular-notifier

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
https://www.npmjs.com/package/angular-notifier
MIT License
247 stars 68 forks source link

chore(dependencies): update dependency ng-packagr to 4.7.x - autoclosed #137

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
ng-packagr devDependencies minor 4.2.x -> 4.7.x

Release Notes

ng-packagr/ng-packagr ### [`v4.7.1`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​500httpsgithubcomng-packagrng-packagrcomparev471v500-2019-03-27) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.7.0...v4.7.1) ##### Bug Fixes - update core-js to version ^3.0.0 ([b985c49](https://togithub.com/ng-packagr/ng-packagr/commit/b985c49)) - update read-pkg-up to version ^5.0.0 ([cb172fa](https://togithub.com/ng-packagr/ng-packagr/commit/cb172fa)) - update rollup-plugin-json to version ^4.0.0 ([8d4d4a7](https://togithub.com/ng-packagr/ng-packagr/commit/8d4d4a7)) ##### Features - add node-sass support with sass as default ([43a0be6](https://togithub.com/ng-packagr/ng-packagr/commit/43a0be6)) - add support for Angular 8 and TypeScript 3.3 ([dfe5a27](https://togithub.com/ng-packagr/ng-packagr/commit/dfe5a27)) - remove tsickle from direct peerDepedencies ([1555cf6](https://togithub.com/ng-packagr/ng-packagr/commit/1555cf6)), closes [#​1202](https://togithub.com/ng-packagr/ng-packagr/issues/1202) - replace `uglify-js` with `terser` ([a18d7ad](https://togithub.com/ng-packagr/ng-packagr/commit/a18d7ad)) - update rollup to version 1.6+ ([82f97e4](https://togithub.com/ng-packagr/ng-packagr/commit/82f97e4)), closes [#​1227](https://togithub.com/ng-packagr/ng-packagr/issues/1227) ##### Performance Improvements - generate umd bundle directly from fesm5 instead of esm5 ([b25731b](https://togithub.com/ng-packagr/ng-packagr/commit/b25731b)) - reduce the amount of dependees that are removed ([408541e](https://togithub.com/ng-packagr/ng-packagr/commit/408541e)) ##### BREAKING CHANGES - Users outside of Google don't usually need closure annotations hence `annotateForClosureCompiler` is turned off by default. In case users want to emit closure compatible code, they need to install `tsickle` and enable opt it this feature. - We no longer use node-sass by default, instead we use sass (dart-sass). While in most cases this should not have an impact the generated code, dart sass has some differences from Ruby Sass. See for more details If you wish to use node-sass instead of sass you need to install node-sass as a dev dependency. npm users npm install node-sass --save-dev yarn users yarn add node-sass --dev #### [4.7.1](https://togithub.com/ng-packagr/ng-packagr/compare/v4.7.0...v4.7.1) (2019-02-15) ##### Bug Fixes - don't use classic module resolution during analyse ([f0a1c38](https://togithub.com/ng-packagr/ng-packagr/commit/f0a1c38)), closes [#​1210](https://togithub.com/ng-packagr/ng-packagr/issues/1210) - emit complete diagnostics ([82e1fd0](https://togithub.com/ng-packagr/ng-packagr/commit/82e1fd0)) - replace opencollective-cli with opencollective-postinstall ([#​1203](https://togithub.com/ng-packagr/ng-packagr/issues/1203)) ([44776da](https://togithub.com/ng-packagr/ng-packagr/commit/44776da)), closes [#​1178](https://togithub.com/ng-packagr/ng-packagr/issues/1178) ### [`v4.7.0`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​470httpsgithubcomng-packagrng-packagrcomparev460v470-2019-01-26) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.6.0...v4.7.0) ##### Bug Fixes - read error when having files with spaces in less ([22cfdcc](https://togithub.com/ng-packagr/ng-packagr/commit/22cfdcc)), closes [#​1197](https://togithub.com/ng-packagr/ng-packagr/issues/1197) - use old TypeScript API to support users which are still on 2.7.x+ ([eec8b84](https://togithub.com/ng-packagr/ng-packagr/commit/eec8b84)), closes [#​1186](https://togithub.com/ng-packagr/ng-packagr/issues/1186) - use ts.compilerHost as moduleResolutionHost for tsickle.emitWithTsickle to support tsickle 0.33.1 ([30d3720](https://togithub.com/ng-packagr/ng-packagr/commit/30d3720)), closes [#​1189](https://togithub.com/ng-packagr/ng-packagr/issues/1189) ##### Features - add support for tsickle to 0.34.0 ([3b67d90](https://togithub.com/ng-packagr/ng-packagr/commit/3b67d90)) ##### Performance Improvements - simplify Node `dependsOn` logic ([4a0585d](https://togithub.com/ng-packagr/ng-packagr/commit/4a0585d)) ### [`v4.6.0`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​470httpsgithubcomng-packagrng-packagrcomparev460v470-2019-01-26) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.5.0...v4.6.0) ##### Bug Fixes - read error when having files with spaces in less ([22cfdcc](https://togithub.com/ng-packagr/ng-packagr/commit/22cfdcc)), closes [#​1197](https://togithub.com/ng-packagr/ng-packagr/issues/1197) - use old TypeScript API to support users which are still on 2.7.x+ ([eec8b84](https://togithub.com/ng-packagr/ng-packagr/commit/eec8b84)), closes [#​1186](https://togithub.com/ng-packagr/ng-packagr/issues/1186) - use ts.compilerHost as moduleResolutionHost for tsickle.emitWithTsickle to support tsickle 0.33.1 ([30d3720](https://togithub.com/ng-packagr/ng-packagr/commit/30d3720)), closes [#​1189](https://togithub.com/ng-packagr/ng-packagr/issues/1189) ##### Features - add support for tsickle to 0.34.0 ([3b67d90](https://togithub.com/ng-packagr/ng-packagr/commit/3b67d90)) ##### Performance Improvements - simplify Node `dependsOn` logic ([4a0585d](https://togithub.com/ng-packagr/ng-packagr/commit/4a0585d)) ### [`v4.5.0`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​450httpsgithubcomng-packagrng-packagrcomparev445v450-2019-01-11) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.5...v4.5.0) ##### Bug Fixes - update rollup-plugin-node-resolve to version ^4.0.0 ([ab2a55a](https://togithub.com/ng-packagr/ng-packagr/commit/ab2a55a)) ##### Features - add support for TypeScript 3.2 ([9e6ee67](https://togithub.com/ng-packagr/ng-packagr/commit/9e6ee67)) ##### Performance Improvements - cache ng program for faster incremental builds ([4131d4c](https://togithub.com/ng-packagr/ng-packagr/commit/4131d4c)) - improve entry points analyses ([bcc7f05](https://togithub.com/ng-packagr/ng-packagr/commit/bcc7f05)) #### [4.4.5](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.4...v4.4.5) (2018-12-01) #### [4.4.4](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.3...v4.4.4) (2018-12-01) #### [4.4.3](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.2...v4.4.3) (2018-12-01) #### [4.4.2](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.1...v4.4.2) (2018-12-01) ##### Bug Fixes - add opencollective postinstall hook ([c3dbaeb](https://togithub.com/ng-packagr/ng-packagr/commit/c3dbaeb)) #### [4.4.1](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.0...v4.4.1) (2018-11-07) ##### Bug Fixes - ignore git folder on watch ([c61cbfc](https://togithub.com/ng-packagr/ng-packagr/commit/c61cbfc)) - UMD sourceMappingURL should point to file ([ab02f0f](https://togithub.com/ng-packagr/ng-packagr/commit/ab02f0f)) - update rollup to version ^0.67.0 ([4422aa1](https://togithub.com/ng-packagr/ng-packagr/commit/4422aa1)) ### [`v4.4.5`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​450httpsgithubcomng-packagrng-packagrcomparev445v450-2019-01-11) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.0...v4.4.5) ##### Bug Fixes - update rollup-plugin-node-resolve to version ^4.0.0 ([ab2a55a](https://togithub.com/ng-packagr/ng-packagr/commit/ab2a55a)) ##### Features - add support for TypeScript 3.2 ([9e6ee67](https://togithub.com/ng-packagr/ng-packagr/commit/9e6ee67)) ##### Performance Improvements - cache ng program for faster incremental builds ([4131d4c](https://togithub.com/ng-packagr/ng-packagr/commit/4131d4c)) - improve entry points analyses ([bcc7f05](https://togithub.com/ng-packagr/ng-packagr/commit/bcc7f05)) #### [4.4.5](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.4...v4.4.5) (2018-12-01) #### [4.4.4](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.3...v4.4.4) (2018-12-01) #### [4.4.3](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.2...v4.4.3) (2018-12-01) #### [4.4.2](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.1...v4.4.2) (2018-12-01) ##### Bug Fixes - add opencollective postinstall hook ([c3dbaeb](https://togithub.com/ng-packagr/ng-packagr/commit/c3dbaeb)) #### [4.4.1](https://togithub.com/ng-packagr/ng-packagr/compare/v4.4.0...v4.4.1) (2018-11-07) ##### Bug Fixes - ignore git folder on watch ([c61cbfc](https://togithub.com/ng-packagr/ng-packagr/commit/c61cbfc)) - UMD sourceMappingURL should point to file ([ab02f0f](https://togithub.com/ng-packagr/ng-packagr/commit/ab02f0f)) - update rollup to version ^0.67.0 ([4422aa1](https://togithub.com/ng-packagr/ng-packagr/commit/4422aa1)) ### [`v4.4.0`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​440httpsgithubcomng-packagrng-packagrcomparev431v440-2018-10-21) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.3.1...v4.4.0) ##### Features - add support for `resolveJsonModule` ([1bf8eaf](https://togithub.com/ng-packagr/ng-packagr/commit/1bf8eaf)), closes [#​1050](https://togithub.com/ng-packagr/ng-packagr/issues/1050) #### [4.3.1](https://togithub.com/ng-packagr/ng-packagr/compare/v4.3.0...v4.3.1) (2018-10-14) ##### Bug Fixes - update templates and styles in watch mode ([bfc019f](https://togithub.com/ng-packagr/ng-packagr/commit/bfc019f)) ### [`v4.3.1`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​460httpsgithubcomng-packagrng-packagrcomparev431v460-2019-01-15) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.3.0...v4.3.1) ##### Bug Fixes - add opencollective postinstall hook ([c3dbaeb](https://togithub.com/ng-packagr/ng-packagr/commit/c3dbaeb)) - analyses of secondary entrypoints doesn't work with deep imports ([3f56df2](https://togithub.com/ng-packagr/ng-packagr/commit/3f56df2)), closes [#​1183](https://togithub.com/ng-packagr/ng-packagr/issues/1183) ### [`v4.3.0`](https://togithub.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md#​430httpsgithubcomng-packagrng-packagrcomparev420v430-2018-10-09) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/v4.2.0...v4.3.0) ##### Bug Fixes - `JavaScript heap out of memory` when having a lot of secondary entrypoints ([ca3d1d3](https://togithub.com/ng-packagr/ng-packagr/commit/ca3d1d3)), closes [#​1099](https://togithub.com/ng-packagr/ng-packagr/issues/1099) - tsconfig path mapping ([4421e6f](https://togithub.com/ng-packagr/ng-packagr/commit/4421e6f)) ##### Features - add support for TypeScript 3.1 ([c354261](https://togithub.com/ng-packagr/ng-packagr/commit/c354261))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@06be2f6). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #137   +/-   ##
==========================================
  Coverage           ?   99.12%           
==========================================
  Files              ?       14           
  Lines              ?      459           
  Branches           ?       71           
==========================================
  Hits               ?      455           
  Misses             ?        4           
  Partials           ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06be2f6...867426b. Read the comment docs.