Skip to content

Commit 5f28c55

Browse files
Merge branch 'master' into patch-3
2 parents 43ca93c + 9747f45 commit 5f28c55

File tree

1,260 files changed

+30446
-294147
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,260 files changed

+30446
-294147
lines changed

.dprint.jsonc

+7-12
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,16 @@
3838

3939
"./types/**/*.md"
4040
],
41-
"prettier": {
42-
"associations": [
43-
"**/*.{yaml,yml}"
44-
],
45-
"yml.tabWidth": 2,
46-
"yaml.tabWidth": 2,
47-
"yml.singleQuote": true,
48-
"yaml.singleQuote": true
41+
"yaml": {
42+
"indentWidth": 2,
43+
"quotes": "preferSingle"
4944
},
5045
// NOTE: if extending this list, also update settings.template.json.
5146
"plugins": [
52-
"https://plugins.dprint.dev/typescript-0.91.4.wasm",
53-
"https://plugins.dprint.dev/json-0.19.3.wasm",
54-
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
55-
"https://plugins.dprint.dev/prettier-0.40.0.json@68c668863ec834d4be0f6f5ccaab415df75336a992aceb7eeeb14fdf096a9e9c"
47+
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
48+
"https://plugins.dprint.dev/json-0.19.4.wasm",
49+
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
50+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
5651
],
5752
"indentWidth": 4,
5853
"lineWidth": 120,

.github/CODEOWNERS

+23-97
Large diffs are not rendered by default.

.github/actions/setup-for-scripts/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Set up repo for running scripts
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
88
with:
99
node-version: '20'
10-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
10+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1111
with:
1212
run_install: |
1313
- args: [--filter, ., --filter, '{./scripts}...']

.github/dependabot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
version: 2
77
updates:
88
- package-ecosystem: 'github-actions'
9-
directory: '/'
9+
directories:
10+
- '/'
11+
- '/.github/actions/setup-for-scripts'
1012
schedule:
1113
interval: 'weekly'
1214
groups:

.github/workflows/CI.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
# Need this to be able to inquire about origin/master
3636
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
3737
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
38-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
38+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3939
with:
4040
node-version: '20'
4141

42-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
42+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4343

4444
- id: matrix
4545
run: |
@@ -67,7 +67,7 @@ jobs:
6767
# Need this to be able to inquire about origin/master
6868
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
6969
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
70-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
70+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
7171
with:
7272
node-version: '20'
7373

@@ -79,7 +79,7 @@ jobs:
7979
printf "Aborting: symlinks found:\n%s" "$symlinks"; exit 1
8080
fi
8181
82-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
82+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
8383

8484
- name: Get pnpm cache info
8585
id: pnpm-cache
@@ -115,7 +115,7 @@ jobs:
115115
if: ${{ github.event_name == 'pull_request' }}
116116

117117
- name: Upload suggestions
118-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
118+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
119119
with:
120120
name: suggestions_${{ matrix.shardId }}_${{ matrix.shardCount }}
121121
if-no-files-found: ignore

.github/workflows/UpdateCodeowners.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: pnpm run update-codeowners
3434

35-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
35+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
3636
with:
3737
commit_author: 'TypeScript Bot <[email protected]>'
3838
commit_message: '🤖 Update CODEOWNERS'

.github/workflows/format-and-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- run: pnpm dprint fmt
4242

43-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
43+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
4444
with:
4545
commit_author: 'TypeScript Bot <[email protected]>'
4646
commit_message: '🤖 dprint fmt'

.github/workflows/pnpm-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
14+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
1515
with:
1616
node-version: '20'
17-
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
17+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1818

1919
- name: Get pnpm cache info
2020
id: pnpm-cache

.github/workflows/support-window.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Make SVG diagram
4444
run: node --experimental-json-modules scripts/support-window > docs/support-window.svg
4545

46-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
46+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
4747
with:
4848
commit_author: 'TypeScript Bot <[email protected]>'
4949
commit_message: '🤖 Update support window'

0 commit comments

Comments
 (0)