Skip to content

Commit 540ff8b

Browse files
Bump vue from 2.6.14 to 3.0.0
Bumps [vue](https://github.com/vuejs/core) from 2.6.14 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 742e317 commit 540ff8b

2 files changed

Lines changed: 87 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"regenerator-runtime": "^0.13.9",
3232
"terser-webpack-plugin": "5.3.0",
3333
"update-browserslist-db": "^1.0.10",
34-
"vue": "2.6.14",
34+
"vue": "3.0.0",
3535
"vue-loader": "15.9.8",
3636
"vue2-leaflet": "^2.7.1",
3737
"webpack": "^5.104.1",

yarn.lock

Lines changed: 86 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
186186
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
187187

188+
"@babel/helper-validator-identifier@^7.28.5":
189+
version "7.28.5"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
191+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
192+
188193
"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.27.1":
189194
version "7.27.1"
190195
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -207,6 +212,13 @@
207212
"@babel/template" "^7.27.2"
208213
"@babel/types" "^7.28.4"
209214

215+
"@babel/parser@^7.11.5":
216+
version "7.29.0"
217+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
218+
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
219+
dependencies:
220+
"@babel/types" "^7.29.0"
221+
210222
"@babel/parser@^7.16.10", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
211223
version "7.28.4"
212224
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
@@ -825,6 +837,14 @@
825837
"@babel/types" "^7.28.4"
826838
debug "^4.3.1"
827839

840+
"@babel/types@^7.11.5", "@babel/types@^7.29.0":
841+
version "7.29.0"
842+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
843+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
844+
dependencies:
845+
"@babel/helper-string-parser" "^7.27.1"
846+
"@babel/helper-validator-identifier" "^7.28.5"
847+
828848
"@babel/types@^7.16.8", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4":
829849
version "7.28.4"
830850
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
@@ -1117,6 +1137,25 @@
11171137
dependencies:
11181138
"@types/yargs-parser" "*"
11191139

1140+
"@vue/compiler-core@3.0.0":
1141+
version "3.0.0"
1142+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
1143+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
1144+
dependencies:
1145+
"@babel/parser" "^7.11.5"
1146+
"@babel/types" "^7.11.5"
1147+
"@vue/shared" "3.0.0"
1148+
estree-walker "^2.0.1"
1149+
source-map "^0.6.1"
1150+
1151+
"@vue/compiler-dom@3.0.0":
1152+
version "3.0.0"
1153+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
1154+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
1155+
dependencies:
1156+
"@vue/compiler-core" "3.0.0"
1157+
"@vue/shared" "3.0.0"
1158+
11201159
"@vue/component-compiler-utils@^3.1.0":
11211160
version "3.3.0"
11221161
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz#f9f5fb53464b0c37b2c8d2f3fbfe44df60f61dc9"
@@ -1133,6 +1172,35 @@
11331172
optionalDependencies:
11341173
prettier "^1.18.2 || ^2.0.0"
11351174

1175+
"@vue/reactivity@3.0.0":
1176+
version "3.0.0"
1177+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
1178+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
1179+
dependencies:
1180+
"@vue/shared" "3.0.0"
1181+
1182+
"@vue/runtime-core@3.0.0":
1183+
version "3.0.0"
1184+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
1185+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
1186+
dependencies:
1187+
"@vue/reactivity" "3.0.0"
1188+
"@vue/shared" "3.0.0"
1189+
1190+
"@vue/runtime-dom@3.0.0":
1191+
version "3.0.0"
1192+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
1193+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
1194+
dependencies:
1195+
"@vue/runtime-core" "3.0.0"
1196+
"@vue/shared" "3.0.0"
1197+
csstype "^2.6.8"
1198+
1199+
"@vue/shared@3.0.0":
1200+
version "3.0.0"
1201+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
1202+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
1203+
11361204
"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1":
11371205
version "1.14.1"
11381206
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -1873,6 +1941,11 @@ csso@^4.2.0:
18731941
dependencies:
18741942
css-tree "^1.1.2"
18751943

1944+
csstype@^2.6.8:
1945+
version "2.6.21"
1946+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
1947+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
1948+
18761949
data-view-buffer@^1.0.2:
18771950
version "1.0.2"
18781951
resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz#211a03ba95ecaf7798a8c7198d79536211f88570"
@@ -2413,6 +2486,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
24132486
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
24142487
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
24152488

2489+
estree-walker@^2.0.1:
2490+
version "2.0.2"
2491+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
2492+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
2493+
24162494
esutils@^2.0.2:
24172495
version "2.0.3"
24182496
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -4676,10 +4754,14 @@ vue2-leaflet@^2.7.1:
46764754
resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257"
46774755
integrity sha512-K7HOlzRhjt3Z7+IvTqEavIBRbmCwSZSCVUlz9u4Rc+3xGCLsHKz4TAL4diAmfHElCQdPPVdZdJk8wPUt2fu6WQ==
46784756

4679-
vue@2.6.14:
4680-
version "2.6.14"
4681-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
4682-
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
4757+
vue@3.0.0:
4758+
version "3.0.0"
4759+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
4760+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
4761+
dependencies:
4762+
"@vue/compiler-dom" "3.0.0"
4763+
"@vue/runtime-dom" "3.0.0"
4764+
"@vue/shared" "3.0.0"
46834765

46844766
watchpack@^2.4.4:
46854767
version "2.4.4"

0 commit comments

Comments
 (0)