- 31 Jan, 2019 4 commits
-
-
Robert Knight authored
Upgrade the dependencies used for adding dependency injection annotations to Angular components and services, and the libs used for code coverage reporting. - Replace browserify-ngannotate with babel-plugin-angularjs-annotate. The repo's README states that the former is unmaintained and the latter is the successor. - Replace browserify-istanbul + isparta + karma-coverage for code coverage reporting with babel-plugin-istanbul + karma-coverage-istanbul-reporter. babel-plugin-istanbul is the recommended method for instrumenting code using current versions of Istanbul. The karma-coverage reporter uses an old version of Istanbul. karma-coverage-istanbul-reporter is a reporter that uses the current version and is intended to be used alongside the Babel plugin. - Upgrade karma and karma-browserify
-
Robert Knight authored
-
Robert Knight authored
This adds support for transpiling newer JS language features (ES2016+) and will make it easier to update going forwards. Decisions over what features to transpile for backwards compatibility are controlled by browser coverage queries. See the browserslist docs [1] for details of the query format. [1] https://github.com/browserslist/browserslist
-
Robert Knight authored
-
- 30 Jan, 2019 19 commits
-
-
Robert Knight authored
Bump wrap-text from 1.0.7 to 1.0.8
-
jenkins-hypothesis authored
-
Robert Knight authored
Bump eslint-plugin-mocha from 4.12.1 to 5.2.1
-
Robert Knight authored
Bump angular-sanitize from 1.7.5 to 1.7.6
-
Robert Knight authored
Bump karma-browserify from 5.3.0 to 6.0.0
-
Robert Knight authored
Bump diff from 2.2.3 to 4.0.1
-
Robert Knight authored
Bump gulp-sourcemaps from 1.12.1 to 2.6.4
-
Robert Knight authored
Bump check-dependencies from 0.12.3 to 1.1.0
-
Robert Knight authored
Bump aws-sdk from 2.394.0 to 2.395.0
-
Robert Knight authored
Bump autoprefixer from 6.7.7 to 9.4.7
-
dependabot[bot] authored
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 4.12.1 to 5.2.1. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/4.12.1...5.2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.5...v1.7.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [karma-browserify](https://github.com/nikku/karma-browserify) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/nikku/karma-browserify/releases) - [Commits](https://github.com/nikku/karma-browserify/compare/v5.3.0...v6.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [diff](https://github.com/kpdecker/jsdiff) from 2.2.3 to 4.0.1. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.3...v4.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 1.12.1 to 2.6.4. - [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases) - [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/compare/v1.12.1...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [check-dependencies](https://github.com/mgol/check-dependencies) from 0.12.3 to 1.1.0. - [Release notes](https://github.com/mgol/check-dependencies/releases) - [Commits](https://github.com/mgol/check-dependencies/compare/0.12.3...1.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [wrap-text](https://github.com/IonicaBizau/wrap-text) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/IonicaBizau/wrap-text/releases) - [Commits](https://github.com/IonicaBizau/wrap-text/compare/1.0.7...1.0.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.394.0 to 2.395.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.394.0...v2.395.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 6.7.7 to 9.4.7. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/6.7.7...9.4.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 29 Jan, 2019 17 commits
-
-
jenkins-hypothesis authored
-
Robert Knight authored
Bump karma from 1.7.1 to 4.0.0
-
Robert Knight authored
Bump extend from 2.0.1 to 3.0.2
-
Robert Knight authored
Bump diff-match-patch from 1.0.0 to 1.0.4
-
dependabot[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 4.0.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v1.7.1...v4.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [extend](https://github.com/justmoon/node-extend) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](https://github.com/justmoon/node-extend/compare/v2.0.1...v3.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump retry from 0.8.0 to 0.12.0
-
Robert Knight authored
Bump codecov from 1.0.1 to 3.1.0
-
Robert Knight authored
Bump core-js from 2.6.2 to 2.6.3
-
Robert Knight authored
Bump karma-browserify from 5.2.0 to 5.3.0
-
Robert Knight authored
Bump npm-packlist from 1.1.12 to 1.2.0
-
Robert Knight authored
Bump classnames from 2.2.5 to 2.2.6
-
dependabot[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 1.1.12 to 1.2.0. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v1.1.12...v1.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [karma-browserify](https://github.com/nikku/karma-browserify) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/nikku/karma-browserify/releases) - [Commits](https://github.com/nikku/karma-browserify/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v2.6.2...v2.6.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-node) from 1.0.1 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/compare/v1.0.1...v3.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/JedWatson/classnames/releases) - [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-