Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump vega-lite from 5.4.0 to 5.5.0 #1371

Merged
merged 2 commits into from Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/valid-data/type-conditional-infer-nested/schema.json
Expand Up @@ -10,4 +10,4 @@
]
}
}
}
}
Expand Up @@ -28,4 +28,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion test/valid-data/type-conditional-infer-rest/schema.json
Expand Up @@ -19,4 +19,4 @@
"type": "array"
}
}
}
}
Expand Up @@ -46,4 +46,4 @@
"type": "array"
}
}
}
}
Expand Up @@ -43,4 +43,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion test/valid-data/type-conditional-infer/schema.json
Expand Up @@ -6,4 +6,4 @@
"type": "string"
}
}
}
}
24 changes: 12 additions & 12 deletions 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"
},
Expand All @@ -24,12 +28,8 @@
"string"
]
},
"alphaKeyofProp": {
"type": [
"number",
"null",
"string"
]
"stringProp": {
"type": "string"
}
},
"required": [
Expand All @@ -40,7 +40,7 @@
"alphaUnionProp",
"alphaKeyofProp"
],
"additionalProperties": false
"type": "object"
}
}
}
Expand Up @@ -55,4 +55,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion test/valid-data/type-tuple-nested-rest-uniform/schema.json
Expand Up @@ -11,4 +11,4 @@
"type": "array"
}
}
}
}
2 changes: 1 addition & 1 deletion test/valid-data/type-tuple-nested-rest/schema.json
Expand Up @@ -58,4 +58,4 @@
"type": "array"
}
}
}
}
4 changes: 4 additions & 0 deletions test/vega-lite/schema.json
Expand Up @@ -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<ExprRef>",
"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)."
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -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"
Expand Down