Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 09c80e5 commit 19e8209
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 32 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@nuxt/eslint": "^0.5.6",
"@stylistic/eslint-plugin": "^2.7.2",
"@stylistic/eslint-plugin": "^2.8.0",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-vue": "^9.28.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vitepress": "^1.3.4",
"vue-eslint-parser": "^9.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^0.0.28",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.3",
"vue": "^3.5.3",
"vue-tsc": "^2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/composition-api": "^0.34.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vue-template-compiler": "^2.7.16"
},
"installConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.3",
"vue": "^3.5.3",
"vue-tsc": "^2.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-yandex-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"deep-object-diff": "^1.1.9",
"nuxt": "^3.13.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "5.5.4",
"rollup-plugin-delete": "^2.1.0",
"typescript": "5.6.2",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-lib-inject-css": "^2.1.1",
Expand Down
177 changes: 155 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4702,6 +4702,21 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^2.8.0":
version: 2.8.0
resolution: "@stylistic/eslint-plugin@npm:2.8.0"
dependencies:
"@typescript-eslint/utils": "npm:^8.4.0"
eslint-visitor-keys: "npm:^4.0.0"
espree: "npm:^10.1.0"
estraverse: "npm:^5.3.0"
picomatch: "npm:^4.0.2"
peerDependencies:
eslint: ">=8.40.0"
checksum: 10/f28fb30f78fba601ae0a91957ae39b405f56a7d535da9c19a99ac28b80cf9fb915fe0c3cf5dd58e2c4ccae50c264d15459df33aa403891cce73eb609866b97c6
languageName: node
linkType: hard

"@tootallnate/quickjs-emscripten@npm:^0.23.0":
version: 0.23.0
resolution: "@tootallnate/quickjs-emscripten@npm:0.23.0"
Expand Down Expand Up @@ -5312,6 +5327,29 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.5.0"
"@typescript-eslint/type-utils": "npm:8.5.0"
"@typescript-eslint/utils": "npm:8.5.0"
"@typescript-eslint/visitor-keys": "npm:8.5.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/344f5aca7e167544af718b81269b87b8c2a041210882cac76e1608dbec7c2a646de74387920ca9a5704fcd4c24ada052c2bc5adbeee39e950e7bce83647dae7d
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/parser@npm:8.4.0"
Expand All @@ -5330,6 +5368,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/parser@npm:8.5.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.5.0"
"@typescript-eslint/types": "npm:8.5.0"
"@typescript-eslint/typescript-estree": "npm:8.5.0"
"@typescript-eslint/visitor-keys": "npm:8.5.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/f0d5a11a8d4b42750c3e7a3a8f6874740c7bb006b6bf3037a2b1422ba8f4eb2ff2d46e673a9f54007b95d3e4302b7966677b2481da58b6307d0ceb962478ee95
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/scope-manager@npm:8.4.0"
Expand All @@ -5340,6 +5396,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
dependencies:
"@typescript-eslint/types": "npm:8.5.0"
"@typescript-eslint/visitor-keys": "npm:8.5.0"
checksum: 10/18f9958cdf196a0beede93535e564313d27dfd392a335952c785e46c32def55fdeae8c3c7d46f07c81c105ed2b48e9cd36a1fe5101fccd80e83c04cf1693dbed
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/type-utils@npm:8.4.0"
Expand All @@ -5355,13 +5421,35 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.5.0"
"@typescript-eslint/utils": "npm:8.5.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/ed487c8b530a0a6ea292385c82b2d9d9d94b99768ddd93882899be3319ea6af09c1b9f1a07e0381beb6149bbbb1f66ae95a635279fad8946345fd2298bce3549
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.4.0, @typescript-eslint/types@npm:^8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/types@npm:8.4.0"
checksum: 10/962eb0b45ca7634264698086dadb917d96684bd8a88926026e0c314984e68d14e1f30e0291f196408935a507aa9e9976ec4d27fc6aa632d34295059b4e436bae
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/types@npm:8.5.0"
checksum: 10/5cc55411fbf3f46d1571fe6ad1ef88f937093629a58e2b7bafb389646dde8a4e29d938fd57309eb30ee3f20978b4bdc5f823b31d718e053ba4c54c637a6df4e4
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/typescript-estree@npm:8.4.0"
Expand All @@ -5381,6 +5469,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
dependencies:
"@typescript-eslint/types": "npm:8.5.0"
"@typescript-eslint/visitor-keys": "npm:8.5.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/69f21c49a158c394106e0d627f57451430cf32449a6c01118ee4afbb9f92f06be3aa87f3478ffc84d1062c3b21dca983e458f70f2cbe4fee1ad206f84ab97eb8
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.4.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.3.0, @typescript-eslint/utils@npm:^8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/utils@npm:8.4.0"
Expand All @@ -5395,6 +5502,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/utils@npm:8.5.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.5.0"
"@typescript-eslint/types": "npm:8.5.0"
"@typescript-eslint/typescript-estree": "npm:8.5.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
checksum: 10/f4727ebdee15082debe61a815eaad588f006a4f93d7fe94d065da563b4d3f91b7b7f795b5c77aa4cdebdf0936f83aa878089f22b8dbdbb738c557e8974129f54
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.4.0":
version: 8.4.0
resolution: "@typescript-eslint/visitor-keys@npm:8.4.0"
Expand All @@ -5405,6 +5526,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
dependencies:
"@typescript-eslint/types": "npm:8.5.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10/32cc9d8120531bb1b5da79d697ab80bbbf18e5630d74c8b6c0f835d7914be7833ed9e5b95fa05f6f7b724d928cd4208b4028a2cc9d767401434d88214614887b
languageName: node
linkType: hard

