forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from nodejs:main #1562
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
Open
pull
wants to merge
414
commits into
NOUIY: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
+49,255
−44,400
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
Note Your Pull Request seems to be updating Translations of the Node.js Website. Whilst we appreciate your intent; Any Translation update should be done through our Crowdin Project. Thank you! |
Signed-off-by: Claudio W <[email protected]>
* ci: static export locale * refactor: updated logic in conditions
In all examples in this document errors are logged by using `console.error()` method And it's unclear why in promise-based part we have different strategy Signed-off-by: Artem Dragunov <[email protected]>
* doc: update typescript docs Fix a small conceptual issue and add details for v23 Signed-off-by: Lucas Santos <[email protected]> * doc: fix small issues * doc: add suggestions to improve clarity * doc: lint authors Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Lucas Santos <[email protected]> * doc: apply changes Co-authored-by: Rob Palmer <[email protected]> Signed-off-by: Lucas Santos <[email protected]> * doc: nits and pin versions * doc: add Rob --------- Signed-off-by: Lucas Santos <[email protected]> Co-authored-by: Augustin Mauroy <[email protected]> Co-authored-by: Rob Palmer <[email protected]>
* Blog: add post-release announcement * Blog: v23.6.1 release post Refs: nodejs-private/node-private#654 * Blog: v22.13.1 release post Refs: nodejs-private/node-private#655 * Blog: v20.18.2 release post Refs: nodejs-private/node-private#664 * Blog: v18.20.6 release post Refs: nodejs-private/node-private#659
* 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> * Update apps/site/pages/id/about/previous-releases.mdx Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update apps/site/pages/es/about/index.mdx Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
* fix(blog): fix pubdate of upcoming-cve-for-eol-versions regressed in 8e5ef67 . this patch bring back the `T16` part to make it a valid Date string Signed-off-by: Masataka Yakura <[email protected]> * Update apps/site/pages/en/blog/vulnerability/upcoming-cve-for-eol-versions.md Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Masataka Yakura <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Augustin Mauroy <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Augustin Mauroy <[email protected]>
add workflow
Fix a typo Signed-off-by: ochuko awhe <[email protected]>
Update redirects.json Signed-off-by: Brian Muenzenmeyer <[email protected]>
* fix: button accessibility * chore: tabindex -1 when disabled
Signed-off-by: Claudio W <[email protected]>
Signed-off-by: Claudio W <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
* 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> * Update apps/site/snippets/ko/download/devbox.bash Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
* Update notify-on-push.yml Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update notify-on-push.yml Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]>
inline markdown links
Signed-off-by: Lex Li <[email protected]>
* chore: better links for source * chore: addressed feedback
* feat: create markdown snippets linter * chore: review * chore: rollback test
* chore: remove Cloudflare related pre-scripts in favour of turbo `dependsOn` configs * chore: add workflow to test Cloudflare Worker build on PRs and pushes * fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes remove windows since the OpenNext adapter is not compatible with it * fixup! chore: remove Cloudflare related pre-scripts in favour of turbo `dependsOn` configs add back `prebuild` script as that is needed for the vercel deployment * fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes Apply suggestions from code review Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Dario Piotrowicz <[email protected]> * fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes remove unnecessary filter * fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes update incorrect `pull_request_target` to `pull_request` * Apply suggestions from code review Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Dario Piotrowicz <[email protected]> --------- Signed-off-by: Dario Piotrowicz <[email protected]> Co-authored-by: Aviv Keller <[email protected]>
chore(download): extract constants to JSON Co-authored-by: Aviv Keller <[email protected]>
Update collecting-code-coverage.md Signed-off-by: Gilad Hoshmand <[email protected]>
* chore(deps): update css-loader, remove redundant deps * resolve conflicts
* fix(crowdin): workflow improvements * fixup! fix(crowdin): workflow improvements * fixup! fixup! fix(crowdin): workflow improvements * fixup! fixup! fixup! fix(crowdin): workflow improvements * [automated]: Crowdin Translations Sync (#7756) chore: sync translations from crowdin Signed-off-by: nodejs-crowdin <[email protected]> Co-authored-by: nodejs-crowdin <[email protected]> * Update translations-sync.yml Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: nodejs-crowdin <[email protected]> Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Node.js Crowdin Bot <[email protected]> Co-authored-by: nodejs-crowdin <[email protected]>
* chore(monorepo): `rehype-shiki` * fixup! * add build to turbo
* chore(ui): move `ArticleLayout` to `ui-components` * fixup! chore(ui): move `ArticleLayout` to `ui-components` * add story
* feat(test): add playwright tests * use roles when possible * Update general-behavior.spec.ts Signed-off-by: Aviv Keller <[email protected]> * add browsers back Signed-off-by: Aviv Keller <[email protected]> * use locator --------- Signed-off-by: Aviv Keller <[email protected]>
* Update discover-promises-in-nodejs.md Signed-off-by: Vishal Kumar Gupta <[email protected]> * Update discover-promises-in-nodejs.md Signed-off-by: Vishal Kumar Gupta <[email protected]> --------- Signed-off-by: Vishal Kumar Gupta <[email protected]>
* feat(learn/userland-migrations): add intro * fixup!: prettier * fixup!: english → american Co-authored-by: Copilot <[email protected]> Signed-off-by: Jacob Smith <[email protected]> * fixup!: add nav & labels * Update introduction.md Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Jacob Smith <[email protected]> * fixup!: clarify wording * fixup!: remove CLI prompt from code block Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Jacob Smith <[email protected]> * fixup!: add `@nodejs/userland-migrations` to CODEOWNERS * Revert "fixup!: add `@nodejs/userland-migrations` to CODEOWNERS" This reverts commit 3655407. --------- Signed-off-by: Jacob Smith <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Aviv Keller <[email protected]> Co-authored-by: Augustin Mauroy <[email protected]>
* content(blog/events): add trip report of 2025 Paris summit * Update apps/site/pages/en/blog/events/collab-summit-2025-paris.md Co-authored-by: Copilot <[email protected]> Signed-off-by: Joyee Cheung <[email protected]> * Update apps/site/pages/en/blog/events/collab-summit-2025-paris.md Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Joyee Cheung <[email protected]> * update * remove whitespace * correct author * add legendecas to the author list --------- Signed-off-by: Joyee Cheung <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Augustin Mauroy <[email protected]>
* 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 <[email protected]> Co-authored-by: github-merge-queue <[email protected]>
* feat(meta): publish @node-core/* packages * add slack notif, add doc * _always_ verify commit * fixup
* chore(publish): test publishing Signed-off-by: Aviv Keller <[email protected]> * testing * testing * testing * fixup * fixup! * fixup! --------- Signed-off-by: Aviv Keller <[email protected]>
Update mocking.md Signed-off-by: Colin Ihrig <[email protected]>
Signed-off-by: Aviv Keller <[email protected]>
* ToC Fix * Fix: replaced raw css with tailwind * Restored packages/ui-components/Containers/MetaBar/index.tsx * Replaced display:none with @apply hidden * Fix: not all elements were being rendered * Removed the redundant scrollbar styles * fix: metabar no longer has a short length * fix: metabar length fix * fix: chromatic diff * fix: removed the added padding * fix: removed the additional p-4 * added global variable for height
* chore(i18n): improve type safety * fixup! Signed-off-by: Aviv Keller <[email protected]> * improve casting --------- Signed-off-by: Aviv Keller <[email protected]>
* Blog: update affected os may 25 sec release Refs: nodejs-private/security-release#61 * Update apps/site/pages/en/blog/vulnerability/may-2025-security-releases.md Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Rafael Gonzaga <[email protected]> --------- Signed-off-by: Rafael Gonzaga <[email protected]> Co-authored-by: Aviv Keller <[email protected]>
* feat(meta): require collaborators to me active * fixup! * Update .github/workflows/find-inactive-collaborators.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]> * store workflow in .github * use local list * remove unused tests * use more lenient matching Signed-off-by: Aviv Keller <[email protected]> * fixup! * code review --------- Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Copilot <[email protected]>
* fix(ci): use correct import syntax Signed-off-by: Aviv Keller <[email protected]> * Update find-inactive-collaborators.yml * Update find-inactive-collaborators.yml * Update find-inactive-collaborators.yml --------- Signed-off-by: Aviv Keller <[email protected]>
* chore(chromatic): only run on `ui-components` changes and merge groups Signed-off-by: Aviv Keller <[email protected]> * Update .github/workflows/chromatic.yml Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Copilot <[email protected]>
fix: skeleton animation
… server (#7787) * chore(shiki): add languages used in core * chore(shiki): only send required langs to client * fixup! chore(shiki): only send required langs to client * fix unit tests * fixup! fix unit tests * Update packages/rehype-shiki/src/highlighter.mjs Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]> * Update packages/rehype-shiki/src/highlighter.mjs Co-authored-by: Claudio W. <[email protected]> Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Claudio W. <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 : )