-
Notifications
You must be signed in to change notification settings - Fork 679
Comparing changes
Open a pull request
base repository: vigetlabs/blendid
base: blendid5
head repository: vigetlabs/blendid
compare: master
Commits on Mar 11, 2019
-
chore(dependencies): non-breaking dependency updates from npm audit...
Updates - browser-sync - babel-core - gulp-nunjucks-render - lodash - debug and regenerates the Yarn lockfile. Drops 490 vulnerabilities (266 low, 207 moderate, 15 high, 2 critical) to 15 vulnerabilities (7 low, 2 moderate, 4 high, 2 critical). Actions run: npm install --package-lock-only npm audit npm install browser-sync@2.26.3 npm install babel-core@6.26.3 npm install gulp-nunjucks-render@2.2.2 npm install lodash@4.17.11 npm update lodash --depth 10 npm update debug --depth 9 rm yarn.lock yarn import Sticking with yarn.lock rather than switch wholesale to package-lock.json to avoid the "verbose stack TypeError: Cannot read property 'match' of undefined" npm-shrinkwrap error.
Configuration menu - View commit details
-
Copy full SHA for 74d3353 - Browse repository at this point
Copy the full SHA 74d3353View commit details -
chore(dependencies): babel-present-env replaces babel-preset-es2015...
Actions run: npm install babel-preset-env npm uninstall babel-preset-es2015 rm yarn.lock yarn import
Configuration menu - View commit details
-
Copy full SHA for 75d22c0 - Browse repository at this point
Copy the full SHA 75d22c0View commit details -
chore(watch): gulp's watch replaces gulp-watch...
Actions run: npm uninstall gulp-watch
Configuration menu - View commit details
-
Copy full SHA for 159bc7d - Browse repository at this point
Copy the full SHA 159bc7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2029d11 - Browse repository at this point
Copy the full SHA 2029d11View commit details -
chore(dependencies): make all safe dependency updates...
Upgrades: - ansi-colors - del - es6-promise - fancy-log - gulp-autoprefixer - gulp-changed - gulp-cssnano - gulp-data - gulp-htmlmin - gulp-notify - gulp-rename - gulp-replace - gulp-rev - gulp-rev-replace - gulp-sass - gulp-sequence - gulp-sizereport - gulp-sourcemaps - gulp-svgstore - node-sass-glob-importer - plugin-error - require-dir Actions run: > yarn upgrade --latest > yarn add babel-loader@"^7.1.1" > yarn add gulp@3.9.1 > yarn add webpack@"^3.4.1" > yarn add webpack-dev-middleware@"^1.12.0" > yarn add webpack-hot-middleware@"^2.18.2" > yarn add chai@"^3.5.0" -D
Configuration menu - View commit details
-
Copy full SHA for e16c07d - Browse repository at this point
Copy the full SHA e16c07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b248b6b - Browse repository at this point
Copy the full SHA b248b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bfa3f5 - Browse repository at this point
Copy the full SHA 4bfa3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818fb63 - Browse repository at this point
Copy the full SHA 818fb63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 791a334 - Browse repository at this point
Copy the full SHA 791a334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0761a05 - Browse repository at this point
Copy the full SHA 0761a05View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bd22e26 - Browse repository at this point
Copy the full SHA bd22e26View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1abc5d2 - Browse repository at this point
Copy the full SHA 1abc5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983e160 - Browse repository at this point
Copy the full SHA 983e160View commit details -
Configuration menu - View commit details
-
Copy full SHA for f914316 - Browse repository at this point
Copy the full SHA f914316View commit details
Commits on Jun 25, 2019
-
fix(ci testing): use new way to run xvfb on Travis CI...
In April 2019, Travis changed its default build environment to Xenial. This necessitates some changes to make Travis's testing work. References: * https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment#3-headless-browser-testing * https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-xvfb-to-run-tests-that-require-a-gui
Configuration menu - View commit details
-
Copy full SHA for d4e1d67 - Browse repository at this point
Copy the full SHA d4e1d67View commit details
Commits on Jun 26, 2019
-
feat(styles): support PostCSS, inc. cssnano + Autoprefixer...
- Run `yarn add autoprefixer cssnano gulp-postcss' - Surface cssnano config option in task-defaults.js - Add PostCSS options to task-defaults.js - Use PostCSS Autoprefixer and cssnano plugins
Configuration menu - View commit details
-
Copy full SHA for 2859d78 - Browse repository at this point
Copy the full SHA 2859d78View commit details -
feat(styles): support custom settings for Autoprefixer + cssnano
task-config settings for Autoprefixer and/or cssnano are respected. If no user settings are provided, defaults are used.
Configuration menu - View commit details
-
Copy full SHA for 0f0401f - Browse repository at this point
Copy the full SHA 0f0401fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcd386 - Browse repository at this point
Copy the full SHA cfcd386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189fa88 - Browse repository at this point
Copy the full SHA 189fa88View commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 66b9758 - Browse repository at this point
Copy the full SHA 66b9758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73158fe - Browse repository at this point
Copy the full SHA 73158feView commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ebeec7d - Browse repository at this point
Copy the full SHA ebeec7dView commit details
Commits on Nov 20, 2019
-
feat(data task): support yaml...
Adds new dependency 'js-yaml': >>> yarn add js-yaml
Configuration menu - View commit details
-
Copy full SHA for 2d61470 - Browse repository at this point
Copy the full SHA 2d61470View commit details -
Merge pull request #585 from olets/yaml
support yaml data source in html task
Configuration menu - View commit details
-
Copy full SHA for 7ac50dd - Browse repository at this point
Copy the full SHA 7ac50ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e565ec1 - Browse repository at this point
Copy the full SHA e565ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da0e6f - Browse repository at this point
Copy the full SHA 3da0e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a83cdf - Browse repository at this point
Copy the full SHA 3a83cdfView commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a2864b0 - Browse repository at this point
Copy the full SHA a2864b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb270b2 - Browse repository at this point
Copy the full SHA cb270b2View commit details -
feat(html task): do not specify plugin-default nunjucks option...
gulp-nunjucks-render's envOptions defaults to watch:false
Configuration menu - View commit details
-
Copy full SHA for 36ea182 - Browse repository at this point
Copy the full SHA 36ea182View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f1ca0 - Browse repository at this point
Copy the full SHA c5f1ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42be028 - Browse repository at this point
Copy the full SHA 42be028View commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad7ff99 - Browse repository at this point
Copy the full SHA ad7ff99View commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a824ce4 - Browse repository at this point
Copy the full SHA a824ce4View commit details
There are no files selected for viewing
Large diffs are not rendered by default.