- 09 Apr, 2019 2 commits
-
-
Hannah Stepanek authored
Previously, if the scope was not enforced, isScopedToUri would always return true. Now, isScopedToUri is true only when the scopes.uri_patterns match.
-
Hannah Stepanek authored
getInScopeGroups returns the list of groups for the old groups menu. Aka: only groups that are in scope are returned.
-
- 08 Apr, 2019 19 commits
-
-
Robert Knight authored
Convert `<annotation-action-button>` component to React
-
Sean Hammond authored
Bump @babel/preset-env from 7.4.2 to 7.4.3
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.2 to 7.4.3. - [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.4.2...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Sean Hammond authored
Bump @octokit/rest from 16.22.0 to 16.23.2
-
Sean Hammond authored
Bump @babel/core from 7.4.0 to 7.4.3
-
Sean Hammond authored
Bump enzyme-adapter-preact-pure from 1.10.2 to 1.10.3
-
Sean Hammond authored
Bump preact from 10.0.0-alpha.2 to 10.0.0-alpha.4
-
Sean Hammond authored
Bump codecov from 3.2.0 to 3.3.0
-
Sean Hammond authored
Bump mocha from 6.0.2 to 6.1.1
-
Sean Hammond authored
Bump commander from 2.19.0 to 2.20.0
-
Sean Hammond authored
Bump autoprefixer from 9.5.0 to 9.5.1
-
dependabot[bot] authored
Bumps [commander](https://github.com/tj/commander.js) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v2.19.0...v2.20.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.1. - [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.0.2...v6.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.22.0 to 16.23.2. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.22.0...v16.23.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits/v3.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/robertknight/enzyme-adapter-preact-pure) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/robertknight/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/robertknight/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/robertknight/enzyme-adapter-preact-pure/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.0 to 7.4.3. - [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.4.0...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.5.0 to 9.5.1. - [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/9.5.0...9.5.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [preact](https://github.com/developit/preact) from 10.0.0-alpha.2 to 10.0.0-alpha.4. - [Release notes](https://github.com/developit/preact/releases) - [Commits](https://github.com/developit/preact/compare/10.0.0-alpha.2...10.0.0-alpha.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 05 Apr, 2019 1 commit
-
-
Lyza Danger Gardner authored
-
- 04 Apr, 2019 1 commit
-
-
Robert Knight authored
Convert `<group-list-item-out-of-scope>` to React
-
- 03 Apr, 2019 5 commits
-
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
- Extract an SVG element in order to give it a name and clarify what it is for - Improve a link `title` - Remove an unnecessary extra space
-
Robert Knight authored
-
Robert Knight authored
Add ESLint plugin to check React hooks usage
-
- 02 Apr, 2019 1 commit
-
-
Robert Knight authored
Usage of "hooks" has to follow certain rules [1]. This adds the official ESLint plugin to check for this. All the checks are marked as errors following the "no warnings, only errors" principle. ESLint suppressions can be used to ignore any cases where we decide not to follow a "rule". [1] https://reactjs.org/docs/hooks-rules.html
-
- 01 Apr, 2019 11 commits
-
-
Robert Knight authored
Convert `<group-list-item>` component to React
-
Robert Knight authored
Bump enzyme from 3.8.0 to 3.9.0
-
Robert Knight authored
Bump @octokit/rest from 16.20.0 to 16.22.0
-
dependabot[bot] authored
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/airbnb/enzyme/releases) - [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.9.0/packages/enzyme) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump sinon from 7.2.7 to 7.3.1
-
Robert Knight authored
Merge pull request #1031 from hypothesis/dependabot/npm_and_yarn/babel-plugin-transform-async-to-promises-0.8.8 Bump babel-plugin-transform-async-to-promises from 0.8.6 to 0.8.8
-
Robert Knight authored
Bump eslint from 5.15.3 to 5.16.0
-
Robert Knight authored
Bump enzyme-adapter-preact-pure from 1.9.0 to 1.10.2
-
dependabot[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.2.7 to 7.3.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v7.2.7...v7.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.20.0 to 16.22.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.20.0...v16.22.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.3 to 5.16.0. - [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/v5.15.3...v5.16.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-