Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 30, 2021

Bumps @types/es6-promise from 0.0.33 to 3.3.0.

Changelog

Sourced from @​types/es6-promise's changelog.

3.3.0

  • support polyfil on WebMAF (playstation env)
  • fix tampering related bug global constructor was referenced by mistake.
  • provide TS Typings
  • increase compatibliity with sinon.useFakeTimers();
  • update build tools (use rollup)
  • directly export promise;

3.2.2

  • IE8: use isArray
  • update build dependencies

3.2.1

  • fix race tampering issue
  • use eslint
  • fix Promise.all tampering
  • remove unused code
  • fix issues with NWJS/electron

3.2.0

  • improve tamper resistence of Promise.all Promise.race and Promise.prototype.then (note, this isn't complete, but addresses an exception when used \w core-js, follow up work will address entirely)
  • remove spec incompatible then chaining fast-path
  • add eslint
  • update build deps

3.1.2

  • fix node detection issues with NWJS/electron

3.1.0

  • improve performance of Promise.all when it encounters a non-promise input object input
  • then/resolve tamper protection
  • reduce AST size of promise constructor, to facilitate more inlining
  • Update README.md with details about PhantomJS requirement for running tests
  • Mangle and compress the minified version

3.0.2

  • correctly bump both bower and package.json versions

3.0.1

  • no longer include dist/test in npm releases

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant