Skip to content

Commit

Permalink
chore(deps-dev): bump vega-lite from 5.4.0 to 5.5.0 (#1371)
Browse files Browse the repository at this point in the history
* 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](vega/vega-lite@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] <support@github.com>

* chore: update schemas

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Moritz <domoritz@gmail.com>
  • Loading branch information
dependabot[bot] and domoritz committed Aug 23, 2022
1 parent 89955d1 commit be35510
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
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

0 comments on commit be35510

Please sign in to comment.