Progressive-UI-KITT
Progressive-UI-KITT copied to clipboard
Update browserify to the latest version π
Version 15.0.0 of browserify was just published.
| Dependency | browserify |
|---|---|
| Current Version | 14.5.0 |
| Type | devDependency |
The version 15.0.0 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.
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
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
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 from14.5.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.