Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.

Update dependency microbundle to v0.6.0 #7

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 21, 2018

This Pull Request updates devDependency microbundle (source) from v0.4.3 to v0.6.0


Release Notes

v0.6.0

Compare Source

  • Microbundle now uses the .mjs file extension for JS Module files, and will auto-detect them as source code.
  • Update to the latest and greatest Rollup.


v0.5.1

Compare Source

Special thanks to @​Andarist and @​ForsakenHarmony for their awesome work keeping Microbundle moving forward! 🙇‍♂️

  • Breaking Change: --external all is now the default. Modules listed in your package.json's "dependencies" and "peerDependencies" will be linked as imports/require statements (thanks @​Andarist)
  • Importing subdirectories from packages now treats them as external (#​83, thanks @​Andarist)
  • When builds fail, actually output some useful information (#​120, thanks @​jesstelford)
  • Output much more helpful Rollup errors (#​128, thanks @​gribnoysup)
  • Fix error reporting in watch mode and make fatal watch errors exit with an error code (#​153, thanks @​mattdesl)
  • Minify CSS assets with cssnano (#​121, thanks @​nicksrandall)
  • Add .tsx support! (thanks @​jaredpalmer)
  • Updated to Rollup 0.60+
  • watch mode can now also be activated via a --watch flag (thanks @​ngryman)

v0.4.4

Compare Source

  • New API: options.onBuild. You supply a function, it gets called on each build in watch mode (thanks @​fwilkerson)
  • Switch to rollup-plugin-typescript2 🔥 (thanks @​freeman)
  • Add --source-map option (use --no-source-map to disable them, thanks @​cristianbote)


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/microbundle-0.x branch from c850819 to 1490610 Compare July 5, 2018 08:19
@renovate renovate bot changed the title Update dependency microbundle to v0.4.4 Update dependency microbundle to v0.5.1 Jul 5, 2018
@renovate renovate bot changed the title Update dependency microbundle to v0.5.1 Update dependency microbundle to v0.6.0 Jul 19, 2018
@renovate renovate bot force-pushed the renovate/microbundle-0.x branch from 1490610 to 2e9b537 Compare July 19, 2018 21:49
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.

1 participant