Git Product home page Git Product logo

Comments (8)

greenkeeper avatar greenkeeper commented on June 26, 2024

After pinning to 1.14.2 your tests are passing again. Downgrade this dependency 📌.

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.14.3 to 1.14.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.4

2019-06-07

Bug Fixes

  • Do not omit external re-exports for moduleSideEffects: false (#2905)

Pull Requests

  • #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
Commits

The new version differs by 3 commits.

  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.14.4 to 1.14.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.5

2019-06-09

Bug Fixes

  • Keep external ids unmodified when using the object form of resolveId (#2907)
  • Cache dynamic import resolutions when using Rollup cache (#2908)
  • Keep all necessary parentheses when tree-shaking call arguments (#2911)

Pull Requests

Commits

The new version differs by 10 commits.

  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)
  • fd2fe29 Do not resolve relative external ids when using the object form (#2907)
  • a10a4fb Fix treeshaken parameters around parentheses (#2911)
  • 6652a3e Update changelog
  • 98a91ef Update dependencies (#2906)
  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.14.5 to 1.14.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.14.6 to 1.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.0

2019-06-11

Features

  • Tone down try-catch deoptimization while maintaining polyfill support (#2918)

Bug Fixes

  • Handle feature detection with "typeof" for regular expressios (#2916)
  • Deoptimize '' + variable' type coercion as expression statement for feature detection (#2917)
  • Always observe argument side-effects when tree-shaking (#2924)

Pull Requests

Commits

The new version differs by 9 commits.

  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.15.0 to 1.15.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 12 commits.

  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.15.1 to 1.15.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.2

2019-06-13

Bug Fixes

  • Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#2933)

Pull Requests

Commits

The new version differs by 15 commits.

  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)
  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)

See the full diff

from rollup-plugin-babel-minify.

greenkeeper avatar greenkeeper commented on June 26, 2024
  • The devDependency rollup was updated from 1.15.2 to 1.15.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.15.3

2019-06-13

Bug Fixes

  • Always reemit assets and chunks from cached transform hooks (#2936)

Pull Requests

Commits

The new version differs by 18 commits.

  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)
  • c3247e6 1.15.2
  • 7a5057a Update changelog
  • bf43add Reemit chunks emitted from transform hooks (#2933)
  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)
  • fb4632c 1.15.0
  • b0283f7 Update changelog
  • 9418822 Do not tree-shake arguments with side-effects (#2924)
  • 355c690 Deoptimize try-catch less radically (#2918)
  • b377163 Support implicit type coercion errors in es5-shim (#2917)
  • 1718faa Deoptimize typeof for regular expression literals to better support es6-shim (#2916)

There are 18 commits in total.

See the full diff

from rollup-plugin-babel-minify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.