"@unhead/dom@npm:1.10.4, @unhead/dom@npm:^1.10.4":
version: 1.10.4
resolution: "@unhead/dom@npm:1.10.4"
Expand Down Expand Up @@ -11428,7 +11559,7 @@ __metadata:
core-js: "npm:^3.38.1"
examples: "workspace:*"
nuxt: "npm:^2.18.1"
typescript: "npm:5.5.4"
typescript: "npm:5.6.2"
vue: "npm:^2.7.16"
vue-server-renderer: "npm:^2.7.16"
vue-template-compiler: "npm:^2.7.16"
Expand Down Expand Up @@ -11459,7 +11590,7 @@ __metadata:
"@vue/cli-service": "npm:^5.0.8"
core-js: "npm:^3.38.1"
examples: "workspace:*"
typescript: "npm:5.5.4"
typescript: "npm:5.6.2"
vue: "npm:^2.7.16"
vue-template-compiler: "npm:^2.7.16"
vue-yandex-maps: "workspace:*"
Expand All @@ -11475,7 +11606,7 @@ __metadata:
"@vue/tsconfig": "npm:^0.5.1"
examples: "workspace:*"
npm-run-all2: "npm:^6.2.2"
typescript: "npm:5.5.4"
typescript: "npm:5.6.2"
vite: "npm:^5.4.3"
vue: "npm:^3.5.3"
vue-tsc: "npm:^2.1.6"
Expand All @@ -11492,7 +11623,7 @@ __metadata:
"@vue/tsconfig": "npm:^0.5.1"
"@yandex/ymaps3-types": "npm:^0.0.28"
npm-run-all2: "npm:^6.2.2"
typescript: "npm:5.5.4"
typescript: "npm:5.6.2"
vite: "npm:^5.4.3"
vue: "npm:^3.5.3"
vue-tsc: "npm:^2.1.6"
Expand Down Expand Up @@ -19209,12 +19340,14 @@ __metadata:
languageName: node
linkType: hard

"rollup-plugin-delete@npm:^2.0.0":
version: 2.0.0
resolution: "rollup-plugin-delete@npm:2.0.0"
"rollup-plugin-delete@npm:^2.1.0":
version: 2.1.0
resolution: "rollup-plugin-delete@npm:2.1.0"
dependencies:
del: "npm:^5.1.0"
checksum: 10/8c05b55d0f454e8a487118edfc03aba78092b32fc0bd1fb061617bc7a2a9563a8e9ba64af34dcc0769ff75a89d113108fcc143c6b694901dfd7e1a9b254b106f
peerDependencies:
rollup: "*"
checksum: 10/cff953a05b0fe962da8843eab721d0f61e546f08f3bb33d2c268aeaba329855dbd2a4ca467b026045d263ad4250cd875e64269b550987dad633648dc81437ced
languageName: node
linkType: hard

Expand Down Expand Up @@ -21225,13 +21358,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
"typescript@npm:5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
checksum: 10/f95365d4898f357823e93d334ecda9fcade54f009b397c7d05b7621cd9e865981033cf89ccde0f3e3a7b73b1fdbae18e92bc77db237b43e912f053fef0f9a53b
languageName: node
linkType: hard

Expand All @@ -21245,13 +21378,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc
checksum: 10/8bfc7ca0d9feca4c3fcbd6c70741abfcd714197d6448e68225ae71e462447d904d3bfba49759a8fbe4956d87f054e2d346833c8349c222daa594a2626d4e1be8
languageName: node
linkType: hard

Expand Down Expand Up @@ -22298,10 +22431,10 @@ __metadata:
dependencies:
"@babel/eslint-parser": "npm:^7.25.1"
"@nuxt/eslint": "npm:^0.5.6"
"@stylistic/eslint-plugin": "npm:^2.7.2"
"@stylistic/eslint-plugin": "npm:^2.8.0"
"@types/node": "npm:^20.16.5"
"@typescript-eslint/eslint-plugin": "npm:^8.4.0"
"@typescript-eslint/parser": "npm:^8.4.0"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
"@typescript-eslint/parser": "npm:^8.5.0"
"@vue/eslint-config-airbnb": "npm:^8.0.0"
"@yandex/ymaps3-types": "npm:^0.0.28"
eslint: "npm:^9.10.0"
Expand All @@ -22310,7 +22443,7 @@ __metadata:
eslint-plugin-vue: "npm:^9.28.0"
examples: "workspace:^"
puppeteer: "npm:^23.3.0"
typescript: "npm:5.5.4"
typescript: "npm:5.6.2"
vitepress: "npm:^1.3.4"
vue-eslint-parser: "npm:^9.4.3"
vue-yandex-maps: "workspace:^"
Expand All @@ -22329,8 +22462,8 @@ __metadata:
deep-object-diff: "npm:^1.1.9"
nuxt: "npm:^3.13.1"
rollup-plugin-copy: "npm:^3.5.0"
rollup-plugin-delete: "npm:^2.0.0"
typescript: "npm:5.5.4"
rollup-plugin-delete: "npm:^2.1.0"
typescript: "npm:5.6.2"
vite: "npm:^5.4.3"
vite-plugin-dts: "npm:^4.2.1"
vite-plugin-lib-inject-css: "npm:^2.1.1"
Expand Down

0 comments on commit 19e8209

Please sign in to comment.