Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1590709

Browse files
benhalversonamiller-ghjonchurchogonzal87SMotaal
authored
Merge staging into master (#718)
* 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 <[email protected]> * 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 <[email protected]> * 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/[email protected] * fix: Delegating to dark-mode-controller not always stable * test: Update snapshots * fix: Restore accidentally deleted `.nvmrc` * build: Upgrade to @smotaal.io/[email protected] * 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 <[email protected]> * 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] <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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 <[email protected]> * 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] <[email protected]> * 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 <[email protected]> * Commit current suggestions Agreed to merge as is, future updates can happen after. Co-Authored-By: Onur Laru <[email protected]> Co-authored-by: Manil Chowdhury <[email protected]> Co-authored-by: Joe Shindelar <[email protected]> Co-authored-by: Onur Laru <[email protected]> * 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> * Auto labels for issue templates (#444) * chore: Add bug label * chore: Add enhancement label * chore: Add question label Co-authored-by: Onur Laru <[email protected]> * 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] <[email protected]> * 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] <[email protected]> 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/[email protected]@10.0.27) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> * 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] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-plugin-canonical-urls) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> * 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 <[email protected]> * chore: update [email protected] to [email protected] (#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] <[email protected]> * 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] <[email protected]> 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * 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/[email protected]/packages/babel-preset-gatsby) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-transformer-remark) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-plugin-emotion) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-plugin-offline) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-remark-images) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]@10.0.27) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-plugin-typescript) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-remark-prismjs) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]@8.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-remark-images) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-remark-autolink-headers) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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/[email protected]@2.20.14) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-plugin-sharp) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]@2.20.15) Signed-off-by: dependabot-preview[bot] <[email protected]> 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 [email protected] (#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/[email protected]/packages/gatsby-plugin-canonical-urls) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-remark-prismjs) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]/packages/babel-preset-gatsby) Signed-off-by: dependabot-preview[bot] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] <[email protected]> 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/[email protected]@2.20.29) Signed-off-by: dependabot-preview[bot] <[email protected]> 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 <[email protected]> Co-authored-by: Saqib Ameen <[email protected]> Co-authored-by: Karl Horky <[email protected]> Co-authored-by: Myles Borins <[email protected]> Co-authored-by: dangen <[email protected]> Co-authored-by: Nick Schonning <[email protected]> Co-authored-by: Lars-Magnus Skog <[email protected]> Co-authored-by: Aymen Naghmouchi <[email protected]> Co-authored-by: David Ye <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rich Trott <[email protected]> Co-authored-by: Brian Harrington <[email protected]> Co-authored-by: Masashi Hirano <[email protected]> Co-authored-by: kajaharish <[email protected]> Co-authored-by: Brian Clark <[email protected]> Co-authored-by: Manil Chowdhury <[email protected]> Co-authored-by: Jonathan Church <[email protected]> Co-authored-by: Liz Parody <[email protected]> Co-authored-by: Juan Sebastian velez Posada <[email protected]> Co-authored-by: Basavanagowda Kanur <[email protected]> Co-authored-by: Saleh Abdel Motaal <[email protected]> Co-authored-by: Joe Shindelar <[email protected]> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: Eugene Owak <[email protected]> Co-authored-by: Rui Silva <[email protected]> Co-authored-by: Jesse Katsumata <[email protected]> Co-authored-by: Kelvin Otundo <[email protected]> Co-authored-by: Wenhe <[email protected]> Co-authored-by: pimonenkov <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Jon Church <[email protected]> Co-authored-by: Oscar Gonzalez <[email protected]> Co-authored-by: Saleh Abdel Motaal <[email protected]> Co-authored-by: Myles Borins <[email protected]> Co-authored-by: Yogesh Kotadiya <[email protected]> Co-authored-by: Saleh Abdel Motaal <[email protected]> Co-authored-by: Alexandr Tovmach <[email protected]> Co-authored-by: Adam Miller <[email protected]> Co-authored-by: Saqib Ameen <[email protected]> Co-authored-by: Karl Horky <[email protected]> Co-authored-by: dangen <[email protected]> Co-authored-by: Nick Schonning <[email protected]> Co-authored-by: Lars-Magnus Skog <[email protected]> Co-authored-by: Aymen Naghmouchi <[email protected]> Co-authored-by: David Ye <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rich Trott <[email protected]> Co-authored-by: Brian Harrington <[email protected]> Co-authored-by: Masashi Hirano <[email protected]> Co-authored-by: kajaharish <[email protected]> Co-authored-by: Brian Clark <[email protected]> Co-authored-by: Manil Chowdhury <[email protected]> Co-authored-by: Liz Parody <[email protected]> Co-authored-by: Juan Sebastian velez Posada <[email protected]> Co-authored-by: Basavanagowda Kanur <[email protected]> Co-authored-by: Joe Shindelar <[email protected]> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: Eugene Owak <[email protected]> Co-authored-by: Rui Silva <[email protected]> Co-authored-by: Jesse Katsumata <[email protected]> Co-authored-by: Kelvin Otundo <[email protected]> Co-authored-by: Wenhe <[email protected]> Co-authored-by: pimonenkov <[email protected]> Co-authored-by: Giancarlo Otárola <[email protected]> Co-authored-by: Myles Borins <[email protected]> Co-authored-by: tstreamDOTh <[email protected]> Co-authored-by: bhumijgupta <[email protected]> Co-authored-by: Prosper Opara <[email protected]>
1 parent fc98dad commit 1590709

138 files changed

Lines changed: 14604 additions & 14080 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test
2+
public

.eslintrc.js

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
module.exports = {
2+
parser: '@typescript-eslint/parser',
3+
parserOptions: {
4+
ecmaFeatures: {
5+
jsx: true,
6+
},
7+
// project: './tsconfig.json'
8+
},
9+
extends: [
10+
'airbnb',
11+
'plugin:react/recommended',
12+
'plugin:@typescript-eslint/recommended',
13+
'prettier/@typescript-eslint',
14+
'prettier/react',
15+
'plugin:prettier/recommended',
16+
],
17+
settings: {
18+
react: {
19+
version: 'detect',
20+
},
21+
'import/resolver': {
22+
typescript: {},
23+
},
24+
},
25+
env: {
26+
browser: true,
27+
node: true,
28+
jest: true,
29+
},
30+
rules: {
31+
'react/jsx-filename-extension': 'off',
32+
'react-hooks/rules-of-hooks': 'error',
33+
'react-hooks/exhaustive-deps': 'warn',
34+
'import/prefer-default-export': 'off',
35+
'import/extensions': 'off',
36+
'consistent-return': 'off',
37+
// "camelcase": "off",
38+
// "@typescript-eslint/camelcase": ["error", { "properties": "never" }],
39+
// "no-unused-vars": "off",
40+
// "@typescript-eslint/no-unused-vars": "error",
41+
// "@typescript-eslint/indent": ["error", 2]
42+
},
43+
plugins: [
44+
'@typescript-eslint',
45+
'react-hooks',
46+
// "prettier"
47+
],
48+
overrides: [
49+
{
50+
files: ['**/*.js'],
51+
rules: {
52+
'@typescript-eslint/no-var-requires': 'off',
53+
},
54+
},
55+
],
56+
};

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-error.log
66
# Build directory
77
/public
88
.DS_Store
9+
build
910

1011
.env
1112
.env.production
@@ -14,3 +15,4 @@ coverage
1415
.vscode
1516
.history
1617
yarn.lock
18+
.idea/

.prettierrc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"printWidth": 80,
3-
"tabWidth": 2,
4-
"useTabs": false,
5-
"semi": true,
6-
"singleQuote": true,
7-
"jsxSingleQuote": false,
8-
"trailingComma": "es5",
9-
"bracketSpacing": true,
10-
"jsxBracketSameLine": false,
11-
"arrowParens": "avoid"
2+
printWidth: 80,
3+
tabWidth: 2,
4+
useTabs: false,
5+
semi: true,
6+
singleQuote: true,
7+
jsxSingleQuote: false,
8+
trailingComma: "es5",
9+
bracketSpacing: true,
10+
jsxBracketSameLine: false,
11+
arrowParens: "avoid"
1212
}

CONTRIBUTING.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Vocabulary
44

5-
* A **Contributor** is any individual creating or commenting on an issue or pull request,
5+
- A **Contributor** is any individual creating or commenting on an issue or pull request,
66
or contributing in some other way.
7-
* A **Collaborator** is a contributor who has been given write access to the repository.
7+
- A **Collaborator** is a contributor who has been given write access to the repository.
88

99
## Commit Guidelines
1010

@@ -70,6 +70,22 @@ For feature development you should be working from the staging branch.
7070
* Example `https://github.com/nodejs/nodejs.dev/pull/398`
7171
* Mention @nodejs/website-redesign `/gcbrun`
7272

73+
## Getting Started
74+
75+
For feature development you should be working from the staging branch.
76+
77+
- Fork
78+
- Clone your fork `git clone [email protected]:<githubid>/nodejs.dev.git`
79+
- cd into your project
80+
- Add the following to your remotes by doing `git remote add upstream [email protected]:nodejs/nodejs.dev.git`
81+
- Check out the staging branch by doing `git checkout upstream/staging`
82+
- Create a new branch for your awesome work `git checkout -b branchname`
83+
- Commit your work
84+
- Push to your branch `git push -u origin yourbranch`
85+
- Make a pull request against the remote branch `staging`
86+
- Example `https://github.com/nodejs/nodejs.dev/pull/398`
87+
- Mention @nodejs/website-redesign `/preview`
88+
7389
## Developer's Certificate of Origin 1.1
7490

