-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from nodejs:main #22
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
base: main
Are you sure you want to change the base?
Conversation
|
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! |
…7339) (#7386) Co-authored-by: mpruser <[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/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]>
* blog: add Upcoming CVE for EOL Versions post Refs: nodejs/security-wg#1401 * update: mention openjs ecosystem sustainability program * update: mention openjs ecosystem sustainability program * fixup! update: mention openjs ecosystem sustainability program * Update apps/site/pages/en/blog/vulnerability/upcoming-cve-for-eol-versions.md Co-authored-by: Michael Dawson <[email protected]> Signed-off-by: Rafael Gonzaga <[email protected]> * fixup! Update apps/site/pages/en/blog/vulnerability/upcoming-cve-for-eol-versions.md --------- Signed-off-by: Rafael Gonzaga <[email protected]> Co-authored-by: Michael Dawson <[email protected]>
* feat: official vs community and instructions for downloads page * chore: semantical fixes * chore: removed unused code * chore: transform into a requirements table * chore: update requirements * chore: review changes * Apply suggestions from code review Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: Claudio W <[email protected]> * Update apps/site/pages/en/about/previous-releases.mdx Co-authored-by: Jordan Harband <[email protected]> Signed-off-by: Claudio W <[email protected]> * Update apps/site/pages/en/about/previous-releases.mdx Co-authored-by: Jordan Harband <[email protected]> Signed-off-by: Claudio W <[email protected]> * Update previous-releases.mdx Signed-off-by: Claudio W <[email protected]> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> * Apply suggestions from code review Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Claudio W <[email protected]> --------- Signed-off-by: Claudio W <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Jordan Harband <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Caner Akdas <[email protected]>
#7388) chore: update SWC configuration for TypeScript support & bump addon-webpack5-compiler-swc
* use translation * feat: translate "Edit this page", linking appropriately based on locale
Fix typo in event loop documentation: replace 'a person' with 'the event loop' for clarity and accuracy. Signed-off-by: Saeed <[email protected]>
* docs: add Devbox as commumity download option * Update apps/site/components/Icons/Platform/Devbox.tsx Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: @mootoday <[email protected]> * Update apps/site/components/Icons/Platform/Devbox.tsx Co-authored-by: Michael Esteban <[email protected]> Signed-off-by: @mootoday <[email protected]> * chore: add Devbox platform icon story * Update apps/site/util/downloadUtils.tsx Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Mike <[email protected]> --------- Signed-off-by: @mootoday <[email protected]> Signed-off-by: Mike <[email protected]> Co-authored-by: Michael Esteban <[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> * enables japanese * 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]>
Co-authored-by: Ajay Bains <[email protected]>
* Blog: add security pre-release announcement * fixup! Blog: add security pre-release announcement
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]>
Bumps the mdx group with 1 update: [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki). Updates `shiki` from 3.1.0 to 3.3.0 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v3.3.0/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mdx ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I'll follow up this in the automation
* fix: convert incorrect breadcrumb links to opaque spans * add linkless story * make sure last item is always displayed as active
* chore: use subpath imports instead of path aliases * fixup! chore: use subpath imports instead of path aliases * #ui and #site
make site work with the Cloudflare OpenNext adapter update the site application so that it can be build using the Cloudflare OpenNext adapter (`@opennextjs/cloudflare`) and thus deployed on Cloudflare Workers
* chore(pnpm): use installed dependencies * Update pre-commit Co-authored-by: Matt Cowley <[email protected]> Signed-off-by: Aviv Keller <[email protected]> --------- Signed-off-by: Aviv Keller <[email protected]> Co-authored-by: Matt Cowley <[email protected]>
update vfox domain Signed-off-by: Han Li <[email protected]>
fix(learn): minor typo in Discover Promises in Node.js ```diff -When you order the pizza, You're in the pending state +When you order the pizza, you're in the pending state ``` Signed-off-by: Carlos Menezes <[email protected]>
* Blog: post release announcement May security releases * Blog: v20.19.2 release post Refs: nodejs-private/node-private#711 * Blog: v22.15.1 release post Refs: nodejs-private/node-private#712 * Blog: v23.11.1 release post Refs: nodejs-private/node-private#708 * Blog: v24.0.2 release post Refs: nodejs-private/node-private#714 * Update apps/site/pages/en/blog/vulnerability/may-2025-security-releases.md
* fix: ensure links maintain green color within bold text * fix(markdown): ensure links inside bold text retain correct green color - Remove color styling from `strong` so it only applies font weight, not color. - Restore color styling for headings only. - Remove unnecessary selectors and \!important overrides for link color. - This allows links within bold text to inherit the correct green color naturally, resolving the previous override issue. * test(storybook): add story for bold text and links to cover markdown edge cases - Adds a story to the text stories. - Demonstrates bold text, a link inside bold, and bold inside a link. - Ensures CSS changes are visually tested for all relevant markdown scenarios.
* 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]>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )