Skip to content

Commit

Permalink
Build(deps): Bump riot from 3.13.2 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [riot](https://github.com/riot/riot) from 3.13.2 to 4.4.0.
- [Release notes](https://github.com/riot/riot/releases)
- [Commits](riot/riot@v3.13.2...v4.4.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Aug 19, 2019
1 parent bb8622c commit aa82459
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/riot-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"storybook": "start-storybook -p 9009 -s public"
},
"dependencies": {
"riot": "^3.13.0",
"riot": "^4.4.0",
"riot-compiler": "^3.5.1",
"riot-hot-reload": "^1.0.0"
},
Expand Down
123 changes: 122 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3401,6 +3401,37 @@
resolved "https://registry.yarnpkg.com/@react-native-community/netinfo/-/netinfo-2.0.10.tgz#d28a446352e75754b78509557988359133cdbcca"
integrity sha512-NrIzyLe0eSbhgMnHl2QdSEhaA7yXh6p9jzMomfUa//hoTXE+xbObGDdiWWSQm2bnXnZJg8XCU3AB9qzvqcuLnA==

"@riotjs/compiler@^4.3.10":
version "4.3.10"
resolved "https://registry.yarnpkg.com/@riotjs/compiler/-/compiler-4.3.10.tgz#ed16336731daf4322079a2992907cbcc7efbfb09"
integrity sha512-xIibWpBok4JXlb6eQ5pMt8BGafoNMztUNNIHi/Rv496ErFBGhR2qyN4EHx5cg745u+OrXVk2tluLvEGvCd0Xvw==
dependencies:
"@riotjs/dom-bindings" "^4.2.5"
"@riotjs/parser" "^4.0.3"
acorn "^7.0.0"
cssesc "^3.0.0"
cumpa "^1.0.1"
curri "^1.0.1"
dom-nodes "^1.1.3"
globals "^12.0.0"
recast "^0.18.2"
source-map "^0.7.3"

"@riotjs/dom-bindings@^4.2.5":
version "4.2.5"
resolved "https://registry.yarnpkg.com/@riotjs/dom-bindings/-/dom-bindings-4.2.5.tgz#fad19d23fd9161893d6afff06a6b4f2f17c5ea16"
integrity sha512-Oy2xD/jZOrJy6HQvsnA8wYQcKHi43LXWMnx4WAb0urSYXGDY1lYy3XcnYDJcg4C5w5+iymZorqQajysc2BefAQ==
dependencies:
domdiff "^2.0.6"

"@riotjs/parser@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@riotjs/parser/-/parser-4.0.3.tgz#0d8bbd3067cfc3d3984c8921d9e4a257b977ac9e"
integrity sha512-mP10ljXVJ2T0uD6FD9ZKRs1TZZiL6LcXRQJYUCbQ2tNePaKDfcsteuL3O+rk77zNwSgYfEPMSwk9gkcqCy7L7w==
dependencies:
curri "^1.0.1"
dom-nodes "^1.0.0"

"@samverschueren/stream-to-observable@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
Expand Down Expand Up @@ -4125,6 +4156,11 @@
lodash.unescape "4.0.1"
semver "5.5.0"

"@ungap/essential-map@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@ungap/essential-map/-/essential-map-0.2.0.tgz#c8721ac3512331c9b80382be99fff1b04eedba1d"
integrity sha512-PM7rUPhH2IAeDZXGjMi1KwNVW/4b/wxfzlPkZSXacHA5A98n+PdCou+HD2EaeXlO8pY5Tp81Ysg+J2xB7J/mjw==

"@unimodules/core@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@unimodules/core/-/core-2.0.1.tgz#e5d760aa1a01885871d2d5c3f1fd3404552e5fcb"
Expand Down Expand Up @@ -4599,6 +4635,11 @@ acorn@^6.2.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==

acorn@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==

[email protected]:
version "1.0.3"
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
Expand Down Expand Up @@ -5296,6 +5337,11 @@ [email protected], ast-types@^0.12.2:
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1"
integrity sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==

[email protected]:
version "0.13.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==

[email protected]:
version "0.9.6"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9"
Expand Down Expand Up @@ -6829,6 +6875,25 @@ bfj@^6.1.1:
hoopy "^0.1.4"
tryer "^1.0.1"

bianco.attr@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/bianco.attr/-/bianco.attr-1.0.0.tgz#38a16f28ad840cb57e0ab3638b8016e03c2bf1f2"
integrity sha512-ry700auBXrfRcn18wgOlDeCIAOy1HKnUrM96hc2xbzt4FQL+pfXTUGrt++gg9/rpp7JD4JUXi0X1OB7um+jm2w==
dependencies:
bianco.dom-to-array "^0.0.10"

bianco.dom-to-array@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/bianco.dom-to-array/-/bianco.dom-to-array-0.0.10.tgz#376e1a37c4ca5119b3b6de9fd2d5c994cf0152a3"
integrity sha512-EFYkcEGPmIqatvh+6I2eF6/X4mDtEyGoBucqmudJ5qABbFOw3RPIWB913aLD1FTaux8pZtYzD/yvcwGJKSNgXg==

bianco.query@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/bianco.query/-/bianco.query-1.0.0.tgz#1149b4d5b4175ef28086ba5851507bebd60d161a"
integrity sha512-pDstv5+tsuw//wNuPnXuf4DjyN116tcH/a7hxbqH1OpWMsBgBkp/O29uxlWEZWN5e6hCaGajLNA9CAGTsgYeWw==
dependencies:
bianco.dom-to-array "^0.0.10"

big-integer@^1.6.7:
version "1.6.44"
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.44.tgz#4ee9ae5f5839fc11ade338fea216b4513454a539"
Expand Down Expand Up @@ -9794,13 +9859,23 @@ csstype@^2.2.0, csstype@^2.5.7:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.5.tgz#1cd1dff742ebf4d7c991470ae71e12bb6751e034"
integrity sha512-JsTaiksRsel5n7XwqPAfB0l3TFKdpjW/kgAELf9vrb5adGA7UCPLajKK5s3nFrcFm3Rkyp/Qkgl73ENc1UY3cA==

cumpa@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/cumpa/-/cumpa-1.0.1.tgz#beff3180ab36e850a157a779d0cf4d997d2c7980"
integrity sha512-Ew3sfG4cqvDFINS1VgdvLX1FIruhySlnP6DRLhB+1EjewiOzhJzKRKPEp/TCuo0RDisSFeuaDrk0S4Q8grF9CA==

currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
dependencies:
array-find-index "^1.0.1"

curri@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/curri/-/curri-1.0.1.tgz#faf9d8900a20e85c1701df64a581cdcdcedb29b1"
integrity sha512-VwFb2MGqN0A1RPA0vSgDRSWc0c+V6N9yz8pVYJ9AXILAukRAyCZP5Sqp4VdOxgw1lT0t5oaplwIDT/ruF3Nz7Q==

cyclist@~0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
Expand Down Expand Up @@ -10477,6 +10552,11 @@ dom-helpers@^3.4.0:
dependencies:
"@babel/runtime" "^7.1.2"

dom-nodes@^1.0.0, dom-nodes@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/dom-nodes/-/dom-nodes-1.1.3.tgz#608d569eafacadef857f09505123efd10a566030"
integrity sha512-y5wnIx97oe0IqMllL/lizgkK2c9vu1cQeqPCCsS7mwNdPuYxg3b04eDJynHhC63kM8+ZsteOmiPElfVGOUmmKg==

dom-serializer@0, dom-serializer@~0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
Expand Down Expand Up @@ -10516,6 +10596,13 @@ domain-browser@^1.1.1, domain-browser@^1.2.0:
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==

domdiff@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/domdiff/-/domdiff-2.0.6.tgz#26ebe124c73ddf9aea1555e27afd4dc0d691c836"
integrity sha512-ukABHzT+BXvfzs073+xbKCq34EDhjxpAI4NXhoum6Oq8Zn+fn+yRMeW9amH25B3xh/2nZR+LeGmCeOdMBnHLVg==
dependencies:
"@ungap/essential-map" "^0.2.0"

domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
Expand Down Expand Up @@ -13998,6 +14085,13 @@ globals@^11.1.0, globals@^11.7.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==

globals@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-12.0.0.tgz#99c258ace9f3f75a5efe7c01387e2e41890c3dba"
integrity sha512-c9xoi32iDwlETiyYfO0pd3M8GcEuytJinSoqq7k3fz4H8p2p31NyfKr7JVd7Y0QvmtWcWXcwqW4L33eeDYgh1A==
dependencies:
type-fest "^0.6.0"

globals@^9.18.0:
version "9.18.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
Expand Down Expand Up @@ -25027,6 +25121,16 @@ recast@^0.17.3:
private "^0.1.8"
source-map "~0.6.1"

recast@^0.18.2:
version "0.18.2"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.18.2.tgz#ada263677edc70c45408caf20e6ae990958fdea8"
integrity sha512-MbuHc1lzIDIn7bpxaqIAGwwtyaokkzPqINf1Vm/LA0BSyVrTgXNVTTT7RzWC9kP+vqrUoYVpd6wHhI8x75ej8w==
dependencies:
ast-types "0.13.2"
esprima "~4.0.0"
private "^0.1.8"
source-map "~0.6.1"

rechoir@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
Expand Down Expand Up @@ -25945,7 +26049,7 @@ riot-tmpl@^3.0.8:
dependencies:
eslint-config-riot "^1.0.0"

riot@^3.13.0, riot@^3.3.1:
riot@^3.3.1:
version "3.13.2"
resolved "https://registry.yarnpkg.com/riot/-/riot-3.13.2.tgz#3f5fb86b0d2b864bdcc959b7f86e2f4c2f696726"
integrity sha512-L4WFJEhbTA0deDoZ1XxoVw7Tf96+xYc06aQ+4QM+IkYClD6mZ7E/9zN3Rd48uYMBvHQfHtbPvR0KEiu3pJyI2A==
Expand All @@ -25957,6 +26061,18 @@ riot@^3.13.0, riot@^3.3.1:
simple-dom "1.3.0"
simple-html-tokenizer "^0.5.7"

riot@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/riot/-/riot-4.4.0.tgz#442974f16dc3c31f452fb36caf37572f19d563b6"
integrity sha512-mcs36LOsBIMMzU3LvNk8KEqr8/vYw+XyDJad63VGdS9kMpKKhtrygEMPxbW/KCG+GTlVOLJ7GgMWV/C59ne4pw==
dependencies:
"@riotjs/compiler" "^4.3.10"
"@riotjs/dom-bindings" "^4.2.5"
bianco.attr "^1.0.0"
bianco.query "^1.0.0"
cumpa "^1.0.1"
curri "^1.0.1"

ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
Expand Down Expand Up @@ -28900,6 +29016,11 @@ type-fest@^0.5.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==

type-fest@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==

type-is@~1.6.16, type-is@~1.6.17, type-is@~1.6.18:
version "1.6.18"
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
Expand Down

0 comments on commit aa82459

Please sign in to comment.