typed-vuex icon indicating copy to clipboard operation
typed-vuex copied to clipboard

🏦 A typed store accessor for vanilla Vuex.

Results 49 typed-vuex issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-environment-jsdom](https://togithub.com/facebook/jest) | [`^28.1.1` -> `^29.0.0`](https://renovatebot.com/diffs/npm/jest-environment-jsdom/28.1.3/29.0.3) | [![age](https://badges.renovateapi.com/packages/npm/jest-environment-jsdom/29.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://togithub.com/facebook/jest)) | [`28.1.1` -> `29.0.3`](https://renovatebot.com/diffs/npm/jest/28.1.1/29.0.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config-typescript](https://togithub.com/nuxt/eslint-config) | [`10.0.0` -> `11.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config-typescript/10.0.0/11.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@nuxtjs%2feslint-config-typescript/11.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [unbuild](https://togithub.com/unjs/unbuild) | [`^0.7.4` -> `^0.9.0`](https://renovatebot.com/diffs/npm/unbuild/0.7.4/0.9.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unbuild/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/plugin-transform-runtime](https://babel.dev/docs/en/next/babel-plugin-transform-runtime) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime)) | devDependencies | pin | [`^7.25.7` -> `7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-transform-runtime/7.25.7/7.25.7) | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)...

dependencies
chore

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@nuxt/test-utils](https://redirect.github.com/nuxt/test-utils) | devDependencies | pin | [`^0.2.2` -> `0.2.2`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/0.2.2/0.2.2) | | [@nuxt/types](https://redirect.github.com/nuxt/nuxt) ([source](https://redirect.github.com/nuxt/nuxt/tree/HEAD/packages/types))...

dependencies
chore

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@release-it/conventional-changelog](https://togithub.com/release-it/conventional-changelog) | devDependencies | pin | [`^4.0.0` -> `4.3.0`](https://renovatebot.com/diffs/npm/@release-it%2fconventional-changelog/4.3.0/4.3.0) | |...

dependencies
chore

After update to the last version of nuxt@2 with typescript and typed-vuex, I get a type error for the first parameter (state) of my mutations/getters: ``` Parameter 'state' implicitly has...