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 #1027

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Version Packages #1027

merged 1 commit into from
Jul 30, 2024

Conversation

seek-oss-ci
Copy link
Contributor

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@13.0.2

Patch Changes

  • Replace sku/config/jest entrypoint with sku/jest-preset (#1024)

    BREAKING CHANGE FOR CUSTOM JEST CONFIG:

    This breaking change will only affect a very small number of projects that have a custom Jest configuration/wish to debug tests in their IDE, and it is intended to be a quick fix/improvement for a feature released in sku@13.0.0. Therefore, it's not being released as a major version.

    The sku/config/jest entrypoint has been removed in favor of a new sku/jest-preset entrypoint. The sku/jest-preset module is a better way to expose a jest preset, rather than a relative path (the previous implementation), as it works even if sku is hoisted to a parent node_modules directory.

    MIGRATION GUIDE:

    // jest.config.js
    - const { preset } = require('sku/config/jest');
    
    /** @type {import('jest').Config} */
    module.exports = {
       // If you've already migrated to sku v13
    -  preset,
       // If you're still on sku v12.x
    -  preset: 'sku/config/jest',
    +  preset: 'sku',
    };

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner July 30, 2024 00:39
@askoufis askoufis enabled auto-merge (squash) July 30, 2024 00:40
@askoufis askoufis merged commit 48ae90b into master Jul 30, 2024
4 checks passed
@askoufis askoufis deleted the changeset-release/master branch July 30, 2024 00:44
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.

2 participants