Skip to content

Commit be56cb7

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 e969872 commit be56cb7

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.24.7",
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
@@ -337,7 +337,7 @@
337337
js-tokens "^4.0.0"
338338
picocolors "^1.0.0"
339339

340-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7":
340+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
341341
version "7.24.7"
342342
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
343343
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
@@ -1587,98 +1587,99 @@
15871587
"@typescript-eslint/types" "5.62.0"
15881588
eslint-visitor-keys "^3.3.0"
15891589

1590-
"@vue/compat@^3.4.21":
1591-
version "3.4.21"
1592-
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.4.21.tgz#c15ac3f90eb30c2a0e4fc28251f8590f57a2280a"
1593-
integrity sha512-hKM6C5tTqduZcNOwp4oBa6qplAQ0NsMvGtLCTKmkhjVqrFzUfS9CyLN6ktzEfPwbgeC/wYYd7PtH+H8jNGvTjQ==
1590+
"@vue/compat@^3.4.31":
1591+
version "3.4.31"
1592+
resolved "https://registry.yarnpkg.com/@vue/compat/-/compat-3.4.31.tgz#e66ae7580137da3006c1af523025000a9def5a6b"
1593+
integrity sha512-ZmtZNZD881gtwLphxfaRo4y1+Ym4gHmxJlEpsnUHwlsZzKRXdlSE/7qkAxFe+pc5bC6rZU14GUDqqXueljZ9Qg==
15941594
dependencies:
1595-
"@babel/parser" "^7.23.9"
1595+
"@babel/parser" "^7.24.7"
15961596
estree-walker "^2.0.2"
1597-
source-map-js "^1.0.2"
1597+
source-map-js "^1.2.0"
15981598

1599-
"@vue/compiler-core@3.4.21":
1600-
version "3.4.21"
1601-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.21.tgz#868b7085378fc24e58c9aed14c8d62110a62be1a"
1602-
integrity sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==
1599+
"@vue/compiler-core@3.4.31":
1600+
version "3.4.31"
1601+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.31.tgz#b51a76f1b30e9b5eba0553264dff0f171aedb7c6"
1602+
integrity sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==
16031603
dependencies:
1604-
"@babel/parser" "^7.23.9"
1605-
"@vue/shared" "3.4.21"
1604+
"@babel/parser" "^7.24.7"
1605+
"@vue/shared" "3.4.31"
16061606
entities "^4.5.0"
16071607
estree-walker "^2.0.2"
1608-
source-map-js "^1.0.2"
1609-
1610-
"@vue/compiler-dom@3.4.21":
1611-
version "3.4.21"
1612-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz#0077c355e2008207283a5a87d510330d22546803"
1613-
integrity sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==
1614-
dependencies:
1615-
"@vue/compiler-core" "3.4.21"
1616-
"@vue/shared" "3.4.21"
1617-
1618-
"@vue/compiler-sfc@3.4.21":
1619-
version "3.4.21"
1620-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz#4af920dc31ab99e1ff5d152b5fe0ad12181145b2"
1621-
integrity sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==
1622-
dependencies:
1623-
"@babel/parser" "^7.23.9"
1624-
"@vue/compiler-core" "3.4.21"
1625-
"@vue/compiler-dom" "3.4.21"
1626-
"@vue/compiler-ssr" "3.4.21"
1627-
"@vue/shared" "3.4.21"
1608+
source-map-js "^1.2.0"
1609+
1610+
"@vue/compiler-dom@3.4.31":
1611+
version "3.4.31"
1612+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.31.tgz#30961ca847f5d6ad18ffa26236c219f61b195f6b"
1613+
integrity sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==
1614+
dependencies:
1615+
"@vue/compiler-core" "3.4.31"
1616+
"@vue/shared" "3.4.31"
1617+
1618+
"@vue/compiler-sfc@3.4.31":
1619+
version "3.4.31"
1620+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.31.tgz#cc6bfccda17df8268cc5440842277f61623c591f"
1621+
integrity sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==
1622+
dependencies:
1623+
"@babel/parser" "^7.24.7"
1624+
"@vue/compiler-core" "3.4.31"
1625+
"@vue/compiler-dom" "3.4.31"
1626+
"@vue/compiler-ssr" "3.4.31"
1627+
"@vue/shared" "3.4.31"
16281628
estree-walker "^2.0.2"
1629-
magic-string "^0.30.7"
1630-
postcss "^8.4.35"
1631-
source-map-js "^1.0.2"
1629+
magic-string "^0.30.10"
1630+
postcss "^8.4.38"
1631+
source-map-js "^1.2.0"
16321632

