Skip to content

Commit 4b5ab9b

Browse files
Bump vue from 2.7.16 to 3.0.0 in /untangle-vue-ui/source
Bumps [vue](https://github.com/vuejs/core) from 2.7.16 to 3.0.0. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/v3.0.0/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.0.0) --- updated-dependencies: - dependency-name: vue dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a06a586 commit 4b5ab9b

File tree

2 files changed

+64
-26
lines changed

2 files changed

+64
-26
lines changed

untangle-vue-ui/source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lodash": "^4.17.21",
2121
"nanomatch": "^1.2.13",
2222
"vee-validate": "^3.4.10",
23-
"vue": "2.7.16",
23+
"vue": "3.0.0",
2424
"vue-grid-layout": "^2.3.12",
2525
"vue-i18n": "^8.24.5",
2626
"vue-router": "^3.5.2",

untangle-vue-ui/source/yarn.lock

Lines changed: 63 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
js-tokens "^4.0.0"
269269
picocolors "^1.0.0"
270270

271-
"@babel/parser@^7.23.5", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.27.0":
271+
"@babel/parser@^7.11.5", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.27.0":
272272
version "7.27.0"
273273
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
274274
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
@@ -891,7 +891,7 @@
891891
debug "^4.3.1"
892892
globals "^11.1.0"
893893

894-
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.27.0", "@babel/types@^7.4.4":
894+
"@babel/types@^7.11.5", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.27.0", "@babel/types@^7.4.4":
895895
version "7.27.0"
896896
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
897897
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
@@ -1803,6 +1803,17 @@
18031803
semver "^7.3.4"
18041804
strip-ansi "^6.0.0"
18051805

1806+
"@vue/compiler-core@3.0.0":
1807+
version "3.0.0"
1808+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
1809+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
1810+
dependencies:
1811+
"@babel/parser" "^7.11.5"
1812+
"@babel/types" "^7.11.5"
1813+
"@vue/shared" "3.0.0"
1814+
estree-walker "^2.0.1"
1815+
source-map "^0.6.1"
1816+
18061817
"@vue/compiler-core@3.5.13":
18071818
version "3.5.13"
18081819
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05"
@@ -1814,6 +1825,14 @@
18141825
estree-walker "^2.0.2"
18151826
source-map-js "^1.2.0"
18161827

1828+
"@vue/compiler-dom@3.0.0":
1829+
version "3.0.0"
1830+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
1831+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
1832+
dependencies:
1833+
"@vue/compiler-core" "3.0.0"
1834+
"@vue/shared" "3.0.0"
1835+
18171836
"@vue/compiler-dom@3.5.13":
18181837
version "3.5.13"
18191838
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58"
@@ -1822,17 +1841,6 @@
18221841
"@vue/compiler-core" "3.5.13"
18231842
"@vue/shared" "3.5.13"
18241843

1825-
"@vue/compiler-sfc@2.7.16":
1826-
version "2.7.16"
1827-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz#ff81711a0fac9c68683d8bb00b63f857de77dc83"
1828-
integrity sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==
1829-
dependencies:
1830-
"@babel/parser" "^7.23.5"
1831-
postcss "^8.4.14"
1832-
source-map "^0.6.1"
1833-
optionalDependencies:
1834-
prettier "^1.18.2 || ^2.0.0"
1835-
18361844
"@vue/compiler-sfc@^3.5.13":
18371845
version "3.5.13"
18381846
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46"
@@ -1879,6 +1887,35 @@
18791887
dependencies:
18801888
eslint-config-prettier "^6.0.0"
18811889

1890+
"@vue/reactivity@3.0.0":
1891+
version "3.0.0"
1892+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
1893+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
1894+
dependencies:
1895+
"@vue/shared" "3.0.0"
1896+
1897+
"@vue/runtime-core@3.0.0":
1898+
version "3.0.0"
1899+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
1900+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
1901+
dependencies:
1902+
"@vue/reactivity" "3.0.0"
1903+
"@vue/shared" "3.0.0"
1904+
1905+
"@vue/runtime-dom@3.0.0":
1906+
version "3.0.0"
1907+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
1908+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
1909+
dependencies:
1910+
"@vue/runtime-core" "3.0.0"
1911+
"@vue/shared" "3.0.0"
1912+
csstype "^2.6.8"
1913+
1914+
"@vue/shared@3.0.0":
1915+
version "3.0.0"
1916+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
1917+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
1918+
18821919
"@vue/shared@3.5.13", "@vue/shared@^3.5.13":
18831920
version "3.5.13"
18841921
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
@@ -3056,10 +3093,10 @@ csso@^4.2.0:
30563093
dependencies:
30573094
css-tree "^1.1.2"
30583095

3059-
csstype@^3.1.0:
3060-
version "3.1.3"
3061-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3062-
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3096+
csstype@^2.6.8:
3097+
version "2.6.21"
3098+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
3099+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
30633100

30643101
data-view-buffer@^1.0.2:
30653102
version "1.0.2"
@@ -3804,7 +3841,7 @@ estraverse@^5.1.0, estraverse@^5.2.0:
38043841
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
38053842
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
38063843

3807-
estree-walker@^2.0.2:
3844+
estree-walker@^2.0.1, estree-walker@^2.0.2:
38083845
version "2.0.2"
38093846
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
38103847
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -6255,7 +6292,7 @@ postcss@^7.0.36:
62556292
picocolors "^0.2.1"
62566293
source-map "^0.6.1"
62576294

6258-
postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.33, postcss@^8.4.48:
6295+
postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.33, postcss@^8.4.48:
62596296
version "8.5.3"
62606297
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
62616298
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
@@ -7793,13 +7830,14 @@ vue-template-es2015-compiler@^1.9.0:
77937830
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
77947831
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
77957832

7796-
vue@2.7.16:
7797-
version "2.7.16"
7798-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9"
7799-
integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==
7833+
vue@3.0.0:
7834+
version "3.0.0"
7835+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
7836+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
78007837
dependencies:
7801-
"@vue/compiler-sfc" "2.7.16"
7802-
csstype "^3.1.0"
7838+
"@vue/compiler-dom" "3.0.0"
7839+
"@vue/runtime-dom" "3.0.0"
7840+
"@vue/shared" "3.0.0"
78037841

78047842
vuedraggable@^2.24.3:
78057843
version "2.24.3"

0 commit comments

Comments
 (0)