- 22 Jul, 2019 19 commits
-
-
Robert Knight authored
Merge pull request #1262 from hypothesis/dependabot/npm_and_yarn/karma-coverage-istanbul-reporter-2.0.6 Bump karma-coverage-istanbul-reporter from 2.0.5 to 2.0.6
-
Robert Knight authored
Bump karma-browserify from 6.0.0 to 6.1.0
-
Robert Knight authored
Bump @babel/preset-env from 7.5.4 to 7.5.5
-
Robert Knight authored
Bump enzyme-adapter-preact-pure from 2.0.0 to 2.0.1
-
Robert Knight authored
Update ESLint configuration
-
Robert Knight authored
Bump @octokit/rest from 16.28.4 to 16.28.5
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.4 to 7.5.5. - [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.5.4...v7.5.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump babel-plugin-istanbul from 5.1.4 to 5.2.0
-
dependabot-preview[bot] authored
Bumps [karma-browserify](https://github.com/nikku/karma-browserify) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/nikku/karma-browserify/releases) - [Commits](https://github.com/nikku/karma-browserify/compare/v6.0.0...v6.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump gulp-if from 2.0.2 to 3.0.0
-
Robert Knight authored
Bump mocha from 6.1.4 to 6.2.0
-
Robert Knight authored
Bump @babel/core from 7.5.4 to 7.5.5
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.4 to 16.28.5. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.28.4...v16.28.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/preactjs/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/preactjs/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/preactjs/enzyme-adapter-preact-pure/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/releases) - [Changelog](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.5...v2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.1.4 to 5.2.0. - [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases) - [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md) - [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.4...v5.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [gulp-if](https://github.com/robrich/gulp-if) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/robrich/gulp-if/releases) - [Commits](https://github.com/robrich/gulp-if/compare/2.0.2...3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.4 to 7.5.5. - [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.5.4...v7.5.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Jul, 2019 4 commits
-
-
Hannah Stepanek authored
Move load annotations to service
-
Hannah Stepanek authored
- Load annotations using the new annotations service. - Use the new store isFetchingAnnotations rather than the previous isLoading method to determine whether an annotation fetch is currently in progress.
-
Hannah Stepanek authored
Instead of going through a layer of indirection (aka the groups service) to get the focusedGroupId use the store directly.
-
Hannah Stepanek authored
This service issues an api request(s) to fetch all annotations associated with all URIs and the group on the page. It also loads all the annotations into the store, updates the frame status upon completion, and updates the activeAnnotationFetches count in the store. fixup
-
- 17 Jul, 2019 3 commits
-
-
Robert Knight authored
Most of the configuration was moved into an updated version of the base eslint-config-hypothesis package. See https://github.com/hypothesis/frontend-toolkit/pull/6
-
Kyle Keating authored
Convert draft service to store
-
Kyle Keating authored
-
- 16 Jul, 2019 5 commits
-
-
Robert Knight authored
Bump redux from 4.0.1 to 4.0.4
-
Robert Knight authored
Bump @octokit/rest from 16.28.2 to 16.28.4
-
Robert Knight authored
Bump karma from 4.1.0 to 4.2.0
-
Robert Knight authored
Bump preact from 10.0.0-beta.3 to 10.0.0-rc.0
-
Robert Knight authored
Bump focus-visible from 5.0.1 to 5.0.2
-
- 15 Jul, 2019 5 commits
-
-
dependabot-preview[bot] authored
Bumps [redux](https://github.com/reduxjs/redux) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.28.2 to 16.28.4. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.28.2...v16.28.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 4.1.0 to 4.2.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/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/developit/preact) from 10.0.0-beta.3 to 10.0.0-rc.0. - [Release notes](https://github.com/developit/preact/releases) - [Commits](https://github.com/developit/preact/compare/10.0.0-beta.3...10.0.0-rc.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [focus-visible](https://github.com/WICG/focus-visible) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/WICG/focus-visible/releases) - [Commits](https://github.com/WICG/focus-visible/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 11 Jul, 2019 4 commits
-
-
Lyza Gardner authored
Migrate `LoggedOutMessage` to preact
-
Lyza Danger Gardner authored
- Rename from `loggedout-message` to `logged-out-message` for consistency
-
Robert Knight authored
[Security] Bump lodash from 4.17.11 to 4.17.14
-
dependabot-preview[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-