mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4444] [MERGED] chore: bump dependencies #4801
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#4801
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/4444
Author: @jamesgeorge007
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @AndrewBastin
Base:
next← Head:bump-deps📝 Commits (7)
57b6785chore: bump dependenciesc0b502echore: bump dependencies underhoppscotch-clieecc249chore: include major version bumpsf3ffd4cchore: bump dependencies underhoppscotch-js-sandbox&hoppscotch-data401b79bchore: bump deps at workspace root18ed937chore: bump CLI versiond697567chore: bumpvueversion📊 Changes
22 files changed (+4826 additions, -6305 deletions)
View changed files
📝
.husky/commit-msg(+0 -3)📝
.husky/pre-commit(+1 -4)📝
package.json(+8 -8)📝
packages/hoppscotch-cli/package.json(+14 -15)📝
packages/hoppscotch-cli/src/__tests__/e2e/commands/__snapshots__/test.spec.ts.snap(+341 -341)📝
packages/hoppscotch-common/package.json(+78 -79)📝
packages/hoppscotch-common/src/components/app/spotlight/Entry.vue(+4 -5)📝
packages/hoppscotch-common/src/components/environments/my/Details.vue(+2 -2)📝
packages/hoppscotch-common/src/components/environments/teams/Details.vue(+2 -2)📝
packages/hoppscotch-common/src/components/lenses/HeadersRenderer.vue(+2 -2)📝
packages/hoppscotch-common/src/composables/codemirror.ts(+2 -2)📝
packages/hoppscotch-common/src/helpers/backend/GQLClient.ts(+0 -2)📝
packages/hoppscotch-common/src/helpers/import-export/import/insomnia.ts(+2 -3)📝
packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts(+1 -1)📝
packages/hoppscotch-common/src/pages/e/_id.vue(+1 -1)📝
packages/hoppscotch-data/package.json(+8 -8)📝
packages/hoppscotch-js-sandbox/.eslintrc.cjs(+13 -1)📝
packages/hoppscotch-js-sandbox/package.json(+22 -23)📝
packages/hoppscotch-js-sandbox/src/shared-utils.ts(+2 -3)📝
packages/hoppscotch-selfhost-web/package.json(+44 -43)...and 2 more files
📄 Description
This PR aims at bumping dependencies across the following packages (major version bumps are highlighted below):
hoppscotch-common@urql/core@urql/exchange-graphcachev7due to peer dependency requirements of@graphql-codegen/typescript-urql-graphcache@vitejs/plugin-legacy@vueuse/corejsonpath-pluslossless-jsonminisearchuuidvue-i18nvue-pdf-embed@types/uuid@typescript-eslint/eslint-plugin@typescript-eslint/parser@vitejs/plugin-vueglobprettier-plugin-tailwindcssunplugin-iconsunplugin-vue-componentsvite-plugin-checkerv0.7.xsince it depends onvue-tscv2 which is deferred for the time being.vite-plugin-html-configvite-plugin-inspectvite-plugin-pagesvite-plugin-pwavite-plugin-vue-layoutsvitestvitehoppscotch-selfhost-web@import-meta-env/unplugin@typescript-eslint/eslint-plugin@typescript-eslint/parser@vitejs/plugin-legacy@vitejs/plugin-vueprettier-plugin-tailwindcssunplugin-iconsunplugin-vue-componentsvite-plugin-html-configvite-plugin-inspectvite-plugin-pagesvite-plugin-pwavite-plugin-static-copyvite-plugin-vue-layoutsvite@urql/exchange-graphcache@graphql-codegen/typescript-urql-graphcachehoppscotch-clicommanderisolated-vmvitest@swc/corehoppscotch-js-sandboxThere are no major version bumps for prod
dependencies.@types/jest@types/node@typescript-eslint/eslint-plugin@typescript-eslint/parsereslint-config-prettierprettiertypescripthoppscotch-dataNo major version bumps for prod
dependencies.viteDeferred updates
eslint- ESLintv9migration has a broader surface area.@vue/eslint-config-typescript- Staying onv13sincev14dropped support for legacy ESLing config.vue-tsc- There are breaking API changes inv2and the type check script for services has to be updated after proper research.verzod(under scope withhoppscotch-common&hoppscotch-data) - Persistence service test suite was found to fail while bumping tov0.2.3, which needs further investigation.typescript-vue-tscneeds to be kept inv1and bumping tov5.5+ will lead to errors with it. Also, keep it compatible with the@typscript-eslint/eslint-estreeversions in the respective packages.Pre-existing concerns with dependencies
@intlify/vite-plugin-vue-i18ndoesn't support vite latest versions, use @intlify/unplugin-vue-i18nvite-plugin-fontsrenamed tounplugin-fontseslintv8is no longer supported.graphql-language-service-interfacemerged tographql-language-service.subscriptions-transport-ws&insomnia-importersis no longer maintained.Whats changed
.huskydirectory based on the migration.dedupExchangefrom@urql/coresince it's taken care of implicitly with the version bump.typesdefinition at the top to avoid ambiguities with the resolution for package (hoppscotch-js-sandbox&hoppscotch-data) imports.The condition "types" here will never be used as it comes after both "import" and "require".hoppscotch-js-sandboxslightly tweaking the@typescript-eslint/no-unused-varsrule.css.preprocessorOptionsunderhoppscotch-selfhost-webvite config.Closes HFE-607 HFE-608 HFE-610 HFE-626 HFE-627.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.