-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Mar 8, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ec1ebcc - Browse repository at this point
Copy the full SHA ec1ebccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93407da - Browse repository at this point
Copy the full SHA 93407daView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 55caac4 - Browse repository at this point
Copy the full SHA 55caac4View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb00893 - Browse repository at this point
Copy the full SHA fb00893View commit details -
fix: releases table link typo (#5083)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 159c4da - Browse repository at this point
Copy the full SHA 159c4daView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c2a90c8 - Browse repository at this point
Copy the full SHA c2a90c8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d361de2 - Browse repository at this point
Copy the full SHA d361de2View commit details -
chore(infra): remove unused config (#5077)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 997134d - Browse repository at this point
Copy the full SHA 997134dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e725199 - Browse repository at this point
Copy the full SHA e725199View commit details
Commits on Mar 11, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for fbe760e - Browse repository at this point
Copy the full SHA fbe760eView commit details -
hotfix(actions: disable injected content by GH pages
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for a0c5ef6 - Browse repository at this point
Copy the full SHA a0c5ef6View commit details
Commits on Mar 12, 2023
-
fix: scroll to top button on small viewports (#5098)
Co-authored-by: Maledong <maledong_public@foxmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36bb379 - Browse repository at this point
Copy the full SHA 36bb379View commit details -
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 6c4dd3f - Browse repository at this point
Copy the full SHA 6c4dd3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b1079 - Browse repository at this point
Copy the full SHA 28b1079View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 531ce41 - Browse repository at this point
Copy the full SHA 531ce41View commit details -
* Update source file package-manager.md * Update source file en.json --------- Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 6f88680 - Browse repository at this point
Copy the full SHA 6f88680View commit details
Commits on Mar 13, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 406726a - Browse repository at this point
Copy the full SHA 406726aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 79ba0ec - Browse repository at this point
Copy the full SHA 79ba0ecView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aa1e107 - Browse repository at this point
Copy the full SHA aa1e107View commit details -
chore(merge-queue): added checks for merge queues
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for dfe164c - Browse repository at this point
Copy the full SHA dfe164cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 23a1f70 - Browse repository at this point
Copy the full SHA 23a1f70View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 865cdc2 - Browse repository at this point
Copy the full SHA 865cdc2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9d9005c - Browse repository at this point
Copy the full SHA 9d9005cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 24f6828 - Browse repository at this point
Copy the full SHA 24f6828View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ae82a04 - Browse repository at this point
Copy the full SHA ae82a04View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 22b3166 - Browse repository at this point
Copy the full SHA 22b3166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0a2ce - Browse repository at this point
Copy the full SHA 4a0a2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for afeddbe - Browse repository at this point
Copy the full SHA afeddbeView commit details
Commits on Mar 14, 2023
-
hotfix(queue): add to merge group
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 71ec1c2 - Browse repository at this point
Copy the full SHA 71ec1c2View commit details -
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 53a156a - Browse repository at this point
Copy the full SHA 53a156aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 520f3fb - Browse repository at this point
Copy the full SHA 520f3fbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5dfe793 - Browse repository at this point
Copy the full SHA 5dfe793View commit details -
fix(grammar): LocalisedLink -> LocalizedLink (#5122)
fix(grammar): LocalisedLink ->LocalizedLink Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 88c3081 - Browse repository at this point
Copy the full SHA 88c3081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ad088 - Browse repository at this point
Copy the full SHA 15ad088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dafda8 - Browse repository at this point
Copy the full SHA 0dafda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4016f54 - Browse repository at this point
Copy the full SHA 4016f54View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e40c3eb - Browse repository at this point
Copy the full SHA e40c3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for af50ef4 - Browse repository at this point
Copy the full SHA af50ef4View commit details -
Fix sed command line in "Diagnostics - Flame Graphs" guide (#4636)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 48b7b1f - Browse repository at this point
Copy the full SHA 48b7b1fView commit details -
Update 2 links in Don't Block the Event Loop (#5133)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 0a195b8 - Browse repository at this point
Copy the full SHA 0a195b8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 76c371d - Browse repository at this point
Copy the full SHA 76c371dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b5161 - Browse repository at this point
Copy the full SHA c4b5161View commit details -
Configuration menu - View commit details
-
Copy full SHA for d45dcae - Browse repository at this point
Copy the full SHA d45dcaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6da6dd - Browse repository at this point
Copy the full SHA e6da6ddView commit details -
chore(crowdin): updated config
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 3196bc8 - Browse repository at this point
Copy the full SHA 3196bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8903353 - Browse repository at this point
Copy the full SHA 8903353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c381b2 - Browse repository at this point
Copy the full SHA 2c381b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c799aea - Browse repository at this point
Copy the full SHA c799aeaView commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 393f04d - Browse repository at this point
Copy the full SHA 393f04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1456749 - Browse repository at this point
Copy the full SHA 1456749View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad4449 - Browse repository at this point
Copy the full SHA bad4449View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 001bdcb - Browse repository at this point
Copy the full SHA 001bdcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for be1fbba - Browse repository at this point
Copy the full SHA be1fbbaView commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c852a0c - Browse repository at this point
Copy the full SHA c852a0cView commit details -
chore(readme): dark-light version of the image
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 70ab7c7 - Browse repository at this point
Copy the full SHA 70ab7c7View commit details -
chore(readme): fixed quick typo
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 7adb96c - Browse repository at this point
Copy the full SHA 7adb96cView commit details
Commits on Mar 21, 2023
-
build(deps): bump react-intl from 6.3.0 to 6.3.1 (#5170)
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.3.0...react-intl@6.3.1)
Configuration menu - View commit details
-
Copy full SHA for 4ba1638 - Browse repository at this point
Copy the full SHA 4ba1638View commit details -
build(deps-dev): bump stylelint from 15.2.0 to 15.3.0 (#5169)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.2.0 to 15.3.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@15.2.0...15.3.0)
Configuration menu - View commit details
-
Copy full SHA for 95947ed - Browse repository at this point
Copy the full SHA 95947edView commit details -
build(deps): bump stylelint-config-standard from 30.0.1 to 31.0.0 (#5168
) Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 30.0.1 to 31.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@30.0.1...31.0.0)
Configuration menu - View commit details
-
Copy full SHA for f12f593 - Browse repository at this point
Copy the full SHA f12f593View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3228016 - Browse repository at this point
Copy the full SHA 3228016View commit details -
build(deps): bump actions/deploy-pages from 1 to 2 (#5164)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db4c8b1 - Browse repository at this point
Copy the full SHA db4c8b1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f5a7b30 - Browse repository at this point
Copy the full SHA f5a7b30View commit details -
chore(i18n): crowdin sync (#5161)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for cbf34db - Browse repository at this point
Copy the full SHA cbf34dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38eaab9 - Browse repository at this point
Copy the full SHA 38eaab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363de00 - Browse repository at this point
Copy the full SHA 363de00View commit details
Commits on Mar 22, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for d3f3bc6 - Browse repository at this point
Copy the full SHA d3f3bc6View commit details -
build(deps-dev): bump prettier from 2.8.4 to 2.8.6 (#5172)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.6. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.4...2.8.6)
Configuration menu - View commit details
-
Copy full SHA for cf71b48 - Browse repository at this point
Copy the full SHA cf71b48View commit details
Commits on Mar 23, 2023
-
chore(codeowners): security update to codeowners
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 71bd5b7 - Browse repository at this point
Copy the full SHA 71bd5b7View commit details -
chore(readme): fixed wrong structure items
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 33826bd - Browse repository at this point
Copy the full SHA 33826bdView commit details -
chore(codeowners): applied default rules
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 26c35c1 - Browse repository at this point
Copy the full SHA 26c35c1View commit details -
chore(codeowners): translated folders
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 9d28a56 - Browse repository at this point
Copy the full SHA 9d28a56View commit details -
chore(codeowners): regex not supported
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 277bc0c - Browse repository at this point
Copy the full SHA 277bc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f220584 - Browse repository at this point
Copy the full SHA f220584View commit details -
chore(codeowners): tsconfig to typescript
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 4a97fcf - Browse repository at this point
Copy the full SHA 4a97fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b97b414 - Browse repository at this point
Copy the full SHA b97b414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd5f81 - Browse repository at this point
Copy the full SHA 2fd5f81View commit details -
chore(announcements): added new postmortem (#5186)
Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for add894a - Browse repository at this point
Copy the full SHA add894aView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8e4acd - Browse repository at this point
Copy the full SHA e8e4acdView commit details
Commits on Mar 27, 2023
-
chore(i18n): crowdin sync (#5189)
Translations for the Simplified Chinese, French, Turklish, Indonesian.
Configuration menu - View commit details
-
Copy full SHA for f0ce6b6 - Browse repository at this point
Copy the full SHA f0ce6b6View commit details
Commits on Mar 28, 2023
-
chore(i18n): crowdin sync (#5205)
The new translations for the Simplified Chinese, Indonesian.
Configuration menu - View commit details
-
Copy full SHA for 5cd8486 - Browse repository at this point
Copy the full SHA 5cd8486View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0361e - Browse repository at this point
Copy the full SHA da0361eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6be40c5 - Browse repository at this point
Copy the full SHA 6be40c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 18bf724 - Browse repository at this point
Copy the full SHA 18bf724View commit details
Commits on Mar 29, 2023
-
chore(crowdin): add mdx to the config file (#5208
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 847983f - Browse repository at this point
Copy the full SHA 847983fView commit details -
chore(crowdin): another attempt to include MDX (#5209
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 4834086 - Browse repository at this point
Copy the full SHA 4834086View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1a192 - Browse repository at this point
Copy the full SHA dd1a192View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3f2ae9d - Browse repository at this point
Copy the full SHA 3f2ae9dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 516ad13 - Browse repository at this point
Copy the full SHA 516ad13View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2f497de - Browse repository at this point
Copy the full SHA 2f497deView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ae82eb1 - Browse repository at this point
Copy the full SHA ae82eb1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fac91f9 - Browse repository at this point
Copy the full SHA fac91f9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d2b8e0a - Browse repository at this point
Copy the full SHA d2b8e0aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4046109 - Browse repository at this point
Copy the full SHA 4046109View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6382f6c - Browse repository at this point
Copy the full SHA 6382f6cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1ea1940 - Browse repository at this point
Copy the full SHA 1ea1940View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5f0053a - Browse repository at this point
Copy the full SHA 5f0053aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e41c6 - Browse repository at this point
Copy the full SHA 48e41c6View commit details
Commits on Apr 1, 2023
-
chore(governance): remove duplicated data (#5215)
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 022623f - Browse repository at this point
Copy the full SHA 022623fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc71dc - Browse repository at this point
Copy the full SHA 2bc71dcView commit details -
chore(i18n): crowdin sync (#5207)
Co-authored-by: Claudio Wunder <cwunder@gnome.org> Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
Configuration menu - View commit details
-
Copy full SHA for 29947ba - Browse repository at this point
Copy the full SHA 29947baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f295fdd - Browse repository at this point
Copy the full SHA f295fddView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43eedbc - Browse repository at this point
Copy the full SHA 43eedbcView commit details
Commits on Apr 4, 2023
-
chore(i18n): crowdin sync (#5220)
Translations for both Turklish and Simplified Chinese
Configuration menu - View commit details
-
Copy full SHA for 557d86a - Browse repository at this point
Copy the full SHA 557d86aView commit details
Commits on Apr 7, 2023
-
doc: Improve the TRANSLATION.md (#5232)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for f1df7cc - Browse repository at this point
Copy the full SHA f1df7ccView commit details
Commits on Apr 9, 2023
-
chore(i18n): crowdin sync (#5239)
Fix for #5235, a fast formation typo error.
Configuration menu - View commit details
-
Copy full SHA for 7d4f529 - Browse repository at this point
Copy the full SHA 7d4f529View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb38e93 - Browse repository at this point
Copy the full SHA fb38e93View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f3d71d - Browse repository at this point
Copy the full SHA 5f3d71dView commit details -
ja-JP: update translation for index.md from Crowdin
Update translation for index.md in Japanese.
Configuration menu - View commit details
-
Copy full SHA for 5a6be70 - Browse repository at this point
Copy the full SHA 5a6be70View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6934dd2 - Browse repository at this point
Copy the full SHA 6934dd2View commit details -
fix: typo "vector attacks" (#5262)
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb4ba73 - Browse repository at this point
Copy the full SHA cb4ba73View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96446df - Browse repository at this point
Copy the full SHA 96446dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b40c70c - Browse repository at this point
Copy the full SHA b40c70cView commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3786d5 - Browse repository at this point
Copy the full SHA e3786d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16ec1d - Browse repository at this point
Copy the full SHA a16ec1dView commit details -
chore(config): removed experimental option (#5276
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for df344bd - Browse repository at this point
Copy the full SHA df344bdView commit details
Commits on Apr 17, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 76b0908 - Browse repository at this point
Copy the full SHA 76b0908View commit details
Commits on Apr 18, 2023
-
chore: add translation keys guidelines (#5279)
Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17321ca - Browse repository at this point
Copy the full SHA 17321caView commit details -
chore: remove dependabot npm ecosystem
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for ee6a52b - Browse repository at this point
Copy the full SHA ee6a52bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 69b37ac - Browse repository at this point
Copy the full SHA 69b37acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b709161 - Browse repository at this point
Copy the full SHA b709161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31cb089 - Browse repository at this point
Copy the full SHA 31cb089View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b666e - Browse repository at this point
Copy the full SHA b6b666eView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3d639d - Browse repository at this point
Copy the full SHA c3d639dView commit details
Commits on Apr 20, 2023
-
Updating the Broken link to "Node.js Contribution Guidelines" in Cont…
…ributing page (#5298) Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com>
Configuration menu - View commit details
-
Copy full SHA for 6b3811a - Browse repository at this point
Copy the full SHA 6b3811aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a77c2ac - Browse repository at this point
Copy the full SHA a77c2acView commit details -
chore: adjust working group mentions (#5313)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 972c357 - Browse repository at this point
Copy the full SHA 972c357View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80e0638 - Browse repository at this point
Copy the full SHA 80e0638View commit details
Commits on May 3, 2023
-
chore: adopt @nodevu/core and remove node-version-data (#5332)
* chore: adopt @nodevu/core and remove node-version-data * chore: remove unrelated change
Configuration menu - View commit details
-
Copy full SHA for a680f97 - Browse repository at this point
Copy the full SHA a680f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f3c6e - Browse repository at this point
Copy the full SHA 79f3c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cccb76 - Browse repository at this point
Copy the full SHA 7cccb76View commit details
Commits on May 4, 2023
-
Sync: merge
major/website-redesign
intomain
(#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>
Configuration menu - View commit details
-
Copy full SHA for 71ef9e3 - Browse repository at this point
Copy the full SHA 71ef9e3View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abf120d - Browse repository at this point
Copy the full SHA abf120dView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff73d8d - Browse repository at this point
Copy the full SHA ff73d8dView commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b83f428 - Browse repository at this point
Copy the full SHA b83f428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4fadc - Browse repository at this point
Copy the full SHA 0f4fadcView commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b97fb2a - Browse repository at this point
Copy the full SHA b97fb2aView commit details
Commits on May 18, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 1a96f18 - Browse repository at this point
Copy the full SHA 1a96f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd65f7d - Browse repository at this point
Copy the full SHA bd65f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec000c3 - Browse repository at this point
Copy the full SHA ec000c3View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7f9a3e - Browse repository at this point
Copy the full SHA e7f9a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f1aab - Browse repository at this point
Copy the full SHA e7f1aabView commit details
Commits on May 21, 2023
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for ea755c7 - Browse repository at this point
Copy the full SHA ea755c7View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 275c3dc - Browse repository at this point
Copy the full SHA 275c3dcView commit details -
chore: github pages should not have turbo (replay issue)
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for bf9e2fc - Browse repository at this point
Copy the full SHA bf9e2fcView commit details
Commits on May 24, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 61214ef - Browse repository at this point
Copy the full SHA 61214efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f52ef56 - Browse repository at this point
Copy the full SHA f52ef56View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for db1e8a0 - Browse repository at this point
Copy the full SHA db1e8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94cb5f - Browse repository at this point
Copy the full SHA b94cb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75b6ca - Browse repository at this point
Copy the full SHA b75b6caView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2caf123 - Browse repository at this point
Copy the full SHA 2caf123View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 56d8aa6 - Browse repository at this point
Copy the full SHA 56d8aa6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cf70e82 - Browse repository at this point
Copy the full SHA cf70e82View commit details -
refactor(delete): duplicate test file (#5377)
refactor(test): Delete duplicate test file Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 8e54a3b - Browse repository at this point
Copy the full SHA 8e54a3bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4ed5d8c - Browse repository at this point
Copy the full SHA 4ed5d8cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b59f6a7 - Browse repository at this point
Copy the full SHA b59f6a7View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 3c62cef - Browse repository at this point
Copy the full SHA 3c62cefView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 78b1a96 - Browse repository at this point
Copy the full SHA 78b1a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8a9cf - Browse repository at this point
Copy the full SHA 6a8a9cfView commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 640ad8e - Browse repository at this point
Copy the full SHA 640ad8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec3653 - Browse repository at this point
Copy the full SHA 7ec3653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e611c - Browse repository at this point
Copy the full SHA 22e611cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2fbb6d - Browse repository at this point
Copy the full SHA a2fbb6dView commit details -
chore: remove unecessary packages improved commands (#5406)
* chore: remove unecessary packages improved commands * chore: dependencies only for runtime * chore: fix concurrently
Configuration menu - View commit details
-
Copy full SHA for 8971470 - Browse repository at this point
Copy the full SHA 8971470View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f965de7 - Browse repository at this point
Copy the full SHA f965de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4dd30 - Browse repository at this point
Copy the full SHA 8d4dd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c5547 - Browse repository at this point
Copy the full SHA 70c5547View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 572c1ed - Browse repository at this point
Copy the full SHA 572c1edView commit details
Commits on May 31, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6621dc3 - Browse repository at this point
Copy the full SHA 6621dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10e1ac - Browse repository at this point
Copy the full SHA e10e1acView commit details -
chore: disable telemetry on nextjs
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 8eade10 - Browse repository at this point
Copy the full SHA 8eade10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a26c2 - Browse repository at this point
Copy the full SHA f2a26c2View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d8d205 - Browse repository at this point
Copy the full SHA 2d8d205View commit details
Commits on Jun 6, 2023
-
Docs: updates to contributing, collaborator, translation (#5420)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for a3e95d1 - Browse repository at this point
Copy the full SHA a3e95d1View commit details
Commits on Jun 8, 2023
-
id, zh-CN: new and update translations (#5415)
Update and new translations for the Indonesian and the Simplified Chinese.
Configuration menu - View commit details
-
Copy full SHA for 66b0d7a - Browse repository at this point
Copy the full SHA 66b0d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b8194 - Browse repository at this point
Copy the full SHA 35b8194View commit details
Commits on Jun 9, 2023
-
Docs: Upgrade dependencies in Docker example (#5421)
* docs: bump express version * docs: bump Node.js version --------- Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67850d4 - Browse repository at this point
Copy the full SHA 67850d4View commit details
Commits on Jun 11, 2023
-
Co-authored-by: vasanth9 <cheepurupalli.vasanthkumar.com> Co-authored-by: Michael Esteban <mickel13@gmail.com> Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for c731873 - Browse repository at this point
Copy the full SHA c731873View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21b08c - Browse repository at this point
Copy the full SHA f21b08cView commit details
Commits on Jun 12, 2023
-
feat: migrate download toggle component (#5407)
Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33ff981 - Browse repository at this point
Copy the full SHA 33ff981View commit details -
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for d846dbf - Browse repository at this point
Copy the full SHA d846dbfView commit details -
chore: update bug report template
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for d7b70ea - Browse repository at this point
Copy the full SHA d7b70eaView commit details -
chore: updated bug report template
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for cdc9de8 - Browse repository at this point
Copy the full SHA cdc9de8View commit details -
chore: updated feature request template
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 014f431 - Browse repository at this point
Copy the full SHA 014f431View commit details -
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 6b9aecb - Browse repository at this point
Copy the full SHA 6b9aecbView commit details -
chore: i18n as an external link
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 0974cb4 - Browse repository at this point
Copy the full SHA 0974cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e2f44 - Browse repository at this point
Copy the full SHA c0e2f44View commit details -
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 00a9760 - Browse repository at this point
Copy the full SHA 00a9760View commit details -
chore: final config update for issue templates
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for ce785e5 - Browse repository at this point
Copy the full SHA ce785e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58704a9 - Browse repository at this point
Copy the full SHA 58704a9View commit details
Commits on Jun 13, 2023
-
blog: add june 2023 security releases (#5434)
* blog: add june 2023 security releases * blog: add banner update to sec release
Configuration menu - View commit details
-
Copy full SHA for 7a4e29c - Browse repository at this point
Copy the full SHA 7a4e29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 372cf4a - Browse repository at this point
Copy the full SHA 372cf4aView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35c86ad - Browse repository at this point
Copy the full SHA 35c86adView commit details
Commits on Jun 16, 2023
-
chore: reduce requirement from 2 approvals to 1 (#5437)
Co-authored-by: Manish Kumar ⛄ <manishprivet@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5bc3264 - Browse repository at this point
Copy the full SHA 5bc3264View commit details
Commits on Jun 17, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7b9e8b1 - Browse repository at this point
Copy the full SHA 7b9e8b1View commit details
Commits on Jun 19, 2023
-
chore: update process to become a collaborator (#5441)
Co-authored-by: Michael Esteban <mickel13@gmail.com> Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6496610 - Browse repository at this point
Copy the full SHA 6496610View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 891408f - Browse repository at this point
Copy the full SHA 891408fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2159722 - Browse repository at this point
Copy the full SHA 2159722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be61c5 - Browse repository at this point
Copy the full SHA 4be61c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ed672 - Browse repository at this point
Copy the full SHA 87ed672View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd5c191 - Browse repository at this point
Copy the full SHA dd5c191View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6614cd1 - Browse repository at this point
Copy the full SHA 6614cd1View commit details
Commits on Jun 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9f94db8 - Browse repository at this point
Copy the full SHA 9f94db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c6e64 - Browse repository at this point
Copy the full SHA d5c6e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1055a - Browse repository at this point
Copy the full SHA 6c1055aView commit details -
chore: add Node Releases JSON to bundle (#5443)
Co-authored-by: Claudio Wunder <cwunder@hubspot.com>
Configuration menu - View commit details
-
Copy full SHA for 6e33513 - Browse repository at this point
Copy the full SHA 6e33513View commit details
Commits on Jun 27, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2dc6293 - Browse repository at this point
Copy the full SHA 2dc6293View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 503dbe2 - Browse repository at this point
Copy the full SHA 503dbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6e476 - Browse repository at this point
Copy the full SHA 5a6e476View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54c1e9e - Browse repository at this point
Copy the full SHA 54c1e9eView commit details
Commits on Jul 2, 2023
-
chore: Create a prebuild script to generate next data. (#5461)
* chore: create a prebuild script * chore: fix double prebuild run * chore: fix EOF
Configuration menu - View commit details
-
Copy full SHA for 6a0b0b5 - Browse repository at this point
Copy the full SHA 6a0b0b5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 34950e0 - Browse repository at this point
Copy the full SHA 34950e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb88b8 - Browse repository at this point
Copy the full SHA ddb88b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d362b77 - Browse repository at this point
Copy the full SHA d362b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115d2e7 - Browse repository at this point
Copy the full SHA 115d2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a18cfe - Browse repository at this point
Copy the full SHA 1a18cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2caed - Browse repository at this point
Copy the full SHA 5e2caedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3df787 - Browse repository at this point
Copy the full SHA c3df787View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa48cf5 - Browse repository at this point
Copy the full SHA aa48cf5View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05152df - Browse repository at this point
Copy the full SHA 05152dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f2662 - Browse repository at this point
Copy the full SHA 61f2662View commit details
Commits on Jul 5, 2023
-
Blog: v20.4.0 release post (#5473)
Refs: nodejs/node#48643 Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for fabef79 - Browse repository at this point
Copy the full SHA fabef79View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacfb31 - Browse repository at this point
Copy the full SHA cacfb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3884a - Browse repository at this point
Copy the full SHA 1a3884aView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9129bbf - Browse repository at this point
Copy the full SHA 9129bbfView commit details
Commits on Jul 7, 2023
-
fix: Windows-rendering of content (#5476)
Co-authored-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for a360981 - Browse repository at this point
Copy the full SHA a360981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 201d2e3 - Browse repository at this point
Copy the full SHA 201d2e3View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bce9a9d - Browse repository at this point
Copy the full SHA bce9a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4346870 - Browse repository at this point
Copy the full SHA 4346870View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99be64 - Browse repository at this point
Copy the full SHA a99be64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2208a72 - Browse repository at this point
Copy the full SHA 2208a72View commit details -
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for f87cd6a - Browse repository at this point
Copy the full SHA f87cd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ac534 - Browse repository at this point
Copy the full SHA 93ac534View commit details
Commits on Jul 11, 2023
-
feat: introduced generic time component (#5497)
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b483452 - Browse repository at this point
Copy the full SHA b483452View commit details -
chore: added dependabot for npm (#5493)
Co-authored-by: Michael Esteban <mickel13@gmail.com> Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6dff92 - Browse repository at this point
Copy the full SHA e6dff92View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7ea82 - Browse repository at this point
Copy the full SHA fe7ea82View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6d77e - Browse repository at this point
Copy the full SHA bc6d77eView commit details
Commits on Jul 12, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 713688c - Browse repository at this point
Copy the full SHA 713688cView commit details -
meta: pinned and updated dependencies + class-fixed snapshots (#5488)
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13b859e - Browse repository at this point
Copy the full SHA 13b859eView commit details -
chore: updated permissions for gh actions
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
Configuration menu - View commit details
-
Copy full SHA for 1378257 - Browse repository at this point
Copy the full SHA 1378257View commit details