1633-
"@vue/compiler-ssr@3.4.21":
1634-
version "3.4.21"
1635-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz#b84ae64fb9c265df21fc67f7624587673d324fef"
1636-
integrity sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==
1633+
"@vue/compiler-ssr@3.4.31":
1634+
version "3.4.31"
1635+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.4.31.tgz#f62ffecdf15bacb883d0099780cf9a1e3654bfc4"
1636+
integrity sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==
16371637
dependencies:
1638-
"@vue/compiler-dom" "3.4.21"
1639-
"@vue/shared" "3.4.21"
1638+
"@vue/compiler-dom" "3.4.31"
1639+
"@vue/shared" "3.4.31"
16401640

16411641
"@vue/devtools-api@^6.0.0-beta.11":
16421642
version "6.5.1"
16431643
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz#7f71f31e40973eeee65b9a64382b13593fdbd697"
16441644
integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
16451645

1646-
"@vue/reactivity@3.4.21":
1647-
version "3.4.21"
1648-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.21.tgz#affd3415115b8ebf4927c8d2a0d6a24bccfa9f02"
1649-
integrity sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==
1646+
"@vue/reactivity@3.4.31":
1647+
version "3.4.31"
1648+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.4.31.tgz#eda80e90c4f9d7659efe1f5ed99c2dfdc9e93d77"
1649+
integrity sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==
16501650
dependencies:
1651-
"@vue/shared" "3.4.21"
1651+
"@vue/shared" "3.4.31"
16521652

1653-
"@vue/runtime-core@3.4.21":
1654-
version "3.4.21"
1655-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.21.tgz#3749c3f024a64c4c27ecd75aea4ca35634db0062"
1656-
integrity sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==
1653+
"@vue/runtime-core@3.4.31":
1654+
version "3.4.31"
1655+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.4.31.tgz#ad3a41ad76385c0429e3e4dbefb81918494e10cf"
1656+
integrity sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==
16571657
dependencies:
1658-
"@vue/reactivity" "3.4.21"
1659-
"@vue/shared" "3.4.21"
1658+
"@vue/reactivity" "3.4.31"
1659+
"@vue/shared" "3.4.31"
16601660

1661-
"@vue/runtime-dom@3.4.21":
1662-
version "3.4.21"
1663-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz#91f867ef64eff232cac45095ab28ebc93ac74588"
1664-
integrity sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==
1661+
"@vue/runtime-dom@3.4.31":
1662+
version "3.4.31"
1663+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.4.31.tgz#bae7ad844f944af33699c73581bc36125bab96ce"
1664+
integrity sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==
16651665
dependencies:
1666-
"@vue/runtime-core" "3.4.21"
1667-
"@vue/shared" "3.4.21"
1666+
"@vue/reactivity" "3.4.31"
1667+
"@vue/runtime-core" "3.4.31"
1668+
"@vue/shared" "3.4.31"
16681669
csstype "^3.1.3"
16691670

1670-
"@vue/server-renderer@3.4.21":
1671-
version "3.4.21"
1672-
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.21.tgz#150751579d26661ee3ed26a28604667fa4222a97"
1673-
integrity sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==
1671+
"@vue/server-renderer@3.4.31":
1672+
version "3.4.31"
1673+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.4.31.tgz#bbe990f793c36d62d05bdbbaf142511d53e159fd"
1674+
integrity sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==
16741675
dependencies:
1675-
"@vue/compiler-ssr" "3.4.21"
1676-
"@vue/shared" "3.4.21"
1676+
"@vue/compiler-ssr" "3.4.31"
1677+
"@vue/shared" "3.4.31"
16771678

