Sku Versions Save

Front-end development toolkit

[email protected]

2 weeks ago

Patch Changes

  • Remove rimraf dependency in favour of Node.js's rm (#961)

  • Unpin and bump @pmmmwh/react-refresh-webpack-plugin (#959)

  • Ensure all sku-generated gitignored files are present in .prettierignore and .eslintignore too (#957)

    Consumers should notice a few new files being added to the sku-managed sections within .prettierignore and .eslintignore the next time a sku command is run:

    # managed by sku
    *.less.d.ts
    +.eslintcache
    +.eslintrc
    +.prettierrc
    .storybook/main.js
    coverage/
    dist-storybook/
    dist/
    report/
    # end managed by sku
    

    These changes should be committed to your repo.

  • Disable peer dependency validation for PNPM (#952)

    The method we currently use to validate peer dependencies and warn users about duplicate package is not compatible with how PNPM organizes dependencies in node_modules. This feature has been disabled for PNPM repos until further notice.

  • Replace memoizee dependency with nano-memoize (#953)

  • Replace fast-glob with fdir and picomatch (#952)

  • Replace validate-npm-package-name dependency with a regexp (#954)

  • Improve performance of peer dependency validation (#952)

    Peer dependency validation shoould now complete within a few seconds, rather than a few minutes.

[email protected]

2 months ago

Minor Changes

Patch Changes

  • Remove empty-dir dependency (#935)

  • Replace command-line-args with minimist for parsing CLI arguments (#940)

  • Emit incremental TypeScript build info for faster subsequent type checking (#938)

[email protected]

2 months ago

Patch Changes

  • Update webpack-dev-server to v5 (#930)

  • Stop passing --quiet flag to the Storybook CLI when running sku storybook (#929)

    This flag was added to suppress verbose CLI output, but as of Storybook CLI v7.1.0 this also hides the dev server info which includes the URL to access the Storybook UI.

    The flag has now been removed to provide a better default experience when using the Storybook CLI. Users can still pass --quiet to suppress verbose output if desired:

    pnpm run sku storybook --quiet
    

[email protected]

4 months ago

Patch Changes

  • Update dependencies (#917)

[email protected]

4 months ago

Patch Changes

  • Report braid-design-system version via telemetry (#913)

[email protected]

4 months ago

Patch Changes

  • Fix running lint-staged when package.json files are staged (#918)

[email protected]

6 months ago

Patch Changes

  • Fixes a bug where .cjs and .mjs files were not being transpiled for browser targets (#906)

[email protected]

6 months ago

Patch Changes

  • Fix package manager detection in non-monorepos (#907)

[email protected]

6 months ago

Patch Changes

  • Bump some dependencies (#904)

[email protected]

6 months ago

Patch Changes

  • Remove node-emoji dependency (#902)