Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update microbundle to the latest version 馃殌 #42

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 4, 2019

The devDependency microbundle was updated from 0.10.1 to 0.11.0.

This version is not covered by your current version range.

If you don鈥檛 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.


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"],
<span class="pl-c"><span class="pl-c">//</span> Optionally specify Terser compress configuration.</span>
<span class="pl-c"><span class="pl-c">//</span> Supported values: https://github.com/terser-js/terser#compress-options</span>
<span class="pl-s"><span class="pl-pds">"</span>compress<span class="pl-pds">"</span></span><span class="pl-k">:</span> {
  <span class="pl-s"><span class="pl-pds">"</span>hoist_vars<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-c1">true</span>,
  <span class="pl-s"><span class="pl-pds">"</span>reduce_funcs<span class="pl-pds">"</span></span><span class="pl-k">:</span> <span class="pl-c1">false</span>
},

<span class="pl-c"><span class="pl-c">//</span> Optionally specify Terser mangle configuration</span>
<span class="pl-c"><span class="pl-c">//</span> Supported values: https://github.com/terser-js/terser#mangle-options</span>
<span class="pl-s"><span class="pl-pds">"</span>mangle<span class="pl-pds">"</span></span><span class="pl-k">:</span> {}

}
}

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

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

coveralls commented Mar 5, 2019

Pull Request Test Coverage Report for Build 190

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.227%

Totals Coverage Status
Change from base Build 181: 0.0%
Covered Lines: 132
Relevant Lines: 225

馃挍 - Coveralls

@ForsakenHarmony ForsakenHarmony deleted the greenkeeper/microbundle-0.11.0 branch March 31, 2019 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants