Bump the npm_and_yarn group across 1 directory with 2 updates#8
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the npm_and_yarn group across 1 directory with 2 updates#8dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.0.4 to 3.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest) Updates `vite` from 6.0.11 to 6.2.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
mariobrgomes
added a commit
that referenced
this pull request
Jul 24, 2025
This commit addresses category introspection by: - Adding getAllCategories method to CategoryService and CategoryRepository - Implementing category mapping in ConfigurationService - Modified category comparator to use slug for identification instead of name The bug is partially fixed - categories are now properly introspected from remote. However, the duplicate deployment issue persists due to data structure mismatch: - Local categories use 'name' field for identification - Remote categories use 'slug' field for identification - This causes the diff to show creates and deletes simultaneously Test workflow: 1. Delete config.yml 2. Run: pnpm introspect --url=https://store-rzalldyg.saleor.cloud --token=YbE8g7ZNl0HkxdK92pfNdLJVQwV0Xs 3. Run: pnpm deploy --url=https://store-rzalldyg.saleor.cloud --token=YbE8g7ZNl0HkxdK92pfNdLJVQwV0Xs --ci 4. Run deploy again - categories will still show as CREATE/DELETE Full fix requires aligning category identification strategy between local and remote.
mariobrgomes
added a commit
that referenced
this pull request
Jul 30, 2025
Partial fix for Bug #8: Categories Show Duplicate Deployment
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the / directory: vitest.
Updates
vitestfrom 3.0.4 to 3.0.5Release notes
Sourced from vitest's releases.
Commits
1154662chore: release v3.0.53c8050efix: don't toggle cli cursor on non-TTY (#7336)191ef9efix: validate websocket request (#7317)Updates
vitefrom 6.0.11 to 6.2.3Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
16869d7release: v6.2.3f234b57fix: fs raw query with query separators (#19702)b12911erelease: v6.2.298b3160fix(preview): use preview https config, not server (#19633)b31faabfix: await client buildStart on top level buildStart (#19624)dc5395afix(indexHtml): ensure correct URL when querying module graph (#19601)2476391feat: show friendly error for malformedbase(#19616)4309755fix(ssr): use optional chaining to prevent "undefined is not an object" happe...363d691fix(deps): update all non-major dependencies (#19613)d0aa833fix(css): inline css correctly for double quote use strict (#19590)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.