Skip to content

Releases: seek-oss/sku

sku@15.15.5

23 Jun 06:07
4989e6b

Choose a tag to compare

Patch Changes

  • vite: Fixed a bug causing build to hang when a custom server.watch config was set (#1600)

sku@15.15.4

17 Jun 01:35
c401da6

Choose a tag to compare

Patch Changes

  • vite: Avoid redundant work during static pre-rendering (#1590)

  • Simplify public asset copying logic (#1592)

  • Increase minimum @vocab/vite to v1.0.4 to ensure improved translation bundling (#1595)

  • Lazy load telemetry so the banner only shows up in commands that use it (#1594)

  • Add cross-fetch to list of unnecessary polyfills (#1596)

  • Unpin @sku-lib/babel-plugin-display-name and @sku-lib/vite dependencies (#1587)

  • vite: Pass through options set via dangerouslySetViteConfig to the Vanilla Extract plugin (#1588)

  • vite: Clear render timeout after successful renderToStringAsync (#1590)

    Vite apps that use renderToStringAsync were being artificially slowed down by a 5 second timeout that was not being cleared.

sku@15.15.3

04 Jun 06:19
adbb81e

Choose a tag to compare

Patch Changes

  • Add babel-polyfill, node-fetch and url-search-params-polyfill to list of unnecessary polyfills (#1584)

    These polyfill dependencies are unnecessary given sku's browser support policy. Warnings will now be logged if they are detected. To address these warnings uninstall the dependencies and remove all references to them from your application.

  • Updated dependencies [974166d]:

    • @sku-lib/vite@2.0.1

pnpm-plugin-sku@0.1.0

04 Jun 06:19
adbb81e

Choose a tag to compare

Minor Changes

  • Update config set by the plugin (#1574)

  • Provide an ESM entrypoint for PNPM v11 compatibility (#1574)

  • Expose a pnpm-plugin-sku/config entrypoint that exports the default PNPM config used by the plugin (#1574)

    EXAMPLE USAGE:

    import { defaultConfig } from 'pnpm-plugin-sku/config';

@sku-lib/vite@2.0.1

04 Jun 06:19
adbb81e

Choose a tag to compare

Patch Changes

  • vite: Fixed a bug that caused apps using loadable components to sometimes emit incorrectly ordered CSS chunks resulting in broken styles (#1585)

@sku-lib/create@1.2.0

04 Jun 06:19
adbb81e

Choose a tag to compare

Minor Changes

  • When pnpm is used to run the CLI, the package.json#packageManager field will now be set to the latest v11 version of PNPM and a pnpm-workspace.yaml will be included in directory root (#1574)

Patch Changes

sku@15.15.2

21 May 00:24
aced94b

Choose a tag to compare

Patch Changes

  • Replace chalk dependency with native styleText, align text styling to be more consistent (#1575)

sku@15.15.1

15 May 00:58
765ca72

Choose a tag to compare

Patch Changes

  • Fix a bug causing compilePackages from sku config to be ignored (#1571)

sku@15.15.0

14 May 03:40
408715f

Choose a tag to compare

Minor Changes

  • Update browserslist-config-seek to ~3.4.1 (#1570)

    sku applications and libraries now default to supporting the following browser versions:

    Browser Oldest supported version
    Chrome 95
    Edge 95
    Safari 15.4
    Firefox 98
    Samsung Internet 16

Patch Changes

  • Lazily detect compile packages (#1563)

  • vite: Fix the browser not opening to the right url when a fallback port it used (#1561)

  • vite: make vanilla-extract dep scan resolve path aliases for css.ts imports (#1558)

  • Improve performance of compile package detection (#1563)

@sku-lib/codemod@1.4.0

14 May 03:40
408715f

Choose a tag to compare

Minor Changes

  • Enable interactive selection of individual jest-to-vitest codemods. (#1569)

    Previously all jest-to-vitest codemods had to be applied, now individual codemods can be applied as necessary.

Patch Changes

  • Update diff dependency to ^9.0.0 (#1557)