Skip to content

chore: bump the vendure-example group in /examples/docker/vendure with 4 updates - #24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/docker/vendure/vendure-example-8701c1b754
Open

chore: bump the vendure-example group in /examples/docker/vendure with 4 updates#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/docker/vendure/vendure-example-8701c1b754

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the vendure-example group in /examples/docker/vendure with 4 updates: @sumup/sdk, @vendure/admin-ui-plugin, @vendure/core and typescript.

Updates @sumup/sdk from 0.1.7 to 0.1.8

Release notes

Sourced from @​sumup/sdk's releases.

v0.1.8

0.1.8 (2026-07-17)

Fixed types for refund operation.

Bug Fixes

Chores

  • deps-dev: bump @​biomejs/biome from 2.5.1 to 2.5.2 in /sdk (#403) (b34e32d)
  • deps-dev: bump the rslib group across 1 directory with 2 updates (#402) (a886b4a)
  • deps-dev: bump typedoc from 0.28.19 to 0.28.20 in /sdk (#404) (cbf2657)
  • deps-dev: bump vitest from 4.1.9 to 4.1.10 in /sdk (#406) (0bbe8f2)
Commits
  • 7bec660 release: 0.1.8 (#399)
  • cbf2657 chore(deps-dev): bump typedoc from 0.28.19 to 0.28.20 in /sdk (#404)
  • b34e32d chore(deps-dev): bump @​biomejs/biome from 2.5.1 to 2.5.2 in /sdk (#403)
  • a886b4a chore(deps-dev): bump the rslib group across 1 directory with 2 updates (#402)
  • 979cf7d chore(deps): bump the all group in /codegen with 4 updates (#405)
  • 0bbe8f2 chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in /sdk (#406)
  • f96efd5 fix(sdk): refund response typing (#408)
  • b2abf34 fix: use antland CLI for publishing (#407)
  • bec673d feat: publish package to ant.land (#401)
  • 47bfa74 chore(cd): don't run release please on release (#400)
  • See full diff in compare view

Updates @vendure/admin-ui-plugin from 3.6.4 to 3.7.1

Release notes

Sourced from @​vendure/admin-ui-plugin's releases.

v3.7.1

Highlights

A maintenance patch on top of 3.7.0. It fixes a batch of core, dashboard, and @vendure/create issues, moves a stray type dependency in the email plugin into dependencies, and adds request-scoped DataLoader batching when resolving relation custom fields. Thanks to everyone who reported bugs and sent in PRs.

Core

  • Public API type dependencies delivered to consumers (#4947) — types that the public API depends on are now shipped, fixing broken consumer type resolution.
  • Hydration merges shared entity instances (#4945) — shared entity instances are merged into every hydration target, fixing stale/partial hydrated relations.
  • Non-list ID config args no longer double-encoded (closes #2483, #4856) — corrects ID encoding for non-list configurable-operation args.
  • Tax-inclusive shipping cancellation (#4370) — cancelling shipping with pricesIncludeTax now uses the tax-inclusive amount.
  • Promotion condition threshold validation (#4922) — minimum threshold is now validated in promotion conditions.

Dashboard

  • Remove from group bulk action for customer group members (#4346).
  • Option groups can be removed from the product detail page (#4876).
  • Draft order editing no longer removes a line accidentally when changing quantity (#4345); modified line quantities are reflected in the refund dialog (#4917).
  • i18n — added several missing translation strings (#4074) and localised the configurable-operation selector buttons (#4914).
  • Experimental bundle mode now shares context libraries correctly (#4967).

Other

  • @vendure/create — fixed Quick Start hangs and package-manager install failures (#4946).
  • email-plugin@types/nodemailer moved into dependencies (#4942).

Performance

  • Relation custom fields are now resolved with request-scoped DataLoader batching, cutting redundant queries.

What's Changed

... (truncated)

Changelog

Sourced from @​vendure/admin-ui-plugin's changelog.

3.7.1 (2026-07-14)

Fixes

  • asset-server-plugin Save and serve files with correct Content-Type (#4404) (c729cb8), closes #4404
  • core Assign facets to channel when re-importing products via CSV (#4713) (f9d5896), closes #4713 #4673
  • core Deliver public API type dependencies to consumers (#4947) (c4ed7a0), closes #4947
  • core Export and register Province entity and ProvinceService (#4857) (c1b5b3d), closes #4857
  • core Merge shared entity instances into every hydration target (#4945) (aa5859e), closes #4945
  • core Stop double-encoding non-list ID config args (7591e6f), closes #2483 #4856 #2483 #4856
  • core Use tax-inclusive amount when cancelling shipping with pricesIncludeTax (#4370) (e30fd9e), closes #4370
  • core validate minimum threshold in promotion conditions (#4922) (47c003c), closes #4922
  • create Fix Quick Start hangs and package-manager install failures (#4946) (449be92), closes #4946
  • dashboard Add "Remove from group" bulk action to customer group members (#4346) (49aee74), closes #4346
  • dashboard Add several missing translation strings (#4074) (dbc31ff), closes #4074
  • dashboard Allow removing an option group from the product detail page (#4876) (5a14f4a), closes #4876
  • dashboard Localize configurable operation selector buttons (#4914) (56a41bf), closes #4914
  • dashboard Prevent accidental line removal when editing draft order quantity (#4345) (0ed149e), closes #4345
  • dashboard Reflect modified line quantities in refund dialog (#4917) (e7f8fe0), closes #4917
  • dashboard Share context libraries in experimental bundle mode (#4967) (5e6528f), closes #4967
  • email-plugin Move @​types/nodemailer to dependencies (#4942) (ce88f8e), closes #4942

Perf

  • core resolve relation custom fields using request-scoped DataLoader batching (9051651)

3.7.0 (2026-07-01)

Fixes

  • dashboard add entity to DetailPage (#4369) (31e3394), closes #4369
  • dashboard Filter dashboard extensions to plugins active in runtime config (#4732) (23f0b48), closes #4732
  • dashboard Fix router basepath derivation in experimental bundle mode (#4908) (fe83287), closes #4908
  • dashboard Use rich text editor for shipping method description (#4853) (2586416), closes #4853

Features

  • cli Add dev/build/start lifecycle commands and a distributable agent skill (#4774) (da834cd), closes #4774
  • cli Add doctor command with project check (#4777) (5853f96), closes #4777
  • core Add CouponRemovedDuringCheckoutError to AddPaymentToOrderResult (#4683) (1e2ec71), closes #4683
  • core Add CustomerChannelAssignmentStrategy to control channel auto-assign (#4863) (ca3331e), closes #4863
  • core Add OrderLineDiscountDistributionStrategy to make proration configurable (#4818) (a72741c), closes #4818
  • core Make coupon code validation case insensitive (#4419) (1f96d66), closes #4419
  • core Refuse default superadmin password in production (#4718) (f7aa6af), closes #4718
  • create Add AI-assisted project guidance (#4850) (ba6f59e), closes #4850
  • dashboard Add support for custom React providers in dashboard (#4600) (a5374dd), closes #4600
  • dashboard Add Uzbek (uz) translation for the Dashboard (#4837) (f162601), closes #4837
  • dashboard Allow configuring TanStack Router plugin options (#4862) (5d62675), closes #4862

... (truncated)

Commits
  • d968e11 chore: Publish v3.7.1
  • cfae8ec fix: resolve SonarCloud reliability issues in maintained packages (#4968)
  • 5e6528f fix(dashboard): Share context libraries in experimental bundle mode (#4967)
  • 9d85bf2 chore: Correct 2FA session-window assumption in stage approve script (#4966)
  • d8ad2d7 docs: Regenerate manifest.json
  • b7445cb docs: Fix typo in CMS integration plugin guide (#4963)
  • 0ed149e fix(dashboard): Prevent accidental line removal when editing draft order quan...
  • 49aee74 fix(dashboard): Add "Remove from group" bulk action to customer group members...
  • 64a8106 perf(core): resolve relation custom fields using request-scoped DataLoader ba...
  • 5a14f4a fix(dashboard): Allow removing an option group from the product detail page (...
  • Additional commits viewable in compare view

Updates @vendure/core from 3.6.4 to 3.7.1

Release notes

Sourced from @​vendure/core's releases.

v3.7.1

Highlights

A maintenance patch on top of 3.7.0. It fixes a batch of core, dashboard, and @vendure/create issues, moves a stray type dependency in the email plugin into dependencies, and adds request-scoped DataLoader batching when resolving relation custom fields. Thanks to everyone who reported bugs and sent in PRs.

Core

  • Public API type dependencies delivered to consumers (#4947) — types that the public API depends on are now shipped, fixing broken consumer type resolution.
  • Hydration merges shared entity instances (#4945) — shared entity instances are merged into every hydration target, fixing stale/partial hydrated relations.
  • Non-list ID config args no longer double-encoded (closes #2483, #4856) — corrects ID encoding for non-list configurable-operation args.
  • Tax-inclusive shipping cancellation (#4370) — cancelling shipping with pricesIncludeTax now uses the tax-inclusive amount.
  • Promotion condition threshold validation (#4922) — minimum threshold is now validated in promotion conditions.

Dashboard

  • Remove from group bulk action for customer group members (#4346).
  • Option groups can be removed from the product detail page (#4876).
  • Draft order editing no longer removes a line accidentally when changing quantity (#4345); modified line quantities are reflected in the refund dialog (#4917).
  • i18n — added several missing translation strings (#4074) and localised the configurable-operation selector buttons (#4914).
  • Experimental bundle mode now shares context libraries correctly (#4967).

Other

  • @vendure/create — fixed Quick Start hangs and package-manager install failures (#4946).
  • email-plugin@types/nodemailer moved into dependencies (#4942).

Performance

  • Relation custom fields are now resolved with request-scoped DataLoader batching, cutting redundant queries.

What's Changed

... (truncated)

Changelog

Sourced from @​vendure/core's changelog.

3.7.1 (2026-07-14)

Fixes

  • asset-server-plugin Save and serve files with correct Content-Type (#4404) (c729cb8), closes #4404
  • core Assign facets to channel when re-importing products via CSV (#4713) (f9d5896), closes #4713 #4673
  • core Deliver public API type dependencies to consumers (#4947) (c4ed7a0), closes #4947
  • core Export and register Province entity and ProvinceService (#4857) (c1b5b3d), closes #4857
  • core Merge shared entity instances into every hydration target (#4945) (aa5859e), closes #4945
  • core Stop double-encoding non-list ID config args (7591e6f), closes #2483 #4856 #2483 #4856
  • core Use tax-inclusive amount when cancelling shipping with pricesIncludeTax (#4370) (e30fd9e), closes #4370
  • core validate minimum threshold in promotion conditions (#4922) (47c003c), closes #4922
  • create Fix Quick Start hangs and package-manager install failures (#4946) (449be92), closes #4946
  • dashboard Add "Remove from group" bulk action to customer group members (#4346) (49aee74), closes #4346
  • dashboard Add several missing translation strings (#4074) (dbc31ff), closes #4074
  • dashboard Allow removing an option group from the product detail page (#4876) (5a14f4a), closes #4876
  • dashboard Localize configurable operation selector buttons (#4914) (56a41bf), closes #4914
  • dashboard Prevent accidental line removal when editing draft order quantity (#4345) (0ed149e), closes #4345
  • dashboard Reflect modified line quantities in refund dialog (#4917) (e7f8fe0), closes #4917
  • dashboard Share context libraries in experimental bundle mode (#4967) (5e6528f), closes #4967
  • email-plugin Move @​types/nodemailer to dependencies (#4942) (ce88f8e), closes #4942

Perf

  • core resolve relation custom fields using request-scoped DataLoader batching (9051651)

3.7.0 (2026-07-01)

Fixes

  • dashboard add entity to DetailPage (#4369) (31e3394), closes #4369
  • dashboard Filter dashboard extensions to plugins active in runtime config (#4732) (23f0b48), closes #4732
  • dashboard Fix router basepath derivation in experimental bundle mode (#4908) (fe83287), closes #4908
  • dashboard Use rich text editor for shipping method description (#4853) (2586416), closes #4853

Features

  • cli Add dev/build/start lifecycle commands and a distributable agent skill (#4774) (da834cd), closes #4774
  • cli Add doctor command with project check (#4777) (5853f96), closes #4777
  • core Add CouponRemovedDuringCheckoutError to AddPaymentToOrderResult (#4683) (1e2ec71), closes #4683
  • core Add CustomerChannelAssignmentStrategy to control channel auto-assign (#4863) (ca3331e), closes #4863
  • core Add OrderLineDiscountDistributionStrategy to make proration configurable (#4818) (a72741c), closes #4818
  • core Make coupon code validation case insensitive (#4419) (1f96d66), closes #4419
  • core Refuse default superadmin password in production (#4718) (f7aa6af), closes #4718
  • create Add AI-assisted project guidance (#4850) (ba6f59e), closes #4850
  • dashboard Add support for custom React providers in dashboard (#4600) (a5374dd), closes #4600
  • dashboard Add Uzbek (uz) translation for the Dashboard (#4837) (f162601), closes #4837
  • dashboard Allow configuring TanStack Router plugin options (#4862) (5d62675), closes #4862

... (truncated)

Commits
  • d968e11 chore: Publish v3.7.1
  • cfae8ec fix: resolve SonarCloud reliability issues in maintained packages (#4968)
  • 5e6528f fix(dashboard): Share context libraries in experimental bundle mode (#4967)
  • 9d85bf2 chore: Correct 2FA session-window assumption in stage approve script (#4966)
  • d8ad2d7 docs: Regenerate manifest.json
  • b7445cb docs: Fix typo in CMS integration plugin guide (#4963)
  • 0ed149e fix(dashboard): Prevent accidental line removal when editing draft order quan...
  • 49aee74 fix(dashboard): Add "Remove from group" bulk action to customer group members...
  • 64a8106 perf(core): resolve relation custom fields using request-scoped DataLoader ba...
  • 5a14f4a fix(dashboard): Allow removing an option group from the product detail page (...
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the vendure-example group in /examples/docker/vendure with 4 updates: [@sumup/sdk](https://github.com/sumup/sumup-ts), [@vendure/admin-ui-plugin](https://github.com/vendurehq/vendure), [@vendure/core](https://github.com/vendurehq/vendure) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@sumup/sdk` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/sumup/sumup-ts/releases)
- [Changelog](https://github.com/sumup/sumup-ts/blob/main/CHANGELOG.md)
- [Commits](sumup/sumup-ts@v0.1.7...v0.1.8)

Updates `@vendure/admin-ui-plugin` from 3.6.4 to 3.7.1
- [Release notes](https://github.com/vendurehq/vendure/releases)
- [Changelog](https://github.com/vendurehq/vendure/blob/master/CHANGELOG.md)
- [Commits](vendurehq/vendure@v3.6.4...v3.7.1)

Updates `@vendure/core` from 3.6.4 to 3.7.1
- [Release notes](https://github.com/vendurehq/vendure/releases)
- [Changelog](https://github.com/vendurehq/vendure/blob/master/CHANGELOG.md)
- [Commits](vendurehq/vendure@v3.6.4...v3.7.1)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@sumup/sdk"
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vendure-example
- dependency-name: "@vendure/admin-ui-plugin"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vendure-example
- dependency-name: "@vendure/core"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vendure-example
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vendure-example
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants