Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #958

Merged
merged 1 commit into from May 13, 2024
Merged

Version Packages #958

merged 1 commit into from May 13, 2024

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented May 6, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

sku@12.5.1

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.

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner May 6, 2024 03:47
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 7 times, most recently from 3d30746 to 95f0b41 Compare May 8, 2024 03:57
@askoufis askoufis merged commit 33b01c5 into master May 13, 2024
4 checks passed
@askoufis askoufis deleted the changeset-release/master branch May 13, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants