Skip to content

Bump rewire from 5.0.0 to 6.0.0

scriptuser requested to merge dependabot-npm_and_yarn-rewire-6.0.0 into master

Bumps rewire from 5.0.0 to 6.0.0.

Release notes

Sourced from rewire's releases.

v6.0.0

  • Breaking: Remove Node v8 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v8 as well.
  • Update dependencies #193
  • Fix Modifying globals within module leaks to global with Node >=10 #167
  • Fixed import errors on modules with shebang declarations #179
Changelog

Sourced from rewire's changelog.

6.0.0

  • Breaking: Remove Node v8 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v8 as well.
  • Update dependencies #193
  • Fix Modifying globals within module leaks to global with Node >=10 #167
  • Fixed import errors on modules with shebang declarations #179
Commits
  • 39fe8e2 Update CHANGELOG.md
  • daaba26 Update package-lock.json
  • 4e5abba Replace istanbul with nyc
  • a511f92 Replace Travis with GitHub action
  • 22572ac Merge pull request #168 from rensbaardman/fix-167-global-var-leakage
  • 9dba017 Replace several push calls with a single one
  • 0b6d85a Re-add test case for globals
  • 92d9a33 Merge branch 'master' into fix-167-global-var-leakage
  • d1474b3 Merge pull request #171 from rensbaardman/stack-trace-test-firefox
  • b70fdc0 Improve shebang test
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports