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

Bump es6-shim from 0.35.0 to 0.35.6 #4809

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

Bumps es6-shim from 0.35.0 to 0.35.6.

Release notes

Sourced from es6-shim's releases.

v0.35.1

Fixes (shim)

  • Functions are objects (#418)
  • use createDataPropertyOrThrow in Array.from, rather than [[Put]] (#415)

Refactors

  • Use iteratorResult internally for iterator result objects
  • Simplify logic for Math.tanh (#412)

Robustness

  • cache Math constants
  • cache Math.exp
  • don’t rely on a Math lookup inside Math.asinh
  • use cached Number.isNaN
  • cache Math.sign

Dev Deps

  • update es5-shim, eslint, @ljharb/eslint-config, jscs, uglify-js, grunt-contrib-connect, grunt-contrib-watch, evalmd, jshint

Tests

  • up to node v6.1, v5.10, v4.4
  • npm run --silent, use “pretest” for linting
  • RegExp#toString: Chrome Canary 51 produces /undefined/

Docs

  • update ES6 draft comment URLs to point to the published spec
Changelog

Sourced from es6-shim's changelog.

es6-shim 0.35.6 (14 October 2020)

  • [Fix] Math.hypot: fix a bug in node v12.11 - v12.15
  • [Fix] internal ToString operation should throw on Symbols
  • [Robustness] call-bind Array.prototype.join
  • [Refactor] String.raw: match latest spec
  • [Refactor] address unused function args
  • [readme] updating standalone shim links
  • [Meta] Make LICENSE parseable by GitHub.
  • [Dev Deps] update eslint, @ljharb/eslint-config, es5-shim, safe-publish-latest, evalmd
  • [Tests] use shared travis-ci configs
  • [Tests] only run prepublish when in publish
  • [Tests] add aud in npm run posttest
  • [Tests] add failing tests from tc39/test262#2443
  • [Tests] fix error message tests for Safari 12
  • [Tests] fix sham function name tests

es6-shim 0.35.5 (7 March 2019)

  • [Fix] es6-sham: Function.prototype.name: don’t poison the getter when the receiver is Function.prototype (#454)
  • [Dev Deps] update eslint, @ljharb/eslint-config
  • [Dev Deps] remove jscs and jshint

es6-shim 0.35.4 (29 October 2018)

  • [Fix] protect against evil build processes by ensuring these feature tests don‘t look like no-ops that are safe to remove
  • [Fix] broken hasULPDistance → working withinULPDistance helper
  • [Fix] acosh: fix precision (#338)
  • [Fix] Math.{asinh,atanh,cosh,sinh} precision (from #338)
  • [Fix] Google Translate adds a broken Set to the global scope (#438)
  • [Fix] Distinguish Set and Map iterators (#387)
  • [Docs] Tweaking documentation specifying inclusion order (#435)

es6-shim 0.35.3 (23 January 2017)

  • [Fix] avoid needlessly shimming Array#{find, findIndex} (#433)
  • [Dev Deps] update eslint, @ljharb/eslint-config, grunt-saucelabs
  • [Tests] up to node v7.4, v4.7; improve test matrix

es6-shim 0.35.2 (3 December 2016)

  • [Fix] ensure document.all is not treated as a non-object-coercible (#428)
  • [Performance] Use original map for data backing when possible (#429, #422)
  • [Dev Deps] update es5-shim, eslint, @ljharb/eslint-config, jscs, jshint, mocha, promises-plus-tests, uglify-js
  • [Tests] up to node v7.2, v5.12, v4.6; improve test matrix
  • [Tests] avoid function name inference in node 7+
  • [Tests] add Firefox Nightly error messages to fix false failure

es6-shim 0.35.1 (12 May 2016)

  • [Fix] Functions are objects (#418)
  • [Fix] use createDataPropertyOrThrow in Array.from, rather than [[Put]] (#415)
  • [Refactor] Use iteratorResult internally for iterator result objects
  • [Refactor] Simplify logic for Math.tanh (#412)
  • [Robustness] cache Math constants
  • [Robustness] cache Math.exp

... (truncated)

Commits
  • d4be3e6 v0.35.6
  • fed84c5 [Tests] use shared travis-ci configs
  • 24d8c73 [Fix] Math.hypot: fix a bug in node v12.11 - v12.15
  • dbbeca1 [Tests] only run prepublish when in publish
  • 8e4be15 [Tests] add aud in npm run posttest
  • 96acfac [readme] updating standalone shim links
  • 1cc931e [Dev Deps] update eslint, @ljharb/eslint-config
  • b293878 [Fix] internal ToString operation should throw on Symbols
  • b81dcfa [Robustness] call-bind Array.prototype.join
  • c01b2d0 [Refactor] String.raw: match latest spec
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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 dependabot bot added javascript Pull requests that update Javascript code Type: Maintenance labels Sep 1, 2021
@bdukes bdukes added this to the 9.10.2 milestone Sep 3, 2021
Bumps [es6-shim](https://github.com/paulmillr/es6-shim) from 0.35.0 to 0.35.6.
- [Release notes](https://github.com/paulmillr/es6-shim/releases)
- [Changelog](https://github.com/paulmillr/es6-shim/blob/master/CHANGELOG.md)
- [Commits](paulmillr/es6-shim@0.35.0...0.35.6)

---
updated-dependencies:
- dependency-name: es6-shim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@bdukes bdukes force-pushed the dependabot/npm_and_yarn/es6-shim-0.35.6 branch from e3bdbf4 to 4f0232b Compare September 3, 2021 16:02
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mitchelsellers mitchelsellers merged commit ea7f0db into develop Sep 10, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/es6-shim-0.35.6 branch September 10, 2021 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants