Skip to content

Commit fcab3a1

Browse files
committed
chore: resolve conflict
2 parents 686838c + 914daa3 commit fcab3a1

205 files changed

Lines changed: 3242 additions & 4287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,17 @@ apps/site/pages/en/blog/announcements @nodejs/releasers
4444
# The following users DO NOT have write access, and their review is requested
4545
# via a GitHub action.
4646
apps/site/pages/en/learn/diagnostics @nodejs/diagnostics
47+
4748
apps/site/pages/en/learn/getting-started/security-best-practices.md @nodejs/security-wg
49+
4850
apps/site/pages/en/learn/manipulating-files @nodejs/fs
51+
4952
apps/site/pages/en/learn/test-runner @nodejs/test_runner
53+
5054
apps/site/pages/en/learn/typescript @nodejs/typescript
55+
5156
apps/site/pages/en/about/partners.mdx @nodejs/marketing
5257
apps/site/pages/en/about/branding.mdx @nodejs/marketing
58+
59+
apps/site/pages/en/learn/getting-started/userland-migrations.md @nodejs/userland-migrations
60+
apps/site/pages/en/blog/migrations @nodejs/userland-migrations

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ updates:
5555
- vfile
5656
- vfile-*
5757
- reading-time
58+
- twoslash
5859
orama:
5960
patterns:
6061
- '@orama/*'

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu-latest, windows-latest]
4141

4242
steps:
43-
- uses: nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
43+
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
4444
with:
4545
pnpm: true
4646
use-version-file: true
@@ -53,7 +53,7 @@ jobs:
5353
shell: cmd
5454
run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
5555

56-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5757
with:
5858
path: ${{ github.workspace }}/apps/site/.next/cache
5959
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
@@ -70,7 +70,7 @@ jobs:
7070
# See https://github.com/vercel/next.js/pull/81318
7171
TURBOPACK_STATS: ${{ matrix.os == 'ubuntu-latest' }}
7272

73-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
73+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7474
if: matrix.os == 'ubuntu-latest'
7575
with:
7676
name: webpack-stats

.github/workflows/bundle-compare.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2323
with:
2424
egress-policy: audit
2525

2626
- name: Git Checkout
27-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828

2929
- name: Download Stats (HEAD)
30-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
30+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3131
with:
3232
name: webpack-stats
3333
path: head-stats
@@ -44,7 +44,7 @@ jobs:
4444
echo "run_id=$ID" >> $GITHUB_OUTPUT
4545
4646
- name: Download Stats (BASE)
47-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
47+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4848
with:
4949
name: webpack-stats
5050
path: base-stats

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
url: ${{ steps.chromatic-deploy.outputs.storybookUrl }}
5454

5555
steps:
56-
- uses: nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
56+
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
5757
with:
5858
pnpm: true
5959
use-version-file: true

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
analyze:
1717
name: Analyze
18-
uses: nodejs/web-team/.github/workflows/codeql.yml@2c2897a93eb99b4cdca270729100bc0887c758d9
18+
uses: nodejs/web-team/.github/workflows/codeql.yml@9f3c83af227d721768d9dbb63009a47ed4f4282f
1919
permissions:
2020
actions: read
2121
contents: read

.github/workflows/create-release-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
31+
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
3232
with:
3333
pnpm: true
3434
use-version-file: true

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ permissions:
1515

1616
jobs:
1717
dependency-review:
18-
uses: nodejs/web-team/.github/workflows/dependency-review.yml@2c2897a93eb99b4cdca270729100bc0887c758d9
18+
uses: nodejs/web-team/.github/workflows/dependency-review.yml@9f3c83af227d721768d9dbb63009a47ed4f4282f

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565

6666
steps:
6767
- name: Harden Runner
68-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
68+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6969
with:
7070
egress-policy: audit
7171

7272
- name: Git Checkout
73-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
73+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7474
with:
7575
# Provides the Pull Request commit SHA or the GitHub merge group ref
7676
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}

.github/workflows/lint-and-tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
runs-on: ubuntu-latest
4444

4545
steps:
46-
- uses: nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
46+
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
4747
with:
4848
pnpm: true
4949
use-version-file: true
5050

5151
- name: Restore Lint Cache
52-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5353
with:
5454
path: |
5555
.turbo/cache
@@ -86,7 +86,7 @@ jobs:
8686
(github.event_name == 'pull_request' &&
8787
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
8888
github.event.pull_request.head.ref != 'chore/crowdin')
89-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
89+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9090
with:
9191
path: |
9292
.turbo/cache
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101

102102
steps:
103-
- uses: nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
103+
- uses: nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
104104
with:
105105
pnpm: true
106106
use-version-file: true
@@ -112,12 +112,13 @@ jobs:
112112

113113
- name: Upload test coverage to Codecov
114114
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
115-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
115+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
116116
with:
117117
files: ./apps/site/lcov.info,./packages/*/lcov.info
118118

119119
- name: Upload test results to Codecov
120120
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
121-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
121+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
122122
with:
123+
report_type: test_results
123124
files: ./apps/site/junit.xml,./packages/*/junit.xml

0 commit comments

Comments
 (0)