ljharb / object.assign

ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
https://tc39.es/ecma262/#sec-object.assign
MIT License
107 stars 22 forks source link

Update browserify to the latest version 🚀 #60

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 16.2.1 of browserify was just published.

Dependency browserify
Current Version 15.2.0
Type devDependency

The version 16.2.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of browserify.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v16.2.1

Fix relative --external paths on Windows. (@Shingyx)

#1704

Fix tests to work on Windows, and add Appveyor CI for Windows testing.

#1819

Commits

The new version differs by 36 commits.

  • 36d7c9a 16.2.1
  • e34599a Merge pull request #1819 from goto-bus-stop/appveyor
  • 8e7cb87 Skip flaky test on Windows w old Node
  • 3703154 Disable invalid json chars test in node 10
  • e39d609 Skip failing test on old Node on Windows
  • c428f0c Fix external relative paths on Windows
  • c5120b7 Fix tests on Windows.
  • 2d896a9 Try adding appveyor
  • 00cc377 16.2.0
  • 7005b6e Merge pull request #1829 from browserify/deps
  • e333b14 Merge pull request #1827 from browserify/fix-cert
  • 03ffac9 ci: Disable certificate check for very old npm
  • 9345e21 Update string_decoder and vm builtin modules
  • 25c71db 16.1.1
  • fa00040 Merge pull request #1815 from browserify/ignore-perf-hooks

There are 36 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: