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

Patch/master to staging #554

Merged
merged 120 commits into from
Apr 23, 2020

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    15d3f42 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. 📖Improve Grammar (nodejs#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.
    saqibameen authored and MylesBorins committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fb53725 View commit details
    Browse the repository at this point in the history
  2. docs: Edit for clarity, readability (nodejs#304)

    Also fix one point that continues at the end of another
    karlhorky authored and MylesBorins committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a9cf16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9486871 View commit details
    Browse the repository at this point in the history
  4. docs: Fix grammar (nodejs#306)

    karlhorky authored and MylesBorins committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    42f53a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. tools: remove husky (nodejs#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
    MylesBorins committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    da63a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950a8a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab76dd5 View commit details
    Browse the repository at this point in the history
  4. fix: remark-lint final-newline (nodejs#342)

    Also consistent with EditorConfig
    nschonni authored and MylesBorins committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d1456d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b27300d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. fix: remark-lint no-heading-indent (nodejs#349)

    Cleaned up other minor whitespace issues at the same time
    nschonni authored and MylesBorins committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7794efb View commit details
    Browse the repository at this point in the history
  2. fix: remark-lint prohibited-strings (nodejs#348)

    - Github -> GitHub
    - Javascript -> JavaScript
    - Delete "Note that"
    - node.js -> Node.js
    nschonni authored and MylesBorins committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ca470cf View commit details
    Browse the repository at this point in the history
  3. fix: remark-lint no-tabs (nodejs#345)

    Replace tabs with spaces to match EditorConfig as well
    nschonni authored and MylesBorins committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3963e33 View commit details
    Browse the repository at this point in the history
  4. fix: remark-lint heading-style (nodejs#346)

    The dashes directly under the text get interpreted as a heading style
    nschonni authored and MylesBorins committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3fdac34 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    d7915d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4681cb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    c89828a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Append () to the function name (nodejs#378)

    yedeyu authored and nschonni committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    1358bb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. build(deps): bump npm in /.github/action/result-poster (nodejs#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](npm/cli@v6.11.2...v6.13.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Trott committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b47ae42 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. chore: update dependencies (nodejs#379)

    Results of yarn upgrade gatsby. This will quell a warning in the GitHub
    interface.
    Trott authored and jonchurch committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    c51f56c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. chore: bump remark-preset-lint-node to 1.10.1 (nodejs#356)

    Supress newly failing rules to be fixed separatley
    nschonni authored and MylesBorins committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a7f8324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e72146 View commit details
    Browse the repository at this point in the history
  3. fix: Stream.Readable example (nodejs#367)

    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    2 people authored and MylesBorins committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a5715c4 View commit details
    Browse the repository at this point in the history
  4. Update index.md (nodejs#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'
    kajaharish authored and MylesBorins committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0b4d08c View commit details
    Browse the repository at this point in the history
  5. docs: correct azure documentation link (nodejs#377)

    Co-authored-by: Nick Schonning <nschonni@gmail.com>
    2 people authored and MylesBorins committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0edef66 View commit details
    Browse the repository at this point in the history
  6. Add a note (nodejs#363)

    Add a note (condition) for running the `node.js` command.
    saqibameen authored and MylesBorins committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    013dd75 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    9ba9304 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. doc: add MEAN and Loopback (nodejs#372)

    Co-Authored-By: Nick Schonning <nschonni@gmail.com>
    2 people authored and MylesBorins committed Dec 24, 2019
    1 Configuration menu
    Copy the full SHA
    9a29440 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Configuration menu
    Copy the full SHA
    a6d48f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3e819 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Notes for meeting on 2020-01-30 (nodejs#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>
    keywordnew and jonchurch committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    aa613a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Update examples (nodejs#393)

    Updated the examples to use a more recent version of Node.js
    Liz Parody committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    9534d9d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. build(deps-dev): bump codecov from 3.5.0 to 3.6.5 (nodejs#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>
    dependabot[bot] committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    f0c49a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Configuration menu
    Copy the full SHA
    2d09220 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    287356a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. docs: add OKR.md (nodejs#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>
    4 people committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    3e024a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. build(deps): bump acorn from 5.7.3 to 5.7.4 (nodejs#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](acornjs/acorn@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>
    dependabot[bot] committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    f691f2c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump acorn in /.github/action/result-poster (nodejs#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](acornjs/acorn@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>
    dependabot[bot] committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ad86d9e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. 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](motdotla/dotenv@v8.1.0...v8.2.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ac90372 View commit details
    Browse the repository at this point in the history
  2. Auto labels for issue templates (nodejs#444)

    * chore: Add bug label
    
    * chore: Add enhancement label
    
    * chore: Add question label
    
    Co-authored-by: Onur Laru <onur.saygi@seidenader.de>
    LaRuaNa and kpms-bot committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    761866c View commit details
    Browse the repository at this point in the history
  3. 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`
    geneowak authored and nschonni committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ef3cb96 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. fixed a typo

    ourcach authored and nschonni committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    6be2c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a2efc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. build: Yarn -> NPM

    nschonni committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b1f2d60 View commit details
    Browse the repository at this point in the history
  2. chore: Convert Yarn registry to npm registry

    Automated conversion of lockfile left the registry pointing to yarnpkg
    nschonni committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    6cc6c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a71c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. build(deps): bump @types/react-helmet from 5.0.9 to 5.0.15 (nodejs#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>
    dependabot-preview[bot] committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    539854b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump emotion from 10.0.14 to 10.0.27 (nodejs#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>
    dependabot-preview[bot] committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    29fed26 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    698e933 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump react-dom from 16.9.0 to 16.13.0 (nodejs#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>
    dependabot-preview[bot] committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    54efb50 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump react-test-renderer from 16.9.0 to 16.13.0 (nod…

    …ejs#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>
    dependabot-preview[bot] committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    0d972d8 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump gatsby-plugin-canonical-urls from 2.1.5 to 2.2.1 (n…

    …odejs#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>
    dependabot-preview[bot] committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f894d43 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump gatsby-plugin-react-helmet from 3.1.5 to 3.2.1 (nod…

    …ejs#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>
    dependabot-preview[bot] committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    24bded6 View commit details
    Browse the repository at this point in the history
  6. chore: Upgrade prettier to v2

    Updated format globbing to doublequotes for cross platform support
    nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    14a533d View commit details
    Browse the repository at this point in the history
  7. fix: Enable remark-lint-unordered-list-marker-style

    Upstream style uses asterisks
    nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    8009344 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0 (n…

    …odejs#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](nodejs/remark-preset-lint-node@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>
    dependabot-preview[bot] and nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    cfcec33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52e4671 View commit details
    Browse the repository at this point in the history
  10. chore: Run npm audit fix

    nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    e4b7404 View commit details
    Browse the repository at this point in the history
  11. 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](remarkjs/remark-frontmatter@1.3.2...1.3.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    e204b49 View commit details
    Browse the repository at this point in the history
  12. build(deps): bump tslint from 5.19.0 to 5.20.1 (nodejs#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](palantir/tslint@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>
    dependabot-preview[bot] committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7bd3cd6 View commit details
    Browse the repository at this point in the history
  13. 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](jestjs/jest@v25.2.3...v25.2.4)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    0da2d69 View commit details
    Browse the repository at this point in the history
  14. 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](microsoft/TypeScript@v3.5.3...v3.8.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6f36eaa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    1c0b774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c0aa1 View commit details
    Browse the repository at this point in the history
  3. 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](PrismJS/prism@v1.17.1...v1.19.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6ec5468 View commit details
    Browse the repository at this point in the history
  4. 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](babel/babel@v7.3.3...v7.9.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and nschonni committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f916534 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump babel-preset-gatsby from 0.2.20 to 0.3.1 (nodej…

    …s#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>
    dependabot-preview[bot] committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    503772c View commit details
    Browse the repository at this point in the history
  6. build(deps): bump gatsby-transformer-remark from 2.6.19 to 2.7.1 (nod…

    …ejs#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>
    dependabot-preview[bot] committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    90cad1f View commit details
    Browse the repository at this point in the history
  7. build(deps): bump react from 16.9.0 to 16.13.1 (nodejs#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>
    dependabot-preview[bot] committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f51e97e View commit details
    Browse the repository at this point in the history
  8. build(deps): bump gatsby-plugin-emotion from 4.1.4 to 4.2.1 (nodejs#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>
    dependabot-preview[bot] committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    5a2159c View commit details
    Browse the repository at this point in the history
  9. build(deps): bump gatsby-plugin-offline from 3.0.16 to 3.1.2 (nodejs#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>
    dependabot-preview[bot] committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0a048dd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Update index.md (nodejs#488)

    Changed a section of paragraph 4 from "needs to perfotm" to "performs"
    kelvinotundoKE committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0a84d3d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    7d440e5 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 (nodejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    87a5b1d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump gatsby-remark-images from 3.1.19 to 3.2.1 (nodejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    40840d0 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump react-dom from 16.13.0 to 16.13.1 (nodejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    cf65bb7 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump emotion-server from 10.0.14 to 10.0.27 (nodejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    bd0ef36 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump gatsby-plugin-typescript from 2.1.5 to 2.3.1 (nodej…

    …s#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ed251fd View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump react-test-renderer from 16.13.0 to 16.13.1 (no…

    …dejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7a6990e View commit details
    Browse the repository at this point in the history
  8. build(deps): bump gatsby-remark-prismjs from 3.3.9 to 3.4.1 (nodejs#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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ff36fb0 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump @babel/core from 7.5.5 to 7.9.0 (nodejs#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](babel/babel@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>
    dependabot-preview[bot] committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a8a03f2 View commit details
    Browse the repository at this point in the history
  10. Update index.md

    fix broken link of Serverless Framework
    wenheqi authored and nschonni committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    a7adbbf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. build(deps-dev): bump prettier from 2.0.2 to 2.0.4 (nodejs#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](prettier/prettier@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>
    dependabot-preview[bot] committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    fe77e81 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. build(deps-dev): bump remark-cli from 7.0.0 to 8.0.0 (nodejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    12d8ce1 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/jest from 25.1.4 to 25.2.1 (nodejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1d4cf54 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump gatsby-remark-images from 3.2.1 to 3.2.2 (nodejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5b208e0 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump tslint from 6.1.0 to 6.1.1 (nodejs#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](palantir/tslint@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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    aee673b View commit details
    Browse the repository at this point in the history
  5. build(deps): bump gatsby-remark-autolink-headers from 2.1.8 to 2.2.1 (n…

    …odejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b441241 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump remark-frontmatter from 1.3.3 to 2.0.0 (nodejs#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](remarkjs/remark-frontmatter@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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4895f23 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump gatsby from 2.20.8 to 2.20.14 (nodejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c3a3d66 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump gatsby-plugin-sharp from 2.5.3 to 2.5.4 (nodejs#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1186aef View commit details
    Browse the repository at this point in the history
  9. build(deps): bump gatsby-source-filesystem from 2.1.18 to 2.2.2 (node…

    …js#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e8a09f7 View commit details
    Browse the repository at this point in the history
  10. build(deps): [security] bump https-proxy-agent (nodejs#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](TooTallNate/proxy-agents@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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ee4304c View commit details
    Browse the repository at this point in the history
  11. build(deps-dev): bump standard in /.github/action/result-poster (node…

    …js#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](standard/standard@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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    edafa93 View commit details
    Browse the repository at this point in the history
  12. build(deps): bump gatsby-plugin-catch-links from 2.1.5 to 2.2.1 (node…

    …js#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>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    030bc0c View commit details
    Browse the repository at this point in the history
  13. build(deps): bump actions-toolkit in /.github/action/result-poster (n…

    …odejs#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](JasonEtco/actions-toolkit@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>
    dependabot-preview[bot] committed Apr 8, 2020
    1 Configuration menu
    Copy the full SHA
    ed18c18 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 (nodejs#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>
    dependabot-preview[bot] committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    edc2522 View commit details
    Browse the repository at this point in the history
  2. build: Add CI for Result Poster Action (nodejs#534)

    * build: Add CI for Result Poster Action
    
    * fix: linting on result-poster JS
    
    * fix: Remove call to missing file
    nschonni committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    aad5263 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump jest from 25.2.4 to 25.3.0 (nodejs#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](jestjs/jest@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>
    dependabot-preview[bot] committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    fd7cd58 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump semantic-release in /.github/action/result-post…

    …er (nodejs#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](semantic-release/semantic-release@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>
    dependabot-preview[bot] committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a615d41 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump gatsby from 2.20.14 to 2.20.15 (nodejs#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>
    dependabot-preview[bot] committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    b155af8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85907dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2b37c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0632cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0969ab1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    cdad343 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. 0010-node-hosting -> update index.md (nodejs#555)

    remove an excessive 'a' article
    pimonenkov committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3171bde View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. build(deps): bump gatsby-plugin-canonical-urls from 2.2.1 to 2.2.3 (n…

    …odejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    4bd314b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump gatsby-remark-prismjs from 3.4.1 to 3.4.4 (nodejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    fb75504 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump gatsby-plugin-react-helmet from 3.2.1 to 3.2.4 (nod…

    …ejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    759e567 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump babel-preset-gatsby from 0.3.1 to 0.3.4 (nodejs…

    …#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    af2577d View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump semantic-release in /.github/action/result-post…

    …er (nodejs#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](semantic-release/semantic-release@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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    3ae63c6 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump intersection-observer from 0.7.0 to 0.9.0 (nodejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    e78551a View commit details
    Browse the repository at this point in the history
  7. build(deps): bump prismjs from 1.19.0 to 1.20.0 (nodejs#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](PrismJS/prism@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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    58bb013 View commit details
    Browse the repository at this point in the history
  8. build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 (nodejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    63aba07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82a0119 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump gatsby from 2.20.15 to 2.20.29 (nodejs#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>
    dependabot-preview[bot] committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    42c5501 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac39c14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42ee79a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3fc1bf View commit details
    Browse the repository at this point in the history