From be35510af8b7e5874b8fdf2e6eff712e179ec6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:15:12 +0000 Subject: [PATCH] chore(deps-dev): bump vega-lite from 5.4.0 to 5.5.0 (#1371) * chore(deps-dev): bump vega-lite from 5.4.0 to 5.5.0 Bumps [vega-lite](https://github.com/vega/vega-lite) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/vega/vega-lite/releases) - [Changelog](https://github.com/vega/vega-lite/blob/v5.5.0/CHANGELOG.md) - [Commits](https://github.com/vega/vega-lite/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: vega-lite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: update schemas Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Moritz --- .../type-conditional-infer-nested/schema.json | 2 +- .../schema.json | 2 +- .../type-conditional-infer-rest/schema.json | 2 +- .../schema.json | 2 +- .../schema.json | 2 +- .../type-conditional-infer/schema.json | 2 +- .../type-indexed-circular-access/schema.json | 24 +++++++++---------- .../schema.json | 2 +- .../schema.json | 2 +- .../type-tuple-nested-rest/schema.json | 2 +- test/vega-lite/schema.json | 4 ++++ yarn.lock | 6 ++--- 12 files changed, 28 insertions(+), 24 deletions(-) diff --git a/test/valid-data/type-conditional-infer-nested/schema.json b/test/valid-data/type-conditional-infer-nested/schema.json index 12c1a1f79..14228d2be 100644 --- a/test/valid-data/type-conditional-infer-nested/schema.json +++ b/test/valid-data/type-conditional-infer-nested/schema.json @@ -10,4 +10,4 @@ ] } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-conditional-infer-recursive/schema.json b/test/valid-data/type-conditional-infer-recursive/schema.json index 7d45b9d73..58b5775c1 100644 --- a/test/valid-data/type-conditional-infer-recursive/schema.json +++ b/test/valid-data/type-conditional-infer-recursive/schema.json @@ -28,4 +28,4 @@ ] } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-conditional-infer-rest/schema.json b/test/valid-data/type-conditional-infer-rest/schema.json index f40adc5a1..bbf509443 100644 --- a/test/valid-data/type-conditional-infer-rest/schema.json +++ b/test/valid-data/type-conditional-infer-rest/schema.json @@ -19,4 +19,4 @@ "type": "array" } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-conditional-infer-tail-recursion/schema.json b/test/valid-data/type-conditional-infer-tail-recursion/schema.json index c71b1b763..70f668388 100644 --- a/test/valid-data/type-conditional-infer-tail-recursion/schema.json +++ b/test/valid-data/type-conditional-infer-tail-recursion/schema.json @@ -46,4 +46,4 @@ "type": "array" } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-conditional-infer-tuple-xor/schema.json b/test/valid-data/type-conditional-infer-tuple-xor/schema.json index 8a99bfcc9..3fcb2eabc 100644 --- a/test/valid-data/type-conditional-infer-tuple-xor/schema.json +++ b/test/valid-data/type-conditional-infer-tuple-xor/schema.json @@ -43,4 +43,4 @@ ] } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-conditional-infer/schema.json b/test/valid-data/type-conditional-infer/schema.json index 54f859a5c..8ddf4c3bc 100644 --- a/test/valid-data/type-conditional-infer/schema.json +++ b/test/valid-data/type-conditional-infer/schema.json @@ -6,4 +6,4 @@ "type": "string" } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-indexed-circular-access/schema.json b/test/valid-data/type-indexed-circular-access/schema.json index 431339950..dbf6a80bd 100644 --- a/test/valid-data/type-indexed-circular-access/schema.json +++ b/test/valid-data/type-indexed-circular-access/schema.json @@ -1,19 +1,23 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/Beta", + "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Beta": { - "type": "object", + "additionalProperties": false, "properties": { + "alphaKeyofProp": { + "type": [ + "number", + "null", + "string" + ] + }, "alphaNumberDefaultProp": { "type": "number" }, "alphaNumberWithoutDefaultProp": { "type": "number" }, - "stringProp": { - "type": "string" - }, "alphaStringProp": { "type": "string" }, @@ -24,12 +28,8 @@ "string" ] }, - "alphaKeyofProp": { - "type": [ - "number", - "null", - "string" - ] + "stringProp": { + "type": "string" } }, "required": [ @@ -40,7 +40,7 @@ "alphaUnionProp", "alphaKeyofProp" ], - "additionalProperties": false + "type": "object" } } } diff --git a/test/valid-data/type-tuple-nested-rest-to-union/schema.json b/test/valid-data/type-tuple-nested-rest-to-union/schema.json index 689bc2a9d..939373fdd 100644 --- a/test/valid-data/type-tuple-nested-rest-to-union/schema.json +++ b/test/valid-data/type-tuple-nested-rest-to-union/schema.json @@ -55,4 +55,4 @@ ] } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-tuple-nested-rest-uniform/schema.json b/test/valid-data/type-tuple-nested-rest-uniform/schema.json index 9e45bc34c..f9395419f 100644 --- a/test/valid-data/type-tuple-nested-rest-uniform/schema.json +++ b/test/valid-data/type-tuple-nested-rest-uniform/schema.json @@ -11,4 +11,4 @@ "type": "array" } } -} \ No newline at end of file +} diff --git a/test/valid-data/type-tuple-nested-rest/schema.json b/test/valid-data/type-tuple-nested-rest/schema.json index 5ff273c06..3111d2cd6 100644 --- a/test/valid-data/type-tuple-nested-rest/schema.json +++ b/test/valid-data/type-tuple-nested-rest/schema.json @@ -58,4 +58,4 @@ "type": "array" } } -} \ No newline at end of file +} diff --git a/test/vega-lite/schema.json b/test/vega-lite/schema.json index 69e29b8cc..6f50ad9a5 100644 --- a/test/vega-lite/schema.json +++ b/test/vega-lite/schema.json @@ -7725,6 +7725,10 @@ "description": "Default time format for raw time values (without time units) in text marks, legend labels and header labels.\n\n__Default value:__ `\"%b %d, %Y\"` __Note:__ Axes automatically determine the format for each label automatically so this config does not affect axes.", "type": "string" }, + "timeFormatType": { + "description": "[Custom format type](https://vega.github.io/vega-lite/docs/config.html#custom-format-type) for `config.timeFormat`.\n\n__Default value:__ `undefined` -- This is equilvalent to call D3-time-format, which is exposed as [`timeFormat` in Vega-Expression](https://vega.github.io/vega/docs/expressions/#timeFormat). __Note:__ You must also set `customFormatTypes` to `true` and there must *not* be a `timeUnit` defined to use this feature.", + "type": "string" + }, "title": { "$ref": "#/definitions/TitleConfig", "description": "Title configuration, which determines default properties for all [titles](https://vega.github.io/vega-lite/docs/title.html). For a full list of title configuration options, please see the [corresponding section of the title documentation](https://vega.github.io/vega-lite/docs/title.html#config)." diff --git a/yarn.lock b/yarn.lock index 7f20b1308..e26a2f0ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5730,9 +5730,9 @@ vega-label@~1.2.0: vega-util "^1.15.2" vega-lite@^5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-5.4.0.tgz#d09331e2a1c87843d5865de0fa7704919796ab56" - integrity sha512-e/P5iOtBE62WEWZhKP7sLcBd92YS9prfUQafelxoOeloooSSrkUwM/ZDmN5Q5ffByEZTiKfODtnwD6/xKDYUmw== + version "5.5.0" + resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-5.5.0.tgz#07345713d538cd63278748ec119c261722be66ff" + integrity sha512-MQBJt/iaUegvhRTS/hZVWfMOSF5ai4awlR2qtwTgHd84bErf9v7GtaZ9ArhJqXCb+FizvZ2jatmoYCzovgAhkg== dependencies: "@types/clone" "~2.1.1" array-flat-polyfill "^1.0.1"