From c5e6e664484352ac63c839c07e6000a723a21da9 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sun, 28 Jul 2024 14:11:25 -0400 Subject: [PATCH] ci: use node 22 --- .github/workflows/check-toc.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/release-docs-and-schema.yml | 4 +- .github/workflows/test-docs.yml | 2 +- .github/workflows/test.yml | 6 +- build/vega-lite-schema.json | 104 +++++++----------- 6 files changed, 46 insertions(+), 74 deletions(-) diff --git a/.github/workflows/check-toc.yml b/.github/workflows/check-toc.yml index f0a86f775b..99e1b32408 100644 --- a/.github/workflows/check-toc.yml +++ b/.github/workflows/check-toc.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 911fa813c1..8ebf25b6b9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/release-docs-and-schema.yml b/.github/workflows/release-docs-and-schema.yml index 183c00e0c1..c34f3b7975 100644 --- a/.github/workflows/release-docs-and-schema.yml +++ b/.github/workflows/release-docs-and-schema.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile @@ -62,7 +62,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index bdb107b208..287eaeaebd 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa56b7ed3b..2b9bdc282d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile @@ -44,7 +44,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile @@ -88,7 +88,7 @@ jobs: uses: actions/setup-node@v4 with: cache: 'yarn' - node-version: 21 + node-version: 22 - name: Install Node dependencies run: yarn --frozen-lockfile diff --git a/build/vega-lite-schema.json b/build/vega-lite-schema.json index ba6489df88..61ecd11300 100644 --- a/build/vega-lite-schema.json +++ b/build/vega-lite-schema.json @@ -4428,46 +4428,37 @@ ] }, "BinnedTimeUnit": { - "anyOf": [ - { - "enum": [ - "binnedyear", - "binnedyearquarter", - "binnedyearquartermonth", - "binnedyearmonth", - "binnedyearmonthdate", - "binnedyearmonthdatehours", - "binnedyearmonthdatehoursminutes", - "binnedyearmonthdatehoursminutesseconds", - "binnedyearweek", - "binnedyearweekday", - "binnedyearweekdayhours", - "binnedyearweekdayhoursminutes", - "binnedyearweekdayhoursminutesseconds", - "binnedyeardayofyear" - ], - "type": "string" - }, - { - "enum": [ - "binnedutcyear", - "binnedutcyearquarter", - "binnedutcyearquartermonth", - "binnedutcyearmonth", - "binnedutcyearmonthdate", - "binnedutcyearmonthdatehours", - "binnedutcyearmonthdatehoursminutes", - "binnedutcyearmonthdatehoursminutesseconds", - "binnedutcyearweek", - "binnedutcyearweekday", - "binnedutcyearweekdayhours", - "binnedutcyearweekdayhoursminutes", - "binnedutcyearweekdayhoursminutesseconds", - "binnedutcyeardayofyear" - ], - "type": "string" - } - ] + "enum": [ + "binnedyear", + "binnedyearquarter", + "binnedyearquartermonth", + "binnedyearmonth", + "binnedyearmonthdate", + "binnedyearmonthdatehours", + "binnedyearmonthdatehoursminutes", + "binnedyearmonthdatehoursminutesseconds", + "binnedyearweek", + "binnedyearweekday", + "binnedyearweekdayhours", + "binnedyearweekdayhoursminutes", + "binnedyearweekdayhoursminutesseconds", + "binnedyeardayofyear", + "binnedutcyear", + "binnedutcyearquarter", + "binnedutcyearquartermonth", + "binnedutcyearmonth", + "binnedutcyearmonthdate", + "binnedutcyearmonthdatehours", + "binnedutcyearmonthdatehoursminutes", + "binnedutcyearmonthdatehoursminutesseconds", + "binnedutcyearweek", + "binnedutcyearweekday", + "binnedutcyearweekdayhours", + "binnedutcyearweekdayhoursminutes", + "binnedutcyearweekdayhoursminutesseconds", + "binnedutcyeardayofyear" + ], + "type": "string" }, "Blend": { "enum": [ @@ -4761,7 +4752,8 @@ "set2", "set3", "tableau10", - "tableau20" + "tableau20", + "observable10" ], "type": "string" }, @@ -19238,29 +19230,9 @@ "type": "object" }, "ParseValue": { - "anyOf": [ - { - "type": "null" - }, - { - "type": "string" - }, - { - "const": "string", - "type": "string" - }, - { - "const": "boolean", - "type": "string" - }, - { - "const": "date", - "type": "string" - }, - { - "const": "number", - "type": "string" - } + "type": [ + "string", + "null" ] }, "PivotTransform": { @@ -27672,6 +27644,8 @@ }, "SingleDefUnitChannel": { "enum": [ + "text", + "shape", "x", "y", "xOffset", @@ -27696,9 +27670,7 @@ "strokeDash", "size", "angle", - "shape", "key", - "text", "href", "url", "description"