Skip to content

Commit a5ec725

Browse files
Merge pull request microsoft#49007 from microsoft/bump-4.7-rc
Sync and bump release 4.7 to RC
2 parents 6e62273 + ca59c9b commit a5ec725

File tree

1,698 files changed

+296912
-265383
lines changed

Some content is hidden

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

1,698 files changed

+296912
-265383
lines changed

.github/workflows/accept-baselines-fix-lints.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use node version 12
13-
uses: actions/setup-node@v1
12+
- name: Use node version 14
13+
uses: actions/setup-node@v3
1414
with:
15-
node-version: 12
15+
node-version: 14
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: Configure Git, Run Tests, Update Baselines, Apply Fixes

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x]
19+
node-version: [14.x, 16.x, 18.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 5
2525
- name: Use node version ${{ matrix.node-version }}
26-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Remove existing TypeScript

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
# CodeQL runs on ubuntu-latest and windows-latest
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'microsoft/TypeScript'
1415

1516
steps:
1617
- name: Checkout repository

.github/workflows/ensure-related-repos-run-crons.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
if: github.repository == 'microsoft/TypeScript'
1718

1819
steps:
1920
- name: Configure git

.github/workflows/new-release-branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Use node version 12.x
13-
uses: actions/setup-node@v1
12+
- name: Use node version 14.x
13+
uses: actions/setup-node@v3
1414
with:
15-
node-version: 12.x
15+
node-version: 14.x
1616
- uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 5

.github/workflows/nightly.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
if: github.repository == 'microsoft/TypeScript'
1415

1516
steps:
1617
- uses: actions/checkout@v2
17-
- name: Use node version 12
18-
uses: actions/setup-node@v1
18+
- name: Use node version 14
19+
uses: actions/setup-node@v3
1920
with:
20-
node-version: 12
21+
node-version: 14
2122
registry-url: https://registry.npmjs.org/
2223
- name: Setup and publish nightly
2324
run: |

.github/workflows/release-branch-artifact.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use node version 12
15-
uses: actions/setup-node@v1
14+
- name: Use node version 14
15+
uses: actions/setup-node@v3
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- name: Remove existing TypeScript
1919
run: |
2020
npm uninstall typescript --no-save

.github/workflows/rich-navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 5
2121

22-
- uses: actions/setup-node@v2
22+
- uses: actions/setup-node@v3
2323
with:
2424
node-version: 14
2525

.github/workflows/set-version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Use node version 12.x
13-
uses: actions/setup-node@v1
12+
- name: Use node version 14.x
13+
uses: actions/setup-node@v3
1414
with:
15-
node-version: 12.x
15+
node-version: 14.x
1616
- uses: actions/checkout@v2
1717
with:
1818
ref: ${{ github.event.client_payload.branch_name }}

.github/workflows/sync-branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Use node version 12.x
18-
uses: actions/setup-node@v1
17+
- name: Use node version 14.x
18+
uses: actions/setup-node@v3
1919
with:
20-
node-version: 12.x
20+
node-version: 14.x
2121
- uses: actions/checkout@v2
2222
with:
2323
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}

0 commit comments

Comments
 (0)