Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
8857fea
chore(deps): bump stefanzweifel/git-auto-commit-action from 7.1.0 to …
dependabot[bot] Aug 3, 2026
a5cee3d
chore(deps): bump crowdin/github-action from 2.16.3 to 2.17.0 (#9056)
dependabot[bot] Aug 3, 2026
065f221
chore(deps): bump chromaui/action from 18.0.1 to 18.1.0 (#9057)
dependabot[bot] Aug 3, 2026
ca4f0fc
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#9060)
dependabot[bot] Aug 3, 2026
93e86f7
chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 (…
dependabot[bot] Aug 3, 2026
a4760c1
chore(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.1 (#9058)
dependabot[bot] Aug 3, 2026
22fe18e
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#9061)
dependabot[bot] Aug 3, 2026
a21f8ea
chore(deps): bump globals from 17.5.0 to 17.7.0 (#9070)
dependabot[bot] Aug 3, 2026
96137cb
chore(deps): bump user-agent-data-types from 0.4.2 to 0.4.3 (#9068)
dependabot[bot] Aug 3, 2026
49bee92
chore(deps): bump wrangler from 4.77.0 to 4.114.0 (#9069)
dependabot[bot] Aug 3, 2026
ff96809
chore(deps): bump the vercel group across 1 directory with 7 updates …
dependabot[bot] Aug 3, 2026
ee0f4b3
chore(deps): bump the styling group across 1 directory with 2 updates…
dependabot[bot] Aug 3, 2026
5bbc791
chore(i18n): sync translations from crowdin (#9053)
nodejs-crowdin Aug 3, 2026
6aaa24e
chore(deps): bump the testing group across 1 directory with 2 updates…
dependabot[bot] Aug 3, 2026
8ee12b0
meta: update pnpm from 11.9.0 to 11.18.0 (#9073)
github-actions[bot] Aug 3, 2026
2893dae
chore(deps): bump the storybook group across 1 directory with 3 updat…
dependabot[bot] Aug 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/crowdin-translations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-core/website-i18n': patch
---

Update translations from Crowdin.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

- name: Git Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Start Visual Regression Tests (Chromatic)
# This assigns the Environment Deployment for Storybook
id: chromatic-deploy
uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1
uses: chromaui/action@14cfaef73576e69f95f47f60058063f46ca38719 # v18.1.0
with:
workingDir: packages/ui-components
buildScriptName: storybook:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leave-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand All @@ -55,7 +55,7 @@ jobs:

- name: Git Checkout
# Only needed for the Lighthouse formatting script; no credentials are persisted.
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pnpm-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

- name: Git Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tmp-cloudflare-open-next-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

- name: Git Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Set up pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9

- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
# We want to ensure that the Node.js version running here respects our supported versions
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations-pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/translations-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
token: ${{ secrets.CROWDIN_GITHUB_BOT_TOKEN }}
persist-credentials: false

# see all the options at https://github.com/crowdin/github-action
- name: Crowdin PR
uses: crowdin/github-action@52aa776766211d83d975df51f3b9c53c2f8ba35f # v2.16.3
uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc # v2.17.0
with:
# do not upload anything - this is a one-way operation download
upload_sources: false
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: node --run prettier:fix

- name: Push Changes back to Pull Request
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
with:
commit_options: '--no-verify --signoff'
commit_message: 'chore(i18n): format translated files'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/translations-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit

- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

# see all the options at https://github.com/crowdin/github-action
- name: crowdin action
uses: crowdin/github-action@52aa776766211d83d975df51f3b9c53c2f8ba35f # v2.16.3
uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc # v2.17.0
with:
# only upload sources, ensuring this is a one-way operation
upload_sources: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@orama/orama": "^3.1.18",
"@radix-ui/react-tabs": "^1.1.18",
"@radix-ui/react-tooltip": "^1.2.13",
"@tailwindcss/postcss": "~4.3.0",
"@tailwindcss/postcss": "~4.3.3",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@vcarl/remark-headings": "~0.1.0",
Expand All @@ -47,7 +47,7 @@
"gray-matter": "~4.0.3",
"mdast-util-to-string": "^4.0.0",
"next": "catalog:",
"next-intl": "~4.13.0",
"next-intl": "~4.13.4",
"next-themes": "~0.4.6",
"postcss-calc": "~10.1.1",
"react": "catalog:",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"@eslint-react/eslint-plugin": "~5.8.6",
"@next/eslint-plugin-next": "16.2.6",
"@next/eslint-plugin-next": "16.2.11",
"@node-core/remark-lint": "workspace:*",
"@orama/core": "^1.2.19",
"@playwright/test": "^1.61.1",
Expand All @@ -88,10 +88,10 @@
"stylelint-config-standard": "40.0.0",
"stylelint-order": "8.1.1",
"stylelint-selector-bem-pattern": "5.0.0",
"tsx": "^4.22.3",
"tsx": "^4.23.1",
"typescript": "catalog:",
"typescript-eslint": "~8.65.0",
"user-agent-data-types": "0.4.2"
"user-agent-data-types": "0.4.3"
},
"peerDependencies": {
"@node-core/platform-cloudflare": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"dependencies": {
"husky": "9.1.7",
"lint-staged": "17.2.0",
"turbo": "2.9.16"
"turbo": "2.10.6"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.1",
"@eslint/js": "~10.0.1",
"@reporters/github": "^2.0.0",
"@reporters/github": "^2.0.2",
"@testing-library/react": "~16.3.2",
"cross-env": "^10.1.0",
"eslint": "~10.7.0",
"eslint-import-resolver-typescript": "~4.4.5",
"eslint-plugin-import-x": "~4.17.1",
"globals": "^17.5.0",
"globals": "^17.7.0",
"prettier": "3.9.6",
"prettier-plugin-tailwindcss": "0.8.0",
"prettier-plugin-tailwindcss": "0.8.1",
"typescript": "catalog:",
"typescript-eslint": "~8.65.0"
},
"packageManager": "pnpm@11.9.0",
"packageManager": "pnpm@11.18.0",
"devEngines": {
"runtime": {
"name": "node",
Expand All @@ -64,7 +64,7 @@
},
"packageManager": {
"name": "pnpm",
"version": "11.9.0",
"version": "11.18.0",
"onFail": "error"
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"about": "はじめに",
"download": "ダウンロード",
"docs": "ドキュメント",
"betaDocs": "ベータ版ドキュメント",
"guides": "ガイド",
"learn": "学ぶ",
"security": "セキュリティー",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"about": "Про Node.js",
"download": "Завантажити",
"docs": "Документація",
"betaDocs": "Бета-документація",
"guides": "Посібники",
"learn": "Навчання",
"security": "Безпека",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@eslint-react/eslint-plugin": "~5.8.6",
"@orama/core": "^1.2.19",
"@storybook/addon-styling-webpack": "~3.0.2",
"@storybook/addon-themes": "~10.4.1",
"@storybook/addon-themes": "~10.5.4",
"@storybook/addon-webpack5-compiler-swc": "~4.0.3",
"@storybook/react-webpack5": "~10.4.1",
"@tailwindcss/postcss": "~4.3.0",
"@storybook/react-webpack5": "~10.5.4",
"@tailwindcss/postcss": "~4.3.3",
"@testing-library/user-event": "~14.6.1",
"@types/node": "catalog:",
"@types/react": "catalog:",
Expand All @@ -85,14 +85,14 @@
"postcss-calc": "~10.1.1",
"postcss-cli": "^11.0.1",
"postcss-loader": "8.2.1",
"storybook": "~10.4.1",
"storybook": "~10.5.4",
"style-loader": "4.0.0",
"stylelint": "17.14.1",
"stylelint-config-standard": "40.0.0",
"stylelint-order": "8.1.1",
"stylelint-selector-bem-pattern": "5.0.0",
"tailwindcss": "catalog:",
"tsx": "4.22.3",
"tsx": "4.23.1",
"typescript": "catalog:"
},
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript/vfs": "^1.6.4",
"twoslash": "^0.3.9",
"typescript": "catalog:",
"wrangler": "^4.77.0"
"wrangler": "^4.114.0"
},
"peerDependencies": {
"next": "catalog:"
Expand Down
8 changes: 4 additions & 4 deletions platforms/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"directory": "platforms/vercel"
},
"dependencies": {
"@opentelemetry/api-logs": "~0.218.0",
"@opentelemetry/instrumentation": "~0.218.0",
"@opentelemetry/api-logs": "~0.221.0",
"@opentelemetry/instrumentation": "~0.221.0",
"@opentelemetry/resources": "~1.30.1",
"@opentelemetry/sdk-logs": "~0.218.0",
"@opentelemetry/sdk-logs": "~0.221.0",
"@vercel/analytics": "~2.0.1",
"@vercel/otel": "~2.1.2",
"@vercel/otel": "~2.1.3",
"@vercel/speed-insights": "~2.0.0"
},
"peerDependencies": {
Expand Down
Loading
Loading