Releases: seek-oss/sku
Releases · seek-oss/sku
[email protected]
Minor Changes
-
Update TypeScript to 5.3 (#938)
This release includes breaking changes. See the TypeScript 5.3 announcement for more information.
Patch Changes
[email protected]
Patch Changes
-
Update
webpack-dev-server
to v5 (#930) -
Stop passing
--quiet
flag to the Storybook CLI when runningsku 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]
Patch Changes
- Update dependencies (#917)
[email protected]
Patch Changes
- Report
braid-design-system
version via telemetry (#913)
[email protected]
Patch Changes
- Fix running lint-staged when
package.json
files are staged (#918)
[email protected]
Patch Changes
- Fixes a bug where
.cjs
and.mjs
files were not being transpiled for browser targets (#906)
[email protected]
Patch Changes
- Fix package manager detection in non-monorepos (#907)
[email protected]
Patch Changes
- Bump some dependencies (#904)
[email protected]
Patch Changes
- Remove
node-emoji
dependency (#902)
[email protected]
Patch Changes
- Asynchronously import
node-emoji
to fix ESM require issue (#900)