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 #260

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
@babel/preset-env (source) 7.20.2 -> 7.22.5 age adoption passing confidence
@csstools/css-parser-algorithms (source) 2.1.0 -> 2.2.0 age adoption passing confidence
@csstools/css-tokenizer (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@rushstack/eslint-patch (source) 1.3.0 -> 1.3.1 age adoption passing confidence
@types/node (source) 18.14.4 -> 18.16.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.8 -> 5.59.9 age adoption passing confidence
@typescript-eslint/parser 5.59.8 -> 5.59.9 age adoption passing confidence
@vue/compiler-sfc (source) 3.2.45 -> 3.3.4 age adoption passing confidence
@vueuse/core 10.0.0 -> 10.1.2 age adoption passing confidence
gsap (source) 3.11.4 -> 3.12.1 age adoption passing confidence
prettier-plugin-css-order 1.3.0 -> 1.3.1 age adoption passing confidence
sass 1.62.1 -> 1.63.3 age adoption passing confidence
typed.js 2.0.12 -> 2.0.16 age adoption passing confidence
vue-tsc 1.6.5 -> 1.7.11 age adoption passing confidence

Release Notes

babel/babel ### [`v7.22.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7225-2023-06-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.4...v7.22.5) ##### :bug: Bug Fix - `babel-preset-env`, `babel-standalone` - [#​15675](https://togithub.com/babel/babel/pull/15675) Fix using `syntax-unicode-sets-regex` in standalone ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core` - [#​15683](https://togithub.com/babel/babel/pull/15683) Suggest `-transform-` when resolving missing plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7224-2023-05-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.2...v7.22.4) ##### :bug: Bug Fix - `babel-traverse` - [#​15649](https://togithub.com/babel/babel/pull/15649) Set `shorthand: false` when renaming an identifier inside an object property ([@​coderaiser](https://togithub.com/coderaiser)) ##### :house: Internal - `babel-types` - [#​15666](https://togithub.com/babel/babel/pull/15666) Add missing `attributes`/`assertions` to `VISITOR_KEYS` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15667](https://togithub.com/babel/babel/pull/15667) Mark `assert` attributes with `extra.deprecatedAssertSyntax` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7222-2023-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.1...v7.22.2) ##### :bug: Bug Fix - `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` - [#​15660](https://togithub.com/babel/babel/pull/15660) Fix importing symbol polyfill in `@babel/runtime-corejs2` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7221-2023-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.0...v7.22.1) ##### :bug: Bug Fix - `babel-preset-env` - [#​15658](https://togithub.com/babel/babel/pull/15658) Workaround for broken babel-preset-react-app ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7220-2023-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.21.5...v7.22.0) ##### :rocket: New Feature - `babel-parser`, `babel-plugin-transform-typescript` - [#​15497](https://togithub.com/babel/babel/pull/15497) \[ts] Support `import ... =` and `export =` in scripts ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-core`, `babel-plugin-proposal-unicode-sets-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-standalone` - [#​15636](https://togithub.com/babel/babel/pull/15636) Add `unicode-sets-regex` transform to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​15633](https://togithub.com/babel/babel/pull/15633) Implement transform support for `using` declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-import-attributes-to-assertions` - [#​15620](https://togithub.com/babel/babel/pull/15620) Create `@babel/plugin-proposal-import-attributes-to-assertions` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​15536](https://togithub.com/babel/babel/pull/15536) Add support for the updated import attributes proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#​15520](https://togithub.com/babel/babel/pull/15520) Parse `await using` declarations ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-create-regexp-features-plugin`, `babel-parser` - [#​15638](https://togithub.com/babel/babel/pull/15638) Enable regexp unicode sets parsing by default ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15570](https://togithub.com/babel/babel/pull/15570) Add decorators version `2023-05` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-traverse`, `babel-types` - [#​15549](https://togithub.com/babel/babel/pull/15549) Improve type definitions for validators ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-parser` - [#​15630](https://togithub.com/babel/babel/pull/15630) Unify parsing of import/export modifiers (type/typeof/module) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#​15531](https://togithub.com/babel/babel/pull/15531) Allow polyfill providers to specify custom `@babel/runtime` pkg ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-unicode-property-regex`, `babel-preset-env`, `babel-standalone` - [#​15614](https://togithub.com/babel/babel/pull/15614) Rename `-proposal-`s that became standard to `-transform-` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.21.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7215-2023-04-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.21.4...v7.21.5) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser`, `babel-types` - [#​15539](https://togithub.com/babel/babel/pull/15539) fix: Remove `mixins` and `implements` for `DeclareInterface` and `InterfaceDeclaration` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx` - [#​15515](https://togithub.com/babel/babel/pull/15515) fix: `)` position with `createParenthesizedExpressions` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-env` - [#​15580](https://togithub.com/babel/babel/pull/15580) Add syntax import meta to preset env ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-types` - [#​15546](https://togithub.com/babel/babel/pull/15546) Improve the layout of generated validators ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#​15535](https://togithub.com/babel/babel/pull/15535) Use `lt` instead of `lte` to check TS version for .cts config ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core` - [#​15575](https://togithub.com/babel/babel/pull/15575) Use synchronous `import.meta.resolve` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-preset-typescript` - [#​15568](https://togithub.com/babel/babel/pull/15568) Handle `.overrides` and `.env` when resolving plugins/presets from fixture options ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin` - [#​15548](https://togithub.com/babel/babel/pull/15548) Use `semver` package to compare versions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.21.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.21.4) ##### :bug: Bug Fix - `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript` - [#​15478](https://togithub.com/babel/babel/pull/15478) Fix support for `import/export` in `.cts` files ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15496](https://togithub.com/babel/babel/pull/15496) Fix compact printing of non-null assertion operators ([@​rtsao](https://togithub.com/rtsao)) ##### :nail_care: Polish - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​15427](https://togithub.com/babel/babel/pull/15427) Fix moving comments of removed nodes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​15519](https://togithub.com/babel/babel/pull/15519) Update Prettier integration test ([@​fisker](https://togithub.com/fisker)) - `babel-parser` - [#​15510](https://togithub.com/babel/babel/pull/15510) refactor: introduce `lookaheadInLineCharCode` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-code-frame`, `babel-highlight` - [#​15499](https://togithub.com/babel/babel/pull/15499) Polish babel-code-frame highlight test ([@​JLHwung](https://togithub.com/JLHwung))
csstools/postcss-plugins (@​csstools/css-parser-algorithms) ### [`v2.2.0`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/packages/css-parser-algorithms/CHANGELOG.md#​220-June-1-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/4f8c8efb3f07b98167b39b87c87f67c8362407e7...610cb27840d202f25c8bac08ec097e70de292512) - Add `state` to `walk` methods. This makes it possible pass down information from a parent structure to children.\ e.g. you can set `entry.state.isInCalcExpression = true` for `calc((10 + 5) / 2)` when walking the `FunctionNode` for `calc`. ### [`v2.1.1`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/packages/css-parser-algorithms/CHANGELOG.md#​211-April-10-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/3dbf3070daeb78ae0753e5ec0bfb8899d332bf9a...4f8c8efb3f07b98167b39b87c87f67c8362407e7) - Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
csstools/postcss-plugins (@​csstools/css-tokenizer) ### [`v2.1.1`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/packages/css-tokenizer/CHANGELOG.md#​211-April-10-2023) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/e160e818d876b6d110453945746f040e2de40b86...3ebd978ef0176b039bd41a9576d250f260e191db) - Document `tokenize` helper function
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5599-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5598v5599-2023-06-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) **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.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5599-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5598v5599-2023-06-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
vuejs/core ### [`v3.3.4`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​334-httpsgithubcomvuejscorecomparev333v334-2023-05-18) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.3...v3.3.4) ##### Bug Fixes - **build:** ensure correct typing for node esm ([d621d4c](https://togithub.com/vuejs/core/commit/d621d4c646b2d7b190fbd44ad1fd04512b3de300)) - **build:** fix **DEV** flag replacement edge case ([8b7c04b](https://togithub.com/vuejs/core/commit/8b7c04b18f73aad9a08dd57eba90101b5b2aef28)), closes [#​8353](https://togithub.com/vuejs/core/issues/8353) - **compiler-sfc:** handle imported types from default exports ([5aec717](https://togithub.com/vuejs/core/commit/5aec717a2402652306085f58432ba3ab91848a74)), closes [#​8355](https://togithub.com/vuejs/core/issues/8355) ### [`v3.3.3`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​333-httpsgithubcomvuejscorecomparev332v333-2023-05-18) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.2...v3.3.3) ##### Bug Fixes - avoid regex s flag for old browsers ([91f1c62](https://togithub.com/vuejs/core/commit/91f1c62e6384a8b09f90e7e43b8d347901e529a0)), closes [#​8316](https://togithub.com/vuejs/core/issues/8316) - **build:** fix dev flag replacement in esm-builder builds ([#​8314](https://togithub.com/vuejs/core/issues/8314)) ([003836f](https://togithub.com/vuejs/core/commit/003836f90e1f00ebd04b77ec07ccfa4e649a2ff4)), closes [#​8312](https://togithub.com/vuejs/core/issues/8312) - **compiler-sfc:** don't hoist regexp literial ([#​8300](https://togithub.com/vuejs/core/issues/8300)) ([8ec73a3](https://togithub.com/vuejs/core/commit/8ec73a3aea7a52e9479f107ae5737761166ddae6)) - **compiler-sfc:** fix props destructing default value type checking with unresolved type ([#​8340](https://togithub.com/vuejs/core/issues/8340)) ([f69dbab](https://togithub.com/vuejs/core/commit/f69dbabf8794426c3e9ed33ae77dd8ce655eafd2)), closes [#​8326](https://togithub.com/vuejs/core/issues/8326) - **compiler-sfc:** fix type import from path aliased vue file ([fab9c72](https://togithub.com/vuejs/core/commit/fab9c727805c6186c490f99023e8cf5401b0b5a9)), closes [#​8348](https://togithub.com/vuejs/core/issues/8348) - **compiler-sfc:** handle ts files with relative imports with .js extension ([b36addd](https://togithub.com/vuejs/core/commit/b36addd3bde07467e9ff5641bd1c2bdc3085944c)), closes [#​8339](https://togithub.com/vuejs/core/issues/8339) - **compiler-sfc:** parses correctly when inline mode is off ([#​8337](https://togithub.com/vuejs/core/issues/8337)) ([ecbd42a](https://togithub.com/vuejs/core/commit/ecbd42a1444e3c599e464dec002e43d548d99669)), closes [#​6088](https://togithub.com/vuejs/core/issues/6088) - **compiler-sfc:** support defineEmits type reference with unions ([#​8299](https://togithub.com/vuejs/core/issues/8299)) ([b133e0f](https://togithub.com/vuejs/core/commit/b133e0fd97b0b4fabbb43151c19031b8fb47c05b)), closes [#​7943](https://togithub.com/vuejs/core/issues/7943) - **types:** support generic usage with withDefaults + defineProps ([#​8335](https://togithub.com/vuejs/core/issues/8335)) ([216f269](https://togithub.com/vuejs/core/commit/216f26995b63c2df26ca0f39f390fe8d59cdabfa)), closes [#​8310](https://togithub.com/vuejs/core/issues/8310) [#​8331](https://togithub.com/vuejs/core/issues/8331) [#​8325](https://togithub.com/vuejs/core/issues/8325) ### [`v3.3.2`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​332-httpsgithubcomvuejscorecomparev331v332-2023-05-12) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.1...v3.3.2) ##### Bug Fixes - **compiler-core:** treat floating point numbers as constants ([8dc8cf8](https://togithub.com/vuejs/core/commit/8dc8cf852bf8057aa5c4b5670f09e8c28a168b73)), closes [#​8295](https://togithub.com/vuejs/core/issues/8295) - **compiler-dom:** do not throw in production on side effect tags ([c454b9d](https://togithub.com/vuejs/core/commit/c454b9d7f431d57abedb7184d1e4059914c4463f)), closes [#​8287](https://togithub.com/vuejs/core/issues/8287) [#​8292](https://togithub.com/vuejs/core/issues/8292) - **compiler-sfc:** fix regression on props destructure when transform is not enabled ([f25bd37](https://togithub.com/vuejs/core/commit/f25bd37c6707fde19d164d90a38de41168941f4b)), closes [#​8289](https://togithub.com/vuejs/core/issues/8289) - **compiler-sfc:** handle prop keys that need escaping ([#​7803](https://togithub.com/vuejs/core/issues/7803)) ([690ef29](https://togithub.com/vuejs/core/commit/690ef296357c7fc09f66ba9408df548e117f686f)), closes [#​8291](https://togithub.com/vuejs/core/issues/8291) - **compiler-sfc:** properly parse d.ts files when resolving types ([aa1e77d](https://togithub.com/vuejs/core/commit/aa1e77d532b951ea5d3a5e26214a8b0c9c02fb6f)), closes [#​8285](https://togithub.com/vuejs/core/issues/8285) - **compiler-sfc:** raise specific warning for failed extends and allow ignoring extends ([8235072](https://togithub.com/vuejs/core/commit/82350721a408e1f552c613c05971439d6c218d87)), closes [#​8286](https://togithub.com/vuejs/core/issues/8286) ### [`v3.3.1`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​331-httpsgithubcomvuejscorecomparev330v331-2023-05-11) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.0...v3.3.1) ##### Bug Fixes - **suspense:** handle nested sync suspense for hydration ([a3f5485](https://togithub.com/vuejs/core/commit/a3f54857858c8ca0e6b9f12618d151ab255fb040)) ### [`v3.3.0`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​330-Rurouni-Kenshin-httpsgithubcomvuejscorecomparev330-beta5v330-2023-05-11) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.47...v3.3.0) - For a detailed walkthrough of the new features in 3.3, please read the [release blog post](https://blog.vuejs.org/posts/vue-3-3). - Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases. #### Features - **sfc:** support imported types in SFC macros ([#​8083](https://togithub.com/vuejs/core/pull/8083)) - **types/slots:** support slot presence / props type checks via `defineSlots` macro and `slots` option ([#​7982](https://togithub.com/vuejs/core/issues/7982)) ([5a2f5d5](https://togithub.com/vuejs/core/commit/5a2f5d59cffa36a99e6f2feab6b3ba7958b7362f)) - **sfc:** support more ergnomic defineEmits type syntax ([#​7992](https://togithub.com/vuejs/core/issues/7992)) ([8876dcc](https://togithub.com/vuejs/core/commit/8876dccf42a7f05375d97cb18c1afdfd0fc51c94)) - **sfc:** introduce `defineModel` macro and `useModel` helper ([#​8018](https://togithub.com/vuejs/core/issues/8018)) ([14f3d74](https://togithub.com/vuejs/core/commit/14f3d747a34d45415b0036b274517d70a27ec0d3)) - **reactivity:** improve support of getter usage in reactivity APIs ([#​7997](https://togithub.com/vuejs/core/issues/7997)) ([59e8284](https://togithub.com/vuejs/core/commit/59e828448e7f37643cd0eaea924a764e9d314448)) - **compiler-sfc:** add defineOptions macro ([#​5738](https://togithub.com/vuejs/core/issues/5738)) ([bcf5841](https://togithub.com/vuejs/core/commit/bcf5841ddecc64d0bdbd56ce1463eb8ebf01bb9d)) - **types/jsx:** support jsxImportSource, avoid global JSX conflict ([#​7958](https://togithub.com/vuejs/core/issues/7958)) ([d0b7ef3](https://togithub.com/vuejs/core/commit/d0b7ef3b61d5f83e35e5854b3c2c874e23463102)) - **dx:** improve readability of displayed types for props ([4c9bfd2](https://togithub.com/vuejs/core/commit/4c9bfd2b999ce472f7481aae4f9dc5bb9f76628e)) - **app:** app.runWithContext() ([#​7451](https://togithub.com/vuejs/core/issues/7451)) ([869f3fb](https://togithub.com/vuejs/core/commit/869f3fb93e61400be4fd925e0850c2b1564749e2)) - hasInjectionContext() for libraries ([#​8111](https://togithub.com/vuejs/core/issues/8111)) ([5510ce3](https://togithub.com/vuejs/core/commit/5510ce385abfa151c07a5253cccf4abccabdd01d)) - allow accessing console in template ([#​6508](https://togithub.com/vuejs/core/issues/6508)) ([fe76224](https://togithub.com/vuejs/core/commit/fe762247f8035d28d543bc5602ad01b0c258f6d6)), closes [#​7939](https://togithub.com/vuejs/core/issues/7939) - **suspense:** introduce suspensible option for `` ([#​6736](https://togithub.com/vuejs/core/issues/6736)) ([cb37d0b](https://togithub.com/vuejs/core/commit/cb37d0b9ffb5d4bb81a0367d84295dec8dd4448c)), closes [#​5513](https://togithub.com/vuejs/core/issues/5513) - **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) - **compiler-sfc:** expose parseCache ([4576548](https://togithub.com/vuejs/core/commit/45765488d498d94f8760c9e82f1177070057b17c)), closes [#​8202](https://togithub.com/vuejs/core/issues/8202) #### Deprecations - **deprecation:** deprecate [@​vnode](https://togithub.com/vnode) hooks in favor of vue: prefix ([5f0394a](https://togithub.com/vuejs/core/commit/5f0394a5ab88c82c74e240161499721f63d5462e)) - **deprecation:** deprecate v-is directive ([bbd8301](https://togithub.com/vuejs/core/commit/bbd8301a1344b02de635ea16d4822db1c343bd12)) - **deprecation:** unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs ([526fa3b](https://togithub.com/vuejs/core/commit/526fa3b2ccf038375e76f8af2f1ddf79a7388878)) ### [`v3.2.47`](https://togithub.com/vuejs/core/releases/tag/v3.2.47) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.46...v3.2.47) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/core/blob/main/CHANGELOG.md) for details. ### [`v3.2.46`](https://togithub.com/vuejs/core/releases/tag/v3.2.46) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.45...v3.2.46) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/core/blob/main/CHANGELOG.md) for details.
vueuse/vueuse ### [`v10.1.2`](https://togithub.com/vueuse/vueuse/compare/v10.1.0...v10.1.2) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.1.0...v10.1.2) ### [`v10.1.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.1.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.0.2...v10.1.0) #####    🚀 Features - **useAsyncState**: Add support directly await  -  by [@​Hfutsora](https://togithub.com/Hfutsora) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3004](https://togithub.com/vueuse/vueuse/issues/3004) [(d4db0)](https://togithub.com/vueuse/vueuse/commit/d4db0adf) - **useColorMode**: Expose `state` to the ref, deprecated `emitAuto`  -  by [@​Waleed-KH](https://togithub.com/Waleed-KH) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2980](https://togithub.com/vueuse/vueuse/issues/2980) [(a1bef)](https://togithub.com/vueuse/vueuse/commit/a1bef490) - **useMouse**: Support custom event extractor  -  by [@​RAX7](https://togithub.com/RAX7) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2991](https://togithub.com/vueuse/vueuse/issues/2991) [(4bb5b)](https://togithub.com/vueuse/vueuse/commit/4bb5bf0e) - **watch**: `watchImmediate` and `watchDeep` support overloads  -  by [@​Mini-ghost](https://togithub.com/Mini-ghost) in [https://github.com/vueuse/vueuse/issues/2998](https://togithub.com/vueuse/vueuse/issues/2998) [(8f6a0)](https://togithub.com/vueuse/vueuse/commit/8f6a0c5c) #####    🐞 Bug Fixes - Dialog mask add z-index  -  by [@​recallwei](https://togithub.com/recallwei) in [https://github.com/vueuse/vueuse/issues/3005](https://togithub.com/vueuse/vueuse/issues/3005) [(07ebe)](https://togithub.com/vueuse/vueuse/commit/07ebe338) - **useColorMode**: Element ref support, close [#​3003](https://togithub.com/vueuse/vueuse/issues/3003)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3003](https://togithub.com/vueuse/vueuse/issues/3003) [(adbbb)](https://togithub.com/vueuse/vueuse/commit/adbbb6ef) - **useCycleList**: Correctly wrap list with ref  -  by [@​fan5530](https://togithub.com/fan5530) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2988](https://togithub.com/vueuse/vueuse/issues/2988) [(659b2)](https://togithub.com/vueuse/vueuse/commit/659b2c9d) - **useDateFormat**: Error if Y or YYY provided  -  by [@​dinocam1](https://togithub.com/dinocam1) and **Dino Camdzic** in [https://github.com/vueuse/vueuse/issues/3001](https://togithub.com/vueuse/vueuse/issues/3001) [(a2147)](https://togithub.com/vueuse/vueuse/commit/a2147fdd) - **useFullscreen**: `isFullscreen` handling for mutliple fullscreen elements  -  by [@​zaqvil](https://togithub.com/zaqvil) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3000](https://togithub.com/vueuse/vueuse/issues/3000) [(4a7a1)](https://togithub.com/vueuse/vueuse/commit/4a7a12cc) - **useMediaControls**: Apply state when target ref changes  -  by [@​ferferga](https://togithub.com/ferferga) in [https://github.com/vueuse/vueuse/issues/2999](https://togithub.com/vueuse/vueuse/issues/2999) [(b20aa)](https://togithub.com/vueuse/vueuse/commit/b20aacf5) - **useSwipe**: Ignore multiple touches  -  by [@​ARZarkesh](https://togithub.com/ARZarkesh) in [https://github.com/vueuse/vueuse/issues/2994](https://togithub.com/vueuse/vueuse/issues/2994) [(995aa)](https://togithub.com/vueuse/vueuse/commit/995aadb0) - **useSwipe**: Ignore multiple touches  -  by [@​ARZarkesh](https://togithub.com/ARZarkesh) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2996](https://togithub.com/vueuse/vueuse/issues/2996) [(af3ca)](https://togithub.com/vueuse/vueuse/commit/af3ca89d) - **useTransition**: Fix regression with non-linear transition functions  -  by [@​scottbedard](https://togithub.com/scottbedard) in [https://github.com/vueuse/vueuse/issues/2973](https://togithub.com/vueuse/vueuse/issues/2973) [(8b330)](https://togithub.com/vueuse/vueuse/commit/8b3300be) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.0.2...v10.1.0) ### [`v10.0.2`](https://togithub.com/vueuse/vueuse/releases/tag/v10.0.2) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.0.1...v10.0.2) #####    🐞 Bug Fixes - Module reference, close [#​2972](https://togithub.com/vueuse/vueuse/issues/2972)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/2972](https://togithub.com/vueuse/vueuse/issues/2972) [(7d001)](https://togithub.com/vueuse/vueuse/commit/7d001e33) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.0.1) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.0.0...v10.0.1) #####    🐞 Bug Fixes - **nuxt**: Do not auto-import `toRef` and `toValue`  -  by [@​antfu](https://togithub.com/antfu) [(9225f)](https://togithub.com/vueuse/vueuse/commit/9225fc77) - **useIntersectionObserver**: Targets length check  -  by [@​schelmo](https://togithub.com/schelmo) in [https://github.com/vueuse/vueuse/issues/2968](https://togithub.com/vueuse/vueuse/issues/2968) [(b95b6)](https://togithub.com/vueuse/vueuse/commit/b95b6210) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.0.0...v10.0.1)
greensock/GSAP ### [`v3.12.1`](https://togithub.com/greensock/GSAP/compare/3.12.0...3.12.1) [Compare Source](https://togithub.com/greensock/GSAP/compare/3.12.0...3.12.1) ### [`v3.12.0`](https://togithub.com/greensock/GSAP/compare/3.11.5...3.12.0) [Compare Source](https://togithub.com/greensock/GSAP/compare/3.11.5...3.12.0) ### [`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)
Siilwyn/prettier-plugin-css-order ### [`v1.3.1`](https://togithub.com/Siilwyn/prettier-plugin-css-order/blob/HEAD/changelog.md#​131---2023-06-08) [Compare Source](https://togithub.com/Siilwyn/prettier-plugin-css-order/compare/v1.3.0...v1.3.1) ##### Fixed - Sorting properties mixed with comments.
sass/dart-sass ### [`v1.63.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1633) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.63.2...1.63.3) ##### JavaScript API - Fix loading Sass as an ECMAScript module on Node.js. ### [`v1.63.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1632) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.63.1...1.63.2) - No user-visible changes. ### [`v1.63.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1631) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.63.0...1.63.1) - No user-visible changes. ### [`v1.63.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1630) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.62.1...1.63.0) ##### JavaScript API - Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in [the README](README.md#dart-sass-in-the-browser). ##### Embedded Sass - The Dart Sass embedded compiler is now included as part of the primary Dart Sass distribution, rather than a separate executable. To use the embedded compiler, just run `sass --embedded` from any Sass executable (other than the pure JS executable). The Node.js embedded host will still be distributed as the `sass-embedded` package on npm. The only change is that it will now provide direct access to a `sass` executable with the same CLI as the `sass` package. - The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded protocol. See [the spec][embedded-protocol-spec] for a full description of the protocol, and [the changelog][embedded-protocol-changelog] for a summary of changes since version 1.2.0. [embedded-protocol-spec]: https://togithub.com/sass/sass/blob/main/spec/embedded-protocol.md [embedded-protocol-changelog]: https://togithub.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md - The Dart Sass embedded compiler now runs multiple simultaneous compilations in parallel, rather than serially.
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
vuejs/language-tools ### [`v1.7.11`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​1711-202369---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.10...v1.7.11) - fix: ignore errors for `statSync` ([#​3260](https://togithub.com/vuejs/language-tools/issues/3260)) ### [`v1.7.10`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​1710-202369---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/70f9ebedbc55a8d342ec425cc483dfe39c4b7489...v1.7.10) - feat: upgrade framework to v1.7 ([#​3248](https://togithub.com/vuejs/language-tools/issues/3248)) - fix: `strictTemplates` not working for IntrinsicElement ([#​3214](https://togithub.com/vuejs/language-tools/issues/3214)) - fix: failed to load tsconfig json schema ([#​3224](https://togithub.com/vuejs/language-tools/issues/3224)) ([#​3228](https://togithub.com/vuejs/language-tools/issues/3228)) - thanks [@​tjx666](https://togithub.com/tjx666) - fix(vue-tsc): `vue-tsc` ignores type errors in `.vue` files if the incremental setting is true ([#​2756](https://togithub.com/vuejs/language-tools/issues/2756)) ([#​3218](https://togithub.com/vuejs/language-tools/issues/3218)) - thanks [@​lucasavila00](https://togithub.com/lucasavila00) - fix: properly merge `defineModel` and `defineProps` types ([#​3164](https://togithub.com/vuejs/language-tools/issues/3164)) - fix(language-server): show component meta command not working **Breaking changes** - Simplify `JSX.IntrinsicElements` type inference for better TS performance ([#​3259](https://togithub.com/vuejs/language-tools/issues/3259)) - Update `@vue-expected-error` to `@vue-expect-error` ([https://github.com/vuejs/language-tools/pull/3215#issuecomment-1560355284](https://togithub.com/vuejs/language-tools/pull/3215#issuecomment-1560355284)) ### [`v1.7.9`](https://togithub.com/vuejs/language-tools/compare/v1.7.8...70f9ebedbc55a8d342ec425cc483dfe39c4b7489) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.8...70f9ebedbc55a8d342ec425cc483dfe39c4b7489) ### [`v1.7.8`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​178-2023522---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.7...v1.7.8) - fix: directive comments not working in production builds ### [`v1.7.7`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​177-2023522---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.6...v1.7.7) - feat: support for `@vue-ignore`, `@vue-skip`, `@vue-expected-error` directive comments ([#​3215](https://togithub.com/vuejs/language-tools/issues/3215)) - refactor(language-service): removed `vscode-languageserver-protocol` runtime dependency - perf(monaco): much faster first time intellisense - fix: ts project not updated when virtual ts file created / deleted ### [`v1.7.6`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​176-2023519---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.5...v1.7.6) - refactor(language-service): fewer runtime dependencies - chore: low-level API adjustment ### [`v1.7.5`](https://togithub.com/vuejs/language-tools/compare/v1.7.4...v1.7.5) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.4...v1.7.5) ### [`v1.7.4`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​174-2023518---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.3...v1.7.4) - feat: more reliable intellisense for monaco - fix: avoid adds ".js" extension when auto importing components ([#​3150](https://togithub.com/vuejs/language-tools/issues/3150)) ### [`v1.7.3`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​165-2023513--173-2023513---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.1...v1.7.3) - chore: bump vue deps to 3.3 stable ([#​3167](https://togithub.com/vuejs/language-tools/issues/3167)) - thanks [@​ferferga](https://togithub.com/ferferga) - fix(vue-tsc): avoid throw when composite is enabled ([#​2622](https://togithub.com/vuejs/language-tools/issues/2622)) - perf(language-service): avoid request name casing from language client multiple times ([#​3158](https://togithub.com/vuejs/language-tools/issues/3158)) - thanks [@​kalvenschraut](https://togithub.com/kalvenschraut) - fix: avoid slot name report TS8013 in js component ([#​3121](https://togithub.com/vuejs/language-tools/issues/3121)) ### [`v1.7.1`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​1714-2023616---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.7.0...v1.7.1) - perf: intellisense is very slow when referencing lots of external .vue files ([#​3264](https://togithub.com/vuejs/language-tools/issues/3264)) - fix: read directory infinite recursion on Darwin os ([#​3282](https://togithub.com/vuejs/language-tools/issues/3282)) ### [`v1.7.0`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#​170-202357---pre-release) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.6.5...v1.7.0) - feat(language-service): compatible with Volar.js 1.5 Scripts API, Rules API - fix: `volar.config.js` does not load on Windows ([https://github.com/volarjs/volar.js/issues/36](https://togithub.com/volarjs/volar.js/issues/36)) **Breaking changes** - rename packages from `@volar/vue-*` to `@vue/*` ([#​3134](https://togithub.com/vuejs/language-tools/issues/3134)) - `volar.config.js` specification update (base on Volar.js v1.5)

Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.