Skip to content

Prepare release main#5929

Merged
kzuraw merged 2 commits intomainfrom
changeset-release/main
Oct 10, 2025
Merged

Prepare release main#5929
kzuraw merged 2 commits intomainfrom
changeset-release/main

Conversation

@saleor-deployments
Copy link
Contributor

@saleor-deployments saleor-deployments bot commented Oct 2, 2025

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 main, this PR will be updated.

Releases

saleor-dashboard@3.22.0

Minor Changes

  • #5862 241b9eb Thanks @IKarbowiak! - Narrow down reference attribute choices.

    Now you can narrow down reference attribute options by providing:

    • Product types for product and product variant references
    • Model types for model references

    If reference types are defined, then when specifying a value for a reference (product, product variant, or page view), only objects that match the allowed reference types will be available as selectable options.

  • #5172 c665bb8 Thanks @karola312! - Comment from tests results will now be displayed for cloud-deployments CORE release PRs

  • #5653 cf2c07a Thanks @lkostrowski! - Added now mounting points for app extensions. See docs.

    Mount point for product-details page now attached "productSlug" to the context

  • #5195 c8661c5 Thanks @karola312! - Always add comment after tests to CORE release PR, even if previous job fails.

  • #5698 ffc6c3c Thanks @IKarbowiak! - Allow defining category and collection as a reference attribute

  • #5096 8e91df3 Thanks @karola312! - Do not open cloud deployment release PR after automation tests for CORE

  • #5170 5da872a Thanks @karola312! - Tests results slack message now show detailed version of saleor

  • #5040 08b447c Thanks @karola312! - Add checkout to workflow creating release PR in cloud deployments

  • #5854 d90e986 Thanks @witoszekdev! - Added support for SINGLE_REFERENCE attribute types.

    When creating new attributes "Single reference" option can be now selected along with entity types (i.e. Product, Product variant, Model, etc.).

    Assigning values to SINGLE_REFERENCE works similar to REFERENCE attributes, except the UI allows to select only a single item.

  • #5061 4a50cf9 Thanks @karola312! - Create CORE release PR even if automation tests fail

  • #5048 39671b7 Thanks @karola312! - Release PRs in cloud deployments for CORE releases will be created even if tests fail

  • #5792 fbbb49d Thanks @lkostrowski! - Added Refund Reasons. Now, this feature can be configured in settings, after that refund (manual and grant) will require a static list of refund reasons that are also configurable. See announcement post

