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

Commit

Permalink
Patch/master to staging (#554)
Browse files Browse the repository at this point in the history
* 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](npm/cli@v6.11.2...v6.13.4)

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

* chore: update dependencies (#379)

Results of yarn upgrade gatsby. This will quell a warning in the GitHub
interface.

* chore: bump remark-preset-lint-node to 1.10.1 (#356)

Supress newly failing rules to be fixed separatley

* grammar, update times and references (#360)

* fix: Stream.Readable example (#367)

Co-Authored-By: Nick Schonning <nschonni@gmail.com>

* Update index.md (#374)

In the copy a buffer section, there is a mistake:
buf.copy(bufcopy, 0, 2,2) //it will print nothing since the source start and source end is specified as 2 in the original code

correction:
buf.copy(bufcopy, 0, 0, 2) // it will print the desired output that is 'He'

* docs: correct azure documentation link (#377)

Co-authored-by: Nick Schonning <nschonni@gmail.com>

* Add a note (#363)

Add a note (condition) for running the `node.js` command.

* fix: remark-lint minor suppressed rules (#351)

* doc: add MEAN and Loopback  (#372)

Co-Authored-By: Nick Schonning <nschonni@gmail.com>

* build(deps): bump handlebars in /.github/action/result-poster (#384)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3)

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

* build(deps): bump handlebars from 4.1.2 to 4.5.3 (#385)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3)

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

* Notes for meeting on 2020-01-30 (#391)

* Create 2020-01-30.md

Thank you for taking notes, @jonchurch and @SMotaal 馃憤馃徑

* fix: Tweak meeting minutes to fix md linting errors

Co-authored-by: Jonathan Church <me@jonchurch.com>

* Update examples (#393)

Updated the examples to use a more recent version of Node.js

* build(deps-dev): bump codecov from 3.5.0 to 3.6.5 (#411)

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.5.0 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

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

* Fix typo on statSync method (#400)

* Fix typo on 'How to use the Node.js REPL' page (#432)

* docs: add OKR.md (#394)

* docs: add OKR.md

This adds an OKR.md doc deriving from https://github.com/nodejs/community-committee/blob/3d0329d82fe5d85d8050027c4f4683ab88a01a08/OKR.md based on Node.js Foundation Website Redesign Strategic Initiative Meeting 2020-01-30 discussion minutes in https://docs.google.com/document/d/17IuIy9Ir7SHSq7O7UwOsnsoI3vRGL4z1XH-tUeClgMw/edit?pli=1.

* Update OKR explainer

Co-Authored-By: Joe Shindelar <eojthebrave@gmail.com>

* Commit current suggestions

Agreed to merge as is, future updates can happen after.

Co-Authored-By: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>

Co-authored-by: Manil Chowdhury <manil.chowdhury@gmail.com>
Co-authored-by: Joe Shindelar <eojthebrave@gmail.com>
Co-authored-by: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>

* build(deps): bump acorn from 5.7.3 to 5.7.4 (#430)

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](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>

* 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](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>

* 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>

* Auto labels for issue templates (#444)

* chore: Add bug label

* chore: Add enhancement label

* chore: Add question label

Co-authored-by: Onur Laru <onur.saygi@seidenader.de>

* Correct the minor releases versions on line 46

For the specified package version (`1.3.1`) it would update to `1.13.1`, `1.14.0`... and not `0.13.1`, `0.14.0`

* fixed a typo

* chore: update github workflow from hcl to yml

* build: Yarn -> NPM

* chore: Convert Yarn registry to npm registry

Automated conversion of lockfile left the registry pointing to yarnpkg

* build(deps-dev): bump @types/jest from 24.0.18 to 25.1.4

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

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

* build(deps): bump @types/react-helmet from 5.0.9 to 5.0.15 (#450)

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

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

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

* build(deps): bump emotion from 10.0.14 to 10.0.27 (#453)

Bumps [emotion](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion@10.0.14...emotion@10.0.27)

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

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

* build(deps-dev): bump @types/react-test-renderer from 16.9.0 to 16.9.2

Bumps [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer) from 16.9.0 to 16.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer)

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

* build(deps): bump react-dom from 16.9.0 to 16.13.0 (#457)

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

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

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

* build(deps-dev): bump react-test-renderer from 16.9.0 to 16.13.0 (#462)

Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.9.0 to 16.13.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.13.0/packages/react-test-renderer)

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

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

* build(deps): bump gatsby-plugin-canonical-urls from 2.1.5 to 2.2.1 (#463)

Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.2.1/packages/gatsby-plugin-canonical-urls)

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

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

* build(deps): bump gatsby-plugin-react-helmet from 3.1.5 to 3.2.1 (#464)

Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.2.1/packages/gatsby-plugin-react-helmet)

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

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

* chore: Upgrade prettier to v2

Updated format globbing to doublequotes for cross platform support

* fix: Enable remark-lint-unordered-list-marker-style

Upstream style uses asterisks

* build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0 (#452)

* build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0

Bumps [remark-preset-lint-node](https://github.com/nodejs/remark-preset-lint-node) from 1.10.1 to 1.13.0.
- [Release notes](https://github.com/nodejs/remark-preset-lint-node/releases)
- [Commits](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>

* chore: update minimist@1.2.0 to minimist@1.2.5 (#473)

* chore: Run npm audit fix

* build(deps-dev): bump remark-frontmatter from 1.3.2 to 1.3.3

Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](remarkjs/remark-frontmatter@1.3.2...1.3.3)

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

* build(deps): bump tslint from 5.19.0 to 5.20.1 (#479)

Bumps [tslint](https://github.com/palantir/tslint) from 5.19.0 to 5.20.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](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>

* 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>

* 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>

* 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](PrismJS/prism@v1.17.1...v1.19.0)

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

* build(deps-dev): bump @babel/preset-typescript from 7.3.3 to 7.9.0

Bumps [@babel/preset-typescript](https://github.com/babel/babel) from 7.3.3 to 7.9.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.3.3...v7.9.0)

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

* build(deps-dev): bump babel-preset-gatsby from 0.2.20 to 0.3.1 (#483)

Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.2.20 to 0.3.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.3.1/packages/babel-preset-gatsby)

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

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

* build(deps): bump gatsby-transformer-remark from 2.6.19 to 2.7.1 (#481)

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.19 to 2.7.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.7.1/packages/gatsby-transformer-remark)

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

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

* build(deps): bump react from 16.9.0 to 16.13.1 (#480)

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

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

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

* build(deps): bump gatsby-plugin-emotion from 4.1.4 to 4.2.1 (#477)

Bumps [gatsby-plugin-emotion](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-emotion) from 4.1.4 to 4.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-emotion/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@4.2.1/packages/gatsby-plugin-emotion)

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

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

* build(deps): bump gatsby-plugin-offline from 3.0.16 to 3.1.2 (#466)

Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.0.16 to 3.1.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.1.2/packages/gatsby-plugin-offline)

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

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

* Update index.md (#488)

Changed a section of paragraph 4 from "needs to perfotm" to "performs"

* chore: Bump nvmrc to 10 (#486)

* build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 (#503)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.3 to 25.2.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.2.6/packages/babel-jest)

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

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

* build(deps): bump gatsby-remark-images from 3.1.19 to 3.2.1 (#501)

Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.1.19 to 3.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.2.1/packages/gatsby-remark-images)

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

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

* build(deps): bump react-dom from 16.13.0 to 16.13.1 (#497)

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

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

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

* build(deps): bump emotion-server from 10.0.14 to 10.0.27 (#494)

Bumps [emotion-server](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/emotion-server@10.0.14...emotion-server@10.0.27)

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

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

* build(deps): bump gatsby-plugin-typescript from 2.1.5 to 2.3.1 (#500)

Bumps [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript) from 2.1.5 to 2.3.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.3.1/packages/gatsby-plugin-typescript)

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

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

* build(deps-dev): bump react-test-renderer from 16.13.0 to 16.13.1 (#495)

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

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

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

* build(deps): bump gatsby-remark-prismjs from 3.3.9 to 3.4.1 (#498)

Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.3.9 to 3.4.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.4.1/packages/gatsby-remark-prismjs)

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

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

* build(deps-dev): bump @babel/core from 7.5.5 to 7.9.0 (#492)

Bumps [@babel/core](https://github.com/babel/babel) from 7.5.5 to 7.9.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](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>

* 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](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>

* build(deps-dev): bump remark-cli from 7.0.0 to 8.0.0 (#518)

Bumps [remark-cli](https://github.com/remarkjs/remark) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-cli@7.0.0...remark-cli@8.0.0)

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

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

* build(deps-dev): bump @types/jest from 25.1.4 to 25.2.1 (#517)

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

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

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

* build(deps): bump gatsby-remark-images from 3.2.1 to 3.2.2 (#516)

Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.2.2/packages/gatsby-remark-images)

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

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

* build(deps-dev): bump tslint from 6.1.0 to 6.1.1 (#524)

Bumps [tslint](https://github.com/palantir/tslint) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](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>

* build(deps): bump gatsby-remark-autolink-headers from 2.1.8 to 2.2.1 (#523)

Bumps [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers) from 2.1.8 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-autolink-headers/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.2.1/packages/gatsby-remark-autolink-headers)

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

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

* build(deps-dev): bump remark-frontmatter from 1.3.3 to 2.0.0 (#522)

Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.3 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](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>

* build(deps): bump gatsby from 2.20.8 to 2.20.14 (#525)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.8 to 2.20.14.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.8...gatsby@2.20.14)

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

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

* build(deps): bump gatsby-plugin-sharp from 2.5.3 to 2.5.4 (#513)

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.5.4/packages/gatsby-plugin-sharp)

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

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

* build(deps): bump gatsby-source-filesystem from 2.1.18 to 2.2.2 (#515)

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.18 to 2.2.2.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.2.2/packages/gatsby-source-filesystem)

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

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

* build(deps): [security] bump https-proxy-agent (#528)

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
- [Commits](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>

* 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](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>

* build(deps): bump gatsby-plugin-catch-links from 2.1.5 to 2.2.1 (#512)

Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.2.1/packages/gatsby-plugin-catch-links)

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

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

* build(deps): bump actions-toolkit in /.github/action/result-poster (#531)

Bumps [actions-toolkit](https://github.com/JasonEtco/actions-toolkit) from 1.1.0 to 4.0.0.
- [Release notes](https://github.com/JasonEtco/actions-toolkit/releases)
- [Commits](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>

* build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 (#537)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.6 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.3.0/packages/babel-jest)

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

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

* build: Add CI for Result Poster Action (#534)

* build: Add CI for Result Poster Action

* fix: linting on result-poster JS

* fix: Remove call to missing file

* build(deps-dev): bump jest from 25.2.4 to 25.3.0 (#536)

Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](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>

* 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](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>

* build(deps): bump gatsby from 2.20.14 to 2.20.15 (#535)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.14 to 2.20.15.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.14...gatsby@2.20.15)

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

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

* fix: Globbing for result-poster CI (#543)

* build: Use pinned verion of actions/checkout

* chore: remove unused nock module in GitHub action (#540)

* chore: bump minimist to minimist@1.2.5 (#544)

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

remove an excessive 'a' article

* build(deps): bump gatsby-plugin-canonical-urls from 2.2.1 to 2.2.3 (#567)

Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.2.3/packages/gatsby-plugin-canonical-urls)

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

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

* build(deps): bump gatsby-remark-prismjs from 3.4.1 to 3.4.4 (#571)

Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.4.1 to 3.4.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.4.4/packages/gatsby-remark-prismjs)

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

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

* build(deps): bump gatsby-plugin-react-helmet from 3.2.1 to 3.2.4 (#573)

Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.2.4/packages/gatsby-plugin-react-helmet)

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

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

* build(deps-dev): bump babel-preset-gatsby from 0.3.1 to 0.3.4 (#582)

Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.3.1 to 0.3.4.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.3.4/packages/babel-preset-gatsby)

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

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

* build(deps-dev): bump semantic-release in /.github/action/result-poster (#580)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.4 to 17.0.7.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](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>

* build(deps): bump intersection-observer from 0.7.0 to 0.9.0 (#572)

Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases)
- [Commits](https://github.com/w3c/IntersectionObserver/commits)

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

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

* build(deps): bump prismjs from 1.19.0 to 1.20.0 (#514)

Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/LeaVerou/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](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>

* build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 (#583)

Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.3.6/packages/gatsby-plugin-manifest)

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

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

* build(deps): bump gatsby from 2.20.15 to 2.20.29 (#581)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.15 to 2.20.29.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.20.15...gatsby@2.20.29)

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

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

* chore: Rebuild lock file

* chore: Updated snapshots

Co-authored-by: Adam Miller <ammiller@linkedin.com>
Co-authored-by: Saqib Ameen <mrsaqibameen@gmail.com>
Co-authored-by: Karl Horky <karl.horky@gmail.com>
Co-authored-by: Myles Borins <mylesborins@google.com>
Co-authored-by: dangen <23185799+dangen-effy@users.noreply.github.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Lars-Magnus Skog <ralphtheninja@riseup.net>
Co-authored-by: Aymen Naghmouchi <aymenadvance@gmail.com>
Co-authored-by: David Ye <yedeyu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rich Trott <rtrott@gmail.com>
Co-authored-by: Brian Harrington <bdharrington7@users.noreply.github.com>
Co-authored-by: Masashi Hirano <shisama07@gmail.com>
Co-authored-by: kajaharish <kajaharish4hud@gmail.com>
Co-authored-by: Brian Clark <clarkio@users.noreply.github.com>
Co-authored-by: Manil Chowdhury <manil.chowdhury@gmail.com>
Co-authored-by: Jonathan Church <me@jonchurch.com>
Co-authored-by: Liz Parody <lizparody@gmail.com>
Co-authored-by: Juan Sebastian velez Posada <jvelezpo@users.noreply.github.com>
Co-authored-by: Basavanagowda Kanur <basavanagowda@gmail.com>
Co-authored-by: Saleh Abdel Motaal <saleh@smotaal.io>
Co-authored-by: Joe Shindelar <eojthebrave@gmail.com>
Co-authored-by: Onur Laru <2481234+LaRuaNa@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Onur Laru <onur.saygi@seidenader.de>
Co-authored-by: Eugene Owak <13153526+geneowak@users.noreply.github.com>
Co-authored-by: Rui Silva <rds.mcc@gmail.com>
Co-authored-by: Jesse Katsumata <jesse.katsumata@gmail.com>
Co-authored-by: Kelvin Otundo <digitechnocraft2019@gmail.com>
Co-authored-by: Wenhe <48191352+wenheqi@users.noreply.github.com>
Co-authored-by: pimonenkov <46793251+pimonenkov@users.noreply.github.com>
  • Loading branch information
1 parent cb2681f commit 305fa5b
Show file tree
Hide file tree
Showing 83 changed files with 34,266 additions and 17,556 deletions.
54 changes: 27 additions & 27 deletions .eslintrc.js
@@ -1,56 +1,56 @@
module.exports = {
parser: "@typescript-eslint/parser",
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
jsx: true
}
jsx: true,
},
// project: './tsconfig.json'
},
extends: [
"airbnb",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"prettier/react",
"plugin:prettier/recommended"
'airbnb',
'plugin:react/recommended',
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
'prettier/react',
'plugin:prettier/recommended',
],
settings: {
react: {
version: "detect"
version: 'detect',
},
'import/resolver': {
typescript: {},
},
"import/resolver": {
typescript: {}
}
},
env: {
browser: true,
node: true,
jest: true
jest: true,
},
rules: {
"react/jsx-filename-extension": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"import/prefer-default-export": "off",
"import/extensions": "off",
"consistent-return": "off",
'react/jsx-filename-extension': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'import/prefer-default-export': 'off',
'import/extensions': 'off',
'consistent-return': 'off',
// "camelcase": "off",
// "@typescript-eslint/camelcase": ["error", { "properties": "never" }],
// "no-unused-vars": "off",
// "@typescript-eslint/no-unused-vars": "error",
// "@typescript-eslint/indent": ["error", 2]
},
plugins: [
"@typescript-eslint",
"react-hooks"
'@typescript-eslint',
'react-hooks',
// "prettier"
],
overrides: [
{
files: ["**/*.js"],
files: ['**/*.js'],
rules: {
"@typescript-eslint/no-var-requires": "off"
}
}
]
'@typescript-eslint/no-var-requires': 'off',
},
},
],
};
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,7 @@
---
name: Bug Report
about: Report that something isn't working.
labels: bug
---

## Description
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,7 @@
---
name: Feature Request
about: Suggest a new idea for the project.
labels: enhancement
---

## Summary
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -1,6 +1,7 @@
---
name: Question
about: Ask a question or start a discussion.
labels: question
---

## Summary
10 changes: 5 additions & 5 deletions .github/action/result-poster/index.js
@@ -1,14 +1,14 @@
const { Toolkit } = require('actions-toolkit')
const { context, github } = new Toolkit({ event: 'check_suite' })

const name = context.payload.check_suite.app.name;
const name = context.payload.check_suite.app.name
const conclusion = context.payload.check_suite.conclusion
const sha = context.payload.check_suite.head_sha;
const prs = context.payload.check_suite.pull_requests;
const sha = context.payload.check_suite.head_sha
const prs = context.payload.check_suite.pull_requests

if (name === 'Google Cloud Build' && conclusion === 'success' && prs[0]) {
github.issues.createComment(context.repo({
number: prs[0].number,
body: `Preview at: https://storage.googleapis.com/staging.nodejs.dev/${sha.slice(0,7)}/index.html`
}));
body: `Preview at: https://storage.googleapis.com/staging.nodejs.dev/${sha.slice(0, 7)}/index.html`
}))
}

0 comments on commit 305fa5b

Please sign in to comment.