Skip to content

Commit baf54a1

Browse files
committed
Merge branch 'main' into complex-attributes-blog
2 parents 7cdc94d + 5e096d6 commit baf54a1

File tree

412 files changed

+7991
-3793
lines changed

Some content is hidden

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

412 files changed

+7991
-3793
lines changed

.cspell/es-palabras.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ agregable
2626
milisegundos
2727
subproyecto
2828
autoinstrumentación
29+
muestreado
30+
muestreador
31+
muestreo
32+
muestreen
33+
muestrear
34+
muestrearse
35+
muestreados

.github/workflows/auto-update-community-members.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Set up Node.js
23-
uses: actions/setup-node@v5
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: '22'
2626

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
jq '.dependencies |= {minisearch: .minisearch} | del(.optionalDependencies)' package.json > tmp/package-min.json
3030
cp tmp/package-min.json package.json
3131
32-
- uses: actions/setup-node@v5
32+
- uses: actions/setup-node@v6
3333
with:
3434
node-version-file: .nvmrc
3535
cache: npm

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
package.json > tmp/package-min.json
3838
cp tmp/package-min.json package.json
3939
40-
- uses: actions/setup-node@v5
40+
- uses: actions/setup-node@v6
4141
with:
4242
node-version-file: .nvmrc
4343
cache: npm
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/download-artifact@v5
9494
with: { name: build-artifacts }
9595

96-
- uses: actions/setup-node@v5
96+
- uses: actions/setup-node@v6
9797
with:
9898
node-version-file: .nvmrc
9999
cache: npm

.github/workflows/check-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
| del(.dependencies, .optionalDependencies)' \
2626
package.json > tmp/package-ci.json
2727
cp tmp/package-ci.json package.json
28-
- uses: actions/setup-node@v5
28+
- uses: actions/setup-node@v6
2929
with:
3030
node-version-file: .nvmrc
3131
cache: npm

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v5
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version-file: .nvmrc
1919
- run: npm run _install:dict --ignore-scripts

.github/workflows/check-text.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
| del(.dependencies, .optionalDependencies)' \
2121
package.json > tmp/package-ci.json
2222
cp tmp/package-ci.json package.json
23-
- uses: actions/setup-node@v5
23+
- uses: actions/setup-node@v6
2424
with:
2525
node-version-file: .nvmrc
2626
cache: npm
@@ -42,7 +42,7 @@ jobs:
4242
| del(.dependencies, .optionalDependencies)' \
4343
package.json > tmp/package-ci.json
4444
cp tmp/package-ci.json package.json
45-
- uses: actions/setup-node@v5
45+
- uses: actions/setup-node@v6
4646
with:
4747
node-version-file: .nvmrc
4848
cache: npm

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: 'Upload to code-scanning'
45-
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
45+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
4646
with:
4747
sarif_file: results.sarif

.github/workflows/pr-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GH_TOKEN: ${{ github.token }}
4949

50-
- uses: actions/setup-node@v5
50+
- uses: actions/setup-node@v6
5151
with:
5252
node-version-file: .nvmrc
5353

.github/workflows/refcache-refresh.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,22 @@ jobs:
103103
echo "DELAYED_PUSH_CMD=$DELAYED_PUSH_CMD" >> $GITHUB_ENV
104104
fi
105105
106-
- uses: actions/setup-node@v5
107-
with:
108-
node-version-file: .nvmrc
106+
- uses: actions/setup-node@v6
107+
with: { node-version-file: .nvmrc }
109108

110109
- run: npm install --omit=optional
111110

112-
- uses: actions/setup-go@v5
111+
- uses: actions/setup-go@v6
113112

114113
- name: Install htmltest
115114
run: |
116115
HTMLTEST_REPO=github.com/chalin/htmltest
117116
BRANCH=dev/main
117+
COMMIT_OR_TAG=0e53941b991235e0ef2686a5bb8dfa70895a652e # v0.17.0-43-g0e53941-chalin-dev
118118
REPO_DIR=tmp/htmltest
119119
git clone --branch $BRANCH https://$HTMLTEST_REPO.git $REPO_DIR
120120
pushd $REPO_DIR
121+
git checkout $COMMIT_OR_TAG
121122
make build
122123
HTMLTEST=$REPO_DIR/bin/htmltest
123124
echo "HTMLTEST=$HTMLTEST" >> $GITHUB_ENV

0 commit comments

Comments
 (0)