jtart / react-universal-app

Library for building a single-page application with Universal React component(s) and React Router.
MIT License
14 stars 2 forks source link

Update microbundle to the latest version πŸš€ #81

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency microbundle was updated from 0.9.0 to 0.10.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 0.10.1

🐧 new --define option! Inlines constants (great for Dead Code Elimination):

microbundle --define process.env.NODE_ENV=production,DEBUG=false

🐺 new --alias option! Remap imports from one module to another:

microbundle --alias react=preact,react-dom=preact

🦊 Lovely refactoring from @MatiasOlivera and @ForsakenHarmony :)

πŸ¦‘We turned minification up to 11!! (#321, thanks @jviide)

Commits

The new version differs by 8 commits.

  • 31cc2c9 0.10.1
  • 5ab0958 when the tests dont pass, change the tests
  • 1ac4ccc Merge pull request #321 from jviide/up-to-almost-11
  • 706ad48 Update test snapshots
  • 90d9233 update snaps
  • 9e04a3d Set the number of terser passes to 10
  • 3d21c04 Make --define preserve boolean and integer literals by default instead of making everything a string.
  • 39dad8e Fix broken --alias option

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 0.11.0

New mangle.json / package.json configuration for Terser!

{
  // "minify" for Terser (https://github.com/terser-js/terser#minify-options-structure)
  // Note: works as a key in both package.json or mangle.json
  "minify": {
    // Legacy/convenient way to set mangle.properties.{regex,reserved}:
    "properties": "^_",
    "reserved": ["_dom", "_constructor"],

    // Optionally specify Terser compress configuration.
    // Supported values: https://github.com/terser-js/terser#compress-options
    "compress": {
      "hoist_vars": true,
      "reduce_funcs": false
    },

    // Optionally specify Terser mangle configuration
    // Supported values: https://github.com/terser-js/terser#mangle-options
    "mangle": {}
  }
}
Commits

The new version differs by 16 commits.

  • 2c32109 0.11.0
  • f6ebebb Merge pull request #335 from developit/compressor-options
  • cf00d7d fix mangle.json always being generated
  • 69b5165 lint fixes
  • d94a50e Fix crasher
  • 8842f3e Implement new minify config format
  • 9f9672a Add compressor options
  • f293bf8 Merge pull request #322 from tomByrer/patch-1
  • 399ab19 move link to bottom
  • 81f8310 async-to-promises
  • 952aede Merge branch 'master' into patch-1
  • 4ef32f1 Merge #324
  • b1f16b3 Fix rollup options - 'treeshake' should be a part of inputOptions
  • 65730af Refactor | Test refactoring (#290)
  • b7c4b47 Updates README.md to added react-router-ext (#320)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Commits

The new version differs by 211 commits.

  • 590cb4b 0.12.0
  • 38d41ef Merge pull request #606 from developit/fast-rest-parameters
  • d56e4f0 update snapshots
  • d0ca191 Add fast rest parameters transform
  • e082be1 Merge pull request #605 from developit/fix-babel-modern
  • b3cd06e fix snapshot
  • 6855cbf Update snapshots (yay 50% size reduction!)
  • 2bb2a18 Use a separate Rollup cache for modern output.
  • f7d231a synchronize package lock version
  • 5521881 Merge pull request #603 from developit/preferbuiltins-fix
  • 078dbdb preferBuiltins: true for node, false for web
  • 4cd4275 Document iife format (#601)
  • aa8a312 0.12.0-next.9
  • bec46e6 Merge pull request #596 from developit/async-to-promises-helpers
  • e6136eb Merge branch 'master' into async-to-promises-helpers

There are 211 commits in total.

See the full diff