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 馃殌 #32

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jul 5, 2018

Version 0.5.0 of microbundle was just published.

Dependency microbundle
Current Version 0.4.4
Type devDependency

The version 0.5.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of microbundle.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 65 commits.

  • d371c6a 0.5.0
  • c84d516 remove accidental empty directory snapshots
  • 6a95870 0.4.5
  • 41e0dc3 Fix mangle.json name caching (seemed to break in a recent rollup update)
  • 42050bb Fix Rollup upgrade adding __esModule properties to exports.
  • 0a6a791 Merge pull request #161 from philipp-spiess/patch-1
  • 1ffccee Add react-recomponent to "Built with Microbundle"
  • bf2d068 Updated rollup to 0.60.1, made code changes to support it (#151)
  • 8286def Merge pull request #153 from mattdesl/fix/111
  • fcbfa8f Merge pull request #149 from developit/greenkeeper/pretty-bytes-5.1.0
  • d786f03 fix #111 and log errors during watch
  • 8393af2 fix(package): update pretty-bytes to version 5.1.0
  • 818a7d5 Revert "Update rollup to the latest version 馃殌" (#148)
  • c7fbe3e Merge pull request #145 from developit/greenkeeper/rollup-0.60.0
  • 9d77676 fix(package): update rollup to version 0.60.0

There are 65 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 馃尨

greenkeeper bot added a commit that referenced this pull request Jul 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2018

Version 0.5.1 just got published.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Jul 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 19, 2018

Version 0.6.0 just got published.

Update to this version instead 馃殌

Release Notes 0.6.0
  • 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.

Commits

The new version differs by 11 commits.

  • d9abf1a 0.6.0
  • 0d2b476 Merge pull request #165 from developit/mjs-module-main
  • 0572d5b Update snapshots
  • 38abf83 Merge pull request #164 from developit/deps/remove-regenerator
  • 7ffd5d5 Merge branch 'master' into deps/remove-regenerator
  • 187ab67 Update rollup to the latest version 馃殌 (#168)
  • accc154 fix(package): update rollup to version 0.63.0
  • d452d3d Use .mjs extension for module main output
  • 043b02c Remove unused regenerator-runtime dependency
  • 625ca31 Merge pull request #162 from developit/greenkeeper/gzip-size-5.0.0
  • 4e969ec fix(package): update gzip-size to version 5.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 26, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.7.0.

Update to this version instead 馃殌

Commits

The new version differs by 64 commits.

  • 8568bb6 0.7.0
  • c8aba0b whoops, didn't mean to fuck this up
  • 071861e change default target to web and adjust build
  • 9cc678d Don't minify by default for target == "node"
  • 341a8f3 Merge pull request #230 from developit/chore/dep-updates
  • d711dd9 Update package.json
  • 29f08a9 Merge branch 'master' into chore/dep-updates
  • f794eda Merge pull request #231 from developit/no-compress-dist
  • ad88a62 Merge pull request #208 from hyanmandian/master
  • 0e41d34 update dependencies
  • 83298bd Merge pull request #228 from chocolateboy/update-docs
  • aeb85ee don't compress microbundle dist (maybe we can add this for target=node)
  • 7fb4f08 feat(sourcemaps): support for ts sourcemaps and invert sourcemap flag (#227)
  • 3ec208a update documentation after #137: s/UglifyJS/Terser/
  • 4155342 Migrate to terser from uglify-js (#137)

There are 64 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.8.0.

Update to this version instead 馃殌

Release Notes for 0.8.0

Features

Patches

Commits

The new version differs by 19 commits.

  • ecf38ac 0.8.0
  • cfd7428 Merge pull request #252 from marvinhagemeister/fix_jsx
  • bd6b552 Prevent user supplied babel optionsWe didn't support that before anyway
  • cebff34 Only target es2017 with TS pass it to babel + bubl茅
  • a89d6d2 Fix prettier linting error
  • 7fb2c15 Add plugin to transform class properties
  • 5536a55 Enable externalHelpers for async transform
  • af61efa Fix eslint warning coming from react preset
  • 8ac3f32 Ignore rollup-plugin-typescript caches
  • 61057c7 Add jest polyfills
  • 71cb427 Replace nodent with a babel transform plugin
  • 0d77987 prettier whitespace fixes
  • 9c23bda Merge pull request #243 from developit/0.7.0
  • db479c3 Merge pull request #248 from marvinhagemeister/fix_linting_error
  • e42bbc9 Fix linting error

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.8.1.

Update to this version instead 馃殌

Release Notes for 0.8.1

This fixes 0.8.0 which was broken

Patches

Commits

The new version differs by 10 commits.

  • 53c5172 0.8.1
  • a3c4e37 Merge remote-tracking branch 'origin/master' into 0.8.0
  • 246bc22 accidentally committed idea files
  • 93a28e2 Merge pull request #256 from marvinhagemeister/shebang
  • 846af27 actual prettier fixes, love the module mess
  • 95b9b97 prettier fixes + require.resolve babel
  • ee7691d add back shebang
  • b179814 babel config is only used for tests, so only transpile for node
  • 8d0e472 Update prettier to fix linting issue
  • 2beb4ca Add back shebang handling

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 4, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.8.3.

Update to this version instead 馃殌

Release Notes for 0.8.2
Commits

The new version differs by 13 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 4, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.8.3.

Update to this version instead 馃殌

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 17, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.8.4.

Update to this version instead 馃殌

Commits

The new version differs by 15 commits.

  • 391800a 0.8.4
  • eb06e88 update snapshots to fix tests and add cross-env for windows
  • f459dc6 Merge pull request #271 from FezVrasta/fix/hoisted-packages
  • a474f41 Merge branch 'master' into fix/hoisted-packages
  • 058b2b9 fix: support hoisted packages
  • ea77c15 Merge pull request #269 from developit/ts_error
  • 5e9c9ce Fix async not transpiled with TS
  • 210bb00 Merge pull request #262 from developit/fix_tests
  • d640552 Update snapshots
  • 0403f12 Fix jest failing on transpilation
  • 1f23940 Merge pull request #245 from luisrudge/master
  • 8907c6f updatr snapshot
  • a67124e new line
  • ef0651c Update cli.js
  • b735052 Fix importing superagent

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2018

  • The devDependency microbundle was updated from 0.4.4 to 0.9.0.

Update to this version instead 馃殌

Release Notes for 0.9.0

Breaking Changes

(also added bors to not break master)

Commits

The new version differs by 9 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2019

  • The devDependency microbundle was updated from 0.4.4 to 0.10.0.

Update to this version instead 馃殌

Commits

The new version differs by 48 commits.

  • a0fd75e 0.10.0
  • f58e677 Merge pull request #312 from developit/define-option
  • 47a2e86 parseGlobals -> parseMappingArgument
  • b270ab5 Merge branch 'master' into define-option
  • 3021595 Merge pull request #315 from developit/alias
  • cf0d53c lint fixes
  • 1a9828e Add support for --alias
  • b418dbd Merge branch 'master' into define-option
  • fca649a Merge pull request #305 from JReinhold/master
  • cb67c9e Merge branch 'master' into master
  • bfcec40 Merge branch 'master' into define-option
  • 3f6ba4c Don't inline NODE_ENV by default.
  • f39407f Add docs for mangle option
  • 58705aa Add proper parsing logic
  • 74fd71b Add --define option and usage

There are 48 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2019

  • The devDependency microbundle was updated from 0.4.4 to 0.10.1.

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 added a commit that referenced this pull request Mar 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2019

  • The devDependency microbundle was updated from 0.4.4 to 0.11.0.

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"],
<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

greenkeeper bot added a commit that referenced this pull request May 8, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2020


馃毃 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


  • The devDependency microbundle was updated from 0.4.4 to 0.12.0.

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

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

0 participants