Bump json5 and babel-minify
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, json5 and babel-minify. These dependencies need to be updated together.
Updates json5 from 2.2.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
Changelog
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates json5 from 1.0.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
Changelog
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates babel-minify from 0.2.0 to 0.5.2
Release notes
Sourced from babel-minify's releases.
[email protected]
Had some missing dependency issues: babel/minify#957, babel/minify#964
[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
- #863 Fix issue #862 (
@​egasato)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):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
- Boopathi Rajaa (
@​boopathi)
... (truncated)
Changelog
Sourced from babel-minify'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
- #863 Fix issue #862 (
@​egasato)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):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
- Boopathi Rajaa (
@​boopathi)- Christophe Hurpeau (
@​christophehurpeau)- EsaĂş GarcĂa Sánchez-Torija (
@​egasato)- Pavan Kumar Sunkara (
@​pksunkara)
... (truncated)
Commits
8f9c7c0Publishbed66b3Setup GH actions (#1034)971951fchore: fix linting error749f7afchore: update failing fixture6d0227eMerge pull request #1032 from JLHwung/fix-1028335cb88fix: don't try to inline this expression9ffa599chore: update babel depsf051377Do not inline RegExp literals in loop assignment2209048chore: bump browserslist to 4.11.1f64e906fix: do not inline regexp literal when declaration in loop- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-minify since your current version.
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.