|
| 1 | +--- |
| 2 | +'@o2s/blocks.checkout-shipping-address': patch |
| 3 | +'@o2s/blocks.notification-details': patch |
| 4 | +'@o2s/blocks.notification-summary': patch |
| 5 | +'@o2s/blocks.checkout-billing-payment': patch |
| 6 | +'@o2s/blocks.notification-list': patch |
| 7 | +'@o2s/blocks.checkout-company-data': patch |
| 8 | +'@o2s/blocks.featured-service-list': patch |
| 9 | +'@o2s/blocks.article-search': patch |
| 10 | +'@o2s/blocks.recommended-products': patch |
| 11 | +'@o2s/blocks.feature-section-grid': patch |
| 12 | +'@o2s/blocks.category-list': patch |
| 13 | +'@o2s/blocks.order-confirmation': patch |
| 14 | +'@o2s/blocks.article-list': patch |
| 15 | +'@o2s/blocks.checkout-summary': patch |
| 16 | +'@o2s/blocks.payments-history': patch |
| 17 | +'@o2s/blocks.payments-summary': patch |
| 18 | +'@o2s/blocks.product-details': patch |
| 19 | +'@o2s/blocks.service-details': patch |
| 20 | +'@o2s/blocks.feature-section': patch |
| 21 | +'@o2s/blocks.pricing-section': patch |
| 22 | +'@o2s/blocks.category': patch |
| 23 | +'@o2s/blocks.article': patch |
| 24 | +'@o2s/blocks.ticket-details': patch |
| 25 | +'@o2s/blocks.ticket-summary': patch |
| 26 | +'@o2s/blocks.document-list': patch |
| 27 | +'@o2s/blocks.media-section': patch |
| 28 | +'@o2s/blocks.orders-summary': patch |
| 29 | +'@o2s/blocks.product-list': patch |
| 30 | +'@o2s/blocks.service-list': patch |
| 31 | +'@o2s/blocks.ticket-recent': patch |
| 32 | +'@o2s/blocks.user-account': patch |
| 33 | +'@o2s/blocks.invoice-list': patch |
| 34 | +'@o2s/blocks.hero-section': patch |
| 35 | +'@o2s/blocks.order-details': patch |
| 36 | +'@o2s/blocks.cta-section': patch |
| 37 | +'@o2s/blocks.quick-links': patch |
| 38 | +'@o2s/blocks.surveyjs-form': patch |
| 39 | +'@o2s/blocks.ticket-list': patch |
| 40 | +'@o2s/blocks.bento-grid': patch |
| 41 | +'@o2s/blocks.order-list': patch |
| 42 | +'@o2s/blocks.cart': patch |
| 43 | +'@o2s/blocks.faq': patch |
| 44 | +'@o2s/integrations.contentful-cms': patch |
| 45 | +'@o2s/integrations.mocked-dxp': patch |
| 46 | +'@o2s/integrations.strapi-cms': patch |
| 47 | +'@o2s/integrations.medusajs': patch |
| 48 | +'@o2s/integrations.zendesk': patch |
| 49 | +'@o2s/integrations.mocked': patch |
| 50 | +'@o2s/eslint-config': patch |
| 51 | +'@o2s/modules.surveyjs': patch |
| 52 | +'@o2s/utils.frontend': patch |
| 53 | +'@o2s/api-harmonization': patch |
| 54 | +'@o2s/frontend': patch |
| 55 | +'@o2s/ui': patch |
| 56 | +'@o2s/docs': patch |
| 57 | +--- |
| 58 | + |
| 59 | +fix: add missing dependency declarations for turbo boundaries compliance |
| 60 | + |
| 61 | +Declare previously undeclared imports as explicit dependencies across 55 packages. This resolves all `turbo boundaries` violations where packages imported modules not listed in their `package.json`. |
| 62 | + |
| 63 | +Key dependency categories added: |
| 64 | +- `@storybook/nextjs-vite`, `@storybook/react`, `storybook` for story files |
| 65 | +- `vitest`, `@nestjs/testing`, `@o2s/vitest-config` for test files |
| 66 | +- `lucide-react`, `dayjs`, `string-template`, `class-variance-authority` for runtime code |
| 67 | +- `vite` for vitest configs in integrations |
| 68 | +- `@o2s/api-harmonization`, `@auth/core`, `@docusaurus/*` for app-level imports |
0 commit comments