Skip to content

Commit

Permalink
Version Packages (#958)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed May 13, 2024
1 parent 5bf3966 commit 33b01c5
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-rockets-invent.md

This file was deleted.

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.

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

## 12.5.1

### Patch Changes

- Remove `rimraf` dependency in favour of Node.js's `rm` ([#961](https://github.com/seek-oss/sku/pull/961))

- 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 33b01c5

Please sign in to comment.