Code Monkey home page Code Monkey logo

Comments (11)

greenkeeper avatar greenkeeper commented on June 12, 2024

After pinning to 3.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.1.4 to 3.2.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.0 - 2019.08.09
  • Promise.allSettled moved to stable ES, per July TC39 meeting
  • Promise.any moved to stage 2, .errors property of AggregateError instances maked non-enumerable, per July TC39 meeting
  • using statement proposal moved to stage 2, added Symbol.asyncDispose, per July TC39 meeting
  • Added Array.isTemplateObject stage 2 proposal, per June TC39 meeting
  • Added Map#updateOrInsert stage 1 proposal, per July TC39 meeting
  • Added a fix for Math.hypot V8 7.7 bug, since it's still not stable without adding results to core-js-compat
  • Added a workaround for APIs where not possible to replace broken native Promise, #579 - added .finally and patched .then to / on native Promise prototype
  • Fixed crashing of Opera Presto, #595
  • Fixed incorrect early breaking of { Map, Set, WeakMap, WeakSet }.deleteAll
  • Fixed some missed dependencies in entry points
  • Added compat data for Node 12.5, FF 67, Safari 13
  • Added support of DISABLE_OPENCOLLECTIVE env variable to postinstall script
  • Removed core-js-pure dependency from core-js-compat, #590
  • Fixed generation of core-js-compat on Windows, #606

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.2.0 to 3.2.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.2.1 - 2019.08.12
  • Added a workaround for possible recursion in microtasks caused by conflicts with other Promise polyfills, #615

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.2.1 to 3.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.0 - 2019.10.13
  • String#{ matchAll, replaceAll } throws an error on non-global regex argument per the decision from TC39 meetings (+ this PR). It's a breaking change, but since it's a breaking change in the ES spec, it's added at the minor release
  • globalThis moved to stable ES, per October TC39 meeting
  • Promise.any moved to stage 3, some minor internal changes, per October TC39 meeting
  • String#replaceAll moved to stage 3, per October TC39 meeting
  • Added iterator helpers stage 2 proposal:
    • Iterator
      • Iterator.from
      • Iterator#asIndexedPairs
      • Iterator#drop
      • Iterator#every
      • Iterator#filter
      • Iterator#find
      • Iterator#flatMap
      • Iterator#forEach
      • Iterator#map
      • Iterator#reduce
      • Iterator#some
      • Iterator#take
      • Iterator#toArray
      • Iterator#@@toStringTag
    • AsyncIterator
      • AsyncIterator.from
      • AsyncIterator#asIndexedPairs
      • AsyncIterator#drop
      • AsyncIterator#every
      • AsyncIterator#filter
      • AsyncIterator#find
      • AsyncIterator#flatMap
      • AsyncIterator#forEach
      • AsyncIterator#map
      • AsyncIterator#reduce
      • AsyncIterator#some
      • AsyncIterator#take
      • AsyncIterator#toArray
      • AsyncIterator#@@toStringTag
  • Updated Map#upsert (Map#updateOrInsert before) proposal
    • Moved to stage 2, per October TC39 meeting
    • Map#updateOrInsert renamed to Map#upsert
    • Added WeakMap#upsert
    • You can don't pass one of the callbacks
  • Added a workaround for iOS Safari MessageChannel + bfcache bug, #624
  • Added a workaround for Chrome 33 / Android 4.4.4 Promise bug, #640
  • Replaced broken URL constructor in Safari and URLSearchParams in Chrome 66-, #656
  • Added compat data for Node up to 12.11, FF 69, Samsung up to 10.2 and Phantom 1.9
  • Math.hypot marked as not supported in Chrome 77 since a bug in this method was not fixed before the stable Chrome 77 release
  • Fixed unnecessary exposing on Symbol.matchAll in esnext.string.match-all, #626
  • Fixed missed cases access the .next method once, at the beginning, of the iteration protocol
  • Show similar postinstall messages only once per npm i, #597, thanks @remy

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.0 to 3.3.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.1 - 2019.10.13
  • Fixed an NPM publishing issue

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.1 to 3.3.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.2 - 2019.10.14
  • Fixed compatibility of core-js-compat with Node 6 and Yarn, #669

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.3 to 3.3.4.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.4 - 2019.10.25
  • Added a workaround of V8 deoptimization which causes serious performance degradation (~20x in my tests) of some RegExp-related methods like String#split, #306
  • Added a workaround of V8 deoptimization which causes serious performance degradation (up to 100x in my tests) of Array#splice and slightly Array#{ filter, map }, #677
  • Fixed work of fetch with polyfilled URLSearchParams, #674
  • Fixed an edge case of String#replaceAll with an empty search value
  • Added compat data for Chrome 80
  • package-lock.json no longer generated in libraries

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.4 to 3.3.5.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.5 - 2019.10.29
  • Added a workaround of V8 deoptimization which causes serious performance degradation (~4x in my tests) of Array#concat, #679
  • Added a workaround of V8 deoptimization which causes slightly performance degradation of Promise, #679
  • Added (Async)Iterator.prototype.constructor -> (Async)Iterator per this issue
  • Added compat data for Chromium-based Edge

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.5 to 3.3.6.

Your tests are still failing with this version. Compare changes

Release Notes for 3.3.6 - 2019.11.01
  • Don't detect Chakra-based Edge as Chrome in the userAgent parsing
  • Fixed inheritance in typed array constructors wrappers, #683
  • Added one more workaround for correct work of early fetch implementations with polyfilled URLSearchParams, #680

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.3.6 to 3.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.4.0 - 2019.11.07

from angular2-task-board.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The dependency core-js was updated from 3.4.0 to 3.4.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.4.1 - 2019.11.12

from angular2-task-board.

Related Issues (6)

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.