dominique-mueller / angular-package-builder

[DEPRECATED] Packages your Angular 4+ library based on the Angular Package Format.
https://www.npmjs.com/package/angular-package-builder
MIT License
23 stars 2 forks source link

chore(dependencies): update dependency rollup to 0.65.x #162

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency rollup (source) from 0.63.x to 0.65.x


Release Notes

v0.65.0

Compare Source

2018-08-25

  • Refactor and unify plugin system (#​2382)
  • Implement plugin cache API (#​2389)
  • Add watchChange plugin hook to watch changed files, deprecate asset dependencies (#​2405)
  • Refine asset handling (#​2369)
  • Implement renderChunk hook to replace transformChunk and transformBundle hooks (#​2406)
  • Add rollup version to plugin context (#​2394)
  • Do not resume stdin in watch mode to fix it for Lerna users (#​2410)
  • Allow [format] placeholder for id generation (#​2387)
  • Always log error stacks even when a code frame is given (#​2417)
  • Do not test module ids starting with \0 as external (#​2400)
  • Fix tracing of namespace variables (#​2408)
  • Fix re-tracing of namespace variables (#​2420)
  • Properly wrap comment annotations in SystemJS exports (#​2408)
  • Fix renaming of destructured parameters (#​2419)
  • Do not display version in watch mode when using --silent (#​2392)
  • Make cacheExpiry an experimental option for now (#​2401)
  • Lint test configs on commit (#​2402)
  • Add code of conduct (#​2388)
  • Move to CircleCI (#​2390)
  • Update pull request template (#​2404)

v0.64.1

Compare Source

2018-08-07

  • Do not render initializers of hoisted variables in dead branches (#​2384)

v0.64.0

Compare Source

2018-08-07

  • Print memory consumption together with performance timings (#​2370)
  • Enable plugins to mark imports as external by returning false for resolveId (#​2351)
  • Always retain empty manual chunks (#​2362)
  • Ensure CLI warnings are shown on errors and add error for external id collisions (#​2334)
  • Remove unnecessary dependency, update dependencies, fix linting of test config (#​2376)
  • Add targeted Github issue templates (#​2356)


This PR has been generated by Renovate Bot.