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 (prerelease) #1242

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Version Packages (prerelease) #1242

merged 1 commit into from
Jun 16, 2024

Conversation

github-actions[bot]
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 v4, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

v4 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on v4.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

style-dictionary@4.0.0-prerelease.36

Minor Changes

  • 39f0220: Allow not throwing fatal errors on broken token references/aliases, but console.error instead.

    You can also configure this on global/platform log property:

    {
      "log": {
        "errors": {
          "brokenReferences": "console"
        }
      }
    }

    This setting defaults to "error" when not configured.

    resolveReferences and getReferences warnImmediately option is set to true which causes an error to be thrown/warned immediately by default, which can be configured to false if you know those utils are running in the transform/format hooks respectively, where the errors are collected and grouped, then thrown as 1 error/warning instead of multiple.

    Some minor grammatical improvements to some of the error logs were also done.

@github-actions github-actions bot requested a review from a team as a code owner June 15, 2024 16:20
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1242.d1ouz7xofr5p4l.amplifyapp.com

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1242.d16eby4ekpss5y.amplifyapp.com

@jorenbroekema jorenbroekema merged commit fdb308a into v4 Jun 16, 2024
1 check passed
@jorenbroekema jorenbroekema deleted the changeset-release/v4 branch June 16, 2024 10:38
jorenbroekema pushed a commit that referenced this pull request Jun 28, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

1 participant