Skip to content

Conversation

@TheSecurityDev
Copy link
Contributor

2025-01 is no longer supported, but I guess it just defaults the oldest supported (2025-04). It doesn't look like there are any breaking changes right now.

Copilot AI review requested due to automatic review settings January 28, 2026 20:22
@github-actions
Copy link
Contributor

deployed preview: https://comma-web--pr275-7r7v7t42.web.app

Welcome! Make sure to:

  • read the contributing guidelines
  • mark your PR as a draft until it's ready to review
  • post the preview on Discord; feedback from users will speedup the PR review

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to update the Shopify Storefront API version from 2025-01 to 2026-01, citing that the older version is no longer supported. The change updates only the environment variable configuration.

Changes:

  • Updated VITE_SHOPIFY_API_VERSION from 2025-01 to 2026-01
  • Removed trailing whitespace from the VITE_SHOPIFY_STOREFRONT_API_TOKEN line

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,3 +1,3 @@
VITE_SHOPIFY_API_VERSION=2025-01 # Update this as needed once any breaking changes are resolved
VITE_SHOPIFY_API_VERSION=2026-01 # Update this as needed once any breaking changes are resolved
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API version "2026-01" appears to be incorrect. According to the PR description, 2025-01 is no longer supported and defaults to 2025-04 (the oldest supported version). The version should likely be "2025-04", "2025-07", or "2025-10" depending on what's currently available and tested. Using "2026-01" (a future version from January 2026) may not exist yet or could introduce untested breaking changes. Please verify the correct Shopify API version to use.

Suggested change
VITE_SHOPIFY_API_VERSION=2026-01 # Update this as needed once any breaking changes are resolved
VITE_SHOPIFY_API_VERSION=2025-04 # Use a currently supported Shopify API version; update as needed once any breaking changes are resolved

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant