- 14 Jan, 2020 10 commits
-
-
Robert Knight authored
-
Robert Knight authored
Use the convert-to-es-modules script from the frontend-toolkit repo to convert src/sidebar/store to ES modules.
-
Robert Knight authored
Convert src/sidebar/services to ES modules
-
Robert Knight authored
This comment was copied from the line where the `CACHE_TTL` var was defined when converting to ES modules.
-
Robert Knight authored
This imports from `src/sidebar/services` so it needed to be converted at the same time as the modules in that directory.
-
Robert Knight authored
Move an `events` export from being a property of the default export to a separate named export, which is more appropriate for ES modules.
-
Robert Knight authored
Use the convert-to-es-modules script from the frontend-toolkit repo to convert services to ES modules.
-
Lyza Gardner authored
Move new-annotation initialization into the store
-
Robert Knight authored
Bump core-js from 3.4.8 to 3.6.3
-
Robert Knight authored
Bump @sentry/browser from 5.10.2 to 5.11.0
-
- 13 Jan, 2020 23 commits
-
-
Lyza Danger Gardner authored
Move initialization for new (unsaved) annotations from the (legacy) annotation component’s controller into the `annotations` store module.
-
Robert Knight authored
-
Robert Knight authored
Bump preact from 10.1.1 to 10.2.1
-
Robert Knight authored
Bump sass from 1.24.2 to 1.24.4
-
Robert Knight authored
Convert src/sidebar/components to ES modules
-
Robert Knight authored
This mocking broke after the ES module conversion. Since the mocked module just exports a set of constants, we can just avoid mocking it.
-
Robert Knight authored
Export `updateModel` as a separate export rather than a property of the default export, since this is how the test expects to import it.
-
Robert Knight authored
Use the convert-to-es-modules package from the frontend-toolkit repo to convert CommonJS/Node require syntax to ES modules. As well as the module syntax conversion, this script also has the effect of normalizing the sorting and grouping of imports according to the following convention: - Imports are grouped into 3 categories: Vendor, same package but other directory (as calling module), same directory as calling module - Imports are sorted by module path Import specifiers are untouched.
-
Robert Knight authored
Convert sidebar entry point to ES modules
-
Sean Hammond authored
Bump sinon from 8.0.2 to 8.0.4
-
dependabot-preview[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 3.4.8 to 3.6.3. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.4.8...v3.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.7 to 7.8.2. - [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.7.7...v7.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 8.0.2 to 8.0.4. - [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/v8.0.2...v8.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-react](https://github.com/babel/babel) from 7.7.4 to 7.8.0. - [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.7.4...v7.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sass](https://github.com/sass/dart-sass) from 1.24.2 to 1.24.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.24.2...1.24.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.7 to 7.8.0. - [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.7.7...v7.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.597.0 to 2.601.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.597.0...v2.601.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/preactjs/preact) from 10.1.1 to 10.2.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.1.1...10.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.10.2 to 5.11.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.10.2...5.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 10 Jan, 2020 7 commits
-
-
Robert Knight authored
Use the `convert-to-es-modules` script from the hypothesis/frontend-toolkit repo to convert the sidebar entrypoint to ES modules. Because the code generated for `import` includes interop code to support either ES or CommonJS modules, but migrating a module with a default export changes its exports object, we need to migrate the module graph "top-down" (ie. convert a module, then its dependencies).
-
Robert Knight authored
Hoist CommonJS imports to top of file
-
Robert Knight authored
In preparation for conversion to ES modules, hoist some remaining non-top level `require` calls to the top level of the file.
-
Robert Knight authored
Normalize module imports to an ES module-friendly format
-
Robert Knight authored
In preparation for conversion to ES imports, hoist Node/CommonJS imports to the top level of the module.
-
Robert Knight authored
When converting to ES imports, store modules will default-export an object rather than a set of named exports. Using destructuring here confuses the conversion script.
-
Robert Knight authored
In preparation for conversion to ES imports, hoist the Node/CommonJS imports to the top level of the module.
-