Patch Changes

  • #5523 9ac320a Thanks @Cloud11PL! - You can now apply specific variants to Vouchers, alongside products, collections and categories. This means variants are now assignable in Voucher edit and create forms.

  • #5601 0664dbc Thanks @andrzejewsky! - Now return&replace flow has a transaction selector. This means whenever using grant refund, you need to select desired transaction.

  • #5739 6637b0b Thanks @witoszekdev! - Fixed a bug when user tried to use redirect from legacy routes (e.g. /pages -> /models) subpaths were not preserved. Now when user navigates to a deeply nested path, e.g. /pages/<id> they'll be redirected to /models/<id>.

  • #5823 c203014 Thanks @krzysztofzuraw! - Improve order refund UI for orders that uses Payments API. After this change Automatic Refund will be avaiable when Refund products option is selected. Miscellaneous refund will require providing Manual Amount as this is what Saleor API requires.

  • #5606 f78e6d9 Thanks @witoszekdev! - Updated custom app views to use refreshed look (new UI components)

  • #5572 fc75f66 Thanks @andrzejewsky! - Setting unsed and false values for the boolean attributes are displaying properly.

  • #5881 cee2ff1 Thanks @krzysztofzuraw! - Removed demo mode code.

  • #5833 d7351ac Thanks @krzysztofzuraw! - Voucher detail page: fixed how we calculate minimal requirements state. After this change we won't take selected channel into consideration for checking if requirement is minimal order value - instead we will use channel listing minSpent amount. Thanks to that UI should now properly display requirement.

  • #5522 92ef408 Thanks @witoszekdev! - Added new Extension install page at /extensions/install, it's meant to replace current App install page in upcoming releases.

  • #5558 e2355cf Thanks @Cloud11PL! - You can now see a loading animation when you click "Finalize" when finalizing a draft order. It prevents from submitting the form more than once.

  • #5737 a92fdd4 Thanks @lkostrowski! - Improved UI for translations. Now pickers are refreshed and languages are cached locally, so recent languages are on top of the picker. Additionally translatable entities like products or categories have contextual link/button that redirects to translations

  • #5937 bd3d8e3 Thanks @witoszekdev! - Removed "Plugins and Webhook Events have been moved to the "Extensions" page" message on configuration page

  • #5491 641af14 Thanks @Cloud11PL! - Webhooks in app details section now are sorted based on which attempt is latest

  • #5381 1743872 Thanks @poulch! - Opening item in new tab using cmd key on datagrid now takes into account mounting point

  • #5847 0b28def Thanks @krzysztofzuraw! - Fixed null safety issues in OrderPayment component when handling gift card amounts and improved variable naming consistency. This prevents potential runtime errors when order data is not fully loaded.

  • #5534 14e7ee1 Thanks @andrzejewsky! - Adding new tile to the home about upcoming live update

  • #5648 8f7a493 Thanks @krzysztofzuraw! - New app mounting points are available:

    • Category list under Create category button
    • Category list under additional actions (cog icon)
    • Category details under additional actions (cog icon)
    • Collection list under Create collection button
    • Collection list under additional actions (cog icon)
    • Collection details under additional actions (cog icon)
    • Gift card list under Issue card button
    • Gift card list under additional actions (cog icon)
    • Gift card details under additional actions (cog icon)
    • Draft order list under Create order button
    • Draft order list under additional actions (cog icon)
    • Draft order details under additional actions (cog icon)
    • Promotions list under Create discount button
    • Promotions list under additional actions (cog icon)
    • Promotions details under additional actions (cog icon)
    • Voucher list under Create voucher button
    • Voucher list under additional actions (cog icon)
    • Voucher details under additional actions (cog icon)
    • Model list under Create model button
    • Model list under additional actions (cog icon)
    • Model details under additional actions (cog icon)
    • Model type list under Create model type button
    • Model type list under additional actions (cog icon)
    • Model type details under additional actions (cog icon)
    • Structure list under Create structure button
    • Structure list under additional actions (cog icon)
    • Structure details under additional actions (cog icon)
  • #5942 9acc950 Thanks @lkostrowski! - Ripples copy are improved (grammar)

  • #5327 d01a207 Thanks @andrzejewsky! - Now you can re-order products within the collection.

  • #5908 d0f5095 Thanks @lkostrowski! - Removed "extensions" flag that was showing new unified UI for all extension types (apps, plugins, webhooks). The flag was always enable for a while, but after this change, it will not be possible to revert to the old view

  • #5518 e7f1c4c Thanks @Cloud11PL! - Some false-positive errors are no longer reported to Sentry.

  • #5366 8694fb7 Thanks @poulch! - Order transaction list now displays the name of a transaction

  • #5590 a2e4a6b Thanks @Cloud11PL! - You can now see radio group with updated UI in channel allocation

  • #5654 56bb3c8 Thanks @witoszekdev! - Fixed navigation in Saleor Apps causing polluted browser's window history, now navigating to another page adds a single entry in history stack.

  • #5807 b7e10f7 Thanks @krzysztofzuraw! - Fix links to old Saleor docs

  • #5573 92f8383 Thanks @Cloud11PL! - You can now see updated radio buttons in warehouse edit view.

  • #5600 2d841f0 Thanks @witoszekdev! - Improved error messages when installing extension from URL.
    Error messages will now point to Saleor Docs and display error code from GraphQL response

  • #5526 b2acd12 Thanks @Cloud11PL! - Now you can see an updated label for gift card list in customer details - it now clearly states that the list shows gift cards that have been used by the customer, avoiding the confusion.

  • #5516 5a11423 Thanks @Cloud11PL! - Warehouse and tracking number in fulfilled order section are now displayed in two separate lines improving readability.

  • #5822 9520c2f Thanks @krzysztofzuraw! - Hide voucher usage limit and usage count on voucher details page when voucher doesn't have limit set.

  • #5562 dce09da Thanks @witoszekdev! - Added views for managing custom extensions (aka custom apps) to /extensions route:

    • /extensions/custom/<id> - details view
    • /extensions/custom/<id>/webhook - webhook create view
    • /extensions/custom/<id>/webhook/<webhook_id> - webhook edit view
  • #5370 c0a78f7 Thanks @andrzejewsky! - Now you can see pageviews in the posthog.

  • #5888 414a2ec Thanks @lkostrowski! - Added "ripples" indicating new features added to the dashboard, directly for staff users

  • #5643 9aa0a69 Thanks @witoszekdev! - When creating new channels, Transaction flow will be selected as default for "mark as paid" strategy.

  • #5719 e87f5e0 Thanks @witoszekdev! - Updated draggable attribute value list design:

    • it now uses @dnd-kit library instead of react-sortable-hoc
    • it uses horizontal layout instead of vertical to minimize space usage
    • reference attribute values on the list now are clickable and point to a page with referenced object details.
  • #5553 7af826e Thanks @witoszekdev! - Added new "Add Custom Extension" view (/extensions/custom/add) for creating custom apps (type: LOCAL) that's meant to replace configuration page in Webhook & Events

  • #5907 f940531 Thanks @lkostrowski! - Removed "discount rules" feature flag, that was enabled for quite a long time. Now reverting this feature is not possible

  • #5914 ac446a7 Thanks @witoszekdev! - Added link to Model type (previously Page type) on the Model details page.

  • #5542 e9c7c58 Thanks @poulch! - Plugin details now display pill next to each channel to show whenever plugin is active or not in a given channel

  • #5561 4f00787 Thanks @Cloud11PL! - You can now see the unified look and behavior of pagination action buttons across all list views, including products, customers, orders, and other sections.

  • #5846 3df3c9f Thanks @krzysztofzuraw! - Migrate Saleor docs links to one file

  • #5559 97ae393 Thanks @Cloud11PL! - You can now successfully save transaction refunds as drafts when using the latest version of Saleor Core.

  • #5582 f2a4105 Thanks @andrzejewsky! - Now create webhook button works properly, leading you to the form"

  • #5799 7011033 Thanks @witoszekdev! - Fixed AppWidgets breaking back-navigation . Now users can normally use browser navigation without page crashing.

  • #5543 21fc883 Thanks @andrzejewsky! - Now navigating to the installed extension, shows the list instantly, this means list is being cached while fetching happens in the background.

  • #5646 cdc2bda Thanks @krzysztofzuraw! - Change how dashboard fetches GraphQL schema. After this change GraphQL schema is fetched from Saleor repository instead of Saleor API. If you wants the old behavior use npm run fetch-local-schema.

  • #5689 1c20dd8 Thanks @NyanKiyoshi! - fix: typo in image upload error message

  • #5584 6f4d330 Thanks @Cloud11PL! - You can now see updated checkboxes and toggle component in attribute edit form.

  • #5371 0e3109c Thanks @poulch! - You can now edit note in order details. Notes in order details now show id of note, id of related note and type of note "added" or "updated"

  • #5574 38ead73 Thanks @andrzejewsky! - Now order-relaed buttons for refund, capture, mark as paid, adding products and fulfill are aligned with the others.

  • #5533 d84d9e6 Thanks @michalina-graczyk! - Remove testMo from workflows and add CTRF report

  • #5702 e436f79 Thanks @witoszekdev! - Products list can now be filtered based on Product's attribute value, when the attribute's inputType is REFERENCE.
    Users will be able to search through all possible values (e.g. Products, Product variants, Pages) using input with search.
    Previously REFERENCE attributes couldn't be selected for filtering products.

  • #5778 94ab61d Thanks @lkostrowski! - React was upgraded from 17 to 18

  • #5378 8032935 Thanks @poulch! - You can now open datagrid list item in new tab using cmd/ctrl button

  • #5527 cc48fe4 Thanks @Cloud11PL! - You can now filter customers in customers list by metadata.

  • #5593 b6970f7 Thanks @Cloud11PL! - You can now see udpated UI components in product type details view.

  • #5884 03e02aa Thanks @witoszekdev! - Order details page now uses different link for "View orders" link for signed-in customers. Previously we displayed all orders made using that customer's email address. Now we will show only orders made when the user was signed-in.

  • #5610 c09991c Thanks @witoszekdev! - Updated plugin extension details page to use fresh look (new macaw-ui components). Added text when plugin has no configuration.

  • #5634 2411628 Thanks @krzysztofzuraw! - Fixed create button extensions on Customers, Products, and Orders lists. Apps can now add custom actions alongside the main action (e.g., creating an order) when mounted as extensions.

  • #5603 2dd687d Thanks @andrzejewsky! - Now the warning when edditing permissions for the app is more readable in the dark mode"

  • #5650 e45abf9 Thanks @krzysztofzuraw! - Changed how dashboard fetches app extensions. After this change user without MANAGE_APPS permission will see app extensions.

  • #5589 35a8c3b Thanks @andrzejewsky! - Now references to "content" translation referencing to model.

  • #5385 ad7c179 Thanks @andrzejewsky! - Now product links on the collection points to the correct url.

  • #5579 d24deb8 Thanks @Cloud11PL! - You can now see updated buttons, inputs and checkboxes in fulfillment refund view

  • #5546 ac41590 Thanks @witoszekdev! - Added "Not found" page when navigating to non-existing route in /extensions/*. Previously a blank page was displayed.

  • #5909 89d4881 Thanks @lkostrowski! - Removed "app alerts" feature flag. It was enabled for a while, but now it will not be possible to revert this feature.

  • #5608 eee64c7 Thanks @andrzejewsky! - Now model types view was migrated to the the same layout as on the other pages.

  • #5576 dacfa49 Thanks @andrzejewsky! - Now the action that runs on release no longer fails due to fetching recent version.

  • #5617 8d71b60 Thanks @witoszekdev! - Added success indicator when token / headers in "Create token" modal in custom app details page are successfully copied to clipboard

  • #5821 f21defe Thanks @krzysztofzuraw! - Improved stock section when editing product variant. After this change Assign Warehouse button will open modal with warehouse select instead of opening dropdown with the list.

  • #5376 6e46436 Thanks @poulch! - After creating a new collection, you should see a list of assigned channels

  • #5834 1e0a3f6 Thanks @krzysztofzuraw! - Unify Category organization options for product create and update. After this change all comboboxes will use the same parent / children pattern of displaying options

  • #5373 1b8d964 Thanks @poulch! - Modals in the Dashboard are now aligned, all have the same max height. Loading items on scroll works when the dialog is displayed in large screen.

  • #5819 25a3fb1 Thanks @IKarbowiak! - Improved order fulfillment cancel dialog: in case the fulfillment is in waiting for approval state, providing a warehouse will be no longer required.

  • #5759 d7b994b Thanks @krzysztofzuraw! - Remove Preview chips from channel configuration form for settings:

    • Use Transaction flow when marking order as paid
    • Allow unpaid orders
    • Authorize transactions instead of charging
  • #5636 4b3934c Thanks @witoszekdev! - Fixed exception that happened when voucher details page was opened / refreshed with modal open for selecting collections and variants. Now page loads correctly.

  • #5654 56bb3c8 Thanks @witoszekdev! - Added Back button when viewing Extension (App) details page.

  • #5719 e87f5e0 Thanks @witoszekdev! - Changed Product Variant details URL from /products/<productId>/variant/<variantId> to /products/variant/<variantId.

    Old URL will still work and redirect to new one for backwards compatibility, it will be removed in next minor release.

  • #5569 6df03a0 Thanks @witoszekdev! - Moved Extensions installed page URL from /extensions to /extensions/installed

  • #5471 0727bd0 Thanks @Cloud11PL! - Login page now doesn't reload after submitting the login form. This means that email and password input remain filled after unsuccessful login attempt.

  • #5598 4439a36 Thanks @Cloud11PL! - You can now see channel name in fulfillments lists

  • #5877 1c8db15 Thanks @lkostrowski! - Feature flag "improved_refunds" is deleted, only new UI is available now

  • #5551 f9921ff Thanks @andrzejewsky! - Now you can use download links within the applications.

  • #5566 6616ab4 Thanks @witoszekdev! - Moved app related views from /apps/ to /extensions/app/...

  • #5872 f8b0942 Thanks @krzysztofzuraw! - Remove Preview status from:

    • Channel settings - channel allocation strategy section
    • Customer details - gift cards section
    • Product variant details - checkout limits section
    • Product type details - gift card type
    • Tax settings
    • Warehouse settings - pickup section
  • #5567 db3bc09 Thanks @witoszekdev! - Added new onboarding step when "Extensions" feature flag is enabled: "Discover extension capabilities" that shows users the new installed extensions page.
    It will be marked as uncompleted even if user previously completed "View webhooks" step.

  • #5632 5d95764 Thanks @witoszekdev! - Fixed Pills color not updating after rerender (previously for example when changing plugin from active to inactive color didn't change from red to green).

  • #5587 5ae3088 Thanks @witoszekdev! - Released changes to Extensions previously behind dev feature flag:

    • Unified "Installed Extensions" view: Apps, plugins and custom apps (aka "local" apps) are now listed together on a single "Installed Extensions" page.
    • Plugins in "Explore Extensions": Legacy plugins are now discoverable in the "Explore Extensions" section.
    • Redesigned "Add Custom App" Workflow: Creating custom apps is now a multi-step process, starting with name and permissions, followed by webhook and token configuration.
    • Streamlined "Install from Manifest": Providing a manifest URL and accepting app permissions are now combined into a single page.
    • Improved error handling: Error messages now include direct links to Saleor Documentation for easier troubleshooting.
    • Removed old views: Separate list views for plugins and custom apps have been removed.
  • #5511 3cd92e1 Thanks @Cloud11PL! - The library used in variant edit page to change variant order has been changed.
    This means that grabbed variant no longer sticks to the cursor after mouse button has been lifted.

  • #5538 d643828 Thanks @JannikZed! - making the DevModePanel use the generic getApiUrl as well to allow the dynamic update in docker containers

  • #5684 f7ef6b8 Thanks @krzysztofzuraw! - Remove plugin replacements for deprecated plugins. Deprecated plugins are not visible in appstore anymore.

  • #5578 957d7ea Thanks @andrzejewsky! - Now orders becomes fulfilment as category name within the sidebar.

  • #5591 7d2d773 Thanks @andrzejewsky! - Now it is possible to send the nullish value when editing dropdown attributes

  • #5568 74e620d Thanks @Cloud11PL! - You can now see updated buttons and icons in tables across Dashboard.

  • #5544 9b342f1 Thanks @andrzejewsky! - Now sidebar has new section "modeling" that reffers to "content" and "navigation".

  • #5537 4e970c2 Thanks @andrzejewsky! - Now community banner displays porperly in dark mode

  • #5457 c63e150 Thanks @poulch! - You can now select specific products, collections aand categories during voucher creation

  • #5910 4d2ce49 Thanks @lkostrowski! - Removed new_filters flag. The new filters behavior was enabled for a while, so this flag only prevents reverting to the legacy behavior

  • #5739 6637b0b Thanks @witoszekdev! - Maintanance: Saleor Dashboard now uses ESLint v9 with flatconfig.

  • #5560 80ec78d Thanks @karola312! - Test reports are send on slack in message

  • #5600 2d841f0 Thanks @witoszekdev! - When installing extension from URL (e.g. by clicking "Install" on Explore Extensions), manifestUrl input will no longer be displayed

  • #5529 ba82908 Thanks @poulch! - You can now see new installed extensions page with list of all installd apps and search above

  • #5613 7d04c19 Thanks @witoszekdev! - Improved search element across dashboard: now clicking on search icon or near the search border will focus the input.

  • #5797 33fea4e Thanks @mirekm! - Enhancement: Added new Command Menu actions:

    • Vouchers: Go to / Create
    • Promotions: Go to / Create
    • Customers: Go to / Create
    • Users & Staff: Go to / Invite
    • Extensions: Install from manifest, Go to installed, Explore marketplace
    • Webhooks: Create manually
  • #5670 9ef0833 Thanks @andrzejewsky! - The overlap is no longer visible when using text editor.

  • #5565 b19c6e1 Thanks @witoszekdev! - View for managing plugins was added to /extensions route, it can be accessed by /extensions/plugin/<id> which is used in the list of installed extensions.

  • #5664 8c27403 Thanks @witoszekdev! - Product filters now include explicit "Attribute" search option to search for product attributes. Previously this feature was hidden by entering attribute name in the first input element, which made it hard to discover.

  • #5864 13c3fa6 Thanks @krzysztofzuraw! - Fix ProductCreatePage form showing "Leave without saving changes" dialog on successful submission.

    The form was incorrectly marking itself as dirty after successful submission, causing the exit dialog to appear even when the form was successfully saved. This change clears the dirty state when submission succeeds and removes the automatic dirty state setting in the useEffect hook.

  • #5305 10fc24c Thanks @poulch! - Dashboard now sends source header to API, when ENABLED_SERVICE_NAME_HEADER=true. Requires core >=3.20.68.

  • #5730 a8709e2 Thanks @lkostrowski! - Added "Translate" button in Product page, it links to translations page for selected product. Language is taken from current Dashboard locale

  • #5160 fe252cb Thanks @Cloud11PL! - Fix dockerfile build error caused by deleted file and bash script

  • #5940 4915a19 Thanks @lkostrowski! - Fixed resolving Saleor absolute API URL. It was broken for some setups when extensions received a partial (incomplete) URL.

  • #5377 b1af6f2 Thanks @poulch! - Activates list items on the welcome page no longer implies that they are clickable

  • #5557 7cd7594 Thanks @witoszekdev! - Fixed Jest tests being flakey (randomly faling) due to not clearing fake timers

  • #5913 becc31e Thanks @witoszekdev! - Added "Model type" column to the Models list page.

  • #5644 e525950 Thanks @witoszekdev! - Renamed modeling related pages:

    • /pages -> /models
    • /page-types -> /model-types
    • /navigation -> /structures
  • #5791 0fb5b71 Thanks @witoszekdev! - Order list view now uses new where API for filtering. This means that additional new filter options were added:

    Payment filters:

    • authorizeStatus - Authorization status (replaces part of old paymentStatus)
    • chargeStatus - Charge status (replaces part of old paymentStatus)
    • totalGross - Total gross amount with range support
    • totalNet - Total net amount with range support
    • transactions.transactionsPaymentType - Payment type used in transactions
    • transactions.transactionsCardBrand - Card brand used in transactions

    Order content filters:

    • hasInvoices - Boolean filter for orders with invoices
    • hasFulfillments - Boolean filter for orders with fulfillments
    • invoices.createdAt - Invoice creation date with datetime range
    • number - Order number (exact match or range)
    • linesCount - Number of order lines (exact or range)
    • checkoutId - Checkout ID (exact match)
    • voucherCode - Voucher code used
    • fulfilments.warehouse - Warehouse from which fulfillment was made

    Customer details filters:

    • userEmail - Customer email (more specific than old customer)
    • billingPhoneNumber - Billing phone number
    • billingCountry - Billing country
    • shippingPhoneNumber - Shipping phone number
    • shippingCountry - Shipping country

    Metadata filters:

    • lines.metadata - Order lines metadata
    • transactions.metadata - Transactions metadata
    • fulfillments.metadata - Fulfillments metadata

    Modified Filters:

    • giftCard was split into:
      • isGiftCardBought - Boolean for gift card purchases inside order
      • isGiftCardUsed - Boolean for gift card usage
    • status - Now "Order Status" (previously named "Fulfillment Status"), has options for order statuses (e.g. Cancelled, Draft, etc.)
    • fulfilments.status (previously fulfillmentStatus) - Separate fulfillment status filter (e.g. Fulfilled, Partially Fulfilled, Refunded, etc.)

    Due to migration to where API, following filters were removed:

    • preorder - Preorder filter completely removed
    • paymentStatus - Replaced by more specific payment status filters
  • #5369 d1c02d1 Thanks @szczecha! - Editor.js no more cause error during saving

  • #5367 70dbf11 Thanks @poulch! - You can now navigate back from collection details to collection list

  • #5629 8185085 Thanks @witoszekdev! - Extension details page now hides webhook deliveries that have no attempt (e.g. deleted after some time by Saleor) and if no delivery has an attempt is shows a message with explanation.

