pinia-orm
pinia-orm copied to clipboard
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
[](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) | [](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. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🚀 Enhancements - **pinia-orm**: Add an option to make fields hidden (#240) - **pinia-orm**: Add `_meta` field for models containing metadata (#240) - **pinia-orm**: Add global configuration options (#240)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [splitpanes](https://antoniandre.github.io/splitpanes) ([source](https://togithub.com/antoniandre/splitpanes)) | [`^3.1.1` -> `^3.1.3`](https://renovatebot.com/diffs/npm/splitpanes/3.1.1/3.1.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@nuxt/kit](https://togithub.com/nuxt/framework) | [`^3.0.0-rc.11`...
If relationship fields sent from a backend are null - or in the case of a many to many relationship - the contents of an array have changed, pinia-orm does...
### Environment - Operating System: `Darwin` - Node Version: `v16.15.0` - Nuxt Version: `0.0.0` - Nitro Version: `-` - Package Manager: `[email protected]` - Builder: `webpack` - User Config: `-` -...
### Describe the feature It would be great if there was a way to force pinia-orm to reload the data from storage. In #1212 I talked about using indexedDB and...
Hello, i am using the axios plugin in a typescript project to retrive data from an api. Running the code in dev mode works. But it won't compile: ``` Argument...