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
245 stars 67 forks source link

chore(dependencies): update dependency ts-node to v8 #142

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ts-node devDependencies major 7.0.x -> 8.4.x

Release Notes

TypeStrong/ts-node ### [`v8.4.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.4.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.4.0...v8.4.1) **Fixed** - Revert "List all files in memory cache improves perf 1.4x" [`87a6e2c`](https://togithub.com/TypeStrong/ts-node/commit/87a6e2c) ### [`v8.4.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.4.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.3.0...v8.4.0) **Added** - Introduce transformers program support ([#​879](https://togithub.com/TypeStrong/ts-node/issues/879)) [`12ff53d`](https://togithub.com/TypeStrong/ts-node/commit/12ff53d) **Fixed** - Fix prefer TS exts via env variables ([#​867](https://togithub.com/TypeStrong/ts-node/issues/867)) [`b01b629`](https://togithub.com/TypeStrong/ts-node/commit/b01b629) ### [`v8.3.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.3.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.2.0...v8.3.0) **Added** - Support `--prefer-ts-exts` flag ### [`v8.2.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.2.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.1...v8.2.0) **Added** - Expand FS cache to all file system operations **Changed** - Pass all files to "root scripts" TypeScript compiler option to improve performance ### [`v8.1.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.0...v8.1.1) **Fixed** - Remove `realpath` from TypeScript compiler to support existing use-cases without `preserveSymlinks` ### [`v8.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.3...v8.1.0) **Added** - Expose `--log-error` option for logging on TypeScript compilation issues - Cache file system lookup operations **Changed** - Remove `incremental` and `tsBuildInfoFile` compiler options ### [`v8.0.3`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.3) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.2...v8.0.3) **Added** - Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages) ### [`v8.0.2`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.2) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.1...v8.0.2) **Fixed** - Override `include` property, not `includes` 🤕 ### [`v8.0.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.0...v8.0.1) **Fixed** - Add missing `arg` to `package.json` dependencies ### [`v8.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v7.0.1...v8.0.0) **Changed** - Remove JavaScript output cache - Cleaned up CLI args - The `-p` option must now be `-pe` since `arg` does not support optional flag and string at the same time - Other CLI options support camel case must now be specified in `kebab-case` - Preserve `ts-node` arguments in `execArgv` for forked processes to use - Avoid loading files at the configuration level by default - Avoids `ts-node` REPL taking a long time in a large user directory

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 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             develop    #142   +/-   ##
=========================================
  Coverage           ?   99.1%           
=========================================
  Files              ?      14           
  Lines              ?     447           
  Branches           ?      71           
=========================================
  Hits               ?     443           
  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 c54c599...2105e2e. Read the comment docs.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.