mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4433] [MERGED] chore(sh-admin): bump dependencies #4797
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4797
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4433
Author: @joeljstephen
Created: 10/13/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @jamesgeorge007
Base:
next← Head:refactor/sh-admin-bump-dependencies📝 Commits (4)
6e4a18bchore: update dependenciesdf4e65echore: override vue version in main package jsond7f7a6achore: bump dependenciesc367a9achore: pin@urql/vuetov1.4.0📊 Changes
8 files changed (+2781 additions, -4290 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/package.json(+47 -50)📝
packages/hoppscotch-sh-admin/src/components.d.ts(+9 -6)📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/dashboard.vue(+4 -1)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+5 -2)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+4 -1)📝
pnpm-lock.yaml(+2710 -4228)📄 Description
Ticket
Description
This PR bumps the dependencies in the sh-admin repo.
@urql/vue is pinned to
v1.4.0sincev1.4.1usesshallowRef()fordatavariable fromuseQuery()composable that affects the behavior. For instance, the list of invites isn't immediately updated while revoking pending invites.github.com/hoppscotch/hoppscotch@9da5f63e70/packages/hoppscotch-sh-admin/src/pages/users/invited.vue (L154-L160)There are type errors arising in the above page source that are to be revisited down the line.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.