Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated @vue-storefront/nuxt to latest sdk version & set cdnCacheBustingId as optional for sdk #7189

Merged
merged 6 commits into from
Jun 17, 2024

Conversation

michaelKurowski
Copy link
Contributor

…ingId option in sdk as optional

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation, readme or JSDoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@michaelKurowski michaelKurowski requested a review from a team as a code owner June 16, 2024 17:11
Copy link

changeset-bot bot commented Jun 16, 2024

🦋 Changeset detected

Latest commit: 492c010

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@vue-storefront/next Minor
@vue-storefront/sdk Minor
@vue-storefront/nuxt Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

.changeset/purple-kangaroos-shake.md Outdated Show resolved Hide resolved
packages/nuxt/src/module.ts Outdated Show resolved Hide resolved
packages/nuxt/tsconfig.json Show resolved Hide resolved
@@ -22,7 +22,7 @@ export const getRequestSender = (options: Options): RequestSender => {
ssrApiUrl,
defaultRequestConfig = {},
methodsRequestConfig = {},
cdnCacheBustingId,
cdnCacheBustingId = null,
Copy link
Contributor

Choose a reason for hiding this comment

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

According to the types - shouldn't it be undefined?

Suggested change
cdnCacheBustingId = null,
cdnCacheBustingId = undefined,

@michaelKurowski michaelKurowski merged commit 9703ef9 into main Jun 17, 2024
9 checks passed
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.

None yet

2 participants