[PR #4444] [MERGED] chore: bump dependencies #4801

Closed
opened 2026-03-17 02:18:24 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: bump-deps


📝 Commits (7)

  • 57b6785 chore: bump dependencies
  • c0b502e chore: bump dependencies under hoppscotch-cli
  • eecc249 chore: include major version bumps
  • f3ffd4c chore: bump dependencies under hoppscotch-js-sandbox & hoppscotch-data
  • 401b79b chore: bump deps at workspace root
  • 18ed937 chore: bump CLI version
  • d697567 chore: bump vue version

📊 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

Dependencies

Package Old Version New Version Remarks
@urql/core 4.2.0 5.0.6 Release notes
@urql/exchange-graphcache 6.4.0 6.5.1 Can't bump to v7 due to peer dependency requirements of @graphql-codegen/typescript-urql-graphcache
@vitejs/plugin-legacy 4.1.1 Removed Not consumed elsewhere
@vueuse/core 10.7.0 11.1.0 Release notes
jsonpath-plus 7.2.0 10.0.0 -
lossless-json 3.0.2 4.0.2 Release notes
minisearch 6.3.0 7.1.0 Release notes
uuid 9.0.1 10.0.0 Release notes
vue-i18n 9.8.0 10.0.4 Release notes
vue-pdf-embed 1.2.1 2.1.0 -

Dev-dependencies

Package Old Version New Version Remarks
@types/uuid 9.0.7 10.0.0 -
@typescript-eslint/eslint-plugin 7.3.1 8.9.0 Release notes
@typescript-eslint/parser 7.3.1 8.9.0 Release notes
@vitejs/plugin-vue 4.5.1 5.1.4 Release notes
glob 10.3.10 11.0.0 Release notes
prettier-plugin-tailwindcss 0.5.7 0.6.8 Release notes
unplugin-icons 0.17.4 0.19.3 Release notes
unplugin-vue-components 0.25.2 0.27.4 Release notes
vite-plugin-checker 0.6.2 0.6.4 Can't bump to v0.7.x since it depends on vue-tsc v2 which is deferred for the time being.
vite-plugin-html-config 1.0.11 2.0.2 -
vite-plugin-inspect 0.7.42 Removed Not consumed elsewhere
vite-plugin-pages 0.31.0 0.32.3 Release notes
vite-plugin-pwa 0.17.3 0.20.5 Release notes
vite-plugin-vue-layouts 0.8.0 0.11.0 Release notes
vitest 0.34.6 2.1.3 -
vite 4.5.0 5.4.9 Migration guide

hoppscotch-selfhost-web

Dependencies

Package Old Version New Version Remarks
@import-meta-env/unplugin 0.4.10 0.6.0 Release notes

Dev-dependencies

Package Old Version New Version Remarks
@typescript-eslint/eslint-plugin 6.13.2 8.9.0 Release notes
@typescript-eslint/parser 6.13.2 8.9.0 Release notes
@vitejs/plugin-legacy 4.1.1 5.4.2 Release notes
@vitejs/plugin-vue 4.5.1 5.1.4 Release notes
prettier-plugin-tailwindcss 0.5.7 0.6.8 Release notes
unplugin-icons 0.17.4 0.19.3 Release notes
unplugin-vue-components 0.25.2 0.27.4 Release notes
vite-plugin-html-config 1.0.11 2.0.2 Breaking change with migration to Vite v5, commits
vite-plugin-inspect 0.7.42 Removed Not consumed elsewhere
vite-plugin-pages 0.31.0 0.32.3 Release notes
vite-plugin-pwa 0.17.3 0.20.5 Release notes
vite-plugin-static-copy 0.17.1 2.0.0 Release notes
vite-plugin-vue-layouts 0.8.0 0.11.0 Release notes
vite 4.5.0 5.4.9 Migration guide
@urql/exchange-graphcache 6.4.0 6.5.1 Peer dependency of @graphql-codegen/typescript-urql-graphcache

hoppscotch-cli

Dependencies

Package Old Version New Version Remarks
commander 11.1.0 12.1.0 Release notes
isolated-vm 4.7.2 5.0.1 Release notes

Dev-dependencies

Package Old Version New Version Remarks
vitest 0.34.6 2.1.2 Major release notes
@swc/core 1.4.2 Removed -

hoppscotch-js-sandbox

There are no major version bumps for prod dependencies.

Dev-dependencies

Package Old Version New Version Remarks
@types/jest 27.5.2 29.5.13 Bump from Jest v27 to v29
@types/node 17.0.45 22.7.5 Bump from Node.js v17 to v22
@typescript-eslint/eslint-plugin 5.30.6 8.9.0 Bump from v5 to v8
@typescript-eslint/parser 5.30.6 8.9.0 Bump from v5 to v8
eslint-config-prettier 8.6.0 9.1.0 Bump from v8 to v9
prettier 2.8.4 3.3.3 Bump from v2 to v3
typescript 4.9.5 5.5.4 Bump from v4 to v5

hoppscotch-data

No major version bumps for prod dependencies.

Package Old Version New Version Remarks
vite 4.5.0 5.4.9 Migration guide

Deferred updates

  • eslint - ESLint v9 migration has a broader surface area.
  • @vue/eslint-config-typescript - Staying on v13 since v14 dropped support for legacy ESLing config.
  • vue-tsc - There are breaking API changes in v2 and the type check script for services has to be updated after proper research.
  • verzod (under scope with hoppscotch-common & hoppscotch-data) - Persistence service test suite was found to fail while bumping to v0.2.3, which needs further investigation.
  • typescript - vue-tsc needs to be kept in v1 and bumping to v5.5+ will lead to errors with it. Also, keep it compatible with the @typscript-eslint/eslint-estree versions in the respective packages.

Pre-existing concerns with dependencies

To be revisited separately.

  • @intlify/vite-plugin-vue-i18n doesn't support vite latest versions, use @intlify/unplugin-vue-i18n
  • vite-plugin-fonts renamed to unplugin-fonts
  • eslint v8 is no longer supported.
  • graphql-language-service-interface merged to graphql-language-service.
  • subscriptions-transport-ws & insomnia-importers is no longer maintained.

Whats changed

  • The aforementioned dependency bumps and the ones at workspace root.
  • Updates under the .husky directory based on the migration.
  • CLI test snapshot updates.
  • Resolve lint/formatting errors/warnings.
  • Remove importing dedupExchange from @urql/core since it's taken care of implicitly with the version bump.
  • Keep the types definition 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".
  • Update ESLint config for hoppscotch-js-sandbox slightly tweaking the @typescript-eslint/no-unused-vars rule.
  • Remove legacy JS API warning for Dart Sass while spinning up the dev server via css.preprocessorOptions under hoppscotch-selfhost-web vite 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4444 **Author:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `bump-deps` --- ### 📝 Commits (7) - [`57b6785`](https://github.com/hoppscotch/hoppscotch/commit/57b6785f7a4a24ccccee9902dbb56f3f650a4c29) chore: bump dependencies - [`c0b502e`](https://github.com/hoppscotch/hoppscotch/commit/c0b502e0cd4a08cc122ed931b7a583f20ebf3b2a) chore: bump dependencies under `hoppscotch-cli` - [`eecc249`](https://github.com/hoppscotch/hoppscotch/commit/eecc249532ba0398902a98833203a56d131a5e68) chore: include major version bumps - [`f3ffd4c`](https://github.com/hoppscotch/hoppscotch/commit/f3ffd4ca636c86b3920955479ecba60c06a60122) chore: bump dependencies under `hoppscotch-js-sandbox` & `hoppscotch-data` - [`401b79b`](https://github.com/hoppscotch/hoppscotch/commit/401b79b3f03a21df9a5ffb21c7dde5309ffec54b) chore: bump deps at workspace root - [`18ed937`](https://github.com/hoppscotch/hoppscotch/commit/18ed93741f66076f8f87e8def78b1322101a33f4) chore: bump CLI version - [`d697567`](https://github.com/hoppscotch/hoppscotch/commit/d69756733871059d36dea0f584d1fc401f7c46d8) chore: bump `vue` version ### 📊 Changes **22 files changed** (+4826 additions, -6305 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description This PR aims at bumping dependencies across the following packages (major version bumps are highlighted below): ### `hoppscotch-common` > Dependencies | Package | Old Version | New Version | Remarks | |---------------------------------|-------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `@urql/core` | 4.2.0 | 5.0.6 | [Release notes](https://github.com/urql-graphql/urql/releases/tag/%40urql%2Fcore%405.0.0) | | `@urql/exchange-graphcache` | 6.4.0 | 6.5.1 | Can't bump to `v7` due to peer dependency requirements of `@graphql-codegen/typescript-urql-graphcache` | | `@vitejs/plugin-legacy` | 4.1.1 | Removed | Not consumed elsewhere | | `@vueuse/core` | 10.7.0 | 11.1.0 | [Release notes](https://github.com/vueuse/vueuse/releases/tag/v11.0.0) | | `jsonpath-plus` | 7.2.0 | 10.0.0 | - | | `lossless-json` | 3.0.2 | 4.0.2 | [Release notes](https://github.com/josdejong/lossless-json/blob/main/CHANGELOG.md#400-2023-12-13) | | `minisearch` | 6.3.0 | 7.1.0 | [Release notes](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md#v700) | | `uuid` | 9.0.1 | 10.0.0 | [Release notes](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md#1000-2024-06-07) | | `vue-i18n` | 9.8.0 | 10.0.4 | [Release notes](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md#-features) | | `vue-pdf-embed` | 1.2.1 | 2.1.0 | - > Dev-dependencies | Package | Old Version | New Version | Remarks | |---------------------------------------|-------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `@types/uuid` | 9.0.7 | 10.0.0 | - | | `@typescript-eslint/eslint-plugin` | 7.3.1 | 8.9.0 | [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `@typescript-eslint/parser` | 7.3.1 | 8.9.0 | [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `@vitejs/plugin-vue` | 4.5.1 | 5.1.4 | [Release notes](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.0.0/packages/plugin-vue/CHANGELOG.md#500-alpha0-2023-11-28) | | `glob` | 10.3.10 | 11.0.0 | [Release notes](https://github.com/isaacs/node-glob/blob/main/changelog.md#1000) | | `prettier-plugin-tailwindcss` | 0.5.7 | 0.6.8 | [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases/tag/v0.6.0) | | `unplugin-icons` | 0.17.4 | 0.19.3 | [Release notes](https://github.com/unplugin/unplugin-icons/releases) | | `unplugin-vue-components` | 0.25.2 | 0.27.4 | [Release notes](https://github.com/unplugin/unplugin-vue-components/releases) | | `vite-plugin-checker` | 0.6.2 | 0.6.4 | Can't bump to `v0.7.x` since it depends on `vue-tsc` v2 which is deferred for the time being. | | `vite-plugin-html-config` | 1.0.11 | 2.0.2 | - | | `vite-plugin-inspect` | 0.7.42 | Removed | Not consumed elsewhere | | `vite-plugin-pages` | 0.31.0 | 0.32.3 | [Release notes](https://github.com/hannoeru/vite-plugin-pages/releases/tag/v0.32.0) | | `vite-plugin-pwa` | 0.17.3 | 0.20.5 | [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.20.0) | | `vite-plugin-vue-layouts` | 0.8.0 | 0.11.0 | [Release notes](https://github.com/JohnCampionJr/vite-plugin-vue-layouts/blob/main/CHANGELOG.md) | | `vitest` | 0.34.6 | 2.1.3 | - | | `vite` | 4.5.0 | 5.4.9 | [Migration guide](https://vite.dev/guide/migration) | ### `hoppscotch-selfhost-web` > Dependencies | Package | Old Version | New Version | Remarks | |----------------------------------|-------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `@import-meta-env/unplugin` | 0.4.10 | 0.6.0 | [Release notes](https://github.com/runtime-env/import-meta-env/blob/unplugin0.6.0/packages/unplugin/CHANGELOG.md) | > Dev-dependencies | Package | Old Version | New Version | Remarks | |---------------------------------------|-------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `@typescript-eslint/eslint-plugin` | 6.13.2 | 8.9.0 | [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `@typescript-eslint/parser` | 6.13.2 | 8.9.0 | [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `@vitejs/plugin-legacy` | 4.1.1 | 5.4.2 | [Release notes](https://github.com/vitejs/vite/blob/main/packages/plugin-legacy/CHANGELOG.md) | | `@vitejs/plugin-vue` | 4.5.1 | 5.1.4 | [Release notes](https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.0.0/packages/plugin-vue/CHANGELOG.md#500-alpha0-2023-11-28) | | `prettier-plugin-tailwindcss` | 0.5.7 | 0.6.8 | [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases/tag/v0.6.0) | | `unplugin-icons` | 0.17.4 | 0.19.3 | [Release notes](https://github.com/unplugin/unplugin-icons/releases) | | `unplugin-vue-components` | 0.25.2 | 0.27.4 | [Release notes](https://github.com/unplugin/unplugin-vue-components/releases) | | `vite-plugin-html-config` | 1.0.11 | 2.0.2 | Breaking change with migration to Vite v5, [commits](https://github.com/ahwgs/vite-plugin-html-config/commits/master) | | `vite-plugin-inspect` | 0.7.42 | Removed | Not consumed elsewhere | | `vite-plugin-pages` | 0.31.0 | 0.32.3 | [Release notes](https://github.com/hannoeru/vite-plugin-pages/releases/tag/v0.32.0) | | `vite-plugin-pwa` | 0.17.3 | 0.20.5 | [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.20.0) | | `vite-plugin-static-copy` | 0.17.1 | 2.0.0 | [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) | | `vite-plugin-vue-layouts` | 0.8.0 | 0.11.0 | [Release notes](https://github.com/JohnCampionJr/vite-plugin-vue-layouts/blob/main/CHANGELOG.md) | | `vite` | 4.5.0 | 5.4.9 | [Migration guide](https://vite.dev/guide/migration) | | `@urql/exchange-graphcache` | 6.4.0 | 6.5.1 | Peer dependency of `@graphql-codegen/typescript-urql-graphcache` | ### `hoppscotch-cli` > Dependencies | Package | Old Version | New Version | Remarks | |-------------|-------------|-------------|-----------------------------------------------------------------------------------| | `commander` | 11.1.0 | 12.1.0 | [Release notes](https://github.com/tj/commander.js/releases/tag/v12.0.0) | | `isolated-vm` | 4.7.2 | 5.0.1 | [Release notes](https://github.com/laverdet/isolated-vm/releases/tag/v5.0.0) | > Dev-dependencies | Package | Old Version | New Version | Remarks | |-------------------|-------------|-------------|-----------------------------------------------------------------------------------| | `vitest` | 0.34.6 | 2.1.2 | [Major release notes](https://vitest.dev/guide/migration) | | `@swc/core` | 1.4.2 | Removed | - | ### `hoppscotch-js-sandbox` There are no major version bumps for prod `dependencies`. > Dev-dependencies | Package | Old Version | New Version | Remarks | |------------------------------------|-------------|-------------|-----------------------------------------------------------------------------------------------| | `@types/jest` | 27.5.2 | 29.5.13 | [Bump from Jest v27 to v29](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) | | `@types/node` | 17.0.45 | 22.7.5 | [Bump from Node.js v17 to v22](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) | | `@typescript-eslint/eslint-plugin` | 5.30.6 | 8.9.0 | [Bump from v5 to v8](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `@typescript-eslint/parser` | 5.30.6 | 8.9.0 | [Bump from v5 to v8](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.0.0) | | `eslint-config-prettier` | 8.6.0 | 9.1.0 | [Bump from v8 to v9](https://github.com/prettier/eslint-config-prettier/releases/tag/v9.0.0) | | `prettier` | 2.8.4 | 3.3.3 | [Bump from v2 to v3](https://prettier.io/blog/2023/07/05/3.0.0.html) | | `typescript` | 4.9.5 | 5.5.4 | [Bump from v4 to v5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/) | ### `hoppscotch-data` No major version bumps for prod `dependencies`. | Package | Old Version | New Version | Remarks | |----------------------------------|-------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `vite` | 4.5.0 | 5.4.9 | [Migration guide](https://vite.dev/guide/migration) #### Deferred updates - `eslint` - ESLint `v9` migration has a broader surface area. - `@vue/eslint-config-typescript` - Staying on `v13` since `v14` dropped support for legacy ESLing config. - `vue-tsc` - There are breaking API changes in `v2` and the type check script for services has to be updated after proper research. - `verzod` (under scope with `hoppscotch-common` & `hoppscotch-data`) - Persistence service test suite was found to fail while bumping to `v0.2.3`, which needs further investigation. - `typescript` - `vue-tsc` needs to be kept in `v1` and bumping to `v5.5`+ will lead to errors with it. Also, keep it compatible with the `@typscript-eslint/eslint-estree` versions in the respective packages. #### Pre-existing concerns with dependencies > To be revisited separately. - `@intlify/vite-plugin-vue-i18n` doesn't support vite latest versions, use @intlify/unplugin-vue-i18n - `vite-plugin-fonts` renamed to `unplugin-fonts` - `eslint` `v8` is no longer supported. - `graphql-language-service-interface` merged to `graphql-language-service`. - `subscriptions-transport-ws` & `insomnia-importers` is no longer maintained. ### Whats changed - The aforementioned dependency bumps and the ones at workspace root. - Updates under the `.husky` directory based on the migration. - CLI test snapshot updates. - Resolve lint/formatting errors/warnings. - Remove importing `dedupExchange` from `@urql/core` since it's taken care of implicitly with the version bump. - Keep the `types` definition 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"`. - Update ESLint config for `hoppscotch-js-sandbox` slightly tweaking the `@typescript-eslint/no-unused-vars` rule. - Remove legacy JS API warning for Dart Sass while spinning up the dev server via `css.preprocessorOptions` under `hoppscotch-selfhost-web` vite config. Closes HFE-607 HFE-608 HFE-610 HFE-626 HFE-627. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:18:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4801
No description provided.