-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Labels
Description
Describe the bug
Can we change the peer from "universal-cookie": "^7"
to "universal-cookie": "^7 || ^8",
?
There doesn't seem to be any breaking changes: https://github.com/bendotcodes/cookies/releases/tag/v8.0.0
Reproduction
https://stackblitz.com/edit/vitejs-vite-ubbukk9t?file=package.json
System Info
System:
OS: macOS 15.4.1
CPU: (8) arm64 Apple M1 Pro
Memory: 80.55 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node
npm: 10.5.0 - ~/.nvm/versions/node/v20.12.2/bin/npm
pnpm: 8.15.5 - ~/.nvm/versions/node/v20.12.2/bin/pnpm
Browsers:
Chrome: 135.0.7049.116
Chrome Canary: 138.0.7164.0
Edge: 136.0.3240.50
Safari: 18.4
Safari Technology Preview: 18.4
npmPackages:
@vueuse/components: ^13.1.0 => 13.1.0
@vueuse/core: ^13.1.0 => 13.1.0
@vueuse/integrations: ^13.1.0 => 13.1.0
vue: ^3.5.13 => 3.5.13
Used Package Manager
Both npm and pnpm, I suppose yarn too
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
ilyaliao, gazben and OrbisK