@saleor-deployments saleor-deployments bot requested a review from a team as a code owner October 2, 2025 09:17
@vercel
Copy link

vercel bot commented Oct 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
saleor-dashboard-storybook Ignored Ignored Preview Oct 10, 2025 7:26am

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2025

Differences Found

✅ No packages or licenses were added.

Summary

Expand
License Name Package Count Packages
0BSD 1
Packages
  • tslib
CC-BY-3.0 1
Packages
  • spdx-exceptions
MIT/X11 1
Packages
  • nub
MPL-1.1 1
Packages
  • harmony-reflect
MPL-2.0 1
Packages
  • dompurify
Public Domain 1
Packages
  • jsonify
Python-2.0 1
Packages
  • argparse
WTFPL 1
Packages
  • utf8-byte-length
<<missing>> 2
Packages
  • busboy
  • streamsearch
CC-BY-4.0 2
Packages
  • @saleor/macaw-ui
  • caniuse-lite
CC0-1.0 2
Packages
  • spdx-license-ids
  • type-fest
SEE LICENSE IN LICENSE 2
Packages
  • posthog-js
  • spawndamnit
BlueOak-1.0.0 3
Packages
  • jackspeak
  • package-json-from-dist
  • path-scurry
BSD-2-Clause 24
Packages
  • browser-process-hrtime
  • css-select
  • css-what
  • domelementtype
  • domhandler
  • domutils
  • dotenv
  • dotenv-expand
  • entities
  • escodegen
  • eslint-scope
  • espree
  • esprima
  • esrecurse
  • estraverse
  • esutils
  • normalize-package-data
  • nth-check
  • regjsparser
  • stringify-object
  • And 4 more...
