Skip to content

Commit f7f15df

Browse files
chore(deps): bump vega-lite from 4.17.0 to 5.18.0
Bumps [vega-lite](https://github.com/vega/vega-lite) from 4.17.0 to 5.18.0. - [Release notes](https://github.com/vega/vega-lite/releases) - [Changelog](https://github.com/vega/vega-lite/blob/main/CHANGELOG.md) - [Commits](vega/vega-lite@v4.17.0...v5.18.0) --- updated-dependencies: - dependency-name: vega-lite dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f3a5f3 commit f7f15df

File tree

2 files changed

+37
-92
lines changed

2 files changed

+37
-92
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"jupyter-tablewidgets": "^0.3.0",
2323
"vega": "5.27.0",
24-
"vega-lite": "4.17.0",
24+
"vega-lite": "5.18.0",
2525
"vega-embed": "^6.21.3",
2626
"@jupyter-widgets/base": "6.0.6",
2727
"@types/webpack-env": "*"

yarn.lock

+36-91
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@
317317
"@types/jquery" "*"
318318
"@types/underscore" "*"
319319

320-
"@types/clone@~2.1.0":
321-
version "2.1.1"
322-
resolved "https://registry.yarnpkg.com/@types/clone/-/clone-2.1.1.tgz#9b880d0ce9b1f209b5e0bd6d9caa38209db34024"
323-
integrity sha512-BZIU34bSYye0j/BFcPraiDZ5ka6MJADjcDVELGf7glr9K+iE8NYVjFslJFVWzskSxkLLyCrSPScE82/UUoBSvg==
324-
325320
"@types/eslint-scope@^3.7.3":
326321
version "3.7.4"
327322
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
@@ -343,13 +338,6 @@
343338
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
344339
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
345340

346-
"@types/fast-json-stable-stringify@^2.0.0":
347-
version "2.1.0"
348-
resolved "https://registry.yarnpkg.com/@types/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#c4d9c003d546b7ca9496ea924e9e9faca72873b4"
349-
integrity sha512-IyNhGHu71jH1jCXTHmafuoAAdsbBON3kDh7u/UUhLmjYgN5TYB54e1R8ckTCiIevl2UuZaCsi9XRxineY5yUjw==
350-
dependencies:
351-
fast-json-stable-stringify "*"
352-
353341
354342
version "7946.0.4"
355343
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.4.tgz#4e049756383c3f055dd8f3d24e63fb543e98eb07"
@@ -667,11 +655,6 @@ archiver@^5.3.1:
667655
tar-stream "^2.2.0"
668656
zip-stream "^4.1.0"
669657

670-
array-flat-polyfill@^1.0.1:
671-
version "1.0.1"
672-
resolved "https://registry.yarnpkg.com/array-flat-polyfill/-/array-flat-polyfill-1.0.1.tgz#1e3a4255be619dfbffbfd1d635c1cf357cd034e7"
673-
integrity sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw==
674-
675658
array-union@^2.1.0:
676659
version "2.1.0"
677660
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -803,13 +786,13 @@ cliui@^2.1.0:
803786
right-align "^0.1.1"
804787
wordwrap "0.0.2"
805788

806-
cliui@^7.0.0:
807-
version "7.0.4"
808-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
809-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
789+
cliui@^8.0.1:
790+
version "8.0.1"
791+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
792+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
810793
dependencies:
811794
string-width "^4.2.0"
812-
strip-ansi "^6.0.0"
795+
strip-ansi "^6.0.1"
813796
wrap-ansi "^7.0.0"
814797

815798
clone-deep@^4.0.1:
@@ -821,11 +804,6 @@ clone-deep@^4.0.1:
821804
kind-of "^6.0.2"
822805
shallow-clone "^3.0.0"
823806

824-
clone@~2.1.2:
825-
version "2.1.2"
826-
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
827-
integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
828-
829807
color-convert@^2.0.1:
830808
version "2.0.1"
831809
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
@@ -1163,7 +1141,7 @@ es-module-lexer@^1.2.1:
11631141
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.3.0.tgz#6be9c9e0b4543a60cd166ff6f8b4e9dae0b0c16f"
11641142
integrity sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==
11651143

1166-
escalade@^3.0.2, escalade@^3.1.1:
1144+
escalade@^3.1.1:
11671145
version "3.1.1"
11681146
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
11691147
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
@@ -1257,7 +1235,7 @@ falafel@^2.1.0:
12571235
acorn "^7.1.1"
12581236
isarray "^2.0.1"
12591237

1260-
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3, fast-deep-equal@~3.1.3:
1238+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
12611239
version "3.1.3"
12621240
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
12631241
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -1278,7 +1256,7 @@ fast-json-patch@^3.1.1:
12781256
resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.1.tgz#85064ea1b1ebf97a3f7ad01e23f9337e72c66947"
12791257
integrity sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==
12801258

1281-
fast-json-stable-stringify@*, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@~2.1.0:
1259+
fast-json-stable-stringify@^2.0.0:
12821260
version "2.1.0"
12831261
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
12841262
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
@@ -1590,16 +1568,11 @@ json-schema-traverse@^1.0.0:
15901568
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
15911569
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
15921570

1593-
json-stringify-pretty-compact@^3.0.0:
1571+
json-stringify-pretty-compact@^3.0.0, json-stringify-pretty-compact@~3.0.0:
15941572
version "3.0.0"
15951573
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz#f71ef9d82ef16483a407869556588e91b681d9ab"
15961574
integrity sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==
15971575

1598-
json-stringify-pretty-compact@~2.0.0:
1599-
version "2.0.0"
1600-
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz#e77c419f52ff00c45a31f07f4c820c2433143885"
1601-
integrity sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==
1602-
16031576
json5@^2.2.3:
16041577
version "2.2.3"
16051578
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
@@ -2221,7 +2194,7 @@ static-module@^1.0.0:
22212194
static-eval "~0.2.0"
22222195
through2 "~0.4.1"
22232196

2224-
string-width@^4.1.0, string-width@^4.2.0:
2197+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22252198
version "4.2.3"
22262199
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
22272200
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2350,16 +2323,11 @@ ts-loader@^9.4.2:
23502323
semver "^7.3.4"
23512324
source-map "^0.7.4"
23522325

2353-
tslib@^2.6.2:
2326+
tslib@^2.6.2, tslib@~2.6.2:
23542327
version "2.6.2"
23552328
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
23562329
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
23572330

2358-
tslib@~2.0.3:
2359-
version "2.0.3"
2360-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
2361-
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
2362-
23632331
typedarray@^0.0.6:
23642332
version "0.0.6"
23652333
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
@@ -2511,11 +2479,6 @@ vega-event-selector@^3.0.1, vega-event-selector@~3.0.1:
25112479
resolved "https://registry.yarnpkg.com/vega-event-selector/-/vega-event-selector-3.0.1.tgz#b99e92147b338158f8079d81b28b2e7199c2e259"
25122480
integrity sha512-K5zd7s5tjr1LiOOkjGpcVls8GsH/f2CWCrWcpKy74gTCp+llCdwz0Enqo013ZlGaRNjfgD/o1caJRt3GSaec4A==
25132481

2514-
vega-event-selector@~2.0.6:
2515-
version "2.0.6"
2516-
resolved "https://registry.yarnpkg.com/vega-event-selector/-/vega-event-selector-2.0.6.tgz#6beb00e066b78371dde1a0f40cb5e0bbaecfd8bc"
2517-
integrity sha512-UwCu50Sqd8kNZ1X/XgiAY+QAyQUmGFAwyDu7y0T5fs6/TPQnDo/Bo346NgSgINBEhEKOAMY1Nd/rPOk4UEm/ew==
2518-
25192482
vega-expression@^5.0.1, vega-expression@^5.1.0, vega-expression@~5.1.0:
25202483
version "5.1.0"
25212484
resolved "https://registry.yarnpkg.com/vega-expression/-/vega-expression-5.1.0.tgz#4ec0e66b56a2faba88361eb717011303bbb1ff61"
@@ -2524,13 +2487,6 @@ vega-expression@^5.0.1, vega-expression@^5.1.0, vega-expression@~5.1.0:
25242487
"@types/estree" "^1.0.0"
25252488
vega-util "^1.17.1"
25262489

2527-
vega-expression@~3.0.0:
2528-
version "3.0.1"
2529-
resolved "https://registry.yarnpkg.com/vega-expression/-/vega-expression-3.0.1.tgz#bbccd8f59371a537eab16f3d9eff5cbeaa27532d"
2530-
integrity sha512-+UwOFEkBnAWo8Zud6i8O4Pd2W6QqmPUOaAhjNtj0OxRL+d+Duoy7M4edUDZ+YuoUcMnjjBFfDQu7oRAA1fIMEQ==
2531-
dependencies:
2532-
vega-util "^1.15.2"
2533-
25342490
vega-force@~4.2.0:
25352491
version "4.2.0"
25362492
resolved "https://registry.yarnpkg.com/vega-force/-/vega-force-4.2.0.tgz#5374d0dbac674c92620a9801e12b650b0966336a"
@@ -2606,23 +2562,17 @@ vega-label@~1.2.1:
26062562
vega-scenegraph "^4.9.2"
26072563
vega-util "^1.15.2"
26082564

2609-
2610-
version "4.17.0"
2611-
resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-4.17.0.tgz#01ad4535e92f28c3852c1071711de272ddfb4631"
2612-
integrity sha512-MO2XsaVZqx6iWWmVA5vwYFamvhRUsKfVp7n0pNlkZ2/21cuxelSl92EePZ2YGmzL6z4/3K7r/45zaG8p+qNHeg==
2613-
dependencies:
2614-
"@types/clone" "~2.1.0"
2615-
"@types/fast-json-stable-stringify" "^2.0.0"
2616-
array-flat-polyfill "^1.0.1"
2617-
clone "~2.1.2"
2618-
fast-deep-equal "~3.1.3"
2619-
fast-json-stable-stringify "~2.1.0"
2620-
json-stringify-pretty-compact "~2.0.0"
2621-
tslib "~2.0.3"
2622-
vega-event-selector "~2.0.6"
2623-
vega-expression "~3.0.0"
2624-
vega-util "~1.16.0"
2625-
yargs "~16.0.3"
2565+
2566+
version "5.18.0"
2567+
resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-5.18.0.tgz#345242f73f6edcff8fe848f401d7c2d45e18a107"
2568+
integrity sha512-P0p9/eoUUhz/lupRkwALn73P//Htp+XqwNLcuGVeQ3qlqPPg1/5/+JVNNANhSg5LSxiYE3LJzOQIpGsbjvdi+w==
2569+
dependencies:
2570+
json-stringify-pretty-compact "~3.0.0"
2571+
tslib "~2.6.2"
2572+
vega-event-selector "~3.0.1"
2573+
vega-expression "~5.1.0"
2574+
vega-util "~1.17.2"
2575+
yargs "~17.7.2"
26262576

26272577
vega-loader@^4.5.1, vega-loader@~4.5.1:
26282578
version "4.5.1"
@@ -2764,11 +2714,6 @@ vega-util@^1.15.2, vega-util@^1.17.1, vega-util@^1.17.2, vega-util@~1.17.2:
27642714
resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.17.2.tgz#f69aa09fd5d6110c19c4a0f0af9e35945b99987d"
27652715
integrity sha512-omNmGiZBdjm/jnHjZlywyYqafscDdHaELHx1q96n5UOz/FlO9JO99P4B3jZg391EFG8dqhWjQilSf2JH6F1mIw==
27662716

2767-
vega-util@~1.16.0:
2768-
version "1.16.1"
2769-
resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.16.1.tgz#992bf3c3b6e145797214d99862841baea417ba39"
2770-
integrity sha512-FdgD72fmZMPJE99FxvFXth0IL4BbLA93WmBg/lvcJmfkK4Uf90WIlvGwaIUdSePIsdpkZjBPyQcHMQ8OcS8Smg==
2771-
27722717
vega-view-transforms@~4.5.9:
27732718
version "4.5.9"
27742719
resolved "https://registry.yarnpkg.com/vega-view-transforms/-/vega-view-transforms-4.5.9.tgz#5f109555c08ee9ac23ff9183d578eb9cbac6fe61"
@@ -2983,7 +2928,7 @@ y-protocols@^1.0.5:
29832928
dependencies:
29842929
lib0 "^0.2.42"
29852930

2986-
y18n@^5.0.1:
2931+
y18n@^5.0.5:
29872932
version "5.0.8"
29882933
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
29892934
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
@@ -2993,23 +2938,23 @@ yallist@^4.0.0:
29932938
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
29942939
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
29952940

2996-
yargs-parser@^20.0.0:
2997-
version "20.2.9"
2998-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
2999-
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
2941+
yargs-parser@^21.1.1:
2942+
version "21.1.1"
2943+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
2944+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
30002945

3001-
yargs@~16.0.3:
3002-
version "16.0.3"
3003-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.0.3.tgz#7a919b9e43c90f80d4a142a89795e85399a7e54c"
3004-
integrity sha512-6+nLw8xa9uK1BOEOykaiYAJVh6/CjxWXK/q9b5FpRgNslt8s22F2xMBqVIKgCRjNgGvGPBy8Vog7WN7yh4amtA==
2946+
yargs@~17.7.2:
2947+
version "17.7.2"
2948+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
2949+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
30052950
dependencies:
3006-
cliui "^7.0.0"
3007-
escalade "^3.0.2"
2951+
cliui "^8.0.1"
2952+
escalade "^3.1.1"
30082953
get-caller-file "^2.0.5"
30092954
require-directory "^2.1.1"
3010-
string-width "^4.2.0"
3011-
y18n "^5.0.1"
3012-
yargs-parser "^20.0.0"
2955+
string-width "^4.2.3"
2956+
y18n "^5.0.5"
2957+
yargs-parser "^21.1.1"
30132958

30142959
yargs@~3.10.0:
30152960
version "3.10.0"

0 commit comments

Comments
 (0)