7591
By making a contribution to this project, I certify that:

OKR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Here are some external references that may help provide further context on OKRs.
3131
* **Key Result:** Create a feature roadmap
3232
* **Key Result:** Track features & priorities in one place (project?)
3333
* **Key Result:** Make available the top two features in nodejs.org:
34-
1. Docs — <https://nodejs.org/en/docs/>
35-
2. Download — <https://nodejs.org/en/download/>
34+
1. Docs — https://nodejs.org/en/docs/
35+
2. Download — https://nodejs.org/en/download/
3636

3737
* **Objective:** Make explicit the channels of interfacing internally and with larger org
3838
* **Key Result:** Write down implicit team norms

README.md

Lines changed: 90 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
test 2
12
<p align="center">
23
<br>
34
<a href="https://nodejs.dev">
4-
<img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2Fsrc%2Fimages%2F%3Cspan+class%3D"x x-first x-last">nodejslogo.png" width="200"/>
5+
<img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2Fsrc%2Fimages%2F%3Cspan+class%3D"x x-first x-last">nodejs-logo-light-mode.svg" width="200"/>
56
</a>
67
</p>
78

@@ -28,21 +29,21 @@
2829

2930
1. **Install dependencies.**
3031

31-
```sh
32-
# install the dependencies
33-
npm install
34-
```
32+
```sh
33+
# install the dependencies
34+
npm install
35+
```
3536

3637
1. **Start developing.**
3738

38-
```sh
39-
# "start": "gatsby develop"
40-
npm start
41-
```
39+
```sh
40+
# "start": "gatsby develop"
41+
npm start
42+
```
4243

4344
1. **Open the source code and start editing!**
4445

45-
Your site is now running at `http://localhost:8000`!
46+
Your site is now running at `http://localhost:8000`!
4647

4748
*Note: You'll also see a second link: `http://localhost:8000/___graphql`. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://next.gatsbyjs.org/tutorial/part-five/#introducing-graphiql).*
4849

@@ -85,25 +86,25 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
8586

8687
7. **`gatsby-browser.tsx`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://next.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.
8788

88-
6. **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you'd like to include, etc. (Check out the [config docs](https://next.gatsbyjs.org/docs/gatsby-config/) for more detail).
89+
8. **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you'd like to include, etc. (Check out the [config docs](https://next.gatsbyjs.org/docs/gatsby-config/) for more detail).
8990

