vuex-typex
vuex-typex copied to clipboard
Typescript builder for strongly-typed access to Vuex Store modules
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Hi there, vuex-typex is a great tool to provide typings to store methods, but it seem to be not adapted to Vue 3. In Vue 3, Vue root is not...
It seems like the `.d.ts` file is missing in the 3.1.7 release.
Time to update to the next version of vuex.
Great little library - thanks for making this! 💯 I am now trying to figure out how to mock the store for testing. In [vue-test-utils docs](https://vue-test-utils.vuejs.org/guides/using-with-vuex.html) it talks about creating...
Calling `metrics.getMetricsDesc();` which is defined as: ``` import Vue from 'vue'; import Vuex, { Store } from 'vuex'; import { getStoreBuilder } from 'vuex-typex'; import { MetricsState } from './metricsState';...
I have a hard time understanding my issue. I already experienced it in the past but cannot exactly remember how I got rid of it. Now again, I get a...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...