stacksjs / table

🔎 The modern way to work with tables. Blazing fast facet-filtering, sorting, and searching.
MIT License
11 stars 0 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unocss/preset-icons ^0.37.4 -> ^0.38.1 age adoption passing confidence
@unocss/preset-wind ^0.37.4 -> ^0.38.1 age adoption passing confidence
@vue/compiler-sfc ^3.2.36 -> ^3.2.37 age adoption passing confidence
pnpm (source) >=7.1.8 -> >=7.1.9 age adoption passing confidence
unocss ^0.37.4 -> ^0.38.1 age adoption passing confidence
vite ^2.9.9 -> ^2.9.10 age adoption passing confidence
vitest ^0.13.1 -> ^0.14.1 age adoption passing confidence
vue ^3.2.36 -> ^3.2.37 age adoption passing confidence
vue-tsc ^0.36.1 -> ^0.37.3 age adoption passing confidence

Release Notes

unocss/unocss ### [`v0.38.1`](https://togithub.com/unocss/unocss/releases/tag/v0.38.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.38.0...v0.38.1) ##### Bug Fixes - **vite:** use outDir as key of cssPlugin to prevent parallel issue (unocss[#​1065](https://togithub.com/unocss/unocss/issues/1065)) ([#​1074](https://togithub.com/unocss/unocss/issues/1074)) ([65879ab](https://togithub.com/unocss/unocss/commit/65879ab)) ##### Features - **inspector:** complete css prettify ([#​1073](https://togithub.com/unocss/unocss/issues/1073)) ([20c7694](https://togithub.com/unocss/unocss/commit/20c7694)) ### [`v0.38.0`](https://togithub.com/unocss/unocss/releases/tag/v0.38.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.37.4...v0.38.0) ##### Bug Fixes - **preset-wind:** set animate count 1 by default ([#​1070](https://togithub.com/unocss/unocss/issues/1070)) ([5708e51](https://togithub.com/unocss/unocss/commit/5708e51)) ##### Features - **preset-wind:** refactor bg-gradient ([#​1063](https://togithub.com/unocss/unocss/issues/1063)) ([b37e8f1](https://togithub.com/unocss/unocss/commit/b37e8f1)) - **vscode:** support intelligent prompt for css file ([#​1072](https://togithub.com/unocss/unocss/issues/1072)) ([e8abeeb](https://togithub.com/unocss/unocss/commit/e8abeeb))
vuejs/core ### [`v3.2.37`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#​3237-httpsgithubcomvuejscorecomparev3236v3237-2022-06-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.2.36...v3.2.37) ##### Bug Fixes - **compiler-sfc:** improve css v-bind parsing ([e60244b](https://togithub.com/vuejs/core/commit/e60244bcdf0b386de1560ff7c205ae0870bab355)), closes [#​6022](https://togithub.com/vuejs/core/issues/6022) - **runtime-core:** hydrate Static vnode ([#​6015](https://togithub.com/vuejs/core/issues/6015)) ([11e17a1](https://togithub.com/vuejs/core/commit/11e17a1a29cf3d0b37628241d63ff3e8d8525f95)), closes [#​6008](https://togithub.com/vuejs/core/issues/6008) - **sfc:** avoid auto name inference leading to unwanted recursion ([9734b31](https://togithub.com/vuejs/core/commit/9734b31c312244a2b5c5cf83c75d7b34076a0c4b)), closes [#​5965](https://togithub.com/vuejs/core/issues/5965) [#​6027](https://togithub.com/vuejs/core/issues/6027) [#​6029](https://togithub.com/vuejs/core/issues/6029) - **ssr:** ensure app can be unmounted when created with createSSRApp() ([#​5992](https://togithub.com/vuejs/core/issues/5992)) ([d4d3319](https://togithub.com/vuejs/core/commit/d4d3319c1be16dc9a046b2c5521096debc205f25)), closes [#​5990](https://togithub.com/vuejs/core/issues/5990) - **ssr:** hydration for transition wrapper components with empty slot content ([#​5995](https://togithub.com/vuejs/core/issues/5995)) ([eb22a62](https://togithub.com/vuejs/core/commit/eb22a62798d845a8756b0a73b68afdd874feda59)), closes [#​5991](https://togithub.com/vuejs/core/issues/5991)
pnpm/pnpm ### [`v7.1.9`](https://togithub.com/pnpm/pnpm/releases/tag/v7.1.9) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.1.8...v7.1.9) #### Patch Changes - When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times [#​4820](https://togithub.com/pnpm/pnpm/issues/4820). #### Our Sponsors
#### What's Changed * fix: auto-install-peers by @​zkochan in https://github.com/pnpm/pnpm/pull/4855 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.1.8...v7.1.9
vitejs/vite ### [`v2.9.10`](https://togithub.com/vitejs/vite/releases/tag/v2.9.10) [Compare Source](https://togithub.com/vitejs/vite/compare/v2.9.9...v2.9.10) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v2.9.10/packages/vite/CHANGELOG.md) for details.
vitest-dev/vitest ### [`v0.14.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.14.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.14.0...v0.14.1) ##### Bug Fixes - correct export extension ([#​1439](https://togithub.com/vitest-dev/vitest/issues/1439)) ([9d6c6f2](https://togithub.com/vitest-dev/vitest/commit/9d6c6f2)) ### [`v0.14.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.14.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.13.1...v0.14.0) #### Breaking Changes - **vite-node:** use `.mjs` for esm build ([692ad34](https://togithub.com/vitest-dev/vitest/commit/692ad34)) - remove `"type": "module"` from vitest/package.json ([#​1411](https://togithub.com/vitest-dev/vitest/issues/1411)) ([b4a9b0b](https://togithub.com/vitest-dev/vitest/commit/b4a9b0b)), closes [#​325](https://togithub.com/vitest-dev/vitest/issues/325) - **vite-node:** respect ssr field, allow inlining everything ([#​1434](https://togithub.com/vitest-dev/vitest/issues/1434)) ([fd57b0e](https://togithub.com/vitest-dev/vitest/commit/fd57b0e)) - improve watcher performance, add forceRerunTriggers option ([#​1424](https://togithub.com/vitest-dev/vitest/issues/1424)) ([3f5ff5b](https://togithub.com/vitest-dev/vitest/commit/3f5ff5b)) ##### Bug Fixes - repair TestFunction return type. ([#​1408](https://togithub.com/vitest-dev/vitest/issues/1408)) ([f169f5a](https://togithub.com/vitest-dev/vitest/commit/f169f5a)) - don't escape quotes for objects in difference view ([#​1435](https://togithub.com/vitest-dev/vitest/issues/1435)) ([1560417](https://togithub.com/vitest-dev/vitest/commit/1560417)) - **types:** add callable type to vi.spyOn ([#​1432](https://togithub.com/vitest-dev/vitest/issues/1432)) ([17dfd39](https://togithub.com/vitest-dev/vitest/commit/17dfd39)) - **types:** add explicit extension for ESM compatibility ([#​1417](https://togithub.com/vitest-dev/vitest/issues/1417)) ([4b54aed](https://togithub.com/vitest-dev/vitest/commit/4b54aed)) - **vite-node:** Prevent crash when passing single module as options ([#​1406](https://togithub.com/vitest-dev/vitest/issues/1406)) ([ab8f004](https://togithub.com/vitest-dev/vitest/commit/ab8f004))
johnsoncodehk/volar ### [`v0.37.3`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0373-202268) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.37.2...v0.37.3) - feat: support find file references - feat: improve vitepress markdown parse reliability ([#​1410](https://togithub.com/johnsoncodehk/volar/issues/1410)) - feat: `vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors` default true ([#​1405](https://togithub.com/johnsoncodehk/volar/issues/1405)) - fix: fixed TS error with props beginning with data\* ([#​1413](https://togithub.com/johnsoncodehk/volar/issues/1413)) ##### Our Sponsors ### [`v0.37.2`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0372-202267) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.37.1...v0.37.2) - feat: show deprecation message for `experimentalCompatMode` - fix: kebab case component type broken in vue 2 ([#​1405](https://togithub.com/johnsoncodehk/volar/issues/1405)) ### [`v0.37.1`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0371-202267) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.37.0...v0.37.1) - feat: add `experimentalSuppressInvalidJsxElementTypeErrors` option to ignore missing component import error ([#​1404](https://togithub.com/johnsoncodehk/volar/issues/1404)) - perf: support auto-import cache even TS version < 4.7 ([#​1406](https://togithub.com/johnsoncodehk/volar/issues/1406)) - perf: simplify template generated tsx code ### [`v0.37.0`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0370-202266) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.36.1...v0.37.0) - feat: VitePress support ([#​1399](https://togithub.com/johnsoncodehk/volar/issues/1399)) - feat: support `html.autoCreateQuotes` for pug - feat: enabled references codeLens for slots when use script setup - feat: detect missing component import ([#​1203](https://togithub.com/johnsoncodehk/volar/issues/1203)) - feat: support `--generateTrace` for vue-tsc ([#​1375](https://togithub.com/johnsoncodehk/volar/issues/1375)) - fix: dynamic slot name breaks template type checking ([#​1392](https://togithub.com/johnsoncodehk/volar/issues/1392)) - fix: don't report property does not exist error for `data-*` and `aria-*` - fix: html selection highlight ranges incorrect ([#​1393](https://togithub.com/johnsoncodehk/volar/issues/1393)) - fix: avoid `DefineComponent` type loss when use script setup ([#​1391](https://togithub.com/johnsoncodehk/volar/issues/1391)) - fix: css module `$style` inconsistent between vue-tsc and vscode ([#​1089](https://togithub.com/johnsoncodehk/volar/issues/1089)) - fix: css class name and v-bind should not active in style comments - fix: unused `console.log` to adapt vim-lsp ([#​1391](https://togithub.com/johnsoncodehk/volar/issues/1391)) - fix: language server stuck on incomplete style variable injection expression ([#​1359](https://togithub.com/johnsoncodehk/volar/issues/1359)) - fix: remove `__VLS_` result from code actions **Breaking changes** - `vueCompilerOptions.experimentalCompatMode` is renamed to `vueCompilerOptions.target`. ```diff { "vueCompilerOptions": { - "experimentalCompatMode": 2 + "target": 2 }, } ```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.