-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
* feat: API Docs preview and version switcher * feat: Add design tokens and style-guide page (#311) * feat: API Docs preview and version switcher * feat: API Page Types * feat: Light/dark toggle in nav
- Add API Summary section at top of page - Fix dark mode on learn page - Add all API doc sections - Fix API object typings
* chore: Eslint / Prettier integration. * chore: Change ext order to overwrite eslint rules * chore: Add build to gitignore * chore: Eslint fixes after config change * chore: Update yarn.lock after rebase * chore: Add eslint-plugin-jest and extend w/ reccs * chore: Disable no-var-requires for .js files * chore: Remove format-check from test script * chore: Fix eslint errors in js files * chore: Update husky pre-push to use lint script * chore: Create new .eslintrc config * chore: Update lint script, add react settings to eslint config * chore: Ignore test dir when running lint script * chore: Add airbnb config and jest env to eslintrc * chore: Disable react/jsx-filename-extension * chore: Recover .prettierrc config file that was deleted * chore: Extend eslint config with prettier/react * chore: Fix all but a few eslint errors * chore: Update eslint-plugin-prettier * chore: Disable prefer-default-exports rule * chore: Fix eslint errors after merging with staging * chore: Fix eslint errors in konami code * chore: Disable import/extensions and consistent-return rules * chore: Set return type for setPage hook in click handler to void * fix: Clean up some errors after all the merge fixing
* fix: Only disable next line for react/danger in article * feat: Create ReleaseToggle component * feat: Create ReleaseCards component * chore: Add material-design placeholder icons to release cards * feat: Create and use detectOS util function * fix: Check if navigator is defined before using, fixes ssr
* feat: Enhanced Dark Mode Toggle Features This adds a new `utils/DarkModeController` controller wrapped in a new `components/controls` component.
I'm not a huge fan of the current text: "The power of JavaScript minus the browser" This is inaccurate as Node.js is offering a ton of interfaces and support e.g. system IO that the Browser doesn't offer. Also, while it is not a browser I do like to think of Node.js as an active participate in the Web Platform... the comparison here has a negative charge that I don't think does us any benefit.
* feat: Add Footer component to layout * test: Add Test for Footer component * test: Updated snapshots changed by Footer component * style: Add right margin to footer links and refactored styles * feat: Add blur event to dropDown Summary: Add onBlur event to dropDownButton so the user can click anywhere outside of dropdown menu to close it * test: Update footer snapshot * chore: Move eslint ingore pattern from package.json to .eslintignore * fix: Fixed onBlur event firing even if dropdown is closed * chore: Removed Emoji Flags from footer dropdown Emoji flags are not supported by all platforms, E.g. On windows Co-authored-by: Ben Halverson <[email protected]>
* docs(contributing.md): Added details on how to contribute #396 * docs(contributing.md): Updated the getting started section
* feat(banner): Added a new banner component #332 * style(banner.tsx): Added additional styling Added additional styling to match the mockup more closely * test(snapshot): Updated snapshot for banner.tsx * Fix topbanner dark mode (#1) * fix: Banner styling for dark mode * test(snapshot): Updated snapshot for banner.tsx * style: Lint Co-authored-by: Saleh Abdel Motaal <[email protected]>
* fix(banner.tsx): Set border property to bannerButton css to avoid border styles from browsers user agent stylesheet * fix(banner.tsx): Set transparent as border color * fix(banner.tsx): Update banner.tsx snapshot
* fix(homepage): Removed mailing list signup
The mailing list for nodejs hasnt been published in many months.
Closes #331
* style(index.css): Removed unused css
This removes the unused css from the homepage as part of the removal of the mailing list form
* 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] <[email protected]> * chore: update dependencies (#379) Results of yarn upgrade gatsby. This will quell a warning in the GitHub interface. * chore: bump remark-preset-lint-node to 1.10.1 (#356) Supress newly failing rules to be fixed separatley * grammar, update times and references (#360) * fix: Stream.Readable example (#367) Co-Authored-By: Nick Schonning <[email protected]> * Update index.md (#374) In the copy a buffer section, there is a mistake: buf.copy(bufcopy, 0, 2,2) //it will print nothing since the source start and source end is specified as 2 in the original code correction: buf.copy(bufcopy, 0, 0, 2) // it will print the desired output that is 'He' * docs: correct azure documentation link (#377) Co-authored-by: Nick Schonning <[email protected]> * Add a note (#363) Add a note (condition) for running the `node.js` command. * fix: remark-lint minor suppressed rules (#351) * doc: add MEAN and Loopback (#372) Co-Authored-By: Nick Schonning <[email protected]> * build(deps): bump handlebars in /.github/action/result-poster (#384) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump handlebars from 4.1.2 to 4.5.3 (#385) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]> * Notes for meeting on 2020-01-30 (#391) * Create 2020-01-30.md Thank you for taking notes, @jonchurch and @SMotaal 👍🏽 * fix: Tweak meeting minutes to fix md linting errors Co-authored-by: Jonathan Church <[email protected]> * Update examples (#393) Updated the examples to use a more recent version of Node.js * build(deps-dev): bump codecov from 3.5.0 to 3.6.5 (#411) Bumps [codecov](https://github.com/codecov/codecov-node) from 3.5.0 to 3.6.5. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits) Signed-off-by: dependabot[bot] <[email protected]> * Fix typo on statSync method (#400) * Fix typo on 'How to use the Node.js REPL' page (#432) * docs: add OKR.md (#394) * docs: add OKR.md This adds an OKR.md doc deriving from https://github.com/nodejs/community-committee/blob/3d0329d82fe5d85d8050027c4f4683ab88a01a08/OKR.md based on Node.js Foundation Website Redesign Strategic Initiative Meeting 2020-01-30 discussion minutes in https://docs.google.com/document/d/17IuIy9Ir7SHSq7O7UwOsnsoI3vRGL4z1XH-tUeClgMw/edit?pli=1. * Update OKR explainer Co-Authored-By: Joe Shindelar <[email protected]> * Commit current suggestions Agreed to merge as is, future updates can happen after. Co-Authored-By: Onur Laru <[email protected]> Co-authored-by: Manil Chowdhury <[email protected]> Co-authored-by: Joe Shindelar <[email protected]> Co-authored-by: Onur Laru <[email protected]> * build(deps): bump acorn from 5.7.3 to 5.7.4 (#430) Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump acorn in /.github/action/result-poster (#429) Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.5 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.0.5...6.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump dotenv from 8.1.0 to 8.2.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v8.1.0...v8.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Auto labels for issue templates (#444) * chore: Add bug label * chore: Add enhancement label * chore: Add question label Co-authored-by: Onur Laru <[email protected]> * Correct the minor releases versions on line 46 For the specified package version (`1.3.1`) it would update to `1.13.1`, `1.14.0`... and not `0.13.1`, `0.14.0` * fixed a typo * chore: update github workflow from hcl to yml * build: Yarn -> NPM * chore: Convert Yarn registry to npm registry Automated conversion of lockfile left the registry pointing to yarnpkg * build(deps-dev): bump @types/jest from 24.0.18 to 25.1.4 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.18 to 25.1.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): bump @types/react-helmet from 5.0.9 to 5.0.15 (#450) Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 5.0.9 to 5.0.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump emotion from 10.0.14 to 10.0.27 (#453) Bumps [emotion](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/[email protected]@10.0.27) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump @types/react-test-renderer from 16.9.0 to 16.9.2 Bumps [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer) from 16.9.0 to 16.9.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-test-renderer) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): bump react-dom from 16.9.0 to 16.13.0 (#457) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.9.0 to 16.13.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.0/packages/react-dom) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump react-test-renderer from 16.9.0 to 16.13.0 (#462) Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.9.0 to 16.13.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.0/packages/react-test-renderer) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-canonical-urls from 2.1.5 to 2.2.1 (#463) Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.1.5 to 2.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-react-helmet from 3.1.5 to 3.2.1 (#464) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.1.5 to 3.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * chore: Upgrade prettier to v2 Updated format globbing to doublequotes for cross platform support * fix: Enable remark-lint-unordered-list-marker-style Upstream style uses asterisks * build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0 (#452) * build(deps-dev): bump remark-preset-lint-node from 1.10.1 to 1.13.0 Bumps [remark-preset-lint-node](https://github.com/nodejs/remark-preset-lint-node) from 1.10.1 to 1.13.0. - [Release notes](https://github.com/nodejs/remark-preset-lint-node/releases) - [Commits](nodejs/remark-preset-lint-node@v1.10.1...v1.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * fix: hostname -> host name * fix: Node -> Node.js Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Nick Schonning <[email protected]> * chore: update [email protected] to [email protected] (#473) * chore: Run npm audit fix * build(deps-dev): bump remark-frontmatter from 1.3.2 to 1.3.3 Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@1.3.2...1.3.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): bump tslint from 5.19.0 to 5.20.1 (#479) Bumps [tslint](https://github.com/palantir/tslint) from 5.19.0 to 5.20.1. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.19.0...5.20.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump jest from 25.2.3 to 25.2.4 Bumps [jest](https://github.com/facebook/jest) from 25.2.3 to 25.2.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v25.2.3...v25.2.4) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps): bump typescript from 3.5.3 to 3.8.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.5.3...v3.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: Move tslint to devDependency * chore: bump tslint-react to 4.2.0 * build(deps): bump prismjs from 1.17.1 to 1.19.0 Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.17.1 to 1.19.0. - [Release notes](https://github.com/LeaVerou/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.17.1...v1.19.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): bump @babel/preset-typescript from 7.3.3 to 7.9.0 Bumps [@babel/preset-typescript](https://github.com/babel/babel) from 7.3.3 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.3.3...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * build(deps-dev): bump babel-preset-gatsby from 0.2.20 to 0.3.1 (#483) Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.2.20 to 0.3.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-transformer-remark from 2.6.19 to 2.7.1 (#481) Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.19 to 2.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-transformer-remark) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump react from 16.9.0 to 16.13.1 (#480) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.9.0 to 16.13.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-emotion from 4.1.4 to 4.2.1 (#477) Bumps [gatsby-plugin-emotion](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-emotion) from 4.1.4 to 4.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-emotion/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-emotion) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-offline from 3.0.16 to 3.1.2 (#466) Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.0.16 to 3.1.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-offline) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Update index.md (#488) Changed a section of paragraph 4 from "needs to perfotm" to "performs" * chore: Bump nvmrc to 10 (#486) * build(deps-dev): bump babel-jest from 25.2.3 to 25.2.6 (#503) Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.3 to 25.2.6. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v25.2.6/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-remark-images from 3.1.19 to 3.2.1 (#501) Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.1.19 to 3.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-images) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump react-dom from 16.13.0 to 16.13.1 (#497) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.0 to 16.13.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react-dom) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump emotion-server from 10.0.14 to 10.0.27 (#494) Bumps [emotion-server](https://github.com/emotion-js/emotion) from 10.0.14 to 10.0.27. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/[email protected]@10.0.27) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-typescript from 2.1.5 to 2.3.1 (#500) Bumps [gatsby-plugin-typescript](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-typescript) from 2.1.5 to 2.3.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-typescript/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-typescript) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump react-test-renderer from 16.13.0 to 16.13.1 (#495) Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.13.0 to 16.13.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react-test-renderer) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-remark-prismjs from 3.3.9 to 3.4.1 (#498) Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.3.9 to 3.4.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-prismjs) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump @babel/core from 7.5.5 to 7.9.0 (#492) Bumps [@babel/core](https://github.com/babel/babel) from 7.5.5 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.5.5...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Update index.md fix broken link of Serverless Framework * build(deps-dev): bump prettier from 2.0.2 to 2.0.4 (#520) Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](prettier/prettier@2.0.2...2.0.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump remark-cli from 7.0.0 to 8.0.0 (#518) Bumps [remark-cli](https://github.com/remarkjs/remark) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/[email protected]@8.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump @types/jest from 25.1.4 to 25.2.1 (#517) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.4 to 25.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-remark-images from 3.2.1 to 3.2.2 (#516) Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-images/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-images) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump tslint from 6.1.0 to 6.1.1 (#524) Bumps [tslint](https://github.com/palantir/tslint) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@6.1.0...6.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-remark-autolink-headers from 2.1.8 to 2.2.1 (#523) Bumps [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers) from 2.1.8 to 2.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-autolink-headers/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-autolink-headers) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump remark-frontmatter from 1.3.3 to 2.0.0 (#522) Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.3 to 2.0.0. - [Release notes](https://github.com/remarkjs/remark-frontmatter/releases) - [Commits](remarkjs/remark-frontmatter@1.3.3...2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby from 2.20.8 to 2.20.14 (#525) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.8 to 2.20.14. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.14) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-sharp from 2.5.3 to 2.5.4 (#513) Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-sharp) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-source-filesystem from 2.1.18 to 2.2.2 (#515) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.18 to 2.2.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): [security] bump https-proxy-agent (#528) Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. **This update includes security fixes.** - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](TooTallNate/proxy-agents@2.2.2...2.2.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump standard in /.github/action/result-poster (#529) Bumps [standard](https://github.com/standard/standard) from 12.0.1 to 14.3.3. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](standard/standard@v12.0.1...v14.3.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-catch-links from 2.1.5 to 2.2.1 (#512) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.5 to 2.2.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump actions-toolkit in /.github/action/result-poster (#531) Bumps [actions-toolkit](https://github.com/JasonEtco/actions-toolkit) from 1.1.0 to 4.0.0. - [Release notes](https://github.com/JasonEtco/actions-toolkit/releases) - [Commits](JasonEtco/actions-toolkit@v1.1.0...v4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump babel-jest from 25.2.6 to 25.3.0 (#537) Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.6 to 25.3.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v25.3.0/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build: Add CI for Result Poster Action (#534) * build: Add CI for Result Poster Action * fix: linting on result-poster JS * fix: Remove call to missing file * build(deps-dev): bump jest from 25.2.4 to 25.3.0 (#536) Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.3.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v25.2.4...v25.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump semantic-release in /.github/action/result-poster (#530) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.24 to 17.0.4. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v15.13.24...v17.0.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby from 2.20.14 to 2.20.15 (#535) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.14 to 2.20.15. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.15) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * fix: Globbing for result-poster CI (#543) * build: Use pinned verion of actions/checkout * chore: remove unused nock module in GitHub action (#540) * chore: bump minimist to [email protected] (#544) * 0010-node-hosting -> update index.md (#555) remove an excessive 'a' article * build(deps): bump gatsby-plugin-canonical-urls from 2.2.1 to 2.2.3 (#567) Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-remark-prismjs from 3.4.1 to 3.4.4 (#571) Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.4.1 to 3.4.4. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-remark-prismjs) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-react-helmet from 3.2.1 to 3.2.4 (#573) Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.2.1 to 3.2.4. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-react-helmet) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump babel-preset-gatsby from 0.3.1 to 0.3.4 (#582) Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 0.3.1 to 0.3.4. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps-dev): bump semantic-release in /.github/action/result-poster (#580) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.4 to 17.0.7. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v17.0.4...v17.0.7) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump intersection-observer from 0.7.0 to 0.9.0 (#572) Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/w3c/IntersectionObserver/releases) - [Commits](https://github.com/w3c/IntersectionObserver/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump prismjs from 1.19.0 to 1.20.0 (#514) Bumps [prismjs](https://github.com/LeaVerou/prism) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/LeaVerou/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.19.0...v1.20.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby-plugin-manifest from 2.3.3 to 2.3.6 (#583) Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-manifest) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * build(deps): bump gatsby from 2.20.15 to 2.20.29 (#581) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.20.15 to 2.20.29. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.29) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * chore: Rebuild lock file * chore: Updated snapshots Co-authored-by: Adam Miller <[email protected]> Co-authored-by: Saqib Ameen <[email protected]> Co-authored-by: Karl Horky <[email protected]> Co-authored-by: Myles Borins <[email protected]> Co-authored-by: dangen <[email protected]> Co-authored-by: Nick Schonning <[email protected]> Co-authored-by: Lars-Magnus Skog <[email protected]> Co-authored-by: Aymen Naghmouchi <[email protected]> Co-authored-by: David Ye <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rich Trott <[email protected]> Co-authored-by: Brian Harrington <[email protected]> Co-authored-by: Masashi Hirano <[email protected]> Co-authored-by: kajaharish <[email protected]> Co-authored-by: Brian Clark <[email protected]> Co-authored-by: Manil Chowdhury <[email protected]> Co-authored-by: Jonathan Church <[email protected]> Co-authored-by: Liz Parody <[email protected]> Co-authored-by: Juan Sebastian velez Posada <[email protected]> Co-authored-by: Basavanagowda Kanur <[email protected]> Co-authored-by: Saleh Abdel Motaal <[email protected]> Co-authored-by: Joe Shindelar <[email protected]> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Onur Laru <[email protected]> Co-authored-by: Eugene Owak <[email protected]> Co-authored-by: Rui Silva <[email protected]> Co-authored-by: Jesse Katsumata <[email protected]> Co-authored-by: Kelvin Otundo <[email protected]> Co-authored-by: Wenhe <[email protected]> Co-authored-by: pimonenkov <[email protected]>
* fix: Added TS definitions for assets * fix: Removed unusable prop * refactor: Prettified changes
* fix(pagination): Fixed the next and previous links on /learn Closes https://github.com/nodejs/nodejs.dev/issues/472 * test(snapshots): Updated snapshots * chore(linting): Fixed linting errors * ci(package-lock): Updated my branch with the latest staging
* chore: Added SASS preprocessing; Replaced css with scss files * chore: Optimized scss files; Added .scss files to prettify
* test * Update README.md (#3) * refactor(article): Refactored file structure for the article component * refactor(author): File refactor for author components * refactor(components): Refactored components * refactor(components): Refactor file structure again * misspelling * Fixed * misspeelled on purpose * Fixed spelling and lowercase issue * removed random text from readme
/preview |
Please find a preview at: https://staging.nodejs.dev/654/ |
trailingComma: "es5", | ||
bracketSpacing: true, | ||
jsxBracketSameLine: false, | ||
arrowParens: "avoid" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something strange with this file 0_o
So... this redesign was originally meant to replace the nodejs.org website... and this update does start to duplicate a lot of functionality in an incomplete way. Is there value in having so much duplicated copy? Has @nodejs/website-redesign approved this going to production? Is the @nodejs/tsc and @nodejs/community-committee ok with this landing? There are a bunch of problems with the site beyond just the lorem ipsum. With a very quick browse I was able to find the following.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to make my objection to this landing explicit. This is not ready for production for a number of reasons.
subTitle: string; | ||
} | ||
|
||
const NodeVersion = 'Version 10.15.3'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should get this from the useReleaseHook #660
Closing. I will reopen when staging is in a better state to be reviewed by comm comm tsc and any other stakeholders. |
Description
This PR merges the current changes in staging into master. The goal is to get back to one active branch instead of two. #587
Features include: