This repository was archived by the owner on May 23, 2022. It is now read-only.
forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from nodejs:main #35
Open
pull
wants to merge
2,627
commits into
kendalldoescoding-forks:main
Choose a base branch
from
nodejs:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: update translation URL to point to the correct documentation path
* chore: ensure npm@11 is installed for OIDC publishing Signed-off-by: Luke Karrys <luke@lukekarrys.com> * Apply suggestions from code review Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Luke Karrys <luke@lukekarrys.com> Signed-off-by: Aviv Keller <me@aviv.sh> Co-authored-by: Aviv Keller <me@aviv.sh>
* docs: update default type stripping Node.js version Signed-off-by: Linus Unnebäck <linus@folkdatorn.se> * doc: avoid mentioning EOL Node.js version Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: Linus Unnebäck <linus@folkdatorn.se> --------- Signed-off-by: Linus Unnebäck <linus@folkdatorn.se> Co-authored-by: Aviv Keller <me@aviv.sh>
* feat(nextjs): upgrade to 15.5, and refresh config * fixup!
Signed-off-by: Aviv Keller <me@aviv.sh>
* feat(remark-lint): add 1 * fixup! * fixup! * fixup!
* fix(id-token): explicitly set repository.url * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * Update packages/i18n/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> * fixup! --------- Signed-off-by: Aviv Keller <me@aviv.sh> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(orama): add SearchHit UI component * fixup!
* chore(eslint): bump eslint-plugin-react-hooks * chore(eslint): update react hooks config * refactor: fix lint problems
meta: bump next from 16.0.7 to 16.0.9 Bumps [next](https://github.com/vercel/next.js) from 16.0.7 to 16.0.9. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.7...v16.0.9) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use temporary index + swap * Fix typescript error * Fix conflict on lock
* chore: synced translations from crowdin * chore: automated format of translated files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.1.4 to 10.1.10. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.1.10/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.1.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: update wording about the security release delay For people not working in a culture where people start to go on holidays as early as 20-ish December, it's not exactly clear what "distrupt the holiday season" means and why it matters enough to delay the release. Clarify it instead of requring readers to read between the lines. * Update apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com> --------- Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix(fetch): fixup generators and add error handling * fixup! * fixup! * fixup! * fixup!
* fix(static): fix static rendering * fixup! * fixup! use async anyway * fixup! async caching * fixup! * Update .github/workflows/build.yml Co-authored-by: Claudio Wunder <cwunder@gnome.org> Signed-off-by: Aviv Keller <me@aviv.sh> * fixup! --------- Signed-off-by: Aviv Keller <me@aviv.sh> Co-authored-by: Claudio Wunder <cwunder@gnome.org>
…es (#8435) * docs: add marketing team as code owners for partners and branding pages * Update .github/CODEOWNERS Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix(ci): disable all locale export Signed-off-by: Aviv Keller <me@aviv.sh> * Update build.yml Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh>
* refactor: searchbox flash issue and minor improvements * chore: searchbox min height
* feat(orama): mobile ui * fixup!
* fix: mobile close icon and focus in issue * chore: hide in medium res
* fix: code scroll issue on small screen * fix: resolve horizontal scroll issue on small screens * fix: improve handling of horizontal scroll on small screens * fix: update overflow-wrap property for better code block handling
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
* fix: workflow publish package failure fix * fix: correct condition syntax for package publishing check
* fix(ci): use `##` instead of `#` when comparing Signed-off-by: Aviv Keller <me@aviv.sh> * Update apps/site/scripts/compare-size/index.mjs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore(bundle): don't send translations to client * fixup! * fixup!
feat(i18n): add Tamil language configuration (#8460)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )