ba-archive / blue-archive-story-viewer

碧蓝档案的档案。仓库已经迁移到 monorepo,详情请看 readme。
https://github.com/ba-archive/blue-archive
GNU General Public License v3.0
118 stars 8 forks source link

chore(deps): update all non-major dependencies #245

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 5.59.1 -> 5.59.2 age adoption passing confidence
@typescript-eslint/parser 5.59.1 -> 5.59.2 age adoption passing confidence
@vue/compiler-sfc (source) 3.3.0-beta.3 -> 3.3.0-beta.4 age adoption passing confidence
eslint (source) 8.39.0 -> 8.40.0 age adoption passing confidence
gsap (source) 3.11.4 -> 3.11.5 age adoption passing confidence
typed.js 2.0.12 -> 2.0.16 age adoption passing confidence
vite (source) 4.3.3 -> 4.3.5 age adoption passing confidence
vue-tsc 1.6.3 -> 1.6.4 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
vuejs/core ### [`v3.3.0-beta.4`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​330-beta4-httpsgithubcomvuejscorecomparev330-beta3v330-beta4-2023-05-05) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.0-beta.3...v3.3.0-beta.4) ##### Bug Fixes - **runtime-core:** handle template ref with number values ([#​8233](https://togithub.com/vuejs/core/issues/8233)) ([1b1242f](https://togithub.com/vuejs/core/commit/1b1242f4d1349e361335b2815f41742d41283a94)), closes [#​8230](https://togithub.com/vuejs/core/issues/8230) - **types:** retain compatibility for provide() usage with explicit type parameter ([038cd83](https://togithub.com/vuejs/core/commit/038cd830d5b34b47d7e7e1c61f0973d27cd8b915)) ##### Features - **compiler-dom:** treat inert as boolean attribute ([#​8209](https://togithub.com/vuejs/core/issues/8209)) ([918ec8a](https://togithub.com/vuejs/core/commit/918ec8a5cbc825a3947cd35fe966671c245af087)), closes [#​8208](https://togithub.com/vuejs/core/issues/8208) - **types:** add slots types for built-in components ([#​6033](https://togithub.com/vuejs/core/issues/6033)) ([3cb4dc9](https://togithub.com/vuejs/core/commit/3cb4dc9e5538e1c2bde9fa691b001615a848c546)) - **types:** provide ExtractPublicPropTypes utility type ([bff63c5](https://togithub.com/vuejs/core/commit/bff63c5498f5fa098689c18defe48ae08d47eadb)), closes [#​5272](https://togithub.com/vuejs/core/issues/5272) [#​8168](https://togithub.com/vuejs/core/issues/8168)
eslint/eslint ### [`v8.40.0`](https://togithub.com/eslint/eslint/releases/tag/v8.40.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.39.0...v8.40.0) #### Features - [`5db7808`](https://togithub.com/eslint/eslint/commit/5db7808139c1f2172797285a0700f01644bda254) feat: improve flat config errors for invalid rule options and severities ([#​17140](https://togithub.com/eslint/eslint/issues/17140)) (Josh Goldberg ✨) - [`f5574dc`](https://togithub.com/eslint/eslint/commit/f5574dc739fcc74a7841217ba1f31cce02bee1ff) feat: Add findConfigFile() method to FlatESLint ([#​17142](https://togithub.com/eslint/eslint/issues/17142)) (Nicholas C. Zakas) - [`e52b98b`](https://togithub.com/eslint/eslint/commit/e52b98bf25d882da4efd5559ce5974b6697cf701) feat: add `sourceCode` property to the rule context ([#​17107](https://togithub.com/eslint/eslint/issues/17107)) (Nitin Kumar) - [`1468f5b`](https://togithub.com/eslint/eslint/commit/1468f5b640cfa6fdd8a5ec895337f692def2780b) feat: add `physicalFilename` property to the rule context ([#​17111](https://togithub.com/eslint/eslint/issues/17111)) (Nitin Kumar) - [`0df4d4f`](https://togithub.com/eslint/eslint/commit/0df4d4f658c214e51310a986c03d44d34ceae3ec) feat: add `cwd` to rule context ([#​17106](https://togithub.com/eslint/eslint/issues/17106)) (Nitin Kumar) - [`52018f2`](https://togithub.com/eslint/eslint/commit/52018f21c19b3e461cae32843cddd17ed42f19cd) feat: add `filename` property to the rule context ([#​17108](https://togithub.com/eslint/eslint/issues/17108)) (Nitin Kumar) - [`559ff4e`](https://togithub.com/eslint/eslint/commit/559ff4e4bc54a8b6e6b54825d83c532d724204b3) feat: add new `omitLastInOneLineClassBody` option to the `semi` rule ([#​17105](https://togithub.com/eslint/eslint/issues/17105)) (Nitin Kumar) #### Bug Fixes - [`f076e54`](https://togithub.com/eslint/eslint/commit/f076e54ecdb0fae70d9b43ad6888606097beef97) fix: Ensure FlatESLint#findConfigFile() doesn't throw. ([#​17151](https://togithub.com/eslint/eslint/issues/17151)) (Nicholas C. Zakas) #### Documentation - [`e980bf3`](https://togithub.com/eslint/eslint/commit/e980bf38cf441f2eb29c458b93df77dc0111b391) docs: Update README (GitHub Actions Bot) - [`e92a6fc`](https://togithub.com/eslint/eslint/commit/e92a6fc7ed2a427f5e95f4b3a1c21d71553c97ee) docs: Update README (GitHub Actions Bot) - [`af5fe64`](https://togithub.com/eslint/eslint/commit/af5fe64c398c9bd4206c3c6c1ade81768b291031) docs: Fix custom rule schema docs ([#​17115](https://togithub.com/eslint/eslint/issues/17115)) (Adam Jones) - [`4a352a9`](https://togithub.com/eslint/eslint/commit/4a352a957ba9e721bec9f6f403b419a22b0ec423) docs: explain how to include predefined globals ([#​17114](https://togithub.com/eslint/eslint/issues/17114)) (Marcus Wyatt) - [`5ea15d9`](https://togithub.com/eslint/eslint/commit/5ea15d92ee358e8f3f652c94c019cac96aaec651) docs: add mastodon link in readme ([#​17110](https://togithub.com/eslint/eslint/issues/17110)) (唯然) #### Chores - [`4053004`](https://togithub.com/eslint/eslint/commit/4053004c951813473d1c43f9f9959a9a3484242f) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).40.0 ([#​17156](https://togithub.com/eslint/eslint/issues/17156)) (Milos Djermanovic) - [`50fed1d`](https://togithub.com/eslint/eslint/commit/50fed1da4449ad7ecbb558294438273cfce603d4) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`4c7a170`](https://togithub.com/eslint/eslint/commit/4c7a170b04c5a746e401bef7ce79766ff66a1168) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​2](https://togithub.com/2).0.3 ([#​17155](https://togithub.com/eslint/eslint/issues/17155)) (Milos Djermanovic) - [`e80b7cc`](https://togithub.com/eslint/eslint/commit/e80b7cce640b60c00802148dbb51d03c7223afa9) chore: upgrade espree@9.5.2 ([#​17154](https://togithub.com/eslint/eslint/issues/17154)) (Milos Djermanovic) - [`ce3ac91`](https://togithub.com/eslint/eslint/commit/ce3ac91b510576e2afba1657aa5f09e162b4ab07) chore: upgrade eslint-visitor-keys@3.4.1 ([#​17153](https://togithub.com/eslint/eslint/issues/17153)) (Milos Djermanovic) - [`9094d79`](https://togithub.com/eslint/eslint/commit/9094d79fb42c0ebb6100426a3f2f851e8d42a0ee) chore: add `latest/` to `meta.docs.url` in all core rules ([#​17136](https://togithub.com/eslint/eslint/issues/17136)) (Milos Djermanovic) - [`d85efad`](https://togithub.com/eslint/eslint/commit/d85efad655deacc0dc3fdbbace33307094c3b91b) perf: don't use `grapheme-splitter` on ASCII strings in key-spacing rule ([#​17122](https://togithub.com/eslint/eslint/issues/17122)) (Milos Djermanovic)
greensock/GSAP ### [`v3.11.5`](https://togithub.com/greensock/GSAP/compare/3.11.4...3.11.5) [Compare Source](https://togithub.com/greensock/GSAP/compare/3.11.4...3.11.5)
mattboldt/typed.js ### [`v2.0.16`](https://togithub.com/mattboldt/typed.js/releases/tag/v2.0.16): Typed.js v2.0.16 [Compare Source](https://togithub.com/mattboldt/typed.js/compare/v2.0.15...v2.0.16) - Fixes [https://github.com/mattboldt/typed.js/issues/545](https://togithub.com/mattboldt/typed.js/issues/545) - Regenerated esdocs ### [`v2.0.15`](https://togithub.com/mattboldt/typed.js/releases/tag/v2.0.15): Typed.js v2.0.15 [Compare Source](https://togithub.com/mattboldt/typed.js/compare/v2.0.14...v2.0.15) - Fixed issue where existing text in an element was causing the 1st string to be skipped [#​526](https://togithub.com/mattboldt/typed.js/issues/526) - Fixed issue where if you have multiple instances of typed on the page, and the 2nd one is configured to fade out, the fade out css wasn't being appended to the doc - Fixed some deprecated syntax ### [`v2.0.14`](https://togithub.com/mattboldt/typed.js/releases/tag/v2.0.14): Typed.js v2.0.14 [Compare Source](https://togithub.com/mattboldt/typed.js/compare/v2.0.13...v2.0.14) Fixed missing `TypedOptions` type interface declaration. Fixes [https://github.com/mattboldt/typed.js/issues/537](https://togithub.com/mattboldt/typed.js/issues/537) ### [`v2.0.13`](https://togithub.com/mattboldt/typed.js/releases/tag/v2.0.13): Typed.js v2.0.13 [Compare Source](https://togithub.com/mattboldt/typed.js/compare/v2.0.12...v2.0.13) - Switched bundler from old gulp implementation to microbundle - Removed old dev dependencies - Changed implementation of hidden "strings element" to be more accessible
vitejs/vite ### [`v4.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small435-2023-05-05-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.3.4...v4.3.5) - fix: location is not defined error in cleanScssBugUrl ([#​13100](https://togithub.com/vitejs/vite/issues/13100)) ([91d7b67](https://togithub.com/vitejs/vite/commit/91d7b67)), closes [#​13100](https://togithub.com/vitejs/vite/issues/13100) - fix: unwrapId and pass ssr flag when adding to moduleGraph in this.load ([#​13083](https://togithub.com/vitejs/vite/issues/13083)) ([9041e19](https://togithub.com/vitejs/vite/commit/9041e19)), closes [#​13083](https://togithub.com/vitejs/vite/issues/13083) - fix(assetImportMetaUrl): reserve dynamic template literal query params ([#​13034](https://togithub.com/vitejs/vite/issues/13034)) ([7089528](https://togithub.com/vitejs/vite/commit/7089528)), closes [#​13034](https://togithub.com/vitejs/vite/issues/13034) - fix(debug): skip filter object args ([#​13098](https://togithub.com/vitejs/vite/issues/13098)) ([d95a9af](https://togithub.com/vitejs/vite/commit/d95a9af)), closes [#​13098](https://togithub.com/vitejs/vite/issues/13098) - fix(scan): handle html script tag attributes that contain ">" ([#​13101](https://togithub.com/vitejs/vite/issues/13101)) ([8a37de6](https://togithub.com/vitejs/vite/commit/8a37de6)), closes [#​13101](https://togithub.com/vitejs/vite/issues/13101) - fix(ssr): ignore \__esModule for ssrExportAll ([#​13084](https://togithub.com/vitejs/vite/issues/13084)) ([8a8ea1d](https://togithub.com/vitejs/vite/commit/8a8ea1d)), closes [#​13084](https://togithub.com/vitejs/vite/issues/13084) ### [`v4.3.4`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small434-2023-05-02-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.3.3...v4.3.4) - fix(define): incorrect raw expression value type in build ([#​13003](https://togithub.com/vitejs/vite/issues/13003)) ([8f4cf07](https://togithub.com/vitejs/vite/commit/8f4cf07)), closes [#​13003](https://togithub.com/vitejs/vite/issues/13003) - fix(importAnalysisBuild): support parsing '**VITE_PRELOAD**' ([#​13023](https://togithub.com/vitejs/vite/issues/13023)) ([447df7c](https://togithub.com/vitejs/vite/commit/447df7c)), closes [#​13023](https://togithub.com/vitejs/vite/issues/13023) - fix(server): should respect hmr port when middlewareMode=false ([#​13040](https://togithub.com/vitejs/vite/issues/13040)) ([1ee0014](https://togithub.com/vitejs/vite/commit/1ee0014)), closes [#​13040](https://togithub.com/vitejs/vite/issues/13040) - fix(ssr): track for statements as block scope ([#​13021](https://togithub.com/vitejs/vite/issues/13021)) ([2f8502f](https://togithub.com/vitejs/vite/commit/2f8502f)), closes [#​13021](https://togithub.com/vitejs/vite/issues/13021) - chore: add changelog for vite 4.2.2 and 3.2.6 ([#​13055](https://togithub.com/vitejs/vite/issues/13055)) ([0c9f1f4](https://togithub.com/vitejs/vite/commit/0c9f1f4)), closes [#​13055](https://togithub.com/vitejs/vite/issues/13055)
vuejs/language-tools ### [`v1.6.4`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​164-202354) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.6.3...v1.6.4) - feat: support color pickers for inline css - feat: support `lang="vue"` ([#​3105](https://togithub.com/vuejs/language-tools/issues/3105)) - thanks [@​HunYan-io](https://togithub.com/HunYan-io) - fix: when the source type of `v-for` is `any`, the item type should be `any` ([#​3108](https://togithub.com/vuejs/language-tools/issues/3108)) ([#​3112](https://togithub.com/vuejs/language-tools/issues/3112)) - fix: avoid slots report error when `noPropertyAccessFromIndexSignature` enabled ([#​3106](https://togithub.com/vuejs/language-tools/issues/3106)) - fix(component-type-helpers): import module causes tsc error ([#​3114](https://togithub.com/vuejs/language-tools/issues/3114)) - fix: empty slot name auto-complete not working - fix: accessing an unknown slot name does not report an error - fix: format adds spaces to `v-for` if nested template element assigns type to slot props ([#​2750](https://togithub.com/vuejs/language-tools/issues/2750)) ([#​2757](https://togithub.com/vuejs/language-tools/issues/2757)) - fix: parentheses auto insert not working in template **Breaking changes** - drop support for Vue 3.3 slots short definition ([#​3116](https://togithub.com/vuejs/language-tools/issues/3116))

Configuration

📅 Schedule: Branch creation - "after 8pm every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.