diff --git a/.changeset/clever-ghosts-link.md b/.changeset/clever-ghosts-link.md new file mode 100644 index 00000000000..471979b9ed7 --- /dev/null +++ b/.changeset/clever-ghosts-link.md @@ -0,0 +1,5 @@ +--- +'@shopify/cli-kit': patch +--- + +Recognize Ghostty as a terminal that supports clickable hyperlinks diff --git a/package.json b/package.json index 945f25ca022..e4329c091fb 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "@aws-sdk/signature-v4-multi-region": "3.996.31", "@aws-sdk/types": "3.973.8", "whatwg-url": "14.0.0", - "supports-hyperlinks": "3.1.0", + "supports-hyperlinks": "3.2.0", "@graphql-tools/utils": "10.7.2", "@shopify/cli-hydrogen>@shopify/cli-kit": "link:./packages/cli-kit", "@shopify/cli-hydrogen>@shopify/plugin-cloudflare": "link:./packages/plugin-cloudflare", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c62418855b..de9e6d0ba15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ overrides: '@aws-sdk/signature-v4-multi-region': 3.996.31 '@aws-sdk/types': 3.973.8 whatwg-url: 14.0.0 - supports-hyperlinks: 3.1.0 + supports-hyperlinks: 3.2.0 '@graphql-tools/utils': 10.7.2 '@shopify/cli-hydrogen>@shopify/cli-kit': link:./packages/cli-kit '@shopify/cli-hydrogen>@shopify/plugin-cloudflare': link:./packages/plugin-cloudflare @@ -473,8 +473,8 @@ importers: specifier: 7.2.0 version: 7.2.0 supports-hyperlinks: - specifier: 3.1.0 - version: 3.1.0 + specifier: 3.2.0 + version: 3.2.0 ts-error: specifier: 1.0.6 version: 1.0.6 @@ -8387,8 +8387,8 @@ packages: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, tarball: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz} engines: {node: '>=10'} - supports-hyperlinks@3.1.0: - resolution: {integrity: sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==, tarball: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz} + supports-hyperlinks@3.2.0: + resolution: {integrity: sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==, tarball: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz} engines: {node: '>=14.18'} supports-preserve-symlinks-flag@1.0.0: @@ -12159,7 +12159,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 supports-color: 8.1.1 - supports-hyperlinks: 3.1.0 + supports-hyperlinks: 3.2.0 widest-line: 3.1.0 wordwrap: 1.0.0 wrap-ansi: 7.0.0 @@ -18417,7 +18417,7 @@ snapshots: dependencies: has-flag: 4.0.0 - supports-hyperlinks@3.1.0: + supports-hyperlinks@3.2.0: dependencies: has-flag: 4.0.0 supports-color: 7.2.0