Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent 111c591 commit 879d72e
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-jars-beam.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/heavy-doors-doubt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nervous-carpets-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-humans-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-laws-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-llamas-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-seals-shave.md

This file was deleted.

40 changes: 40 additions & 0 deletions packages/sku/CHANGELOG.md
@@ -1,5 +1,45 @@
# sku

## 12.5.1

### Patch Changes

- Unpin and bump `@pmmmwh/react-refresh-webpack-plugin` ([#959](https://github.com/seek-oss/sku/pull/959))

- Ensure all sku-generated gitignored files are present in `.prettierignore` and `.eslintignore` too ([#957](https://github.com/seek-oss/sku/pull/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:

```diff
# 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](https://github.com/seek-oss/sku/pull/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](https://github.com/seek-oss/sku/pull/953))

- Replace `fast-glob` with `fdir` and `picomatch` ([#952](https://github.com/seek-oss/sku/pull/952))

- Replace `validate-npm-package-name` dependency with a regexp ([#954](https://github.com/seek-oss/sku/pull/954))

- Improve performance of peer dependency validation ([#952](https://github.com/seek-oss/sku/pull/952))

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

## 12.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
@@ -1,6 +1,6 @@
{
"name": "sku",
"version": "12.5.0",
"version": "12.5.1",
"description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 879d72e

Please sign in to comment.