BSD-3-Clause 43
Packages
  • @saleor/app-sdk
  • @sentry/cli
  • @sentry/cli-darwin
  • @sentry/cli-linux-arm
  • @sentry/cli-linux-arm64
  • @sentry/cli-linux-i686
  • @sentry/cli-linux-x64
  • @sentry/cli-win32-arm64
  • @sentry/cli-win32-i686
  • @sentry/cli-win32-x64
  • @sinonjs/commons
  • @sinonjs/fake-timers
  • abab
  • asn1js
  • babel-plugin-istanbul
  • chroma-js
  • dataloader
  • diff
  • esquery
  • exenv
  • And 23 more...
ISC 50
Packages
  • @isaacs/cliui
  • @istanbuljs/load-nyc-config
  • anymatch
  • boolbase
  • cli-width
  • cliui
  • electron-to-chromium
  • fastq
  • flatted
  • foreground-child
  • fs.realpath
  • get-caller-file
  • get-own-enumerable-property-symbols
  • glob
  • glob-parent
  • graceful-fs
  • hosted-git-info
  • inflight
  • inherits
  • ini
  • And 30 more...
Apache-2.0 57
Packages
  • @ampproject/remapping
  • @editorjs/editorjs
  • @eslint/config-array
  • @eslint/config-helpers
  • @eslint/core
  • @eslint/object-schema
  • @eslint/plugin-kit
  • @humanfs/core
  • @humanfs/node
  • @humanwhocodes/module-importer
  • @humanwhocodes/retry
  • @opentelemetry/api
  • @opentelemetry/semantic-conventions
  • @playwright/test
  • @pollyjs/adapter
  • @pollyjs/core
  • @pollyjs/persister
  • @pollyjs/utils
  • @swc/core
  • @swc/core-darwin-arm64
  • And 37 more...
