vue-socket.io-extended
vue-socket.io-extended copied to clipboard
:v::zap: Socket.io bindings for Vue.js and Vuex (inspired by Vue-Socket.io)
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/probil/vue-socket.io-extended). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest)) | [`27.5.1` -> `30.0.0`](https://renovatebot.com/diffs/npm/jest/27.5.1/30.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vue/test-utils](https://redirect.github.com/vuejs/test-utils) | [`1.3.6` -> `2.4.6`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/1.3.6/2.4.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`2.7.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/vue/2.7.16/3.5.17) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [camelcase](https://togithub.com/sindresorhus/camelcase) | [`5.3.1` -> `7.0.0`](https://renovatebot.com/diffs/npm/camelcase/5.3.1/7.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...
It would be nice to have a useSocket() to get the $socket within setup(). The basic steps would be: - declare a TS interface with $subscribe, $unsubscribe etc - declare...
This can be used in Vue's setup() function to inject the socket instance where $socket is not available: setup() { const socket = useSocket() } Currently this breaks some tests...
Could you adapt/update the install/guide section for quasar v2 framework? Quasar v2 has been released about a year ago, and I really could use a configuration guide. Talking about the...