Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from nodejs:main #211

Merged
merged 239 commits into from
Jul 13, 2023
Merged

[pull] main from nodejs:main #211

merged 239 commits into from
Jul 13, 2023

Commits on Mar 8, 2023

  1. feat(infra): migrate to next.js infrastructure (#4991)Co-authored-by:…

    … Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> Co-authored-by: Michael Esteban <mickel13@gmail.com> Co-authored-by: Shu Ding <g@shud.in>
    
    * chore(next.js): added initial package.json update and configuration files
    
    * chore(static): moved static files to public/static
    
    * chore(pages): moved locale directory to pages/
    
    * chore(survey): added readme and updated deploy script for survey
    
    * chore(legacy): removed build.js and server.js
    
    * chore(typescript): updated theme.tsx and added typescript support
    
    * chore(folder-structure): continued moving files and clean up of things
    
    * chore(codeowners): updated codeowners
    
    * chore(eslint): updated markdown matching
    
    * chore(move): moved styles and layout and data folders
    
    * chore(i18n): added initial locale config
    
    * chore(lts): stick with v18 lts
    
    * chore(i18n): updated crowdin configuration
    
    * chore(lts): fixed lts naming on ci and nvm
    
    * chore(package.json): fixed lint commands
    
    * chore(package-lock): reindexed and updated package lock
    
    * chore(i18n): added react-intl package
    
    * chore(configs): updated next, eslint and tsconfig
    
    * chore(packages): add prettier config for the plugin
    
    * chore(configs): updated prettier, eslint adn package.json
    
    * chore(package): removed airbnb config
    
    * chore(lint): applied linting in core files
    
    * chore(lint): applied linting on markdown and style files
    
    * chore(ci): disable build job for now
    
    * chore(cache): added eslint cache files to ignore
    
    * chore(public): moved robots and security to root public folder
    
    * chore(eslint): added default next config
    
    * chore(remark): added remark configuration
    
    * chore(i18n): added ICU locale files boilerplates
    
    * chore(config): added website config file
    
    * chore(favicon): removed all favicon alternates to a simple png file
    
    * chore(dependencies): added a rss/atom/json feed package
    
    * chore(packages): updated packages and adopted npm-run-all
    
    * chore(layouts): removed blm specific layouts
    
    * feast(config): introduced site config provider and context
    
    * feat(header): started to create the header component
    
    * chore(provider): refactored provider
    
    * chore(fonts): added source sans pro font
    
    * feat(templates): added core component
    
    * chore(pages): removed legacy blm page
    
    * feat(types): introduced frontmatter types
    
    * chore(theme): started to update theme with layout
    
    * feat(config): updated site config types
    
    * feat(header): added all header meta tags
    
    * chore(document): added assets for theme switch
    
    * chore(eslint): fixed eslint failed rule
    
    * update nextra
    
    * chore(document): added remaining scripts
    
    * feat(footer): added footer
    
    * feat(header): updated header with favicon
    
    * feat(manifest): added manifest for PWA
    
    * feat(i18n): introduced i18n hook
    
    * chore(header): added i18n config
    
    * feat(layouts): added default layout
    
    * feat(layouts): initial version of the layout provider
    
    * refactor(provider): cleaned-up the site provider
    
    * feat(theme): adopted layout provider on theme
    
    * chore(layouts): removed unused layouts
    
    * feat(footer): added scroll-to-top
    
    * chore(i18n): added navigation and translations
    
    * chore(dependencies): added highlightjs and classnames
    
    * chore(utils): added link locale util
    
    * feat(i18n): introduced locale provider
    
    * feat(header): renamed header into htmlhead
    
    * feat(header): introduced page header
    
    * feat(components): introduced localised linkicomponent
    
    * feat(components): introduced language picker component
    
    * chore(footer): updated translation id
    
    * feat(app): updated app, document and theme with new locale and scripts
    
    * chore(layouts): added header to default layout
    
    * chore(layouts): removed old header layout
    
    * chore(docs): made the docs index mdx compatible
    
    * chore(types): added labels to frontmatter
    
    * chore(config): updated next config and remark plugins
    
    * chore(types): added types for node-version-data
    
    * feat(i18n): hook to support metadata about current route
    
    * feat(navigation): updated navigation metadata
    
    * feat(navigation): introduced a navigation hook
    
    * feat(node-versions): introduced provider and types for node-versions
    
    * feat(navigation): introduced side navigation component
    
    * feat(header): use the new navigation component
    
    * chore(app): introduced node data provider usage
    
    * feat(docs): introduced doc layout
    
    * chore(layouts): added docs to layout provider
    
    * chore(layouts/scripts): removed now unused layouts and scripts
    
    * chore(scripts): removed build scripts for node data
    
    * chore(utils): introduced new util
    
    * chore(data): removed non-needed data anymore
    
    * chore(navigation): include root entry on side nav
    
    * fix(footer): fixed spacing of items
    
    * fix(body): next element to also follow body rules
    
    * feat(layouts): introduced new layouts
    
    * chore(note): added todo notes on temporary components
    
    * feat(mdx): added proper node api versions component
    
    * chore(dependencies): removed non-needed dependencies
    
    * chore(docs): reverted mdx rename and use regular mdx provider for the component import
    
    * chore(remark): a lot of the lists are unordered and shouldn't need to be with *
    
    * chore(layouts): removed unused knowledge layouts
    
    * feat(banner): introduced banner component
    
    * feat(nextra): allow plain md syntax; include i18n file in ssg
    
    * feat(next): introduced lambdas for getting data
    
    * chore(eslint): added mjs to es6 context
    
    * feat(next): adopted new data fetching mechanism
    
    * feat(providers): updated providers with new data fetching
    
    * chore(types): simplified provider types
    
    * chore(i18n): added lts span
    
    * chore(next): improve next configuration
    
    * feat(header): allow subpath match for sidenav
    
    * chore(dependencies): added critters and sharp for css/image optimization
    
    * feat(caching): introduced caching of static async props
    
    * fix(header): home location sublink
    
    * chore(hooks): removed .tsx extension
    
    * chore(scripts): removed unused scripts
    
    * feat(utils): added util for changelog link
    
    * feat(providers): provide nextra context
    
    * chore(types): added numeric version
    
    * feat(hooks): nextra context hook
    
    * feat(components): download button component
    
    * feat(layouts): introduced index layout
    
    * feat(date): added format time util
    
    * chore(scripts): removed more unused scripts
    
    * disable flexsearch for now
    
    * chore(next): increase memory pool for build
    
    * feat(data): updated hooks and how data is provided
    
    * chore(components): moved a few components around
    
    * chore(404): added dev 404 page
    
    * chore(i18n): added navigation and i18n for downloads
    
    * feat(download): introduced download components
    
    * feat(pages): introduced download pages
    
    * feat(navigation): offer replacement of vars in link
    
    * chore(scripts): updated a few scripts
    
    * chore(scripts): removed other deprecated script
    
    * chore(handlebars): added handlebars
    
    * feat(release-post): contained release posts within the scripts folder
    
    * chore(external): no need to have a package.json there anymore
    
    * chore(release-post): minor typo fix
    
    * chore(dependencies): added sw dependency
    
    * chore(sw): enable sw feature
    
    * chore(types): updated node data types
    
    * feat(components): introduced download table component
    
    * chore(layouts): introduced previous releases layout
    
    * chore(scripts): added jquery as script
    
    * refactor(components): use Link component
    
    * chore(downloads): use dompurify for the frontmatter modules
    
    * fix(links): fix api docs links
    
    * fix(locale): fixed determination of route match
    
    * chore(deps): updated dependencies
    
    * chore(helpers): introduced helper for getting a header link
    
    * feat(heading): introduced anchored heading component
    
    * chore(theme): adopted anchored component
    
    * chore(anchor): id is always provided
    
    * chore(dependencies): updated package json
    
    * chore(mdx): transformed into mdx pages that need to be in mdx
    
    * chore(dependencies): updated dependencies
    
    * chore(mdx): default config
    
    * fix: upgrade nextra and refactor getNextData
    
    * feat(layouts): introduced blog post layout
    
    * fix(release-post): end paragraph markings
    
    * chore(layouts): sanitize to be memoized
    
    * fix: only pass necessary node versions in page props
    
    * chore(guides): removed non-translated guides
    
    * fix(markdown): fix buffer guide markdown
    
    * feat(mdx): blockquote as highlightbox
    
    * fix(linting): fixed prettier rules for mdx
    
    * fix: /404 route and optimize page size
    
    * fix: optimize next build
    
    * chore(canonical): add canonical
    
    * refactor(data): simplified data gathering
    
    * chore(dependencies): introducesd sitemap and swr
    
    * chore(ts): allow downlevel iteration
    
    * fix(build): unoptimized images
    
    * feat(downloads): only latest major of each version
    
    * chore(js): removed unused code
    
    * chore(404): prettified 404 file
    
    * chore(footer): fixed # not valid
    
    * chore(i18n): add 404 page messages
    
    * chore(404): use tsx instead of mdx
    
    * chore(react-intl): no errors
    
    * chore(i18n): fallback data
    
    * chore(ci): added build on ci again
    
    * chore(sitemap): added sitemap data
    
    * chore(eslint): prefer nodejs config
    
    * chore(fix): linting
    
    * chore(scripts): remove server 404 and fix main.js for 404
    
    * chore(build): is memory efficient now
    
    * fix(i18n): always using english locale
    
    * chore(next): updated config options
    
    * feat(data): improved data rendering/reusability
    
    * chore(next): remove non-necessary packages
    
    * chore(scripts): refactored release-post to mjs
    
    * chore(scripts): simplify and document code
    
    * chore(next): refactored data scripts
    
    * refactor(header): i18n, svg and fix styles
    
    * chore(next): minor refactor of helper
    
    * feat(node-data): only on selected routes
    
    * fix(ts): fixed typescript types
    
    * refactor(providers): simplified the _app
    
    * chore(dependencies): added gray-matter
    
    * feat(helpers): introduced script helpers
    
    * chore(types): updated types
    
    * refactor(next): refactored data components
    
    * chore(sitemap): removed non-existent env
    
    * chore(optimize): removed css optimization
    
    * feat(dat): introduced blog data helper
    
    * fix(blogdata): fixed slug
    
    * feat(types): shared props and context
    
    * feat(utils): added time component
    
    * chore(gitignore): year pages
    
    * chore(types): refactored types
    
    * chore(data): improved blog data and create year pages
    
    * feat(blog): introduced blog index page
    
    * feat(layouts): implemented blog category layout
    
    * feat(i18n): migrate translations 🎉  (#1)
    
    * feat: migrate `ar`
    
    * feat: migrate `ca`
    
    * feat: migrate `de`
    
    * feat: migrate `es`
    
    * feat: migrate `fa`
    
    * feat: migrate `fr`
    
    * feat: migrate `gl`
    
    * feat: migrate `it`
    
    * feat: migrate `ja`
    
    * feat: migrate `ka`
    
    * feat: migrate `ko`
    
    * feat: migrate `nl`
    
    * feat: migrate `pt-br`
    
    * feat: migrate `ro`
    
    * feat: migrate `ru`
    
    * feat: migrate `tr`
    
    * feat: migrate `uk`
    
    * feat: migrate `zh-cn`
    
    * feat: migrate `zh-tw`
    
    * chore: update next and previous strings
    
    * chore: remove `en` site.json
    
    * fix(document): numerours document style fixes and javascript fixes
    
    * chore(eslint): global window
    
    * chore(external): moved external folders
    
    * feat(rss): introduced rss generation
    
    * chore(tests): removed unused tests
    
    * chore(readme): updated readme
    
    * chore(lint): ignore and fix linting
    
    * refactor(scripts): refactored the legacy scripts
    
    * chore(ci): set memory to 4gb on ci
    
    * chore(workers): no need tofr morkers
    
    * chore(ci): updated a doc and ci file
    
    * chore(refactor): minor refactors, text changes and bug fixes
    
    * Update COLLABORATOR_GUIDE.md
    
    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * Apply suggestions from code review
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * fix: upgrade nextra to remove the __esModule hack
    
    * chore: disable outputFileTracing
    
    * chore(ci): use build cache
    
    * chore(js): fix theme switcher issues
    
    * fix(build): improved data transmission from static props
    
    * chore(fixes): minor style and config changes
    
    * fix(scrollto): minor scroll to fix
    
    * Update next.config.mjs
    
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * chore(ci): attempt to optimize caching
    
    * chore(ci): fine-tune to be based on eslint hashing
    
    * chore(cache): only cache .next/cache
    
    * chore(mastodon): added mastodon verification
    
    * chore(next): updated packages and optimised build performance
    
    * chore(dependencies): updated dependencies
    
    * fix(lint): fixed linting
    
    * chore(dependencies): removed temp dep
    
    * chore(package): reduce memory
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Shu Ding <g@shud.in>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    5 people authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ec1ebcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93407da View commit details
    Browse the repository at this point in the history
  3. fix(canonical): duplicated locale on the route (#5075)

    * fix(canonical): duplicated locale on the route
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * Update HtmlHead.tsx
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    55caac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    fb00893 View commit details
    Browse the repository at this point in the history
  2. fix: releases table link typo (#5083)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    mikeesto and ovflowd authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    159c4da View commit details
    Browse the repository at this point in the history
  3. fix(minor): minor general bug fixes (#5085

    * chore(next): remove deprecated @next/font
    
    * fix(home): fixed download button by removing next/link
    
    * fix(highlight): bootstrap highlight on every route change
    ovflowd authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c2a90c8 View commit details
    Browse the repository at this point in the history
  4. chore(workflows): run linting job on windows too (#5086)

    * chore(workflows): run linting job on windows too
    
    * chore(typo): matrix.os not available on that name
    ovflowd authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d361de2 View commit details
    Browse the repository at this point in the history
  5. chore(infra): remove unused config (#5077)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    styfle and ovflowd authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    997134d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e725199 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. fix: AnchorLinks don't work properly (#5100)

    This fixture mainly focuses on two bugs:
    
    1. For Heading <h1>, it doesn't render as what we see for "h2" ,
       "h3"..,and the "id" is always null. So the solution is to render the
       the children (here it must be a string) and return it in default.
    
    2. For very long English titles or non-English titles in md files,
    the generated anchor name in default will be very hard to read/write in
    md files if we want to refer. What we used to do is to give it an alian
    name in short, Take Chinese generated HTML files will be a good example
    to explain.
    SEWeiTung authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    fbe760e View commit details
    Browse the repository at this point in the history
  2. hotfix(actions: disable injected content by GH pages

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a0c5ef6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. fix: scroll to top button on small viewports (#5098)

    Co-authored-by: Maledong <maledong_public@foxmail.com>
    mikeesto and SEWeiTung authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    36bb379 View commit details
    Browse the repository at this point in the history
  2. fix broken links (#5087)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    imba-tjd and ovflowd authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6c4dd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28b1079 View commit details
    Browse the repository at this point in the history
  4. fix(i18n): fix typo in translation keys (#5092)

    Two i18n keys that includes typo changed
    
    Fixes #5091
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    EmirBoyaci and ovflowd authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    531ce41 View commit details
    Browse the repository at this point in the history
  5. New Crowdin updates (#5107)

    * Update source file package-manager.md
    
    * Update source file en.json
    
    ---------
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    nodejs-github-bot and ovflowd authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6f88680 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. chore(next/link): do not use link for external links (#5106)

    Signed-off-by: Maledong <maledong_public@foxmail.com>
    Co-authored-by: Maledong <maledong_public@foxmail.com>
    ovflowd and SEWeiTung authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    406726a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump nextra from 2.2.18 to 2.2.19 (#5110)

    Bumps [nextra](https://github.com/shuding/nextra) from 2.2.18 to 2.2.19.
    - [Release notes](https://github.com/shuding/nextra/releases)
    - [Changelog](https://github.com/shuding/nextra/blob/main/docs/CHANGELOG.md)
    - [Commits](https://github.com/shuding/nextra/compare/nextra@2.2.18...nextra@2.2.19)
    
    ---
    updated-dependencies:
    - dependency-name: nextra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    79ba0ec View commit details
    Browse the repository at this point in the history
  3. chore(actions): merge group should not have to go through all steps a… (

    #5117)
    
    chore(actions): merge group should not have to go through all steps again
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    aa1e107 View commit details
    Browse the repository at this point in the history
  4. chore(merge-queue): added checks for merge queues

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dfe164c View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @types/node from 18.14.6 to 18.15.1 (#5111)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    23a1f70 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump sass from 1.58.3 to 1.59.2 (#5114)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.58.3 to 1.59.2.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.58.3...1.59.2)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    865cdc2 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump eslint-config-next from 13.2.3 to 13.2.4 (#5115)

    Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.2.3 to 13.2.4.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v13.2.4/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9d9005c View commit details
    Browse the repository at this point in the history
  8. Chore(Style): introduce branding from nodejs Website Redesign (#5079)

    Chore(style): introduce branding from nodejs Website Redesign
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    AugustinMauroy and ovflowd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    24f6828 View commit details
    Browse the repository at this point in the history
  9. build(deps): bump next from 13.2.3 to 13.2.4 (#5116)

    Bumps [next](https://github.com/vercel/next.js) from 13.2.3 to 13.2.4.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v13.2.3...v13.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    dependabot[bot] and ovflowd authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ae82a04 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#5113)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    22b3166 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a0a2ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afeddbe View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. hotfix(queue): add to merge group

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    71ec1c2 View commit details
    Browse the repository at this point in the history
  2. fix(layout): header (#5123)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    AugustinMauroy and ovflowd authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    53a156a View commit details
    Browse the repository at this point in the history
  3. Fix typos in GitHub issue templates (#5119)

    * Fix typos in GitHub issue templates
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    
    * Update 03-i18n.yml
    
    Signed-off-by: Maledong <maledong_public@foxmail.com>
    
    ---------
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Signed-off-by: Maledong <maledong_public@foxmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Maledong <maledong_public@foxmail.com>
    3 people authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    520f3fb View commit details
    Browse the repository at this point in the history
  4. doc: fix for the missing links (#5127)

    Due to some extension file name "md" missing, the links are invalid.
    Here's the fixture for it by putting them together at the last lines.
    
    Refs: #5126
    SEWeiTung authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5dfe793 View commit details
    Browse the repository at this point in the history
  5. fix(grammar): LocalisedLink -> LocalizedLink (#5122)

    fix(grammar): LocalisedLink ->LocalizedLink
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    AugustinMauroy and ovflowd authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    88c3081 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15ad088 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dafda8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4016f54 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    e40c3eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af50ef4 View commit details
    Browse the repository at this point in the history
  3. Fix sed command line in "Diagnostics - Flame Graphs" guide (#4636)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    kazarmy and ovflowd authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    48b7b1f View commit details
    Browse the repository at this point in the history
  4. Update 2 links in Don't Block the Event Loop (#5133)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    beeburrt and ovflowd authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0a195b8 View commit details
    Browse the repository at this point in the history
  5. fix: broken ci badge on readme (#5099)

    There is no ci file named ci.yml inside the workflows folder, thus the badge wouldn't show.
    Replace it with the github-pages.yml workflow
    asrvd authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    76c371d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4b5161 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d45dcae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6da6dd View commit details
    Browse the repository at this point in the history
  9. chore(crowdin): updated config

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3196bc8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8903353 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c381b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c799aea View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    393f04d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1456749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad4449 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix: windows 11 cannot detect CPU processor successfully (#5125)

    Refs:
    
    1. #5028.
    2. #5025.
    
    Due to the author doesn't have free time to fix this, I'd like to help.
    SEWeiTung authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    001bdcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1fbba View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    c852a0c View commit details
    Browse the repository at this point in the history
  2. chore(readme): dark-light version of the image

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    70ab7c7 View commit details
    Browse the repository at this point in the history
  3. chore(readme): fixed quick typo

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7adb96c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    4ba1638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95947ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f12f593 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump next-sitemap from 4.0.5 to 4.0.6 (#5166)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3228016 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/deploy-pages from 1 to 2 (#5164)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    db4c8b1 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump prettier from 2.8.4 to 2.8.5 (#5167)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Maledong <maledong_public@foxmail.com>
    dependabot[bot] and SEWeiTung authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f5a7b30 View commit details
    Browse the repository at this point in the history
  7. chore(i18n): crowdin sync (#5161)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    nodejs-github-bot and ovflowd authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cbf34db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38eaab9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    363de00 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix: "Home" menu item misses the arrow when selected (#5171)

    The "Home"'s default URL is "/”, this will cause a problem: When click the menu item, the arrow is missing. 
    The solution is to ignore the last "/" and return you the URL as what it is.
    SEWeiTung authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d3f3bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf71b48 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. chore(codeowners): security update to codeowners

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    71bd5b7 View commit details
    Browse the repository at this point in the history
  2. chore(readme): fixed wrong structure items

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    33826bd View commit details
    Browse the repository at this point in the history
  3. chore(codeowners): applied default rules

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    26c35c1 View commit details
    Browse the repository at this point in the history
  4. chore(codeowners): translated folders

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9d28a56 View commit details
    Browse the repository at this point in the history
  5. chore(codeowners): regex not supported

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    277bc0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f220584 View commit details
    Browse the repository at this point in the history
  7. chore(codeowners): tsconfig to typescript

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4a97fcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b97b414 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fd5f81 View commit details
    Browse the repository at this point in the history
  10. chore(announcements): added new postmortem (#5186)

    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    ovflowd and shanpriyan authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    add894a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Mar 27, 2023

  1. chore(i18n): crowdin sync (#5189)

    Translations for the Simplified Chinese, French, Turklish, Indonesian.
    nodejs-github-bot authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f0ce6b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. chore(i18n): crowdin sync (#5205)

    The new translations for the Simplified Chinese, Indonesian.
    nodejs-github-bot authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5cd8486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0361e View commit details
    Browse the repository at this point in the history
  3. chore(translation): update with crowdin (#5181)

    Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
    Co-authored-by: Nick Schonning <nschonni@gmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Maledong <maledong_public@foxmail.com>
    5 people authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6be40c5 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump nextra from 2.2.19 to 2.2.20 (#5194)

    Bumps [nextra](https://github.com/shuding/nextra) from 2.2.19 to 2.2.20.
    - [Release notes](https://github.com/shuding/nextra/releases)
    - [Changelog](https://github.com/shuding/nextra/blob/main/docs/CHANGELOG.md)
    - [Commits](https://github.com/shuding/nextra/compare/nextra@2.2.19...nextra@2.2.20)
    
    ---
    updated-dependencies:
    - dependency-name: nextra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    dependabot[bot] and shanpriyan authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    18bf724 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. chore(crowdin): add mdx to the config file (#5208

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    847983f View commit details
    Browse the repository at this point in the history
  2. chore(crowdin): another attempt to include MDX (#5209

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4834086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd1a192 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0 (#5196)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3f2ae9d View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @builder.io/partytown from 0.7.5 to 0.7.6 (#5195)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    516ad13 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @types/node from 18.15.3 to 18.15.10 (#5197)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2f497de View commit details
    Browse the repository at this point in the history
  7. build(deps): bump sass from 1.59.3 to 1.60.0 (#5200)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ae82eb1 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump sharp from 0.31.3 to 0.32.0 (#5203)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fac91f9 View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump prettier from 2.8.6 to 2.8.7 (#5202)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d2b8e0a View commit details
    Browse the repository at this point in the history
  10. build(deps): bump react-intl from 6.3.1 to 6.3.2 (#5199)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4046109 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump swr from 2.1.0 to 2.1.1 (#5198)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6382f6c View commit details
    Browse the repository at this point in the history
  12. build(deps-dev): bump @types/react from 18.0.28 to 18.0.31 (#5212)Co-…

    …authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.28 to 18.0.31.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1ea1940 View commit details
    Browse the repository at this point in the history
  13. build(deps-dev): bump @types/node from 18.15.10 to 18.15.11 (#5211)Co…

    …-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.10 to 18.15.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5f0053a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48e41c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. chore(governance): remove duplicated data (#5215)

    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    ovflowd and mikeesto authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    022623f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc71dc View commit details
    Browse the repository at this point in the history
  3. chore(i18n): crowdin sync (#5207)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    3 people authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    29947ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f295fdd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Apr 4, 2023

  1. chore(i18n): crowdin sync (#5220)

    Translations for both Turklish and Simplified Chinese
    nodejs-github-bot authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    557d86a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. doc: Improve the TRANSLATION.md (#5232)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    SEWeiTung and ovflowd authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f1df7cc View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. chore(i18n): crowdin sync (#5239)

    Fix for #5235, a fast formation typo error.
    nodejs-github-bot authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7d4f529 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5f3d71d View commit details
    Browse the repository at this point in the history
  2. ja-JP: update translation for index.md from Crowdin

    Update translation for  index.md in Japanese.
    nodejs-github-bot authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5a6be70 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    6934dd2 View commit details
    Browse the repository at this point in the history
  2. fix: typo "vector attacks" (#5262)

    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    arty-name and mikeesto authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    cb4ba73 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    e3786d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a16ec1d View commit details
    Browse the repository at this point in the history
  3. chore(config): removed experimental option (#5276

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    df344bd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update getNodeJsChangelog.ts (#5267)

    Co-authored-by: SpriteyOnTheDraconic <91148727+SpriteyOnTheDraconic@users.noreply.github.com>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    5 people authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    76b0908 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. chore: add translation keys guidelines (#5279)

    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    3 people authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    17321ca View commit details
    Browse the repository at this point in the history
  2. chore: remove dependabot npm ecosystem

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ee6a52b View commit details
    Browse the repository at this point in the history
  3. Blog: Node.js 20 release announcement and post (#5290)

    * Blog: v20.0.0 release post
    
    Refs: nodejs/node#47381
    
    * announce: Node.js 20 release announcement
    RafaelGSS authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    69b37ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b709161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31cb089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6b666e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Updating the Broken link to "Node.js Contribution Guidelines" in Cont…

    …ributing page (#5298)
    
    Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com>
    vasanth9 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6b3811a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77c2ac View commit details
    Browse the repository at this point in the history
  3. chore: adjust working group mentions (#5313)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Trott and ovflowd authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    972c357 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 3, 2023

  1. chore: adopt @nodevu/core and remove node-version-data (#5332)

    * chore: adopt @nodevu/core and remove node-version-data
    
    * chore: remove unrelated change
    ovflowd authored May 3, 2023
    Configuration menu
    Copy the full SHA
    a680f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f3c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cccb76 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Sync: merge major/website-redesign into main (#5356)

    Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Teja Sai Sandeep Reddy Konala <sandeep.konala@knacksystems.com>
    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com>
    Co-authored-by: Aymen Naghmouchi <aymenadvance@gmail.com>
    Co-authored-by: Teja Sai Sandeep Reddy Konala <tejasaisandeepreddykonala@MacBook-Pro.local>
    Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    Co-authored-by: Guilherme Araújo <guilherme.araujo@maxxidata.com>
    Co-authored-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    Co-authored-by: HinataKah0 <128208841+HinataKah0@users.noreply.github.com>
    Co-authored-by: Olaleye Blessing <Olayinkablexxy@gmail.com>
    Co-authored-by: ktssr <31731919+ktssr@users.noreply.github.com>
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    Co-authored-by: vasanthkumar <42891954+vasanth9@users.noreply.github.com>
    Co-authored-by: Floran Hachez <floran.hachez@gmail.com>
    Co-authored-by: Jatin <96469998+JatinSharma32@users.noreply.github.com>
    19 people authored May 4, 2023
    Configuration menu
    Copy the full SHA
    71ef9e3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 12, 2023

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

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. chore: updated dependencies

    ovflowd committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b97fb2a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. feat: introduce built-in next.js exports and updated scripts and conf…

    …igs (#5384)
    
    * chore: updated gitignore and rmeoved robots.txt
    
    * chore: updated next-sitemap config
    
    * chore: next-config refactored options and export support
    
    * chore: updated imports to node: prefix
    
    * chore: updated contributing guidelines
    
    * chore: updated scripts
    
    * chore: updated next-sitemap
    
    * chore: added missing props
    ovflowd authored May 18, 2023
    Configuration menu
    Copy the full SHA
    1a96f18 View commit details
    Browse the repository at this point in the history
  2. fix: github-pages

    ovflowd committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bd65f7d View commit details
    Browse the repository at this point in the history
  3. chore: remove unused package

    ovflowd committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ec000c3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    e7f9a3e View commit details
    Browse the repository at this point in the history
  2. chore: linting rules (#5388)

    chore: updated lint files and codeowners
    ovflowd authored May 19, 2023
    Configuration menu
    Copy the full SHA
    e7f1aab View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. fix(link): 404 (#5391)

    * fix(link): 404
    
    * Update pages/en/download/package-manager.md
    
    Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    ---------
    
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
    AugustinMauroy and jdx authored May 21, 2023
    Configuration menu
    Copy the full SHA
    ea755c7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    275c3dc View commit details
    Browse the repository at this point in the history
  2. chore: github pages should not have turbo (replay issue)

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored May 23, 2023
    Configuration menu
    Copy the full SHA
    bf9e2fc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. test(snapshot): Migrate snapshot tests to storybook (#5340)

    Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Teja Sai Sandeep Reddy Konala <sandeep.konala@knacksystems.com>
    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com>
    Co-authored-by: Aymen Naghmouchi <aymenadvance@gmail.com>
    Co-authored-by: Teja Sai Sandeep Reddy Konala <tejasaisandeepreddykonala@MacBook-Pro.local>
    Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    Co-authored-by: Guilherme Araújo <guilherme.araujo@maxxidata.com>
    Co-authored-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    Co-authored-by: HinataKah0 <128208841+HinataKah0@users.noreply.github.com>
    Co-authored-by: Olaleye Blessing <Olayinkablexxy@gmail.com>
    Co-authored-by: ktssr <31731919+ktssr@users.noreply.github.com>
    Co-authored-by: vasanthkumar <42891954+vasanth9@users.noreply.github.com>
    Co-authored-by: Floran Hachez <floran.hachez@gmail.com>
    Co-authored-by: Jatin <96469998+JatinSharma32@users.noreply.github.com>
    fixed styleling misconfig and fixed storybooks (#5281)
    fix storybook styles, imports, typescript config and dependencies (#5319
    fix(package.json) Lint command is missing slashes (#5321
    fix storybook local development mode (#5335)
    fix(i18n): translation key (#5347)
    19 people committed May 24, 2023
    Configuration menu
    Copy the full SHA
    61214ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f52ef56 View commit details
    Browse the repository at this point in the history
  3. Contributing Guidelines Update - Add clarity to step 4 based on clone…

    … method (#5369)
    
    Add clarity to step 4 based on clone method
    
    Signed-off-by: Vessy Shestorkina <46304479+Ve33y@users.noreply.github.com>
    Ve33y authored and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    db1e8a0 View commit details
    Browse the repository at this point in the history
  4. fix(test): dir name (#5354)

    AugustinMauroy authored and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b94cb5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b75b6ca View commit details
    Browse the repository at this point in the history
  6. Migrate JsonLink component (#5370)

    * Migrate JsonLink component
    
    Signed-off-by: Vessy Shestorkina <46304479+Ve33y@users.noreply.github.com>
    
    * Add storybook snap and robot icon
    
    Signed-off-by: Vessy Shestorkina <46304479+Ve33y@users.noreply.github.com>
    
    * Remove IconContext provider
    
    Signed-off-by: Vessy Shestorkina <46304479+Ve33y@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Vessy Shestorkina <46304479+Ve33y@users.noreply.github.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Ve33y and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2caf123 View commit details
    Browse the repository at this point in the history
  7. refactor(useDownloadLink): Move useDetectOs to useDownloadLink (#5376)

    * refactor(useDownloadLink): Move useDetectOs to useDownloadLink
    
    * refactor(useDownloadLink): rename file
    
    * refactor(useDownloadLink): rename file
    
    * Apply suggestions from code review
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * refactor(useDownloadLink): undo deleted file
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Harkunwar and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    56d8aa6 View commit details
    Browse the repository at this point in the history
  8. feat: Add MUI Config and Theme Provider (#5368)

    * feat: Add MUI Config and Theme Provider
    
    * added createTheme
    
    * refactor themeConfig
    
    * feat(theme): Fix linting and package-lock
    
    * feat(theme): Add emotion styled and emtion react
    
    ---------
    
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    2 people authored and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cf70e82 View commit details
    Browse the repository at this point in the history
  9. refactor(delete): duplicate test file (#5377)

    refactor(test): Delete duplicate test file
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Harkunwar and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    8e54a3b View commit details
    Browse the repository at this point in the history
  10. feat(useClickOutside): introduce (#5359)

    * feat(useClickOutside): introduce
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * feat(useClickOutside): fix and twix
    
    * feat(dropdown): remove useless ref
    
    * feat(useClickOutside): update unit test
    
    * feat(UseClickOutside): update type
    
    * fix: usage of type
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * update listener
    
    * Update components/Common/LanguageSelector/index.tsx
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * fix: languageSelector
    
    * update with feedback
    
    * better unit test
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * feat(useClickOutside): update with feedback
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * fix: if click on modal
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * Update hooks/useClickOutside.ts
    
    Signed-off-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * Update useClickOutside.ts
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * Update useClickOutside.ts
    
    * Apply suggestions from code review
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * Update hooks/useClickOutside.ts
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    
    * fix: build
    
    ---------
    
    Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    Signed-off-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    4 people committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4ed5d8c View commit details
    Browse the repository at this point in the history
  11. feat: migrate codebox component (#5330)

    * feat: create codebox component
    
    * feat: add pointer to copy button
    
    * feat: add shell support
    
    * feat: use code element instead of pre
    
    * chore: fix eslint issues
    
    * refactor: remove shell codebox
    
    * refactor: use react.fc type
    
    * refactor: remove duplicate encoding
    
    * refactor: use pre element for codebox
    
    * style: some eol
    
    * style: some eol
    
    * refactor: use pre element for codebox
    
    * chore: create inlinecode story
    
    * refactor: create inline code story type
    
    * chore: revert .browserslistrc
    
    * test: remove duplicated test
    
    * test: remove beginning space on code
    
    * refactor: setup userEvent on tests
    
    * refactor: remove useless async
    
    * test: manual mock isomorphic-dompurify
    
    * fix: some fixes
    
    * chore: create multi lang story
    
    * test: snapshot before and after switch lang
    
    * refactor: inline mock
    
    * refactor: use decorators
    
    * chore: split inlinecode component
    
    * feat: add selected lang state
    
    * refactor: add inlinecode decorator
    
    * refactor: remove duplicate classes
    
    * chore: revert .browserslistrc
    
    * test: fix tests
    
    * chore: wip
    
    * feat: use story component arg
    
    * style: stories
    
    * test: remove i18n from clipboard test
    
    * chore: migrate pagination component (#5331)
    
    Co-authored-by: Teja Sai Sandeep Reddy Konala <tejasaisandeepreddykonala@MacBook-Pro.local>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    
    * chore: add a proper decorated component
    
    * refactor: decorated inline code
    
    * Chore(node feat) (#5338)
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    
    * (website redesign) Feat(shellbox): migration (#5234)
    
    Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    
    * fix(i18n): translation key (#5347)
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    
    * feat: add hover states
    
    * chore: fix rebase leftovers
    
    * chore: update snapshots
    
    * chore: install @types/prismjs
    
    * Update index.stories.tsx
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * chore: remove duplicate snapshots
    
    * chore: remove duplicate snapshot
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: ktssr <31731919+ktssr@users.noreply.github.com>
    Co-authored-by: Teja Sai Sandeep Reddy Konala <tejasaisandeepreddykonala@MacBook-Pro.local>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    Co-authored-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
    Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    10 people committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b59f6a7 View commit details
    Browse the repository at this point in the history
  12. Migrate: Source-link (#5364)

    * Migrate: Source-link
    
    * Fix: JSON key moved to the end of the file
    
    * Test: Storybook snapshot test
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    yossipoli and ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3c62cef View commit details
    Browse the repository at this point in the history
  13. chore: merge main into redesign (#5385)

    * feat: introduce built-in next.js exports and updated scripts and configs (#5384)
    
    * chore: updated gitignore and rmeoved robots.txt
    
    * chore: updated next-sitemap config
    
    * chore: next-config refactored options and export support
    
    * chore: updated imports to node: prefix
    
    * chore: updated contributing guidelines
    
    * chore: updated scripts
    
    * chore: updated next-sitemap
    
    * chore: added missing props
    
    * fix: github-pages
    
    * chore: remove unused package
    
    * fix(storybook): update packages (#5386)
    
    ---------
    
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    ovflowd and Harkunwar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    78b1a96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a8a9cf View commit details
    Browse the repository at this point in the history
  15. feat: Migrate Header (#5367)

    * refactor: Migrate Header and ActiveLocalizedLink
    
    * test: Added storybook
    
    * fix: Adding missing i18n entries
    
    * refactor: Added hook useMediaQuery
    
    * test: Migrated tests
    
    * test: Storybook snapshot added
    
    * refactor: Moving i18n new entries to bottom
    
    * refactor: Using i18n under nested section
    
    * test: Updated snapshots after i18n keys update
    
    * test: Migrated tests for useMediaQuery
    
    * test: Snapshot removed
    
    * test: Added for ActiveLocalizedLink
    
    * style: Changes after pr review
    
    * test: Changed theme toggle test to matching logo image
    
    * test: Remove render for hook test
    
    * style: Using closest available css var
    
    * test: Removed not needed tests
    
    * chore: updated translation keys
    
    * refactor: Media Mixins in same file
    
    * refactor: Media Mixins in same file
    
    * refactor: Mini pr review suggestions
    
    * refactor: Mixins import
    
    * chore: reorganised scss modules
    
    * chore: tinye refactor of component
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    4 people committed May 24, 2023
    Configuration menu
    Copy the full SHA
    640ad8e View commit details
    Browse the repository at this point in the history
  16. chore: new eslint rules

    ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7ec3653 View commit details
    Browse the repository at this point in the history
  17. chore: updated packages

    ovflowd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    22e611c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a2fbb6d View commit details
    Browse the repository at this point in the history
  19. chore: remove unecessary packages improved commands (#5406)

    * chore: remove unecessary packages improved commands
    
    * chore: dependencies only for runtime
    
    * chore: fix concurrently
    ovflowd authored May 24, 2023
    Configuration menu
    Copy the full SHA
    8971470 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. chore: added vercel analytics

    ovflowd committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f965de7 View commit details
    Browse the repository at this point in the history
  2. chore: keep turborepo as dep

    ovflowd committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8d4dd30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c5547 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. doc: typo fixes (#5410)

    SEWeiTung authored May 29, 2023
    Configuration menu
    Copy the full SHA
    572c1ed View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. feat: new i18n engine/locale system (#5397)

    * feat: new i18n engine/locale system
    
    * chore: updated tests
    
    * chore: removed unused item
    
    * chore: fix tests
    
    * chore: rename component name
    
    * chore: remove unused eslint
    
    * Update hooks/useRouter.ts
    
    Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com>
    Signed-off-by: Shanmughapriyan S <priyanshan03@gmail.com>
    
    ---------
    
    Signed-off-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Rodion Abdurakhimov <rodion-arr@users.noreply.github.com>
    3 people authored May 31, 2023
    Configuration menu
    Copy the full SHA
    6621dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10e1ac View commit details
    Browse the repository at this point in the history
  3. chore: disable telemetry on nextjs

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8eade10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a26c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 6, 2023

  1. Docs: updates to contributing, collaborator, translation (#5420)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Ve33y and ovflowd authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a3e95d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. id, zh-CN: new and update translations (#5415)

    Update and new translations for the Indonesian and the Simplified Chinese.
    ovflowd authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    66b0d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b8194 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Docs: Upgrade dependencies in Docker example (#5421)

    * docs: bump express version
    
    * docs: bump Node.js version
    
    ---------
    
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    UlisesGascon and mikeesto authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    67850d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Feat(api changes) (#5417)

    Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    3 people authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c731873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21b08c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. feat: migrate download toggle component (#5407)

    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    3 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    33ff981 View commit details
    Browse the repository at this point in the history
  2. chore: issue templates config

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d846dbf View commit details
    Browse the repository at this point in the history
  3. chore: update bug report template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d7b70ea View commit details
    Browse the repository at this point in the history
  4. chore: updated bug report template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cdc9de8 View commit details
    Browse the repository at this point in the history
  5. chore: updated feature request template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    014f431 View commit details
    Browse the repository at this point in the history
  6. chore: delete i18n template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6b9aecb View commit details
    Browse the repository at this point in the history
  7. chore: i18n as an external link

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0974cb4 View commit details
    Browse the repository at this point in the history
  8. chore: fix template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c0e2f44 View commit details
    Browse the repository at this point in the history
  9. chore: updated bug template

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    00a9760 View commit details
    Browse the repository at this point in the history
  10. chore: final config update for issue templates

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ce785e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58704a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. blog: add june 2023 security releases (#5434)

    * blog: add june 2023 security releases
    
    * blog: add banner update to sec release
    RafaelGSS authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7a4e29c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372cf4a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 16, 2023

  1. chore: reduce requirement from 2 approvals to 1 (#5437)

    Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
    ovflowd and manishprivet authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5bc3264 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. chore: consolidate Node releases data (#5365)

    * chore: update fields' name
    
    version -> major
    fullVersion -> version
    initialRelease -> currentStart
    
    * chore: add script to generate Node releases data
    
    * chore: add Node releases data provider and hooks
    
    * chore: add fields from NodeVersionData
    
    * chore: replace NodeVersionData usages
    
    * chore: add files to .prettierignore
    
    * chore: add Node releases data fixture
    
    * refactor: change to inline conditional rendering
    
    * chore: don't fallback to current if LTS is undefined
    
    * chore: remove redundant entries from fixture
    
    * refactor: rename hook to useFetchNodeReleasesData
    
    * refactor: don't store if return immediately
    
    * refactor: remove redundant context in names
    
    * refactor: remove HomeDownloadButtonProps
    
    * refactor: simplify useNodeReleasesData hooks
    
    * refactor: extract getNodeReleaseStatus to util
    
    * chore: add versionWithPrefix to NodeReleaseData
    
    * refactor: move fetch hook call to be inside provider
    
    * refactor: move out __dirname and path
    
    * chore: handle undefined lts and current
    
    * refactor: no need to assign variable
    
    * refactor: move context type to be inside provider
    
    * refactor: introduce NodeReleaseStatus type
    
    * refactor: no need to declare empty props
    
    * chore: do not block when generating node releases data
    
    * refactor: clean up constants.ts
    
    * refactor: remove unnecessary 'Data' suffix
    
    * chore: update nodevu
    
    * chore: remove hack
    
    * refactor: make inline
    
    * chore: specify default value
    
    * refactor: rework how to use useNodeReleases hook
    
    * refactor: reorder providers
    
    * chore: skip duplicate v0.x
    
    * refactor: introduce NodeReleaseSupport type
    
    * refactor: remove excessive spaces
    
    * refactor: fix imports
    
    * chore: no need to ignore _app.mdx
    
    * chore: move out of static/ folder
    
    * refactor: use prettier syntax
    
    * refactor: simplify generateNodeReleasesData
    
    * refactor: introduce WithNodeRelease component
    
    * chore: fix filter
    
    1. nodevu always returns `major.support.phases.dates.start`
    unless it doesn't exist in schedule.json.
    
    2. Both dependencies and modules objects are also guaranteed
    to be returned by nodevu.
    
    * refactor: introduce NodeReleaseJSON type
    
    * refactor: move getReleaseByStatus function to useNodeReleases hook
    
    * refactor: add empty line
    
    * refactor: rename generateNodeReleasesData
    
    * refactor: add next-data/index.mjs
    
    * chore: change to use useRouter hook
    
    * chore: update nodeReleases fixture
    
    * refactor: rename props to staticProps
    
    * refactor: move WithNodeRelease to providers
    
    * fix: change to use useDownloadLink hook
    
    The missing filename is due to race condition.
    In nodejs.org, the link was rendered in Server Side.
    So when that function is invoked, the query selector
    can detect it and append the filename.
    
    But this is not the case since we are fetching the
    Node releases data in Client Side now. The query
    selector will be executed first before Node releases
    data is fetched.
    
    * refactor: deprecate legacyMain's detect OS
    
    * refactor: rework useDetectOS hook
    
    * refactor: rework downloadUrlByOS util function
    
    * refactor: remove unused constants
    
    * refactor: change file name
    
    * refactor: use inline
    
    * refactor: rework useDetectOS hook
    
    * chore: delete WithNodeRelease file
    
    It will be added back later
    
    * chore: add back withNodeRelease file
    
    ---------
    
    Co-authored-by: Wai.Tung <maledong_public@foxmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    3 people authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7b9e8b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. chore: update process to become a collaborator (#5441)

    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    3 people authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6496610 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    891408f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2159722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be61c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87ed672 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 23, 2023

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

Commits on Jun 26, 2023

  1. zh-CN: update translations (#5450)

    * New translations package-manager.md (Chinese Simplified)
    chore(i18n): added new translations from crowdin
    
    * New translations event-loop-timers-and-nexttick.md (Chinese Simplified)
    chore(i18n): added new translations from crowdin
    
    * New translations dependencies.md (Chinese Simplified)
    chore(i18n): added new translations from crowdin
    
    * New translations index.mdx (Chinese Simplified)
    chore(i18n): added new translations from crowdin
    
    * New translations index.mdx (Indonesian)
    chore(i18n): added new translations from crowdin
    
    * fix syntax for "mdx" file for id
    
    Signed-off-by: William.Tung <maledong_public@foxmail.com>
    
    * Update index.mdx
    
    Signed-off-by: William.Tung <maledong_public@foxmail.com>
    
    * Update index.mdx
    
    Signed-off-by: William.Tung <maledong_public@foxmail.com>
    
    * Update event-loop-timers-and-nexttick.md
    
    Signed-off-by: William.Tung <maledong_public@foxmail.com>
    
    * New translations index.md (Korean)
    chore(i18n): added new translations from crowdin
    
    * New translations index.mdx (Korean)
    chore(i18n): added new translations from crowdin
    
    ---------
    
    Signed-off-by: William.Tung <maledong_public@foxmail.com>
    Co-authored-by: William.Tung <maledong_public@foxmail.com>
    ovflowd and SEWeiTung authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9f94db8 View commit details
    Browse the repository at this point in the history
  2. chore: fix package.json

    ovflowd committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d5c6e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c1055a View commit details
    Browse the repository at this point in the history
  4. chore: add Node Releases JSON to bundle (#5443)

    Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
    HinataKah0 and ovflowd authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6e33513 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. major: full dynamic pages and plain next.js (#5426)

    * feat: introduce dynamic rendering of pages
    
    * major: full dynamic pages and plain next.js (#2)
    
    * chore: do not resort blog posts
    
    * fix: sort by post date
    
    * chore: apply code-review changes
    
    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * chore: some code review changes
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    ovflowd and bmuenzenmeyer authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2dc6293 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    503dbe2 View commit details
    Browse the repository at this point in the history
  2. feat: ssr sitemap (#5459)

    ovflowd authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5a6e476 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 2, 2023

  1. chore: Create a prebuild script to generate next data. (#5461)

    * chore: create a prebuild script
    
    * chore: fix double prebuild run
    
    * chore: fix EOF
    Harkunwar authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    6a0b0b5 View commit details
    Browse the repository at this point in the history
  2. chore: check code format on ci (#5455)

    * chore: check code format on ci
    
    * chore: revert job name
    
    * chore: update prettier job name
    
    Co-authored-by: Shiba <128208841+HinataKah0@users.noreply.github.com>
    Signed-off-by: Guilherme Araújo <guilherme.araujo@maxxidata.com>
    
    * chore: format files
    
    * chore: update pre-commit blog-posts-data.json
    
    * chore: remove useless next env
    
    ---------
    
    Signed-off-by: Guilherme Araújo <guilherme.araujo@maxxidata.com>
    Co-authored-by: Shiba <128208841+HinataKah0@users.noreply.github.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Harkunwar Kochar <10580591+Harkunwar@users.noreply.github.com>
    4 people authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    34950e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddb88b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d362b77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    115d2e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a18cfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e2caed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3df787 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    05152df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f2662 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Blog: v20.4.0 release post (#5473)

    Refs: nodejs/node#48643
    
    Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
    RafaelGSS authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fabef79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cacfb31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a3884a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. fix: Windows-rendering of content (#5476)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    bmuenzenmeyer and ovflowd authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a360981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201d2e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    bce9a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4346870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99be64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2208a72 View commit details
    Browse the repository at this point in the history
  5. hotfix: wrong search pattern

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f87cd6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93ac534 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. feat: introduced generic time component (#5497)

    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    ovflowd and mikeesto authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b483452 View commit details
    Browse the repository at this point in the history
  2. chore: added dependabot for npm (#5493)

    Co-authored-by: Michael Esteban <mickel13@gmail.com>
    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    3 people authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e6dff92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7ea82 View commit details
    Browse the repository at this point in the history
  4. chore: weird cache behaviour

    ovflowd committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bc6d77e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. chore: update badges for the repository (#5457)

    * chore: update badges for the repository
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * chore: detect dark theme
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    * chore: add build check
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    
    ---------
    
    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    713688c View commit details
    Browse the repository at this point in the history
  2. meta: pinned and updated dependencies + class-fixed snapshots (#5488)

    Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
    ovflowd and bmuenzenmeyer authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    13b859e View commit details
    Browse the repository at this point in the history
  3. chore: updated permissions for gh actions

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1378257 View commit details
    Browse the repository at this point in the history