MIT 1262
Packages
  • @adobe/css-tools
  • @apollo/client
  • @ardatan/relay-compiler
  • @ardatan/sync-fetch
  • @babel/code-frame
  • @babel/compat-data
  • @babel/core
  • @babel/generator
  • @babel/helper-annotate-as-pure
  • @babel/helper-compilation-targets
  • @babel/helper-create-class-features-plugin
  • @babel/helper-globals
  • @babel/helper-member-expression-to-functions
  • @babel/helper-module-imports
  • @babel/helper-module-transforms
  • @babel/helper-optimise-call-expression
  • @babel/helper-plugin-utils
  • @babel/helper-replace-supers
  • @babel/helper-skip-transparent-expression-wrappers
  • @babel/helper-string-parser
  • And 1242 more...

@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.08%. Comparing base (7e2ac0a) to head (5c4e6b7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #5929     +/-   ##
=========================================
  Coverage   40.08%   40.08%             
=========================================
  Files        2474     2474             
  Lines       40256    40256             
  Branches     9187     9187             
=========================================
  Hits        16138    16138             
- Misses      22906    24091   +1185     
+ Partials     1212       27   -1185     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 8675e3e to adac62d Compare October 3, 2025 16:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from adac62d to dd7ecf1 Compare October 6, 2025 10:11
@kzuraw kzuraw merged commit 18fcca5 into main Oct 10, 2025
21 checks passed
@kzuraw kzuraw deleted the changeset-release/main branch October 10, 2025 08:06
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