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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency core-js to v2.5.0 #4

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

Conversation

renovate-tests
Copy link
Owner

This Pull Request updates dependency core-js from v2.4.1 to v2.5.0

Commits


zloirock/core-js

2.5.0

  • 63ae52d 2.5.0
  • 998f32e update eslint
  • 9025b48 add .of and .from methods on collection constructors to readme
  • 20f055b add Array#flatten and Array#flatMap to readme
  • 860efb6 fix a typo
  • b9203ee update list of iterable DOM collections in readme
  • b4c2e5e remove some unused variables, update changelog
  • fc32be8 add Promise#try to readme
  • ea82fd9 remove caching Function#name, fix #​296
  • fd850c3 add Promise#finally to readme
  • a41dd09 fix IE11 WeakMap frozen keys after zloirock/core-js@a69f577
  • 09f45b6 remove tests of excess DOM collections methods - FF have it, I don't think that removing those methods in core-js make sense
  • d230280 fix the list of whitespaces in the Number constructor test
  • 7c39430 move Array#flatten and Array#flatMap to stage 1 per July TC39 meeting
  • d35736f move Promise#finally to stage 3 per July TC39 meeting
  • 198fb53 fix conversion typed array constructors to string, fix #​300
  • 58f9b11 update Array#{flatten, flatMap} per fixes #29: flatMap eliminates holes tc39/proposal-flatMap#31
  • c818df3 remove unused variable
  • a69f577 add errors on incorrect context of collection methods, fix #​272
  • 9f3d0fd update changelog
  • 1392087 update typed arrays to the modern (ES2016+) arguments validation, fixes #​293, #​273
  • 5771c9e update webpack
  • f02a8eb rename toIndex helper to toAbsoluteIndex because ToIndex name used in ES2016+ spec version of typed arrays
  • 4c26855 update Array#flatMap per Inconsistency third argument of .flatMap callback with .map callback tc39/proposal-flatMap#28, add tests of library version
  • 32f8bf2 add some simple tests of Array#flatMap and Array#flatten and minor changes
  • 80bbd34 added Array#flatten and Array#flatMap stage 0 proposal
  • 45043e5 update eslint
  • 6a795c5 add simple tests for .of and .from methods on collection constructors
  • d1beecd add .of and .from methods on collection constructors proposal
  • 0bc7a9e add proto version of Promise#finally in library version and tests
  • fd70e24 add some simple tests for Promise#finally, fix one test for Promise.try
  • 86ed553 use NewPromiseCapability logic in Promise#finally
  • ed59a9c add implementation of Promise#finally proposal
  • db0d4a5 use NewPromiseCapability logic in Promise.try
  • 65c0fc5 add a simple implementation of Promise.try proposal
  • 13feaa0 update webpack
  • 38c2506 update the list of unreleased changes in the changelog
  • 7b22e1c restore max_line_len uglify setting
  • ce2d52e update grunt-contrib-uglify
  • 9f05180 update webpack
  • 0f1c2bf [style] some more extra spaces
  • d73f1f0 update qunit
  • 7d9be08 update karma and karma-chrome-launcher
  • cfce86f update eslint and eslint-plugin-import
  • 8cf8d1e [style] use individual var for each variable initialization, enable one-var-declaration-per-line eslint rule
  • 29189e4 enable and fix some spaces-related eslint rules
  • 0b583c0 add global to one missed entry point
  • 9d7db4a fix Observable.of, broken after changes of linting
  • a55a442 add Math.signbit proposal
  • a2f5d06 enable spaced-comment eslint rule
  • 55ef7e7 enable no-useless-call eslint rule
  • ad510c9 enable no-redeclare eslint rule
  • abc9ac2 in npm test, run clean and copy tasks before lint for correct work of eslint-plugin-import
  • 62d1af7 enable some eslint rules from "commonjs" section and import plugin
  • a6304fe disallow comparisons where both sides are exactly the same
  • e2fd1a0 require parentheses when invoking a constructor with no arguments
  • de6719b enforce one newline at the end of files
  • 4e8bce6 enable some eslint rules from "stylistic issues" section
  • 3ec8ec9 enable some eslint rules from "possible errors" section
  • 3ca9817 enable some eslint rules from "variables" section
  • ba43730 enable some eslint rules from "best practices" section
  • 8ec348c update the style of eslint config with some minor changes
  • 0e59c71 fix #​285
  • 9e03f88 fix #​252
  • 0e45e87 update global proposal
  • cb30530 additional check for iterators prototype, close #​289
  • b5601ac fix #​297, #​298
  • 839c3a9 update webpack
  • 6e38927 update qunitjs
  • d8ca1f8 Merge pull request #​241 from Alexendoo/update-proposals
  • 3768b65 update some dependencies
  • f3ed642 Merge pull request #​286 from fatcerberus/sphere-dispatch-now
  • 141a8e9 Add support for the Sphere Dispatch API
  • bbd5511 Merge pull request #​284 from aesopwolf/patch-1
  • b985c90 Merge pull request #​292 from zn/patch-1
  • 295b30f Small typo fix in README.md (marchAll -> matchAll)
  • 8b38836 Update .npmignore
  • 0bb657c fix Math.log10, close #​259
  • 2e240b8 add clean and copy tasks to npm test, Incomplete iterable DOM changes for discussion zloirock/core-js#249 (comment)
  • 14b3ad2 fix some problems of #​249
  • af011af Merge pull request #​249 from loganfsmyth/iterable-dom-types
  • 5eb083e Add other integer-indexed DOM types for Symbol.iterator polyfilling.
  • 44fe159 Split DOM objects into explicit keys/values/entries lookup list.
  • 7a459dd Update es7+ proposals
  • 16357e4 fix the link to npm-stat
  • 4b68e83 Merge pull request #​235 from pcdude2143/master
  • 1258914 _html module: document variable should be referenced from _global file.
  • bbf61cf fix some stylistic issues
  • 8397c67 update devDependencies
  • e6f3290 Merge pull request #​227 from clavecoder/math-extensions
  • 254b6cd [devDependencies] update karma-qunit
  • 002cb49 Object.getOwnPropertyDescriptors should not create undefined descriptors
  • ae10219 Add Math Extensions proposal Stage 1 TC39 0716


Errors

Renovate encountered some errors when processing your repository, so you are being notified here even if they do not directly apply to this PR.

  • Configuration Error: Configuration option groupName should be a string
  • Configuration Error: Configuration option groupName should be a string
  • Configuration Error: Configuration option groupName should be a string
  • Configuration Error: Configuration option groupName should be a string

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant