Issue #2651: Updated versions of semver, JSV, and backbone#2652
Merged
csytsma merged 1 commit intov1.0.0-devfrom Jan 31, 2019
Merged
Issue #2651: Updated versions of semver, JSV, and backbone#2652csytsma merged 1 commit intov1.0.0-devfrom
csytsma merged 1 commit intov1.0.0-devfrom
Conversation
…searched when going to 5.0.1 or later). Also updated versions of JSV and backbone to latest versions (JSV: 4.0.2; backbone: 1.1.3).
tpotter7
pushed a commit
that referenced
this pull request
Feb 24, 2019
* Issue 2639 (#2641) * Fixes issue #2639 * Updated hardcoded versions Fixes issue #2639 * Update to README (#2642) Changed tileoven to tilemill. Also removed some unecessary stuff. * Update abilities.test.js - Updated regex for checking version name - Removed version[1] check, didn't seem necessary. * Bringing updated README that Cory made in Master into the v1.0.0-dev branch. * Revert "Bringing updated README that Cory made in Master into the v1.0.0-dev branch." This reverts commit 7cd7950. * Revert "Update to README (#2642)" This reverts commit fc2fc65. * Added error reporting to http calls * Improved test description logging - Added more text to describe clearly which test file is being executed. - Fixed regex in duplicate_module for dedupe * Added header of content-length All DELETE calls appear to now require a header of 'content-length'. ref: https://stackoverflow.com/questions/31864707/node-socket-hang-up-error-with-http * Fix security vulnerabilities from Github (#2648) * Updated semver - Updated semver version to 4.3.2 to fix security vulnerability. #2647 * Updated jquery to 3.3.1 - Updated jquery dependency to 3.3.1 to fix security vulnerability #2647 * Update express version to 3.11.0 - Update express dependency to 3.11.0 #2647 Tested and verified. * Updated versions of semver (to 5.0.0 since errors still need to be researched when going to 5.0.1 or later). Also updated versions of JSV and backbone to latest versions (JSV: 4.0.2; backbone: 1.1.3). (#2652) Confirmed tests pass and manual test of the app. Merging. * Issue 2653: update easy dependent module versions. (#2657) * Updating as many dependent module versions as I can (for the ones that don't break something). Here are the ones that I updated: • connect ○ Updated to latest version 3.6.6. • express ○ Updated to latest version 4.16.4. • sqlite3 ○ Current version is 3.1.13. Broke on next version 4.0.0. Needs to be researched. Latest version is 4.0.6. • carto ○ Current version is 0.18.2. Broke on next version 1.0.0. Needs to be researched. Latest version is 1.2.0. • chrono ○ Updated to latest version 1.0.5. • generic-pool ○ Updated to latest version 3.5.0. • glob ○ Updated to latest version 7.1.3. • jsdom ○ Updated to latest version 13.2.0. • mkdirp ○ Updated to latest version 0.5.1. • request ○ Updated to latest version 2.88.0. • rimraf ○ Updated to latest version 2.6.3. • sax ○ Updated to latest version 1.2.4. • step ○ Updated to latest version 1.0.0. • underscore ○ Updated to latest version 1.9.1. • xmlhttprequest ○ Updated to latest version 1.8.0. * Removed package-lock and let npm update it since I changed a whole bunch of dependent package versions. * Added .vscode directory to gitignore. * Updating semver from 5.0.0 to 5.6.0. The primary issue was that after 5, there was no more support for the browser version of semver (build in <v5.0.0). It was being included in Route.bones for use on the browser but never being used in the browser so I removed it. (#2659) * Update Carto to v1.0.1 for issue 2649 (#2662) Upgraded carto to v1.0.1: * Fixed carto.tree.Reference in core.bones - created carto reference before calling setVersion, due to new carto structure. * Fixed mapnik xml first attribute error XML is coming now as JSON with new Carto. Added '.data' to get just the actual XML. * Fixed text for invalid stylesheet -With carto 1.x, it no longer throws an error when compiling an invalid stylesheet, it just passes up an error message. - Updated to check for error message, than throw an error - Updated test to look for simplified error message. * Revert "Fixed text for invalid stylesheet" This reverts commit 894cdf3. * Fixed issue of Carto not returning error from compile - With carto 1.x, it no longer throws an error if the stylesheet is not valid, but just returns an empty data response - Added check to see if returned data is null, then throws an error, so the client can still display the error. - However, client is throwing an additional error that still needs to be investigated. * Updated carto to v1.0.1 to fix bug - Carto had bug in util.js on null value. Carto fixed with v1.0.1. - Updated package.json to use carto 1.0.1. * Removed vscode config files * Update package-lock.json * Upgraded tilelive-mapnik from 0.6.16 to 0.6.18. (#2663) * Adding new utility scripts for installing tilemill, installing postgres and postgis, and downloading osm data and loading it into postgres. * Updated mapnik to v3.7.2 for csytsma-issue-2636 (#2664) * Replace references to Mapbox (#2666) * Updated mapnik to v3.7.2 for csytsma-issue-2636 * Updated references to mapbox -Updated references from github.com/mapbox/tilemill to github.com/tilemill-project/tilemill * New utility scripts for installation and running for Issue #2667 (#2670) * Added install and osm load utiliites and updated docs for v1.0.0. * Moved updates to dev tasks (running tests, updating docs, etc.) from README to CONTRIBUTING. * Updated CHANGELOG.md for v1.0.0 release * Updated dependencies and added back quick install * Fixed bugs in run scripts and added -d option to loadosm script. * Updated install to not have hardcoded versions for tilemill (other than for testing the script). * Added a comment to installtilemill.sh to mention where the nvm install instructions came from. * Removed issue branch from intalltilemill script in preparation for pulling it into v1.0.0-dev. * Updated runclient.sh to check if port is open Instead of waiting for 12 seconds, check if the localhost:20009 port is available, before proceeding to open browser. * Updating manual with changes that were made to the gh-docs. * Fixes to scripts to make them more robust. Fixed the directory in loadosm.sh to use the config.json root if available or to use the default if not. Also made it properly handle spaces in the directory path. Removed use of UTILS_DIR in scripts where it was not needed and made it relative elsewhere. Changed the loadosm.sh to put a copy of defaults.style into the osm data dir (if not there) and then to use that one in case you have customized it. changed the name of runtilemill.sh to tilemill.sh and moved it to the root. * Removing the test version. * Some fixes/improvements to the run scripts. * Trying out a different approach to installing homebrew. * Fixed error. * Don't need this anymore. * doc fixes. * Added missing spinner_2x.gif image. * Added missing spinner-reverse_2x.gif
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #2651: Updated version of semver to 5.0.0 (errors need to be resarched when going to 5.0.1 or later). Also updated versions of JSV and backbone to latest versions (JSV: 4.0.2; backbone: 1.1.3). Tests work and was able to pull up app successfully.