Skip to content

Conversation

@wyattjoh
Copy link
Contributor

What does this PR do?

  • Turns off the docker_test job
  • Turns dependabot to monthly checks instead of weekly

What changes to the GraphQL/Database Schema does this PR introduce?

None.

How do I test this PR?

Wait for CI to pass!

@cvle cvle added the 🚀 merge it! Pull requests that should be merged after status checks pass with a review label Feb 25, 2021
@kodiakhq kodiakhq bot merged commit 1c0aa97 into develop Feb 25, 2021
@kodiakhq kodiakhq bot deleted the feat/CORL-1666-circle branch February 25, 2021 18:02
kodiakhq bot added a commit that referenced this pull request Apr 6, 2021
* chore: upgraded dataloader (#3444)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint-plugin-react-hooks from 4.0.8 to 4.2.0 (#3451)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.8 to 4.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/ioredis from 4.14.9 to 4.19.4 (#3454)

Bumps [@types/ioredis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ioredis) from 4.14.9 to 4.19.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ioredis)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump enzyme-to-json from 3.5.0 to 3.6.1 (#3452)

Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](adriantoine/enzyme-to-json@v3.5.0...v3.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add new spanish translate (#3450)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1632] Allow basic auth config for scraper jobs (#3427)

* Allow basic auth config for scraper jobs

CORL-1632

* Fix advanced.spec.tsx tests

CORL-1632

* fix: extracted types for story scraper

Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps): bump @sentry/types from 5.29.2 to 6.2.0 (#3462)

Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 5.29.2 to 6.2.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@5.29.2...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1673] Fix IE11 support for embed (#3467)

* fix: polyfill object.assign for newer version of eventemitter2

* fix: increase embed max bundlesize

* Dashboard translation to spanish (#3460)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/react-relay from 7.0.3 to 7.0.17 (#3461)

Bumps [@types/react-relay](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-relay) from 7.0.3 to 7.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-relay)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump typeface-manuale from 1.1.4 to 1.1.13 (#3463)

Bumps [typeface-manuale](https://github.com/KyleAMathews/typefaces) from 1.1.4 to 1.1.13.
- [Release notes](https://github.com/KyleAMathews/typefaces/releases)
- [Commits](KyleAMathews/typefaces@v1.1.4...v1.1.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* feat: log reason that triggered a watch action (#3456)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* fix: turn off some ci jobs (#3465)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump react from 16.13.1 to 16.14.0 (#3453)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps): bump emailjs from 3.2.0 to 3.4.0 (#3469)

Bumps [emailjs](https://github.com/eleith/emailjs) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/eleith/emailjs/releases)
- [Changelog](https://github.com/eleith/emailjs/blob/master/CHANGELOG.md)
- [Commits](eleith/emailjs@v3.2.0...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [CORL-1558] Documentation (#3433)

* initial documentation pass

* fix: ci fix for linting

* fix: corrected warning

* fix: layout and component improvements

* fix: sidebar and layout fixes

* fix: removed gradient

* feat: add auto scroll to sidebar element

* feat: navigation fixes

* fix: adjusted dynamic routes for api reference

* feat: supoport GraphQL references and autolink headings

* fix: support autolink headings on documentation pages

* fix: expose base path

* fix: skip rendering internal types

* fix: adjusted layouts

* feat: add GraphiQL support

* port over md files from release/4

* add home page

* update package.lock

* add faq and troubleshooting docs

* feat: first draft of amp docs

* chore: update amp docs

* update docs content for v6

* fix: linting + npm fixes

* fix: css + template tweaks

* fix: lazy load next

* chore: generate doc files before watching

* feat: finish amp docs

* feat: improved graphiql support

* feat: improved graphiql support

* feat: graphiql improvements

* add google web vitals docs

Co-authored-by: tessalt <tessathornton@gmail.com>
Co-authored-by: Chi Vinh Le <vinh@vinh.tech>

* feat: added email meta (#3480)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1649] Bugfix: Comment draft deleted on login or registration (#3431)

* replace usePersistedState with usePersistedLocal/SessionState

* fix: keep session storage during login

Co-authored-by: Chi Vinh Le <vinh@vinh.tech>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* fix: lowercase more email addresses (#3474)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* bump to 6.9.0 (#3489)

* Fixed typo in url for translations (#3487)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bowser2010 <46453368+bowser2010@users.noreply.github.com>
Co-authored-by: Nick Funk <nick.funk@outlook.com>
Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
Co-authored-by: Vinh <vinh@vinh.tech>
Co-authored-by: Andrew Losowsky <andrew@losowsky.com>
tessalt added a commit that referenced this pull request Apr 27, 2021
* Merge 6.9.0 (#3495)

* chore: upgraded dataloader (#3444)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint-plugin-react-hooks from 4.0.8 to 4.2.0 (#3451)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.8 to 4.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/ioredis from 4.14.9 to 4.19.4 (#3454)

Bumps [@types/ioredis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ioredis) from 4.14.9 to 4.19.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ioredis)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump enzyme-to-json from 3.5.0 to 3.6.1 (#3452)

Bumps [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](adriantoine/enzyme-to-json@v3.5.0...v3.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add new spanish translate (#3450)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1632] Allow basic auth config for scraper jobs (#3427)

* Allow basic auth config for scraper jobs

CORL-1632

* Fix advanced.spec.tsx tests

CORL-1632

* fix: extracted types for story scraper

Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps): bump @sentry/types from 5.29.2 to 6.2.0 (#3462)

Bumps [@sentry/types](https://github.com/getsentry/sentry-javascript) from 5.29.2 to 6.2.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@5.29.2...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1673] Fix IE11 support for embed (#3467)

* fix: polyfill object.assign for newer version of eventemitter2

* fix: increase embed max bundlesize

* Dashboard translation to spanish (#3460)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/react-relay from 7.0.3 to 7.0.17 (#3461)

Bumps [@types/react-relay](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-relay) from 7.0.3 to 7.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-relay)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump typeface-manuale from 1.1.4 to 1.1.13 (#3463)

Bumps [typeface-manuale](https://github.com/KyleAMathews/typefaces) from 1.1.4 to 1.1.13.
- [Release notes](https://github.com/KyleAMathews/typefaces/releases)
- [Commits](KyleAMathews/typefaces@v1.1.4...v1.1.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* feat: log reason that triggered a watch action (#3456)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* fix: turn off some ci jobs (#3465)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps-dev): bump react from 16.13.1 to 16.14.0 (#3453)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* chore(deps): bump emailjs from 3.2.0 to 3.4.0 (#3469)

Bumps [emailjs](https://github.com/eleith/emailjs) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/eleith/emailjs/releases)
- [Changelog](https://github.com/eleith/emailjs/blob/master/CHANGELOG.md)
- [Commits](eleith/emailjs@v3.2.0...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [CORL-1558] Documentation (#3433)

* initial documentation pass

* fix: ci fix for linting

* fix: corrected warning

* fix: layout and component improvements

* fix: sidebar and layout fixes

* fix: removed gradient

* feat: add auto scroll to sidebar element

* feat: navigation fixes

* fix: adjusted dynamic routes for api reference

* feat: supoport GraphQL references and autolink headings

* fix: support autolink headings on documentation pages

* fix: expose base path

* fix: skip rendering internal types

* fix: adjusted layouts

* feat: add GraphiQL support

* port over md files from release/4

* add home page

* update package.lock

* add faq and troubleshooting docs

* feat: first draft of amp docs

* chore: update amp docs

* update docs content for v6

* fix: linting + npm fixes

* fix: css + template tweaks

* fix: lazy load next

* chore: generate doc files before watching

* feat: finish amp docs

* feat: improved graphiql support

* feat: improved graphiql support

* feat: graphiql improvements

* add google web vitals docs

Co-authored-by: tessalt <tessathornton@gmail.com>
Co-authored-by: Chi Vinh Le <vinh@vinh.tech>

* feat: added email meta (#3480)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1649] Bugfix: Comment draft deleted on login or registration (#3431)

* replace usePersistedState with usePersistedLocal/SessionState

* fix: keep session storage during login

Co-authored-by: Chi Vinh Le <vinh@vinh.tech>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* fix: lowercase more email addresses (#3474)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* bump to 6.9.0 (#3489)

* Fixed typo in url for translations (#3487)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bowser2010 <46453368+bowser2010@users.noreply.github.com>
Co-authored-by: Nick Funk <nick.funk@outlook.com>
Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
Co-authored-by: Vinh <vinh@vinh.tech>
Co-authored-by: Andrew Losowsky <andrew@losowsky.com>

* chore: upgraded dataloader (#3444)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* [CORL-1673] Fix IE11 support for embed (#3467)

* fix: polyfill object.assign for newer version of eventemitter2

* fix: increase embed max bundlesize

* [CORL-1558] Documentation (#3433)

* initial documentation pass

* fix: ci fix for linting

* fix: corrected warning

* fix: layout and component improvements

* fix: sidebar and layout fixes

* fix: removed gradient

* feat: add auto scroll to sidebar element

* feat: navigation fixes

* fix: adjusted dynamic routes for api reference

* feat: supoport GraphQL references and autolink headings

* fix: support autolink headings on documentation pages

* fix: expose base path

* fix: skip rendering internal types

* fix: adjusted layouts

* feat: add GraphiQL support

* port over md files from release/4

* add home page

* update package.lock

* add faq and troubleshooting docs

* feat: first draft of amp docs

* chore: update amp docs

* update docs content for v6

* fix: linting + npm fixes

* fix: css + template tweaks

* fix: lazy load next

* chore: generate doc files before watching

* feat: finish amp docs

* feat: improved graphiql support

* feat: improved graphiql support

* feat: graphiql improvements

* add google web vitals docs

Co-authored-by: tessalt <tessathornton@gmail.com>
Co-authored-by: Chi Vinh Le <vinh@vinh.tech>

* bump to 6.9.0 (#3489)

* Fixed typo in url for translations (#3487)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* fix: replace atob with buffer (#3497)

* Update README.md (#3511)

* Finnish translations updated to 6.9.0 (#3515)

* [CORL-1709] adding af-za translations (#3493)

* added af-za translations

* added Afrikaans to language selection

* commas help

* new translation files with all eng strings removed

* update snapshots

Co-authored-by: jessie.rushing <jessie.rushing@voxmedia.com>
Co-authored-by: tessalt <tessathornton@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* bump package version no. (#3520)

* run npm install to resolve conflicts in package-lock

* fix contributing.md

Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bowser2010 <46453368+bowser2010@users.noreply.github.com>
Co-authored-by: Nick Funk <nick.funk@outlook.com>
Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
Co-authored-by: Vinh <vinh@vinh.tech>
Co-authored-by: Andrew Losowsky <andrew@losowsky.com>
Co-authored-by: jpkilpi <8027311+jpkilpi@users.noreply.github.com>
Co-authored-by: immber <jessiekrushing@gmail.com>
Co-authored-by: jessie.rushing <jessie.rushing@voxmedia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀 merge it! Pull requests that should be merged after status checks pass with a review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants