Conversation
Contributor
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.22 #6365 +/- ##
=========================================
Coverage 42.72% 42.72%
=========================================
Files 2536 2536
Lines 44022 44022
Branches 10418 10028 -390
=========================================
Hits 18807 18807
- Misses 23876 25175 +1299
+ Partials 1339 40 -1299 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lkostrowski
approved these changes
Feb 24, 2026
lkostrowski
pushed a commit
that referenced
this pull request
Feb 24, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 3.22, this PR will be updated.
Releases
saleor-dashboard@3.22.33
Patch Changes
#6326
4238398Thanks @witoszekdev! - Added filtering to "Assign Category" modals based on categories query filter options, similar to existing filters on category list page.#6355
80b93f6Thanks @IKarbowiak! - Added "Address Validation" setting to the site settings page, allowing admins to preserve address fields that fall outside a country's standard format instead of having them removed during validation.Requires Saleor 3.22.38
#6350
51575d1Thanks @IKarbowiak! - Extend site settings with webhook emission section - allow changinguseLegacyUpdateWebhookEmissionflag#6352
3b4e59cThanks @IKarbowiak! - Fix Gift Cards search to usegiftCards.searchquery parameter instead of filtering bycode. This enables searching gift cards by email, user name, and code rather than only by exact code match.#6356
8c5f075Thanks @witoszekdev! - Fix pnpm audit security vulnerabilities by adding dependency overrides for ajv, and bumping qs to a patched version. Suppress minimatch CVE-2026-26996 (ReDoS) via auditConfig since upgrading to minimatch 10.x breaks Jest coverage instrumentation.#6348
49308beThanks @lkostrowski! - Fix mapping VISA payment method in Transaction view. Now VISA logo is displayed correctly#6349
496f688Thanks @chrislaai! - Update the API_URL in .env.template#6363
1d78e48Thanks @lkostrowski! - Added a hint (Ripple) on the installed extensions page to notify users about the new app problems feature, which shows issues with apps directly in the extensions list.#6283
fca0cbfThanks @lkostrowski! - Added app problems display to the installed extensions list. Each app now shows reported problems with severity badges, timestamps, and dismissal support. The "Open the app" action link is only shown for third-party apps. Requires Saleor 3.22+.:::warning
This release requires Saleor core
3.22.36. Used with older version, Extensions page will break:::