1678-
"@vue/shared@3.4.21":
1679-
version "3.4.21"
1680-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.21.tgz#de526a9059d0a599f0b429af7037cd0c3ed7d5a1"
1681-
integrity sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==
1679+
"@vue/shared@3.4.31":
1680+
version "3.4.31"
1681+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.31.tgz#af9981f57def2c3f080c14bf219314fc0dc808a0"
1682+
integrity sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==
16821683

16831684
"@vue/vue3-jest@29":
16841685
version "29.2.6"
@@ -4066,10 +4067,10 @@ lru-cache@^6.0.0:
40664067
dependencies:
40674068
yallist "^4.0.0"
40684069

4069-
magic-string@^0.30.7:
4070-
version "0.30.8"
4071-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613"
4072-
integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==
4070+
magic-string@^0.30.10:
4071+
version "0.30.10"
4072+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
4073+
integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
40734074
dependencies:
40744075
"@jridgewell/sourcemap-codec" "^1.4.15"
40754076

@@ -4408,6 +4409,11 @@ picocolors@^1.0.0:
44084409
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
44094410
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
44104411

4412+
picocolors@^1.0.1:
4413+
version "1.0.1"
4414+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
4415+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
4416+
44114417
picomatch@^2.0.4:
44124418
version "2.2.2"
44134419
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -4448,14 +4454,14 @@ postcss-selector-parser@^6.0.15:
44484454
cssesc "^3.0.0"
44494455
util-deprecate "^1.0.2"
44504456

4451-
postcss@^8.4.35:
4452-
version "8.4.36"
4453-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.36.tgz#dba513c3c3733c44e0288a712894f8910bbaabc6"
4454-
integrity sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==
4457+
postcss@^8.4.38:
4458+
version "8.4.39"
4459+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
4460+
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
44554461
dependencies:
44564462
nanoid "^3.3.7"
4457-
picocolors "^1.0.0"
4458-
source-map-js "^1.1.0"
4463+
picocolors "^1.0.1"
4464+
source-map-js "^1.2.0"
44594465

44604466
prelude-ls@^1.2.1:
44614467
version "1.2.1"
@@ -4769,15 +4775,15 @@ slice-ansi@^7.0.0:
47694775
ansi-styles "^6.2.1"
47704776
is-fullwidth-code-point "^5.0.0"
47714777

4772-
source-map-js@^1.0.1, source-map-js@^1.0.2:
4778+
source-map-js@^1.0.1:
47734779
version "1.0.2"
47744780
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
47754781
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
47764782

4777-
source-map-js@^1.1.0:
4778-
version "1.1.0"
4779-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.1.0.tgz#9e7d5cb46f0689fb6691b30f226937558d0fa94b"
4780-
integrity sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==
4783+
source-map-js@^1.2.0:
4784+
version "1.2.0"
4785+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
4786+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
47814787

47824788
source-map-support@0.5.13:
47834789
version "0.5.13"
@@ -5173,16 +5179,16 @@ vue-eslint-parser@^9.4.2:
51735179
lodash "^4.17.21"
51745180
semver "^7.3.6"
51755181

5176-
vue@^3.4.21:
5177-
version "3.4.21"
5178-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.21.tgz#69ec30e267d358ee3a0ce16612ba89e00aaeb731"
5179-
integrity sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==
5182+
vue@^3.4.31:
5183+
version "3.4.31"
5184+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.31.tgz#83a3c4dab8302b0e974b0d4b92a2f6a6378ae797"
5185+
integrity sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==
51805186
dependencies:
5181-
"@vue/compiler-dom" "3.4.21"
5182-
"@vue/compiler-sfc" "3.4.21"
5183-
"@vue/runtime-dom" "3.4.21"
5184-
"@vue/server-renderer" "3.4.21"
5185-
"@vue/shared" "3.4.21"
5187+
"@vue/compiler-dom" "3.4.31"
5188+
"@vue/compiler-sfc" "3.4.31"
5189+
"@vue/runtime-dom" "3.4.31"
5190+
"@vue/server-renderer" "3.4.31"
5191+
"@vue/shared" "3.4.31"
51865192

51875193
vuex@^4.0.2:
51885194
version "4.1.0"

0 commit comments

Comments
 (0)