Update browserify to the latest version π
Version 14.1.0 of browserify just got published.
| Dependency | browserify |
|---|---|
| Current Version | 13.2.0 |
| Type | devDependency |
The version 14.1.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of browserify. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 12 commits .
06a47d114.1.067ea8b1Merge branch 'patch-1' of https://github.com/natevw/node-browserify691239d14.0.060cd894changelog: 14.0.0d7ea3ddMerge pull request #1678 from substack/buffer-54f5d93btest: pass Uint8Array into vm context for buffer v5ae33350Update 'buffer' to v5.xea6c299Write to temp outfile until success, fixes #8996efcd6513.3.0cbc20acuse carat on assert package30b30caMerge branch 'patch-2' of https://github.com/jscissr/node-browserifydd9edd7deps: update assert
See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Coverage remained the same at 97.222% when pulling 79a4494387284c1267c13b2c33542521875c1f10 on greenkeeper/browserify-14.1.0 into 8363e3f4728206f24f87ce06c768408fd035a1bd on master.
Version 14.2.0 just got published.
Update to this version instead π
Commits
The new version differs by 5 commits .
18e1d6514.2.00e1a7a0add cli support for --transform-key to support mode's like production/staging/etc..a5aa660Merge pull request #1701 from wogsland/doc-fixae281bcFixed documentation formatting that was bugging mefe8c57basync test for node 7
See the full diff.
Version 14.3.0 just got published.
Version 14.5.0 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
ccc021314.5.0f2e720achangelog 14.5.037bd7b4Merge pull request #1733 from dignifiedquire/patch-15a0c9acuse ~ range for <v1.0 deps866a2e7Merge pull request #1767 from amiller-gh/master9857f90Update os-browserify to 0.3.00305b70update readme links and travis badge9bc05a3code of conduct52c0856bump browserify-zlib to 0.2.0
See the full diff
Version 15.0.0 just got published.
Update to this version instead π
Commits
The new version differs by 22 commits.
d85aa76Merge branch 'master' of github.com:browserify/browserify0a0efe315.0.0288675eChangelog for 15.0.0a9aaa99Merge pull request #1793 from TehShrike/patch-389fab44Set the node version in package.json00c211dMerge pull request #1785 from TehShrike/backticks-test183162fremove es6ify from yield test3ccd552Merge pull request #1743 from ryysud/add-nodejs-v8-to-travis7c3e585Bump module-deps dependency5ec19eeupdate git url, fixes #178613e9d80add images to repo2b5d187Failing test for backtick quotes9fad0c2Merge pull request #1769 from browserify/pr-1218e65a8d8Remove v7 and add v9 to Travis CIa1def79Merge pull request #1770 from browserify/tap-10
There are 22 commits in total.
See the full diff
Version 15.1.0 just got published.
Update to this version instead π
Release Notes
v15.1.0- restore support for node
< 4.0until we can decide on a support schedule
Commits
The new version differs by 8 commits.
6dbd14215.1.000f226bchangelogc668b99Merge pull request #1794 from ljharb/restore_old_nodea522c43Set engines back to 0.8 (reverts #1793)2ab8502[Tests] skip template literal tests unless supported7a6116c[Tests] skip generator tests in nodes that donβt support generatorsea84e09[Deps] upgrade module-deps1d5ebb6[Tests] start testing in older nodes again
See the full diff
Version 15.2.0 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
b4fcdea15.2.05dfbc4dMerge pull request #1799 from browserify/rm-package-lock5e10249add npmrccce8869Remove package-lock.json7c5ac3fMerge pull request #1798 from browserify/object-spread672cc64Merge pull request #995 from jackwanders/allow-outfile-in-new-directorya83565fAdd test for object spread syntax5c85031Merge branch 'master' into allow-outfile-in-new-directorya0a81e9Ensure path to outfile exists before opening stream
See the full diff
Version 16.0.0 just got published.
Update to this version instead π
Commits
The new version differs by 10 commits.
01f359116.0.0e5e1ec8Upgrade module-deps2a574e4Merge pull request #1725 from jviotti/dynamic-dirname-filenameb38b709Merge pull request #1803 from browserify/bump-versions2fc049eMerge pull request #1801 from browserify/resolve-initial-link7c81aeaUpgrade builtin modules59e4642Always resolve initial link2b9b319Merge pull request #1742 from devongovett/preserve-symlinks9306a57Dynamically calculate __dirname and __filename when --node is passed201708bAdd preserve-symlinks option
See the full diff
Version 16.1.0 just got published.
Version 16.1.1 just got published.
Update to this version instead π
Commits
The new version differs by 9 commits.
25c71db16.1.1fa00040Merge pull request #1815 from browserify/ignore-perf-hooksa3a3e9cignore perf_hooks99f86dcMerge pull request #1811 from browserify/node-0.10-tests8bbddf7Merge pull request #1810 from al-k21/bare-fixd430656explicitly mention to use ./ in require() for local files, closes #1774989cc56Fix tests on Node <0.101ab192ctest/bare.js: nits680d0e6test/bare.js: fix file path
See the full diff
Version 16.2.0 just got published.
Update to this version instead π
Release Notes
v16.2.0update the browser versions of vm-browserify and string_decoder.
string_decoder updates to the Node 8+ API.
vm-browserify replaces an unlicensed dependency by an MIT one.
Version 16.2.1 just got published.
Update to this version instead π
Release Notes
v16.2.1Fix relative --external paths on Windows. (@Shingyx)
Fix tests to work on Windows, and add Appveyor CI for Windows testing.
Commits
The new version differs by 8 commits.
36d7c9a16.2.1e34599aMerge pull request #1819 from goto-bus-stop/appveyor8e7cb87Skip flaky test on Windows w old Node3703154Disable invalid json chars test in node 10e39d609Skip failing test on old Node on Windowsc428f0cFix external relative paths on Windowsc5120b7Fix tests on Windows.2d896a9Try adding appveyor
See the full diff
Version 16.2.2 just got published.
Update to this version instead π
Release Notes
v16.2.2Remove some extraneous files from the published package.
- The
devDependencybrowserify was updated from13.2.0to16.2.3.
Update to this version instead π
Release Notes for v16.2.3
add empty stub for the inspector builtin module.
change the "browser" field link to the browser-field-spec repo instead of the old gist.
- The
devDependencybrowserify was updated from13.2.0to16.3.0.
Update to this version instead π
Commits
The new version differs by 8 commits.
9824fae16.3.09e3397bAdd http2 to builtins (#1913)d2ade25Add http2 to builtins876182dTweak license text so Github detects it correctly16f82a7Update license (#1906)7ad39ceMerge pull request #1139 from insidewarehouse/resolve-exposed-foldersf13b713when a module is exposed, it should still resolve the way it would normally do, i.e. with/without extension and directories should fall back to index, and index from a directory should be accepted with/without extension too8f80729Update license
See the full diff