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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.17.10 -> ^7.17.12 age adoption passing confidence
@unocss/preset-icons ^0.33.4 -> ^0.33.5 age adoption passing confidence
@unocss/preset-wind ^0.33.4 -> ^0.33.5 age adoption passing confidence
@unocss/reset ^0.33.4 -> ^0.33.5 age adoption passing confidence
@vueuse/core ^8.4.2 -> ^8.5.0 age adoption passing confidence
unocss ^0.33.4 -> ^0.33.5 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v71712-2022-05-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.10...v7.17.12) ##### :bug: Bug Fix - `babel-plugin-transform-react-constant-elements` - [#​14536](https://togithub.com/babel/babel/pull/14536) Never hoist JSX elts referencing vars from the current scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​14524](https://togithub.com/babel/babel/pull/14524) fix: perserve parentheses of lhs id with rhs unamed fn ([@​JLHwung](https://togithub.com/JLHwung)) - [#​14532](https://togithub.com/babel/babel/pull/14532) Print necessary parentheses for functions in postfix expressions ([@​xiawenqi](https://togithub.com/xiawenqi)) - `babel-plugin-transform-destructuring` - [#​14494](https://togithub.com/babel/babel/pull/14494) Update scope info after destructuring transform ([@​peey](https://togithub.com/peey)) - `babel-parser` - [#​14522](https://togithub.com/babel/babel/pull/14522) fix: allow liberal named type-as imports ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-destructuring`, `babel-types` - [#​14500](https://togithub.com/babel/babel/pull/14500) Fix parsing ts type casts and nested patterns in destructuring ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-plugin-proposal-decorators`, `babel-types` - [#​14519](https://togithub.com/babel/babel/pull/14519) [@​babel/types](https://togithub.com/babel/types) builder improvements ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​14490](https://togithub.com/babel/babel/pull/14490) Update to Jest 28 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-module-transforms`, `babel-helper-plugin-utils`, `babel-parser`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-export-default-from`, `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-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-traverse`, `babel-types` - [#​14499](https://togithub.com/babel/babel/pull/14499) Provide plugin/preset typings from plugin-utils ([@​JLHwung](https://togithub.com/JLHwung))
unocss/unocss ### [`v0.33.5`](https://togithub.com/unocss/unocss/releases/v0.33.5) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.33.4...v0.33.5) ##### Bug Fixes - **vite:** improve warning ([#​970](https://togithub.com/unocss/unocss/issues/970)) ([966529f](https://togithub.com/unocss/unocss/commit/966529f)) - **vite:** infer Theme type from plugin config ([#​974](https://togithub.com/unocss/unocss/issues/974)) ([e5ab5fb](https://togithub.com/unocss/unocss/commit/e5ab5fb)) ##### Features - **core:** merge safelist presets from config ([#​969](https://togithub.com/unocss/unocss/issues/969)) ([cd69925](https://togithub.com/unocss/unocss/commit/cd69925)) - **playground:** resizable preview ([#​977](https://togithub.com/unocss/unocss/issues/977)) ([9c19524](https://togithub.com/unocss/unocss/commit/9c19524))
vueuse/vueuse ### [`v8.5.0`](https://togithub.com/vueuse/vueuse/releases/v8.5.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v8.4.2...v8.5.0) ##### Bug Fixes - **shared:** correct to ignore undefined ([#​1601](https://togithub.com/vueuse/vueuse/issues/1601)) ([0aecfe6](https://togithub.com/vueuse/vueuse/commit/0aecfe6)) - **toRefs:** keep class prototype, close [#​1530](https://togithub.com/vueuse/vueuse/issues/1530) ([#​1599](https://togithub.com/vueuse/vueuse/issues/1599)) ([356da7d](https://togithub.com/vueuse/vueuse/commit/356da7d)) - **useAxios:** normalize isCanceled flag ([#​1585](https://togithub.com/vueuse/vueuse/issues/1585)) ([b833957](https://togithub.com/vueuse/vueuse/commit/b833957)) - **useFetch:** respect custom fetch option ([#​1603](https://togithub.com/vueuse/vueuse/issues/1603)) ([56eb358](https://togithub.com/vueuse/vueuse/commit/56eb358)) - **useFetch:** return PromiseLike after setting method ([#​1571](https://togithub.com/vueuse/vueuse/issues/1571)) ([9b28628](https://togithub.com/vueuse/vueuse/commit/9b28628)) - **useFocus:** `focused` should be `false` when `element` is undefined ([#​1580](https://togithub.com/vueuse/vueuse/issues/1580)) ([f0067ac](https://togithub.com/vueuse/vueuse/commit/f0067ac)) - **useMediaQuery:** normalize `isSupported` flag ([#​1575](https://togithub.com/vueuse/vueuse/issues/1575)) ([0222d48](https://togithub.com/vueuse/vueuse/commit/0222d48)) - **useUrlSearchParams:** should return initialValue ([#​1583](https://togithub.com/vueuse/vueuse/issues/1583)) ([fe58f8a](https://togithub.com/vueuse/vueuse/commit/fe58f8a)) - **useVModel:** unified value ([#​1568](https://togithub.com/vueuse/vueuse/issues/1568)) ([70d8092](https://togithub.com/vueuse/vueuse/commit/70d8092)) - **watchThrottled:** duplicate callback invokation when leading and trailing edges coincide ([#​1593](https://togithub.com/vueuse/vueuse/issues/1593)) ([8ba3b9d](https://togithub.com/vueuse/vueuse/commit/8ba3b9d)) ##### Features - **watchDebounced:** new `maxWait` option ([#​1579](https://togithub.com/vueuse/vueuse/issues/1579)) ([9c72a78](https://togithub.com/vueuse/vueuse/commit/9c72a78))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.