pinia-orm
pinia-orm copied to clipboard
The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683..34e114876b0b11c390a56381ad16ebd13914f8d5)) | action | digest | `11bd719` -> `34e1148` | --- ###...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^5.3.3` -> `^6.1.0`](https://renovatebot.com/diffs/npm/vite/5.4.12/6.1.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Environment The `addPlugin()` method has the following code `addPlugin(resolver.resolve("./runtime/plugin.vue" + (isNuxt3() ? "3" : "2"))...`. So when using Nuxt 4 it defaults to Nuxt 2. Apparently, @nuxt/kit is deprecating...
### Environment playground ### Reproduction https://stackblitz.com/edit/vue3-vite-starter-dzaynw ### Describe the bug This is reopening of closed issue #1938. This is NOT a duplicate of "Axios instance not found" issues. `baseURL` is...
On page https://pinia-orm.codedredd.de/plugins/axios/guide/usage This link `config is the plugin config options and also any valid axios request config options.` Points to https://pinia-orm.codedredd.de/plugins/axios/guide/configurations This is a 404 The correct URL is:...
v1.10.3
> 1.10.3 is the next patch release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/CodeDredd/pinia-orm/compare/v2.0.0-alpha.2...v2.0.0) ### 🩹 Fixes - **pinia-orm:** `hasManyThrough` doesn't work correctly with mulitple model...
### Describe the feature Axios is a heavy library. Pinia ORM deserve a [Ky](https://github.com/sindresorhus/ky) plugin. Ky is a tiny and elegant HTTP client based on the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch) ### Additional...
### Describe the feature Currently, `pinia-orm` does not provide a way to store values in model fields that should avoid deep reactivity. Most field definitions either assume primitive types or...
### Environment _No response_ ### Reproduction Given the following items: ``` [ { name: 'A' }, { name: 'B' }, { name: 'Š' }, { name: 'T' }, { name:...