nodejs.dev
nodejs.dev copied to clipboard
A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark.
## Summary Historical documentation will be fetched async as requested: ref https://github.com/nodejs/nodejs.dev/issues/255. This ticket must be done after historical docs land. Current and LTS docs should be pulled in through...
## Time **UTC Wed 03-Aug-2022 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Wed 03-Aug-2022 11:00 (11:00 AM) | | US / Mountain |...
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 5.17.0 to 5.19.0. Changelog Sourced from gatsby-plugin-react-helmet's changelog. 5.19.0 (2022-07-19) 🧾 Release notes Note: Version bump only for package gatsby-plugin-react-helmet 5.18.0 (2022-07-05) 🧾 Release notes Note: Version...
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 6.2.1 to 6.3.1. Release notes Sourced from @svgr/webpack's releases. v6.3.1 Bug Fixes fix duplicate plugin/preset detected error (#747) (3c6a54c), closes #746 fix exports compat with ESM (#749)...
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.17.0 to 4.19.0. Release notes Sourced from gatsby-plugin-sharp's releases. v4.19 Welcome to [email protected] release (July 2022 #2) Key highlights of this release: Gatsby Head API - Better...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.2 to 28.1.3. Release notes Sourced from jest-environment-jsdom's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 28.1.1 to 28.1.3 Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when...
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.17.0 to 4.19.0. Release notes Sourced from gatsby-plugin-manifest's releases. v4.19 Welcome to [email protected] release (July 2022 #2) Key highlights of this release: Gatsby Head API - Better...
## Description Since node 10, it is mandatory to pass a callback on fs.writeFile(). Otherwise the method does not work.
## Summary Right now we're using normal scss files and class names for styling across the page. But it's starting to show it's side-effects as unrelated/unimported class names/styles are affecting...