- 08 Apr, 2019 6 commits
-
-
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 [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>
-
- 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 13 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>
-
dependabot[bot] authored
Bumps [babel-plugin-transform-async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises) from 0.8.6 to 0.8.8. - [Release notes](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/releases) - [Commits](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/compare/v0.8.6...v0.8.8) 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.9.0 to 1.10.2. - [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>
-
- 29 Mar, 2019 3 commits
-
-
Robert Knight authored
Enable async-await support
-
Robert Knight authored
Replace a usage of AngularJS promises ($q)
-
Robert Knight authored
The tests have been modified to work in terms of the UI instead of internal controller methods, since there is no controller instance any more.
-
- 28 Mar, 2019 8 commits
-
-
Robert Knight authored
-
Robert Knight authored
Support creating UI components with React
-
Robert Knight authored
Respond to CR feedback.
-
Robert Knight authored
-
Robert Knight authored
Add a factory which takes a React/Preact component and returns an AngularJS component that wraps it. The wrapper handles rendering of the component and injecting Angular services that the component needs as props.
-
Robert Knight authored
- Add Preact dependency - Enable use of JSX in the linter and during transpilation, configured to work with Preact. - Enable the ESLint React plugin, configured to work with Preact.
-
Robert Knight authored
Enable conditional inclusion of code based on NODE_ENV checks
-
Robert Knight authored
Refactor new groups menu
-
- 27 Mar, 2019 3 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-