DisplayJS
DisplayJS copied to clipboard
Bump babel-plugin-minify-replace from 0.2.0 to 0.5.0
Bumps babel-plugin-minify-replace from 0.2.0 to 0.5.0.
Release notes
Sourced from babel-plugin-minify-replace's releases.
[email protected] (2018-09-24)
:rocket: New Feature
babel-minify
- #861 feat(cli): add sourceType and comments (@boopathi)
:bug: Bug Fix
babel-plugin-minify-dead-code-elimination
- #882 fix(dce): handle array and object patterns in assignment expressions (@boopathi)
babel-plugin-minify-dead-code-elimination
,babel-preset-minify
- #881 fix(deadcode): sequence expressions in switch discriminant (@boopathi)
gulp-babel-minify
babel-helper-to-multiple-sequence-expressions
,babel-minify
,babel-plugin-minify-simplify
,babel-preset-minify
,gulp-babel-minify
- #855 fix: improve comments handling in presets + api + gulp (@vigneshshanmugam)
babel-helper-evaluate-path
,babel-preset-minify
- #848 fix(evaluate): handle when parentpath is removed (@vigneshshanmugam)
:racehorse: Performance Improvements
babel-plugin-minify-builtins
- #859 perf(builtins): run builtins transform on multi pass (@vigneshshanmugam)
- #857 perf(builtins): remove path.get calls (@vigneshshanmugam)
babel-helper-evaluate-path
- #856 perf(evaluate): convert paths to nodes as path.get is slow (@boopathi)
babel-plugin-minify-mangle-names
- #854 perf(mangler): improve mangleScope perf (@boopathi)
:memo: Documentation
- #888 Update link to babili blog post ([@pradyumna-smpx](https://github.com/pradyumna-smpx))
:house: Internal
- Other
- #883 feat(bench): add terser. remove butternut (@boopathi)
- #852 refactor: update scripts to use transformSync and disable babel.config.js (@boopathi)
babel-plugin-minify-simplify
- #858 refactor(simplify): hoist path.get calls (@boopathi)
babel-plugin-minify-mangle-names
- #853 refactor: split mangleScope logic to smaller functions (@boopathi)
Chore
babel-minify
,gulp-babel-minify
- #887 chore: update to babel 7.0.0-beta.54 (@christophehurpeau)
babel-minify
,babel-plugin-minify-simplify
,gulp-babel-minify
- #872 chore: Update babel to 7.0.0-beta.49 (@pmdartus)
Committers: 7
... (truncated)
- Boopathi Rajaa (@boopathi)
- Christophe Hurpeau (@christophehurpeau)
- Esaú García Sánchez-Torija (@egasato)
- Pavan Kumar Sunkara (@pksunkara)
Changelog
Sourced from babel-plugin-minify-replace's changelog.
[email protected] (2018-09-24)
:rocket: New Feature
babel-minify
- #861 feat(cli): add sourceType and comments (@boopathi)
:bug: Bug Fix
babel-plugin-minify-dead-code-elimination
- #882 fix(dce): handle array and object patterns in assignment expressions (@boopathi)
babel-plugin-minify-dead-code-elimination
,babel-preset-minify
- #881 fix(deadcode): sequence expressions in switch discriminant (@boopathi)
gulp-babel-minify
babel-helper-to-multiple-sequence-expressions
,babel-minify
,babel-plugin-minify-simplify
,babel-preset-minify
,gulp-babel-minify
- #855 fix: improve comments handling in presets + api + gulp (@vigneshshanmugam)
babel-helper-evaluate-path
,babel-preset-minify
- #848 fix(evaluate): handle when parentpath is removed (@vigneshshanmugam)
:racehorse: Performance Improvements
babel-plugin-minify-builtins
- #859 perf(builtins): run builtins transform on multi pass (@vigneshshanmugam)
- #857 perf(builtins): remove path.get calls (@vigneshshanmugam)
babel-helper-evaluate-path
- #856 perf(evaluate): convert paths to nodes as path.get is slow (@boopathi)
babel-plugin-minify-mangle-names
- #854 perf(mangler): improve mangleScope perf (@boopathi)
:memo: Documentation
- #888 Update link to babili blog post ([@pradyumna-smpx](https://github.com/pradyumna-smpx))
:house: Internal
- Other
- #883 feat(bench): add terser. remove butternut (@boopathi)
- #852 refactor: update scripts to use transformSync and disable babel.config.js (@boopathi)
babel-plugin-minify-simplify
- #858 refactor(simplify): hoist path.get calls (@boopathi)
babel-plugin-minify-mangle-names
- #853 refactor: split mangleScope logic to smaller functions (@boopathi)
Chore
babel-minify
,gulp-babel-minify
- #887 chore: update to babel 7.0.0-beta.54 (@christophehurpeau)
babel-minify
,babel-plugin-minify-simplify
,gulp-babel-minify
- #872 chore: Update babel to 7.0.0-beta.49 (@pmdartus)
Committers: 7
... (truncated)
- Boopathi Rajaa (@boopathi)
- Christophe Hurpeau (@christophehurpeau)
- Esaú García Sánchez-Torija (@egasato)
- Pavan Kumar Sunkara (@pksunkara)
Commits
-
4de3900
Publish -
f00c588
chore: fix yarn.lock -
8deea80
style: fix lint -
0f7c395
chore: upgrade dependencies; fix tests -
ec4a5ec
chore: upgrade yarn -
7002b8c
Fix canary publishing (#901) -
3e027a5
Upgrade to babel@7 and lerna@3 (#900) -
3cc09dc
chore: update to babel 7.0.0-beta.54 (#887) -
beb87b9
Update link to babili blog post (#888) -
5a128fd
feat(bench): add terser. remove butternut (#883) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.