Skip to content

Commit e820c18

Browse files
chore(deps-dev): bump vue and @vue/compat
Bumps [vue](https://github.com/vuejs/core) and [@vue/compat](https://github.com/vuejs/core). These dependencies needed to be updated together. Updates `vue` from 3.4.21 to 3.4.31 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.21...v3.4.31) Updates `@vue/compat` from 3.4.21 to 3.4.31 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.4.21...v3.4.31) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@vue/compat" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ced271 commit e820c18

File tree

2 files changed

+101
-95
lines changed

2 files changed

+101
-95
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
2929
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
3030
"@babel/preset-env": "^7.24.0",
31-
"@vue/compat": "^3.4.21",
31+
"@vue/compat": "^3.4.31",
3232
"@faker-js/faker": "^8.4.1",
3333
"@vue/vue3-jest": "29",
3434
"babel-core": "^7.0.0-bridge.0",
@@ -49,7 +49,7 @@
4949
"lint-staged": "^15.2.7",
5050
"node-fetch": "^2.6.1",
5151
"node-notifier": "^10.0.1",
52-
"vue": "^3.4.21",
52+
"vue": "^3.4.31",
5353
"vuex": "^4.0.2"
5454
},
5555
"engines": {

yarn.lock

Lines changed: 99 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
js-tokens "^4.0.0"
345345
picocolors "^1.0.0"
346346

347-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7":
347+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
348348
version "7.24.7"
349349
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
350350
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
@@ -1594,98 +1594,99 @@
15941594
"@typescript-eslint/types" "5.62.0"
15951595
eslint-visitor-keys "^3.3.0"
15961596

1597-
"@vue/compat@^3.4.21":
1598-
version "3.4.21"
1599-
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.4.21.tgz#c15ac3f90eb30c2a0e4fc28251f8590f57a2280a"
1600-
integrity sha512-hKM6C5tTqduZcNOwp4oBa6qplAQ0NsMvGtLCTKmkhjVqrFzUfS9CyLN6ktzEfPwbgeC/wYYd7PtH+H8jNGvTjQ==
1597+
"@vue/compat@^3.4.31":
1598+
version "3.4.31"
1599+
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.4.31.tgz#e66ae7580137da3006c1af523025000a9def5a6b"
1600+
integrity sha512-ZmtZNZD881gtwLphxfaRo4y1+Ym4gHmxJlEpsnUHwlsZzKRXdlSE/7qkAxFe+pc5bC6rZU14GUDqqXueljZ9Qg==
16011601
dependencies:
1602-
"@babel/parser" "^7.23.9"
1602+
"@babel/parser" "^7.24.7"
16031603
estree-walker "^2.0.2"
1604-
source-map-js "^1.0.2"
1604+
source-map-js "^1.2.0"
16051605

1606-
"@vue/compiler-core@3.4.21":
1607-
version "3.4.21"
1608-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.21.tgz#868b7085378fc24e58c9aed14c8d62110a62be1a"
1609-
integrity sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==
1606+
"@vue/compiler-core@3.4.31":
1607+
version "3.4.31"
1608+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.31.tgz#b51a76f1b30e9b5eba0553264dff0f171aedb7c6"
1609+
integrity sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==
16101610
dependencies:
1611-
"@babel/parser" "^7.23.9"
1612-
"@vue/shared" "3.4.21"
1611+
"@babel/parser" "^7.24.7"
1612+
"@vue/shared" "3.4.31"
16131613
entities "^4.5.0"
16141614
estree-walker "^2.0.2"
1615-
source-map-js "^1.0.2"
1616-
1617-
"@vue/compiler-dom@3.4.21":
1618-
version "3.4.21"
1619-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz#0077c355e2008207283a5a87d510330d22546803"
1620-
integrity sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==
1621-
dependencies:
1622-
"@vue/compiler-core" "3.4.21"
1623-
"@vue/shared" "3.4.21"
1624-
1625-
"@vue/compiler-sfc@3.4.21":
1626-
version "3.4.21"
1627-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz#4af920dc31ab99e1ff5d152b5fe0ad12181145b2"
1628-
integrity sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==
1629-
dependencies:
1630-
"@babel/parser" "^7.23.9"
1631-
"@vue/compiler-core" "3.4.21"
1632-
"@vue/compiler-dom" "3.4.21"
1633-
"@vue/compiler-ssr" "3.4.21"
1634-
"@vue/shared" "3.4.21"
1615+
source-map-js "^1.2.0"
1616+
1617+
"@vue/compiler-dom@3.4.31":
1618+
version "3.4.31"
1619+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.31.tgz#30961ca847f5d6ad18ffa26236c219f61b195f6b"
1620+
integrity sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==
1621+
dependencies:
1622+
"@vue/compiler-core" "3.4.31"
1623+
"@vue/shared" "3.4.31"
1624+
1625+
"@vue/compiler-sfc@3.4.31":
1626+
version "3.4.31"
1627+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.31.tgz#cc6bfccda17df8268cc5440842277f61623c591f"
1628+
integrity sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==
1629+
dependencies:
1630+
"@babel/parser" "^7.24.7"
1631+
"@vue/compiler-core" "3.4.31"
1632+
"@vue/compiler-dom" "3.4.31"
1633+
"@vue/compiler-ssr" "3.4.31"
1634+
"@vue/shared" "3.4.31"
16351635
estree-walker "^2.0.2"
1636-
magic-string "^0.30.7"
1637-
postcss "^8.4.35"
1638-
source-map-js "^1.0.2"
1636+
magic-string "^0.30.10"
1637+
postcss "^8.4.38"
1638+
source-map-js "^1.2.0"
16391639

1640-
"@vue/compiler-ssr@3.4.21":
1641-
version "3.4.21"
1642-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz#b84ae64fb9c265df21fc67f7624587673d324fef"
1643-
integrity sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==
1640+
"@vue/compiler-ssr@3.4.31":
1641+
version "3.4.31"
1642+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.31.tgz#f62ffecdf15bacb883d0099780cf9a1e3654bfc4"
1643+
integrity sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==
16441644
dependencies:
1645-
"@vue/compiler-dom" "3.4.21"
1646-
"@vue/shared" "3.4.21"
1645+
"@vue/compiler-dom" "3.4.31"
1646+
"@vue/shared" "3.4.31"
16471647

16481648
"@vue/devtools-api@^6.0.0-beta.11":
16491649
version "6.5.1"
16501650
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz#7f71f31e40973eeee65b9a64382b13593fdbd697"
16511651
integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
16521652

1653-
"@vue/reactivity@3.4.21":
1654-
version "3.4.21"
1655-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.21.tgz#affd3415115b8ebf4927c8d2a0d6a24bccfa9f02"
1656-
integrity sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==
1653+
"@vue/reactivity@3.4.31":
1654+
version "3.4.31"
1655+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.31.tgz#eda80e90c4f9d7659efe1f5ed99c2dfdc9e93d77"
1656+
integrity sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==
16571657
dependencies:
1658-
"@vue/shared" "3.4.21"
1658+
"@vue/shared" "3.4.31"
16591659

1660-
"@vue/runtime-core@3.4.21":
1661-
version "3.4.21"
1662-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.21.tgz#3749c3f024a64c4c27ecd75aea4ca35634db0062"
1663-
integrity sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==
1660+
"@vue/runtime-core@3.4.31":
1661+
version "3.4.31"
1662+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.31.tgz#ad3a41ad76385c0429e3e4dbefb81918494e10cf"
1663+
integrity sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==
16641664
dependencies:
1665-
"@vue/reactivity" "3.4.21"
1666-
"@vue/shared" "3.4.21"
1665+
"@vue/reactivity" "3.4.31"
1666+
"@vue/shared" "3.4.31"
16671667

1668-
"@vue/runtime-dom@3.4.21":
1669-
version "3.4.21"
1670-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz#91f867ef64eff232cac45095ab28ebc93ac74588"
1671-
integrity sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==
1668+
"@vue/runtime-dom@3.4.31":
1669+
version "3.4.31"
1670+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.31.tgz#bae7ad844f944af33699c73581bc36125bab96ce"
1671+
integrity sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==
16721672
dependencies:
1673-
"@vue/runtime-core" "3.4.21"
1674-
"@vue/shared" "3.4.21"
1673+
"@vue/reactivity" "3.4.31"
1674+
"@vue/runtime-core" "3.4.31"
1675+
"@vue/shared" "3.4.31"
16751676
csstype "^3.1.3"
16761677

1677-
"@vue/server-renderer@3.4.21":
1678-
version "3.4.21"
1679-
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.21.tgz#150751579d26661ee3ed26a28604667fa4222a97"
1680-
integrity sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==
1678+
"@vue/server-renderer@3.4.31":
1679+
version "3.4.31"
1680+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.31.tgz#bbe990f793c36d62d05bdbbaf142511d53e159fd"
1681+
integrity sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==
16811682
dependencies:
1682-
"@vue/compiler-ssr" "3.4.21"
1683-
"@vue/shared" "3.4.21"
1683+
"@vue/compiler-ssr" "3.4.31"
1684+
"@vue/shared" "3.4.31"
16841685

1685-
"@vue/shared@3.4.21":
1686-
version "3.4.21"
1687-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.21.tgz#de526a9059d0a599f0b429af7037cd0c3ed7d5a1"
1688-
integrity sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==
1686+
"@vue/shared@3.4.31":
1687+
version "3.4.31"
1688+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.31.tgz#af9981f57def2c3f080c14bf219314fc0dc808a0"
1689+
integrity sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==
16891690

16901691
"@vue/vue3-jest@29":
16911692
version "29.2.6"
@@ -4073,10 +4074,10 @@ lru-cache@^6.0.0:
40734074
dependencies:
40744075
yallist "^4.0.0"
40754076

4076-
magic-string@^0.30.7:
4077-
version "0.30.8"
4078-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613"
4079-
integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==
4077+
magic-string@^0.30.10:
4078+
version "0.30.10"
4079+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
4080+
integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
40804081
dependencies:
40814082
"@jridgewell/sourcemap-codec" "^1.4.15"
40824083

@@ -4415,6 +4416,11 @@ picocolors@^1.0.0:
44154416
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
44164417
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
44174418

4419+
picocolors@^1.0.1:
4420+
version "1.0.1"
4421+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4422+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4423+
44184424
picomatch@^2.0.4:
44194425
version "2.2.2"
44204426
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -4455,14 +4461,14 @@ postcss-selector-parser@^6.0.15:
44554461
cssesc "^3.0.0"
44564462
util-deprecate "^1.0.2"
44574463

4458-
postcss@^8.4.35:
4459-
version "8.4.36"
4460-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.36.tgz#dba513c3c3733c44e0288a712894f8910bbaabc6"
4461-
integrity sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==
4464+
postcss@^8.4.38:
4465+
version "8.4.39"
4466+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
4467+
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
44624468
dependencies:
44634469
nanoid "^3.3.7"
4464-
picocolors "^1.0.0"
4465-
source-map-js "^1.1.0"
4470+
picocolors "^1.0.1"
4471+
source-map-js "^1.2.0"
44664472

44674473
prelude-ls@^1.2.1:
44684474
version "1.2.1"
@@ -4776,15 +4782,15 @@ slice-ansi@^7.0.0:
47764782
ansi-styles "^6.2.1"
47774783
is-fullwidth-code-point "^5.0.0"
47784784

4779-
source-map-js@^1.0.1, source-map-js@^1.0.2:
4785+
source-map-js@^1.0.1:
47804786
version "1.0.2"
47814787
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
47824788
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
47834789

4784-
source-map-js@^1.1.0:
4785-
version "1.1.0"
4786-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.1.0.tgz#9e7d5cb46f0689fb6691b30f226937558d0fa94b"
4787-
integrity sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==
4790+
source-map-js@^1.2.0:
4791+
version "1.2.0"
4792+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
4793+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
47884794

47894795
source-map-support@0.5.13:
47904796
version "0.5.13"
@@ -5180,16 +5186,16 @@ vue-eslint-parser@^9.4.2:
51805186
lodash "^4.17.21"
51815187
semver "^7.3.6"
51825188

5183-
vue@^3.4.21:
5184-
version "3.4.21"
5185-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.21.tgz#69ec30e267d358ee3a0ce16612ba89e00aaeb731"
5186-
integrity sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==
5189+
vue@^3.4.31:
5190+
version "3.4.31"
5191+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.31.tgz#83a3c4dab8302b0e974b0d4b92a2f6a6378ae797"
5192+
integrity sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==
51875193
dependencies:
5188-
"@vue/compiler-dom" "3.4.21"
5189-
"@vue/compiler-sfc" "3.4.21"
5190-
"@vue/runtime-dom" "3.4.21"
5191-
"@vue/server-renderer" "3.4.21"
5192-
"@vue/shared" "3.4.21"
5194+
"@vue/compiler-dom" "3.4.31"
5195+
"@vue/compiler-sfc" "3.4.31"
5196+
"@vue/runtime-dom" "3.4.31"
5197+
"@vue/server-renderer" "3.4.31"
5198+
"@vue/shared" "3.4.31"
51935199

51945200
vuex@^4.0.2:
51955201
version "4.1.0"

0 commit comments

Comments
 (0)