-
Notifications
You must be signed in to change notification settings - Fork 1k
Allow new staging domain and improve experience of previews #613
Conversation
|
One thing that might be nice is including the link in the result of the checks rather than as a comment. Looking up how to do that. |
|
Please find a preview at: https://staging.nodejs.dev/04344f4/ |
|
Please find a preview at: https://staging.nodejs.dev/0eed7bc/ |
017b06c to
f8c0937
Compare
|
Please find a preview at: https://staging.nodejs.dev/8acc03d/ |
|
Looks great, but maybe we're shouldn't rush? 😄 we don't need staging at all |
|
@alexandrtovmach this specific change is something I've been meaning to do for months fwiw edit: just to add some context. The existing way of generating staging links has been lackluster at best... there has been active discussion about switching tools or changing process. This specific PR actually doesn't change the status quo at all it just improves upon the existing architecture |
|
So this is ready to review and IMHO land. A couple things that will have to happen in tandem will be
|
alexandrtovmach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this PR contain a lot of amazing stuff, and we can merge it, I think. Later, we can quickly switch all of this to master environment.
|
@MylesBorins Could you turn off GCloud from required checks in repos settings? |
|
@alexandrtovmach the master environment is essentially the same pipeline but using firebase to deploy. The build integration is "hidden" in that it doesn't require any manual intervention, it is directly connected to master. The work I did this evening in improving infrastructure for staging did bring the raw GCS bucket (with cdn in front of it) to essentially an equivalent to what we get with firebase hosting. So we very well could move to just gcs... at that point we could also move the build to an action only on push to master, but it doesn't seem to make a huge difference. Alternatively... if it ain't broke don't fix it I think the bigger question before doing more infrastructure work is if we want to use something like netlify... but my gut is that with this PR we are more or less feature equivalent to what we wanted to use netlify for (please folks correct me if I'm wrong( |
|
@alexandrtovmach I'll turn off all the checks and get them fixed appropriately before landing this... although I would like a bit more review from other contributors first |
5718053 to
77ee827
Compare
This comment has been minimized.
This comment has been minimized.
|
Please find a preview at: https://staging.nodejs.dev/1bb2155/ |
|
One question... do we still want this building on every commit or do we want to only have it triggered when we do a "special comment" |
|
I'm curious, do we have some limitations of usage on GCloud? Because, making each PR online (sometimes each commit) looks veeeerryyy huge impact to cost BTW: Could you assist with this issue nodejs/community-committee#603 |
|
@alexandrtovmach we have credits, but not infinite. The site build is around ~18megs. Costs for nearline storage is $0.010 per gb per month. The bucket is also setup to auto delete stuff every 30 days (I believe would have to double check). So ~55 builds would be a gb which costs a penny a month. So we would be looking at close to 5500 builds a month for $1. Not including traffic. I think this should be tolerable... I also have notifications in place for usage. That being said I do think it is reasonable to gate this on a comment to avoid lots of noise. |
|
Few small thoughts:
None of this is blocking |
4b48069 to
1a6fac0
Compare
|
Please find a preview at: https://staging.nodejs.dev/e93e1b1/ |
c213aa2 to
6a737db
Compare
|
Please find a preview at: https://staging.nodejs.dev/613/ |
|
@nschonni I've updated the action to use the PR number instead of the sha. A couple notes about this.
|
|
Wow, now it's really great 🎉 🎉 🎉 |
|
As per #625 this approach doesn't work for forks :( Gonna try working with using comments to trigger to see if it will work for forks. |
|
/preview |
1 similar comment
|
/preview |
|
I've almost got it working
…On Mon, Apr 27, 2020, 4:58 PM Alexandr Tovmach ***@***.***> wrote:
You can take a look on this workarounds:
https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs
Close&Reopen PR works for me, but it's almost the same as /gcbrun
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#613 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADZYV4CHYNTI64LDR56II3ROXWWDANCNFSM4MRSWIRQ>
.
|
c4f67ed to
a63a7b0
Compare
|
OK. So this should now work via comments. Anyone, not just collaborators, should be able to comment The only challenge is that the PR: MylesBorins#5 AFAICT this is ready to land and go live today, at which point we need to update the expected build triggers so PRs can actually pass. I would like at least one more sign-off before doing so. /cc @nodejs/website-redesign |
|
One thing we may want to do, which we don't currently... do we want to limit the ability to kick off previews to those with a commit bit on the repo? edit: also current there are no checks that show the progress in the PR, it is only available in the actions tab... I can likely add that but I think we should do it as a follow up |
nschonni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sticking it out!
It might be good to add the "magic word" to the Pull Request template, so people know if exists. As long as it doesn't get restricted to committers.
| if: steps.comment.outputs.result == 'true' | ||
| run: | | ||
| git fetch origin +refs/pull/${{ github.event.issue.number }}/merge | ||
| git checkout FETCH_HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it's simpler to merge with the last step https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that and it didn't work.
¯\_(ツ)_/¯
I'm going to land what we have here and potentially update this in an iteration
|
Removed the DependaBot hooks for the old Actions folder |
* build: Swap Travis-CI for GitHub Actions (#460) * chore: Split GitHub actions Gives a better name for CI results on GitHub * Allow new staging domain and improve experience of previews (#613) * doc: add note about preview to PR template (#628) * tools: automate deployment of staging branch Co-authored-by: Nick Schonning <nschonni@gmail.com>
* feat: Create placeholders for all top level pages
* feat: Create placeholder /download page
* feat: Create hooks dir, add useReleaseHistory hook
* feat: Create custom hooks dir, create useReleaseData hook
* chore: Format useReleaseData with prettier
* feat: Add API docs hook and render list of modules for POC API page
* feat: Use useReleaseHistory hook to fetch data
* feat: Add release table component, add to downloads page
* fix: Off by one error when slicing release history first 25
* fix: Key rows off version instead of index
* feat: Add design tokens and style-guide page (#311)
* feat: API Docs Version Switcher (#310)
* feat: API Docs preview and version switcher
* feat: Add design tokens and style-guide page (#311)
* feat: API Docs preview and version switcher
* feat: API Page Types
* feat: Light/dark toggle in nav
* chore: Move base font size to 10px
* feat: API Page Styling
- Add API Summary section at top of page
- Fix dark mode on learn page
- Add all API doc sections
- Fix API object typings
* fix: Use correct color for API Key interaction in light mode
* feat: API docs side menu styles
* Linter prettier integration (#315)
* chore: Eslint / Prettier integration.
* chore: Change ext order to overwrite eslint rules
* chore: Add build to gitignore
* chore: Eslint fixes after config change
* chore: Update yarn.lock after rebase
* chore: Add eslint-plugin-jest and extend w/ reccs
* chore: Disable no-var-requires for .js files
* chore: Remove format-check from test script
* chore: Fix eslint errors in js files
* chore: Update husky pre-push to use lint script
* chore: Create new .eslintrc config
* chore: Update lint script, add react settings to eslint config
* chore: Ignore test dir when running lint script
* chore: Add airbnb config and jest env to eslintrc
* chore: Disable react/jsx-filename-extension
* chore: Recover .prettierrc config file that was deleted
* chore: Extend eslint config with prettier/react
* chore: Fix all but a few eslint errors
* chore: Update eslint-plugin-prettier
* chore: Disable prefer-default-exports rule
* chore: Fix eslint errors after merging with staging
* chore: Fix eslint errors in konami code
* chore: Disable import/extensions and consistent-return rules
* chore: Set return type for setPage hook in click handler to void
* fix: Clean up some errors after all the merge fixing
* feat: Basic learn page side bar styles
* feat: Basic API docs content rendering
* fix: Google Cloud Build (#317)
* Feat/download content (#316)
* fix: Only disable next line for react/danger in article
* feat: Create ReleaseToggle component
* feat: Create ReleaseCards component
* chore: Add material-design placeholder icons to release cards
* feat: Create and use detectOS util function
* fix: Check if navigator is defined before using, fixes ssr
* feat: Home page (#325)
* feat: Enhanced Dark Mode prototype (#352)
* feat: Enhanced Dark Mode Toggle Features
This adds a new `utils/DarkModeController` controller wrapped in a new `components/controls` component.
* fix: Fixing spacing issues with typography and other elements (#353)
* doc: alternative title for landing page (#343)
I'm not a huge fan of the current text:
"The power of JavaScript minus the browser"
This is inaccurate as Node.js is offering a ton of interfaces and
support e.g. system IO that the Browser doesn't offer. Also, while it
is not a browser I do like to think of Node.js as an active participate
in the Web Platform... the comparison here has a negative charge that I
don't think does us any benefit.
* refactor(linting warnings): Fixed linting warnings (#410)
* feat: Add Footer in layout (#326)
* feat: Add Footer component to layout
* test: Add Test for Footer component
* test: Updated snapshots changed by Footer component
* style: Add right margin to footer links and refactored styles
* feat: Add blur event to dropDown
Summary: Add onBlur event to dropDownButton so the user can click
anywhere outside of dropdown menu to close it
* test: Update footer snapshot
* chore: Move eslint ingore pattern from package.json
to .eslintignore
* fix: Fixed onBlur event firing even if dropdown is closed
* chore: Removed Emoji Flags from footer dropdown
Emoji flags are not supported by all platforms, E.g. On windows
Co-authored-by: Ben Halverson <benhalverson33@gmail.com>
* docs(contributing.md): Added details on how to contribute (#397)
* docs(contributing.md): Added details on how to contribute
#396
* docs(contributing.md): Updated the getting started section
* feat(banner): Added a new banner component (#398)
* feat(banner): Added a new banner component
#332
* style(banner.tsx): Added additional styling
Added additional styling to match the mockup more closely
* test(snapshot): Updated snapshot for banner.tsx
* Fix topbanner dark mode (#1)
* fix: Banner styling for dark mode
* test(snapshot): Updated snapshot for banner.tsx
* style: Lint
Co-authored-by: Saleh Abdel Motaal <saleh@smotaal.io>
* Fix(banner.tsx): Set border property (#423)
* fix(banner.tsx): Set border property to bannerButton css to avoid border styles from browsers user agent stylesheet
* fix(banner.tsx): Set transparent as border color
* fix(banner.tsx): Update banner.tsx snapshot
* refactor: Enhanced Dark Mode as third-party dependency (#366)
* refactor: Swap to @smotaal.io/dark-mode-controller NPM
> **Note**: This commit squashed earlier attempts to use GitHub Pakcage Registery since it required an authority token.
* build: Upgrade to @smotaal.io/dark-mode-controller@0.0.3
* fix: Delegating to dark-mode-controller not always stable
* test: Update snapshots
* fix: Restore accidentally deleted `.nvmrc`
* build: Upgrade to @smotaal.io/dark-mode-controller@0.0.4
* refactor: Delete controls.tsx
* refactor: Optionally cascade darkModeController as a property
* test(snapshot): Updated snapshot for banner.tsx
* build: Set explicit version for @smotaal.io/dark-mode-controller
* build: Update yarn.lock
Co-authored-by: Saleh Abdel Motaal <saleh@grasppe.com>
* build: Switch dark-mode-controller to <0.5 (#428)
* test
* Update README.md (#3)
* refactor(.gitignore): Added .env.production to .gitignore
* fix(homepage): Removed mailing list signup (#489)
* fix(homepage): Removed mailing list signup
The mailing list for nodejs hasnt been published in many months.
Closes #331
* style(index.css): Removed unused css
This removes the unused css from the homepage as part of the removal of the mailing list form
* Patch/master to staging (#554)
* Add Figma Board to Website
* 📖Improve Grammar (#302)
- Improve grammar for **Node.js Frameworks and Tools** section of the page.
- Replaced all `commas` by `colon`.
- Added links for all the libs in the `Meteor` point since a link for `Vue` was present.
* docs: Edit for clarity, readability (#304)
Also fix one point that continues at the end of another
* docs: Fix casing of JavaScript, improve grammar (#305)
* docs: Fix grammar (#306)
* tools: remove husky (#323)
* tools: remove husky
I've honestly felt this has introduced more friction then what
it helps us accomplish. Not convinced that consistent commit
messages matter a ton on the site, especially since we are
not doing anything with the commit messages e.g. changelog
Fixes: https://github.com/nodejs/nodejs.dev/issues/321
* docs: be "Node.js" case sensitive (#330)
* chore: Add node org remark-lint config (#338)
* fix: remark-lint final-newline (#342)
Also consistent with EditorConfig
* docs: Tweak number of npm packages available (#340)
* fix: remark-lint no-heading-indent (#349)
Cleaned up other minor whitespace issues at the same time
* fix: remark-lint prohibited-strings (#348)
- Github -> GitHub
- Javascript -> JavaScript
- Delete "Note that"
- node.js -> Node.js
* fix: remark-lint no-tabs (#345)
Replace tabs with spaces to match EditorConfig as well
* fix: remark-lint heading-style (#346)
The dashes directly under the text get interpreted as a heading style
* build: replace grc images w/ official images (#341)
* chore: update deps (#347)
* doc: add link to V8 and Standard ECMA-262 (#373)
add link to [V8 website](https://v8.dev/) and [Standard ECMA-262](https://www.ecma-international.org/publications/standards/Ecma-262.htm)
* Append `()` to the function name (#378)
* build(deps): bump npm in /.github/action/result-poster (#381)
Bumps [npm](https://github.com/npm/cli) from 6.11.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.11.2...v6.13.4)
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update dependencies (#379)
Results of yarn upgrade gatsby. This will quell a warning in the GitHub
interface.
* chore: bump remark-preset-lint-node to 1.10.1 (#356)
Supress newly failing rules to be fixed separatley
* grammar, update times and references (#360)
* fix: Stream.Readable example (#367)
Co-Authored-By: Nick Schonning <nschonni@gmail.com>
* Update index.md (#374)
In the copy a buffer section, there is a mistake:
buf.copy(bufcopy, 0, 2,2) //it will print nothing since the source start and source end is specified as 2 in the original code
correction:
buf.copy(bufcopy, 0, 0, 2) // it will print the desired output that is 'He'
* docs: correct azure documentation link (#377)
Co-authored-by: Nick Schonning <nschonni@gmail.com>
* Add a note (#363)
Add a note (condition) for running the `node.js` command.
* fix: remark-lint minor suppressed rules (#351)
* doc: add MEAN and Loopback (#372)
Co-Authored-By: Nick Schonning <nschonni@gmail.com>
* build(deps): bump handlebars in /.github/action/result-poster (#384)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump handlebars from 4.1.2 to 4.5.3 (#385)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
* Notes for meeting on 2020-01-30 (#391)
* Create 2020-01-30.md
Thank you for taking notes, @jonchurch and @SMotaal 👍🏽
* fix: Tweak meeting minutes to fix md linting errors
Co-authored-by: Jonathan Church <me@jonchurch.com>
* Update examples (#393)
Updated the examples to use a more recent version of Node.js
* build(deps-dev): bump codecov from 3.5.0 to 3.6.5 (#411)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.5.0 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)
Signed-off-by: dependabot[bot] <support@github.com>
* Fix typo on statSync method (#400)
* Fix typo on 'How to use the Node.js REPL' page (#432)
* docs: add OKR.md (#394)
* docs: add OKR.md
This adds an OKR.md doc deriving from https://github.com/nodejs/community-committee/blob/3d0329d82fe5d85d8050027c4f4683ab88a01a08/OKR.md based on Node.js Foundation Website Redesign Strategic Initiative Meeting 2020-01-30 discussion minutes in https://docs.google.com/document/d/17IuIy9Ir7SHSq7O7UwOsnsoI3vRGL4z1XH-tUeClgMw/edit?pli=1.
* Update OKR explainer
Co-Authored-By: Joe Shindelar <eojthebrave@gmail.com>
* Commit current suggestions
Agreed to merge as is, future updates can happen after.
Co-Authored-By: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>
Co-authored-by: Manil Chowdhury <manil.chowdhury@gmail.com>
Co-authored-by: Joe Shindelar <eojthebrave@gmail.com>
Co-authored-by: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>
* build(deps): bump acorn from 5.7.3 to 5.7.4 (#430)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump acorn in /.github/action/result-poster (#429)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.5 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.0.5...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump dotenv from 8.1.0 to 8.2.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Auto labels for issue templates (#444)
* chore: Add bug label
* chore: Add enhancement label
* chore: Add question label
Co-authored-by: Onur Laru <onur.saygi@seidenader.de>
* Correct the minor releases versions on line 46
For the specified package version (`1.3.1`) it would update to `1.13.1`, `1.14.0`... and not `0.13.1`, `0.14.0`
* fixed a typo
* chore: update github workflow from hcl to yml
* build: Yarn -> NPM
* chore: Convert Yarn registry to npm registry
Automated conversion of lockfile left the registry pointing to yarnpkg
* build(deps-dev): bump @types/jest from 24.0.18 to 25.1.4
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.18 to 25.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump @types/react-helmet from 5.0.9 to 5.0.15 (#450)
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 5.0.9 to 5.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump emotion from 10.0.14 to 10.0.27 (#453)
Bumps [emotion](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion@10.0.14...emotion@10.0.27)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump @types/react-test-renderer from 16.9.0 to 16.9.2
Bumps [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer) from 16.9.0 to 16.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump react-dom from 16.9.0 to 16.13.0 (#457)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.9.0 to 16.13.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.13.0/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump react-test-renderer from 16.9.0 to 16.13.0 (#462)
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.9.0 to 16.13.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.13.0/packages/react-test-renderer)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-canonical-urls from 2.1.5 to 2.2.1 (#463)
Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.2.1/packages/gatsby-plugin-canonical-urls)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-react-helmet from 3.1.5 to 3.2.1 (#464)
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.2.1/packages/gatsby-plugin-react-helmet)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* chore: Upgrade prettier to v2
Updated format globbing to doublequotes for cross platform support
* fix: Enable remark-lint-unordered-list-marker-style
Upstream style uses asterisks
* build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0 (#452)
* build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0
Bumps [remark-preset-lint-node](https://github.com/nodejs/remark-preset-lint-node) from 1.10.1 to 1.13.0.
- [Release notes](https://github.com/nodejs/remark-preset-lint-node/releases)
- [Commits](https://github.com/nodejs/remark-preset-lint-node/compare/v1.10.1...v1.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* fix: hostname -> host name
* fix: Node -> Node.js
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
* chore: update minimist@1.2.0 to minimist@1.2.5 (#473)
* chore: Run npm audit fix
* build(deps-dev): bump remark-frontmatter from 1.3.2 to 1.3.3
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](https://github.com/remarkjs/remark-frontmatter/compare/1.3.2...1.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump tslint from 5.19.0 to 5.20.1 (#479)
Bumps [tslint](https://github.com/palantir/tslint) from 5.19.0 to 5.20.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.19.0...5.20.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump jest from 25.2.3 to 25.2.4
Bumps [jest](https://github.com/facebook/jest) from 25.2.3 to 25.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.3...v25.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump typescript from 3.5.3 to 3.8.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.3...v3.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* chore: Move tslint to devDependency
* chore: bump tslint-react to 4.2.0
* build(deps): bump prismjs from 1.17.1 to 1.19.0
Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.17.1 to 1.19.0.
- [Release notes](https://github.com/LeaVerou/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/LeaVerou/prism/compare/v1.17.1...v1.19.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps-dev): bump @babel/preset-typescript from 7.3.3 to 7.9.0
Bumps [@babel/preset-typescript](https://github.com/babel/babel) from 7.3.3 to 7.9.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.3.3...v7.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps-dev): bump babel-preset-gatsby from 0.2.20 to 0.3.1 (#483)
Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.2.20 to 0.3.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.3.1/packages/babel-preset-gatsby)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-transformer-remark from 2.6.19 to 2.7.1 (#481)
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.19 to 2.7.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.7.1/packages/gatsby-transformer-remark)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump react from 16.9.0 to 16.13.1 (#480)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.9.0 to 16.13.1.
- [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.13.1/packages/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-emotion from 4.1.4 to 4.2.1 (#477)
Bumps [gatsby-plugin-emotion](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-emotion) from 4.1.4 to 4.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-emotion/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@4.2.1/packages/gatsby-plugin-emotion)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-offline from 3.0.16 to 3.1.2 (#466)
Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.0.16 to 3.1.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.1.2/packages/gatsby-plugin-offline)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Update index.md (#488)
Changed a section of paragraph 4 from "needs to perfotm" to "performs"
* chore: Bump nvmrc to 10 (#486)
* build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 (#503)
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.3 to 25.2.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.2.6/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-remark-images from 3.1.19 to 3.2.1 (#501)
Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.1.19 to 3.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.2.1/packages/gatsby-remark-images)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump react-dom from 16.13.0 to 16.13.1 (#497)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.0 to 16.13.1.
- [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.13.1/packages/react-dom)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump emotion-server from 10.0.14 to 10.0.27 (#494)
Bumps [emotion-server](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion-server@10.0.14...emotion-server@10.0.27)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-typescript from 2.1.5 to 2.3.1 (#500)
Bumps [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript) from 2.1.5 to 2.3.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.3.1/packages/gatsby-plugin-typescript)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump react-test-renderer from 16.13.0 to 16.13.1 (#495)
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.13.0 to 16.13.1.
- [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.13.1/packages/react-test-renderer)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-remark-prismjs from 3.3.9 to 3.4.1 (#498)
Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.3.9 to 3.4.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.4.1/packages/gatsby-remark-prismjs)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump @babel/core from 7.5.5 to 7.9.0 (#492)
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.5 to 7.9.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.5.5...v7.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Update index.md
fix broken link of Serverless Framework
* build(deps-dev): bump prettier from 2.0.2 to 2.0.4 (#520)
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump remark-cli from 7.0.0 to 8.0.0 (#518)
Bumps [remark-cli](https://github.com/remarkjs/remark) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-cli@7.0.0...remark-cli@8.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump @types/jest from 25.1.4 to 25.2.1 (#517)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.4 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-remark-images from 3.2.1 to 3.2.2 (#516)
Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.2.2/packages/gatsby-remark-images)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump tslint from 6.1.0 to 6.1.1 (#524)
Bumps [tslint](https://github.com/palantir/tslint) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/6.1.0...6.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-remark-autolink-headers from 2.1.8 to 2.2.1 (#523)
Bumps [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers) from 2.1.8 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-autolink-headers/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.2.1/packages/gatsby-remark-autolink-headers)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump remark-frontmatter from 1.3.3 to 2.0.0 (#522)
Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.3 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](https://github.com/remarkjs/remark-frontmatter/compare/1.3.3...2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby from 2.20.8 to 2.20.14 (#525)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.8 to 2.20.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.8...gatsby@2.20.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-sharp from 2.5.3 to 2.5.4 (#513)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.5.4/packages/gatsby-plugin-sharp)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-source-filesystem from 2.1.18 to 2.2.2 (#515)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.18 to 2.2.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.2.2/packages/gatsby-source-filesystem)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): [security] bump https-proxy-agent (#528)
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump standard in /.github/action/result-poster (#529)
Bumps [standard](https://github.com/standard/standard) from 12.0.1 to 14.3.3.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v12.0.1...v14.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-catch-links from 2.1.5 to 2.2.1 (#512)
Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.2.1/packages/gatsby-plugin-catch-links)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump actions-toolkit in /.github/action/result-poster (#531)
Bumps [actions-toolkit](https://github.com/JasonEtco/actions-toolkit) from 1.1.0 to 4.0.0.
- [Release notes](https://github.com/JasonEtco/actions-toolkit/releases)
- [Commits](https://github.com/JasonEtco/actions-toolkit/compare/v1.1.0...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 (#537)
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.6 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.3.0/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build: Add CI for Result Poster Action (#534)
* build: Add CI for Result Poster Action
* fix: linting on result-poster JS
* fix: Remove call to missing file
* build(deps-dev): bump jest from 25.2.4 to 25.3.0 (#536)
Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.4...v25.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump semantic-release in /.github/action/result-poster (#530)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.24 to 17.0.4.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v15.13.24...v17.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby from 2.20.14 to 2.20.15 (#535)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.14 to 2.20.15.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.14...gatsby@2.20.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* fix: Globbing for result-poster CI (#543)
* build: Use pinned verion of actions/checkout
* chore: remove unused nock module in GitHub action (#540)
* chore: bump minimist to minimist@1.2.5 (#544)
* 0010-node-hosting -> update index.md (#555)
remove an excessive 'a' article
* build(deps): bump gatsby-plugin-canonical-urls from 2.2.1 to 2.2.3 (#567)
Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.2.3/packages/gatsby-plugin-canonical-urls)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-remark-prismjs from 3.4.1 to 3.4.4 (#571)
Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.4.1 to 3.4.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.4.4/packages/gatsby-remark-prismjs)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-react-helmet from 3.2.1 to 3.2.4 (#573)
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.2.4/packages/gatsby-plugin-react-helmet)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump babel-preset-gatsby from 0.3.1 to 0.3.4 (#582)
Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.3.1 to 0.3.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.3.4/packages/babel-preset-gatsby)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps-dev): bump semantic-release in /.github/action/result-poster (#580)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.4 to 17.0.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.0.4...v17.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump intersection-observer from 0.7.0 to 0.9.0 (#572)
Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases)
- [Commits](https://github.com/w3c/IntersectionObserver/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump prismjs from 1.19.0 to 1.20.0 (#514)
Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/LeaVerou/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/LeaVerou/prism/compare/v1.19.0...v1.20.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 (#583)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.3.6/packages/gatsby-plugin-manifest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gatsby from 2.20.15 to 2.20.29 (#581)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.15 to 2.20.29.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.15...gatsby@2.20.29)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* chore: Rebuild lock file
* chore: Updated snapshots
Co-authored-by: Adam Miller <ammiller@linkedin.com>
Co-authored-by: Saqib Ameen <mrsaqibameen@gmail.com>
Co-authored-by: Karl Horky <karl.horky@gmail.com>
Co-authored-by: Myles Borins <mylesborins@google.com>
Co-authored-by: dangen <23185799+dangen-effy@users.noreply.github.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Lars-Magnus Skog <ralphtheninja@riseup.net>
Co-authored-by: Aymen Naghmouchi <aymenadvance@gmail.com>
Co-authored-by: David Ye <yedeyu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rich Trott <rtrott@gmail.com>
Co-authored-by: Brian Harrington <bdharrington7@users.noreply.github.com>
Co-authored-by: Masashi Hirano <shisama07@gmail.com>
Co-authored-by: kajaharish <kajaharish4hud@gmail.com>
Co-authored-by: Brian Clark <clarkio@users.noreply.github.com>
Co-authored-by: Manil Chowdhury <manil.chowdhury@gmail.com>
Co-authored-by: Jonathan Church <me@jonchurch.com>
Co-authored-by: Liz Parody <lizparody@gmail.com>
Co-authored-by: Juan Sebastian velez Posada <jvelezpo@users.noreply.github.com>
Co-authored-by: Basavanagowda Kanur <basavanagowda@gmail.com>
Co-authored-by: Saleh Abdel Motaal <saleh@smotaal.io>
Co-authored-by: Joe Shindelar <eojthebrave@gmail.com>
Co-authored-by: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Onur Laru <onur.saygi@seidenader.de>
Co-authored-by: Eugene Owak <13153526+geneowak@users.noreply.github.com>
Co-authored-by: Rui Silva <rds.mcc@gmail.com>
Co-authored-by: Jesse Katsumata <jesse.katsumata@gmail.com>
Co-authored-by: Kelvin Otundo <digitechnocraft2019@gmail.com>
Co-authored-by: Wenhe <48191352+wenheqi@users.noreply.github.com>
Co-authored-by: pimonenkov <46793251+pimonenkov@users.noreply.github.com>
* fixed file definitions (#601)
* fix: Added TS definitions for assets
* fix: Removed unusable prop
* refactor: Prettified changes
* fix(pagination): Fixed the next and previous links on /learn (#491)
* fix(pagination): Fixed the next and previous links on /learn
Closes https://github.com/nodejs/nodejs.dev/issues/472
* test(snapshots): Updated snapshots
* chore(linting): Fixed linting errors
* ci(package-lock): Updated my branch with the latest staging
* patch/scss (#600)
* chore: Added SASS preprocessing; Replaced css with scss files
* chore: Optimized scss files; Added .scss files to prettify
* Folder refactor (#614)
* test
* Update README.md (#3)
* refactor(article): Refactored file structure for the article component
* refactor(author): File refactor for author components
* refactor(components): Refactored components
* refactor(components): Refactor file structure again
* misspelling
* Fixed
* misspeelled on purpose
* Fixed spelling and lowercase issue
* removed random text from readme
* Fix scroll position (#439)
* test(article.tsx): Add scroll event and set header id while scrolling
* fix(article.tsx): Solve eslint and tslint errors
* fix(article.tsx): Change scroll listener to intersection observer
* fix(article.tsx): Verify if history state is not null
* fix(navigationitem/index.tsx): Prettier lint errors
* fix(pagination/index.tsx): Prettier lint errors
* fix(navigation/index.tsx): Prettier lint errors
* fix(hooks/useapidocs.tsx): Prettier lint errors
* fix(pages/docs.tsx): Prettier lint errors
* fix(util/konami.tsx): Prettier lint errors
* fix(scrollto.tsx): Prettier lint errors
* build: Swap Travis-CI for GitHub Actions (#460)
* chore: Split GitHub actions
Gives a better name for CI results on GitHub
* Allow new staging domain and improve experience of previews (#613)
* doc: add note about preview to PR template (#628)
* tools: automate deployment of staging branch
* Homepage: Changes hardcoded data version and download urls (#665)
* fix(hero.tsx): Removed hardcoded version and use useReleaseHistory
* fix(hero.tsx): Get last change from staging and fix hooks path
* fix(hero.tsx): Update hero.tsx snap
* fix(hero.tsx): Remove whats new link and fix lts/current download urls
* fix(doc.tsx): Fix lint with npm run lint -- --fix
* Remove button inside links (#675)
* fix(hero.tsx): Fix button nested inside links
* fix(hero.scss): Set explicit display flex
* fix(hero.scss): Align center for lts container and update snap
* fix(hero.scss): Keep same styles on focus
* Footer links (#670)
* chore(package.json): Updated gatsby-plugin-sass
* fix(footer): Added links for footer
* tools: automate deployment of staging branch
Co-authored-by: Myles Borins <myles.borins@gmail.com>
* refactor(banner): Refactor styling to use scss (#655)
* refactor(homepage): Removed lorem text and company logos
* style(homepage): Removed unused styles
* refactor(homepage): Removed announcement banner
* refactor(header): Updated docs and download links
* refactor(homepage): Bringing back the logos to the homepage
* test: Navigation, NavigationItem, NavigationSection
* refactor: Navigation, NavigationItem, NavigationSection
* Install tabs on homepage (#612)
* feat(homepage): Added how to install tabs
* refactor(homepage): Refactored some styling for the install tabs
* test(install tabs): Added a snapshot for a the installTabs component
* refactor(install tabs): More styling for the install text
* docs(readme): Remove random test2 text from readme
* feat(install-tabs): Styling the tabs
* test(snapshot): Updated snapshot for install-tabs component
* feat(homepage): Added how to install tabs
* refactor(homepage): Refactored some styling for the install tabs
* test(install tabs): Added a snapshot for a the installTabs component
* refactor(install tabs): More styling for the install text
* docs(readme): Remove random test2 text from readme
* feat(install-tabs): Styling the tabs
* test(snapshot): Updated snapshot for install-tabs component
* fix(learn.tsx): Table of contents links
* style: Fix responsiveness for landing page
* refactor: Replace value with token, remove duplicate css property
* style: Fix styling of installTabs component
* test: Update snapshot for installTabs
* Add actual content in the marketing section of homepage (#704)
* chore: Remove my editor settings from git radar
* chore: Add marketing vector images
* chore: Replace dummy markting text and images
* chore: Move Banner import decleartion to the top
* chore: Fix merge conflict
* chore: Add marketing details and styles
* style: Make learn page responsive
* refactor: Remove unused styles
* style: Fix responsiveness of component and center header
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
* fix(contributin.md): Use /preview instead of /gcbrun
* build(package.json): Updated dev deps to latest versions
* chore(package.json): Only lint files in src
* fix(gatsby-config.js): Fixed sitemap build
The config was causing the build to fail. This change fixes the build issue
* refactor(linting): Fixed linting issues
* refactor(createslug.js): Renamed file to .ts
* refactor(scrollto.jsx): Fixed linting error
* chore(snapshots): Updated the snapshots
* refactor(package-lock): Updated package-lock to fix ci build
* fix(tests): Fixed broken build by updating typescript and the tests
Co-authored-by: Adam Miller <adam@pages.me>
Co-authored-by: Jon Church <me@jonchurch.com>
Co-authored-by: Oscar Gonzalez <ogonzal87@users.noreply.github.com>
Co-authored-by: Saleh Abdel Motaal <saleh@smotaal.io>
Co-authored-by: Myles Borins <mylesborins@google.com>
Co-authored-by: Yogesh Kotadiya <hi@yogeshkotadiya.com>
Co-authored-by: Saleh Abdel Motaal <saleh@grasppe.com>
Co-authored-by: Alexandr Tovmach <alexandrtovmach@gmail.com>
Co-authored-by: Adam Miller <ammiller@linkedin.com>
Co-authored-by: Saqib Ameen <mrsaqibameen@gmail.com>
Co-authored-by: Karl Horky <karl.horky@gmail.com>
Co-authored-by: dangen <23185799+dangen-effy@users.noreply.github.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Lars-Magnus Skog <ralphtheninja@riseup.net>
Co-authored-by: Aymen Naghmouchi <aymenadvance@gmail.com>
Co-authored-by: David Ye <yedeyu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rich Trott <rtrott@gmail.com>
Co-authored-by: Brian Harrington <bdharrington7@users.noreply.github.com>
Co-authored-by: Masashi Hirano <shisama07@gmail.com>
Co-authored-by: kajaharish <kajaharish4hud@gmail.com>
Co-authored-by: Brian Clark <clarkio@users.noreply.github.com>
Co-authored-by: Manil Chowdhury <manil.chowdhury@gmail.com>
Co-authored-by: Liz Parody <lizparody@gmail.com>
Co-authored-by: Juan Sebastian velez Posada <jvelezpo@users.noreply.github.com>
Co-authored-by: Basavanagowda Kanur <basavanagowda@gmail.com>
Co-authored-by: Joe Shindelar <eojthebrave@gmail.com>
Co-authored-by: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Onur Laru <onur.saygi@seidenader.de>
Co-authored-by: Eugene Owak <13153526+geneowak@users.noreply.github.com>
Co-authored-by: Rui Silva <rds.mcc@gmail.com>
Co-authored-by: Jesse Katsumata <jesse.katsumata@gmail.com>
Co-authored-by: Kelvin Otundo <digitechnocraft2019@gmail.com>
Co-authored-by: Wenhe <48191352+wenheqi@users.noreply.github.com>
Co-authored-by: pimonenkov <46793251+pimonenkov@users.noreply.github.com>
Co-authored-by: Giancarlo Otárola <g.otarolarobledo@gmail.com>
Co-authored-by: Myles Borins <myles.borins@gmail.com>
Co-authored-by: tstreamDOTh <tstream.h@outlook.com>
Co-authored-by: bhumijgupta <bhumijgupta@gmail.com>
Co-authored-by: Prosper Opara <oparaprosper79@gmail.com>
Did some improvements to staging based on feedback from #587
Some highlights
One more thing that is nice, we could add an additional action to make staging.nodejs.dev be whatever is on the staging branch... I'll open a separate PR for that.