90-
8. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby node APIs](https://next.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.
91+
9. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby node APIs](https://next.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.
9192

92-
9. **`gatsby-ssr.tsx`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://next.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.
93+
10. **`gatsby-ssr.tsx`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://next.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.
9394

94-
10. **`LICENSE`**: Gatsby is licensed under the MIT license.
95+
11. **`LICENSE`**: Gatsby is licensed under the MIT license.
9596

96-
11. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won't change this file directly).
97+
12. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won't change this file directly).
9798

98-
12. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project's name, author, etc.). This manifest is how npm knows which packages to install for your project.
99+
13. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project's name, author, etc.). This manifest is how npm knows which packages to install for your project.
99100

100-
13. **`README.md`**: A text file containing useful reference information about your project.
101+
14. **`README.md`**: A text file containing useful reference information about your project.
101102

102-
14. **`tsconfig.json`**: Config file for TypeScript
103+
15. **`tsconfig.json`**: Config file for TypeScript
103104

104-
15. **`tslint.json`**: TS Lint configuration file
105+
16. **`tslint.json`**: TS Lint configuration file
105106

106-
16. **`yarn.lock`**: [Yarn](https://yarnpkg.com/) is a package manager alternative to npm. You can use either yarn or npm, though all of the Gatsby docs reference npm. This file serves essentially the same purpose as `package-lock.json`, just for a different package management system.
107+
17. **`yarn.lock`**: [Yarn](https://yarnpkg.com/) is a package manager alternative to npm. You can use either yarn or npm, though all of the Gatsby docs reference npm. This file serves essentially the same purpose as `package-lock.json`, just for a different package management system.
107108

108109
## 📝 Data Sources
109110

@@ -117,9 +118,9 @@ The `src/documentation` directory currently contains all the getting started con
117118

118119
Looking for more guidance? Full documentation for Gatsby lives [on the website](https://next.gatsbyjs.org/). Here are some places to start:
119120

120-
* **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://next.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
121+
- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://next.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
121122

122-
* **To dive straight into code samples head [to our documentation](https://next.gatsbyjs.org/docs/).** In particular, check out the "Guides", API reference, and "Advanced Tutorials" sections in the sidebar.
123+
- **To dive straight into code samples head [to our documentation](https://next.gatsbyjs.org/docs/).** In particular, check out the "Guides", API reference, and "Advanced Tutorials" sections in the sidebar.
123124

124125
## 🏛 Governance
125126

@@ -149,87 +150,87 @@ Any member of the website-redesign initiative who prefers to begin contributing
149150
at a specific future phase is welcome to make a PR adding their handle to that
150151
phase.
151152

152-
* [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**, CommComm
153+
- [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**, CommComm
153154
Co-champion
154-
* [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**, CommComm
155+
- [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**, CommComm
155156
Co-champion
156157

157158
#### Information Gathering
158159

159-
* [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
160-
* [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
161-
* [@darcyclarke](https://github.com/darcyclarke) - **Darcy Clarke**
162-
* [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
163-
* [@fhemberger](https://github.com/fhemberger) - **Frederic Hemberger**
164-
* [@JonahMoses](https://github.com/JonahMoses) - **Jonah Moses**
165-
* [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
166-
* [@oe](https://github.com/oe) - **Olivia Hugger**
167-
* [@bnb](https://github.com/bnb) - **Tierney Cyren**
168-
* [@timothyis](https://github.com/timothyis) - **Timothy**
160+
- [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
161+
- [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
162+
- [@darcyclarke](https://github.com/darcyclarke) - **Darcy Clarke**
163+
- [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
164+
- [@fhemberger](https://github.com/fhemberger) - **Frederic Hemberger**
165+
- [@JonahMoses](https://github.com/JonahMoses) - **Jonah Moses**
166+
- [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
167+
- [@oe](https://github.com/oe) - **Olivia Hugger**
168+
- [@bnb](https://github.com/bnb) - **Tierney Cyren**
169+
- [@timothyis](https://github.com/timothyis) - **Timothy**
169170

170171
#### IA / UX Planning
171172

172-
* [@oe](https://github.com/oe) - **Olivia Hugger**
173-
* [@fhemberger](https://github.com/fhemberger) - **Frederic Hemberger**
174-
* [@bnb](https://github.com/bnb) - **Tierney Cyren**
175-
* [@timothyis](https://github.com/timothyis) - **Timothy**
176-
* [@JonahMoses](https://github.com/JonahMoses) - **Jonah Moses**
177-
* [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
178-
* [@emilypmendez](https://github.com/emilypmendez) - **Emily Mendez**
179-
* [@darcyclarke](https://github.com/darcyclarke) - **Darcy Clarke**
180-
* [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
181-
* [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
182-
* [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
183-
* [@add1sun](https://github.com/add1sun) - **Addison Berry**
184-
* [@Qard](https://github.com/Qard) - **Stephen Belanger**
185-
* [@watilde](https://github.com/watilde) - **Daijiro Wachi**
186-
* [@tolmasky](https://github.com/tolmasky) - **Francisco Ryan Tolmasky I**
187-
* [@milapbhojak](https://github.com/milapbhojak) - **Milap Bhojak**
188-
* [@devamaz](https://github.com/devamaz) - **Ahmad Abdul-Aziz**
173+
- [@oe](https://github.com/oe) - **Olivia Hugger**
174+
- [@fhemberger](https://github.com/fhemberger) - **Frederic Hemberger**
175+
- [@bnb](https://github.com/bnb) - **Tierney Cyren**
176+
- [@timothyis](https://github.com/timothyis) - **Timothy**
177+
- [@JonahMoses](https://github.com/JonahMoses) - **Jonah Moses**
178+
- [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
179+
- [@emilypmendez](https://github.com/emilypmendez) - **Emily Mendez**
180+
- [@darcyclarke](https://github.com/darcyclarke) - **Darcy Clarke**
181+
- [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
182+
- [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
183+
- [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
184+
- [@add1sun](https://github.com/add1sun) - **Addison Berry**
185+
- [@Qard](https://github.com/Qard) - **Stephen Belanger**
186+
- [@watilde](https://github.com/watilde) - **Daijiro Wachi**
187+
- [@tolmasky](https://github.com/tolmasky) - **Francisco Ryan Tolmasky I**
188+
- [@milapbhojak](https://github.com/milapbhojak) - **Milap Bhojak**
189+
- [@devamaz](https://github.com/devamaz) - **Ahmad Abdul-Aziz**
189190

190191
#### UI Design and Content Creation
191192

192-
* [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
193-
* [@bnb](https://github.com/bnb) - **Tierney Cyren**
194-
* [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
195-
* [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
196-
* [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
197-
* [@milapbhojak](https://github.com/milapbhojak) - **Milap Bhojak**
198-
* [@tolmasky](https://github.com/tolmasky) - **Francisco Ryan Tolmasky I**
199-
* [@iNidAName](https://github.com/inidaname) - **Hassaan Sani**
200-
* [@abedzantout](https://github.com/abedzantout) - **Abdul Rahman Zantout**
201-
* [@AliObaji](https://github.com/AliObaji) - **Ali Obaji**
202-
* [@AhmadAwais](https://github.com/AhmadAwais) - **AhmadAwais**
193+
- [@amiller-gh](https://github.com/amiller-gh) - **Adam Miller**
194+
- [@bnb](https://github.com/bnb) - **Tierney Cyren**
195+
- [@codeekage](https://github.com/codeekage) - **Agiri Abraham JNR**
196+
- [@chowdhurian](https://github.com/chowdhurian) - **Manil Chowdhury**
197+
- [@maddhruv](https://github.com/maddhruv) - **Dhruv Jain**
198+
- [@milapbhojak](https://github.com/milapbhojak) - **Milap Bhojak**
199+
- [@tolmasky](https://github.com/tolmasky) - **Francisco Ryan Tolmasky I**
200+
- [@iNidAName](https://github.com/inidaname) - **Hassaan Sani**
201+
- [@abedzantout](https://github.com/abedzantout) - **Abdul Rahman Zantout**
202+
- [@AliObaji](https://github.com/AliObaji) - **Ali Obaji**
203+
- [@AhmadAwais](https://github.com/AhmadAwais) - **AhmadAwais**
203204

204205
#### Site Development _<-- current phase_
205206

206-
* [@abiclub23](https://github.com/abiclub23) - **Abhi Tondepu**
207-
* [@ajay2507](https://github.com/ajay2507) - **Ajaykumar**
208-
* [@connorholyday](https://github.com/connorholyday) - **Connor Holyday**
209-
* [@iceagency-jakecruse](https://github.com/iceagency-jakecruse) - **Jake Cruse**
210-
* [@iceagency-lukehopkins](https://github.com/iceagency-lukehopkins) - **Luke Hopkins**
211-
* [@jestho](https://github.com/jestho) - **Jesper Thøgersen**
212-
* [@jonahmoses](https://github.com/jonahmoses) - **Jonah Moses**
213-
* [@sagirk](https://github.com/sagirk) - **Sagir Khan**
214-
* [@ollelauribostrom](https://github.com/ollelauribostrom) - **Olle Lauri Boström**
215-
* [@belar](https://github.com/Belar) - **Paweł**
216-
* [@erichodges](https://github.com/erichodges) - **Eric Hodges**
217-
* [@utkarshbhimte](https://github.com/utkarshbhimte) - **Utkarsh Bhimte**
218-
* [@lidoravitan](https://github.com/lidoravitan) - **Lidor Avitan**
219-
* [@mbj36](https://github.com/mbj36) - **Mohit Bajoria**
220-
* [@zanmarolt](https://github.com/zanmarolt) - **Zan Marolt**
221-
* [@imbhargav5](https://github.com/imbhargav5) - **Bhargav Ponnapalli**
222-
* [@mikeattara](https://github.com/mikeattara) - **Mike Perry Y Attara**
223-
* [@ZYSzys](https://github.com/ZYSzys) - **ZYSzys**
224-
* [@mrjam2](https://github.com/mrjam2) - **Jamie Burton**
225-
* [@jamesgeorge007](https://github.com/jamesgeorge007) - **James George**
226-
* [@Yash-Handa](https://github.com/Yash-Handa) - **Yash Handa**
227-
* [@iNidAName](https://github.com/inidaname) - **Hassaan Sani**
228-
* [@abedzantout](https://github.com/abedzantout) - **Abdul Rahman Zantout**
229-
* [@LaRuaNa](https://github.com/LaRuaNa) - **Onur Laru**
230-
* [@AhmadAwais](https://github.com/AhmadAwais) - **AhmadAwais**
231-
* [@BeniCheni](https://github.com/BeniCheni) - **Benjamin Chen**
232-
* [@kevjin](https://github.com/kevjin) - **Kevin Jin**
207+
- [@abiclub23](https://github.com/abiclub23) - **Abhi Tondepu**
208+
- [@ajay2507](https://github.com/ajay2507) - **Ajaykumar**
209+
- [@connorholyday](https://github.com/connorholyday) - **Connor Holyday**
210+
- [@iceagency-jakecruse](https://github.com/iceagency-jakecruse) - **Jake Cruse**
211+
- [@iceagency-lukehopkins](https://github.com/iceagency-lukehopkins) - **Luke Hopkins**
212+
- [@jestho](https://github.com/jestho) - **Jesper Thøgersen**
213+
- [@jonahmoses](https://github.com/jonahmoses) - **Jonah Moses**
214+
- [@sagirk](https://github.com/sagirk) - **Sagir Khan**
215+
- [@ollelauribostrom](https://github.com/ollelauribostrom) - **Olle Lauri Boström**
216+
- [@belar](https://github.com/Belar) - **Paweł**
217+
- [@erichodges](https://github.com/erichodges) - **Eric Hodges**
218+
- [@utkarshbhimte](https://github.com/utkarshbhimte) - **Utkarsh Bhimte**
219+
- [@lidoravitan](https://github.com/lidoravitan) - **Lidor Avitan**
220+
- [@mbj36](https://github.com/mbj36) - **Mohit Bajoria**
221+
- [@zanmarolt](https://github.com/zanmarolt) - **Zan Marolt**
222+
- [@imbhargav5](https://github.com/imbhargav5) - **Bhargav Ponnapalli**
223+
- [@mikeattara](https://github.com/mikeattara) - **Mike Perry Y Attara**
224+
- [@ZYSzys](https://github.com/ZYSzys) - **ZYSzys**
225+
- [@mrjam2](https://github.com/mrjam2) - **Jamie Burton**
226+
- [@jamesgeorge007](https://github.com/jamesgeorge007) - **James George**
227+
- [@Yash-Handa](https://github.com/Yash-Handa) - **Yash Handa**
228+
- [@iNidAName](https://github.com/inidaname) - **Hassaan Sani**
229+
- [@abedzantout](https://github.com/abedzantout) - **Abdul Rahman Zantout**
230+
- [@LaRuaNa](https://github.com/LaRuaNa) - **Onur Laru**
231+
- [@AhmadAwais](https://github.com/AhmadAwais) - **AhmadAwais**
232+
- [@BeniCheni](https://github.com/BeniCheni) - **Benjamin Chen**
233+
- [@kevjin](https://github.com/kevjin) - **Kevin Jin**
233234

234235
## Links
235236

0 commit comments

Comments
 (0)