- 31 Jan, 2019 18 commits
-
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.1.6 to 7.3.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.1.6...v7.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump eslint from 4.19.1 to 5.12.1
-
Robert Knight authored
Bump @octokit/rest from 16.10.0 to 16.13.4
-
Robert Knight authored
Bump proxyquire from 1.8.0 to 2.1.0
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 4.19.1 to 5.12.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.19.1...v5.12.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump exorcist from 0.4.0 to 1.0.1
-
Robert Knight authored
Merge pull request #912 from hypothesis/dependabot/npm_and_yarn/babel-plugin-angularjs-annotate-0.10.0 Bump babel-plugin-angularjs-annotate from 0.9.0 to 0.10.0
-
dependabot[bot] authored
Bumps [proxyquire](https://github.com/thlorenz/proxyquire) from 1.8.0 to 2.1.0. - [Release notes](https://github.com/thlorenz/proxyquire/releases) - [Commits](https://github.com/thlorenz/proxyquire/compare/v1.8.0...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.10.0 to 16.13.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.10.0...v16.13.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [exorcist](https://github.com/thlorenz/exorcist) from 0.4.0 to 1.0.1. - [Release notes](https://github.com/thlorenz/exorcist/releases) - [Commits](https://github.com/thlorenz/exorcist/compare/v0.4.0...v1.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [babel-plugin-angularjs-annotate](https://github.com/schmod/babel-plugin-angularjs-annotate) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/schmod/babel-plugin-angularjs-annotate/releases) - [Changelog](https://github.com/schmod/babel-plugin-angularjs-annotate/blob/master/CHANGES.md) - [Commits](https://github.com/schmod/babel-plugin-angularjs-annotate/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
jenkins-hypothesis authored
-
Robert Knight authored
Update Babel and code coverage tooling
-
Robert Knight authored
Configure babel-plugin-istanbul to avoid adding instrumentation to JS / CoffeeScript files under directories named "test". See https://github.com/istanbuljs/babel-plugin-istanbul#ignoring-files
-
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 3 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
-