- 06 May, 2019 1 commit
-
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.14 to 7.0.16. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.14...7.0.16) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 03 May, 2019 2 commits
-
-
Robert Knight authored
Upgrade Preact
-
Robert Knight authored
This fixes an issue with `Fragment`s containing a conditionally-rendered last child.
-
- 02 May, 2019 3 commits
-
-
Robert Knight authored
Convert mocking to mockable imports (4/4)
-
Robert Knight authored
Fix GitHub release generation script
-
Robert Knight authored
Git has two types of tags, lightweight tags and annotated tags. Only annotated tags have a "tag date" associated with them. Recently it appears that releases have been tagged with lightweight tags rather than annotated tags, which the `generate-change-list.js` script did not handle. - When fetching the last tag, use the commit date as a fallback for the tag date, and bail with an error if no date can be found - Link to the HTML rather than JSON representation of a PR in release notes - Fix a warning about use of deprecated GitHub API pagination methods by switching to the pagination APIs described at https://octokit.github.io/rest.js/#pagination - Support running the `generate-change-list.js` script as a CLI tool for debugging using `node generate-change-list.js <tag name>` - Skip Dependabot PRs in the change list, as these add a lot of noise. Generally readers are going to be interested in non-maintenance PRs.
-
- 01 May, 2019 8 commits
-
-
Robert Knight authored
Even though the linked issue no longer applies, this module is never used outside the sidebar app so there is no concern with it having sidebar app-specific dependencies.
-
Robert Knight authored
These are no longer used as all mocking is now done via the `$imports` export added to modules by the mockable-imports Babel plugin. This speeds up the test run by a few seconds as it eliminates an extra parsing of the source.
-
Hannah Stepanek authored
Convert mocking to mockable imports (3/4)
-
Robert Knight authored
This enables mocking of the `anchoring/html` module in tests without having to patch the `anchoring` property after the class is constructed.
-
Robert Knight authored
Convert mocking to mockable-imports (2/4)
-
Robert Knight authored
-
Robert Knight authored
Convert remaining uses of proxyquire to babel-plugin-mockable-imports, except for modules written in CoffeeScript, as the Babel plugin needs an update to support the way groups of `<var> = require(<module>)` statements get compiled.
-
Robert Knight authored
-
- 30 Apr, 2019 12 commits
-
-
Hannah Stepanek authored
Bump @babel/preset-env from 7.4.3 to 7.4.4
-
Hannah Stepanek authored
Bump scroll-into-view from 1.9.5 to 1.9.6
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [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.3...v7.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Hannah Stepanek authored
Bump @babel/core from 7.4.3 to 7.4.4
-
Hannah Stepanek authored
Bump enzyme-adapter-preact-pure from 1.13.0 to 1.13.1
-
Hannah Stepanek authored
Bump babel-plugin-istanbul from 5.1.2 to 5.1.3
-
Hannah Stepanek authored
Merge pull request #1096 from hypothesis/dependabot/npm_and_yarn/babel-plugin-transform-async-to-promises-0.8.10 Bump babel-plugin-transform-async-to-promises from 0.8.9 to 0.8.10
-
dependabot[bot] authored
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul) from 5.1.2 to 5.1.3. - [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.2...v5.1.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Note that the exports of the `anchoring/html` module are captured when the class is constructed, so cannot be mocked later via `$imports`. Instead the created `Guest` object has to be monkey-patched.
-
Robert Knight authored
Convert proxyquire mocking of several CoffeeScript modules.
-
Robert Knight authored
Merge pull request #1098 from hypothesis/dependabot/npm_and_yarn/babel-plugin-mockable-imports-1.3.1 Bump babel-plugin-mockable-imports from 1.2.0 to 1.3.1
-
dependabot[bot] authored
Bumps [babel-plugin-mockable-imports](https://github.com/robertknight/babel-plugin-mockable-imports) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/robertknight/babel-plugin-mockable-imports/releases) - [Changelog](https://github.com/robertknight/babel-plugin-mockable-imports/blob/master/CHANGELOG.md) - [Commits](https://github.com/robertknight/babel-plugin-mockable-imports/compare/v1.2.0...v1.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 29 Apr, 2019 4 commits
-
-
dependabot[bot] authored
Bumps [babel-plugin-transform-async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises) from 0.8.9 to 0.8.10. - [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.9...v0.8.10) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 1.13.0 to 1.13.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/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.3 to 7.4.4. - [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.3...v7.4.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Changelog](https://github.com/KoryNunn/scroll-into-view/blob/master/CHANGELOG.md) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 26 Apr, 2019 2 commits
-
-
Robert Knight authored
Use context API to pass Angular services to React components
-
Robert Knight authored
-
- 23 Apr, 2019 4 commits
-
-
Robert Knight authored
Instead of handling passing of Angular services to components directly in `wrapReactComponent`, instead make the Angular `$injector` service, from which references to all other services can be obtained, available to the component tree via a `ServiceContext` provider. Child components can then get references to services either using the `withServices` wrapper, which looks up services and passes them as props, or by using `useContext(ServiceContext)` to get a reference to the injector directly.
-
Robert Knight authored
To support accessing Angular services from nested React components without having to pass them through each parent, create a helper which wraps a component to look up service dependencies via an injector exposed using the context API, and inject the dependencies as props.
-
Robert Knight authored
Introduce a new approach to mocking modules in tests
-
Robert Knight authored
Remove fragment anchoring support
-
- 22 Apr, 2019 4 commits
-
-
Robert Knight authored
Bump @octokit/rest from 16.24.1 to 16.25.0
-
Robert Knight authored
Bump mocha from 6.1.3 to 6.1.4
-
Robert Knight authored
Bump sinon from 7.3.1 to 7.3.2
-
Robert Knight authored
Bump karma from 4.0.1 to 4.1.0
-