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

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Version Packages #62

merged 1 commit into from
Nov 9, 2021

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 8, 2021

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 main, this PR will be updated.

Releases

@sidvind/better-ajv-errors@1.0.0

Major Changes

  • 146a859: 📦 better-ajv-errors v1

    Breaking Changes

    • Dropped support for Node.js < 12.13.0

    • Default import in CommonJS format no longer supported

      🚫 Wrong

      const betterAjvErrors = require('@sidvind/better-ajv-errors');

      ✅ Correct

      const betterAjvErrors = require('@sidvind/better-ajv-errors').default;
      // Or
      const { default: betterAjvErrors } = require('@sidvind/better-ajv-errors');

    Other Changes

Patch Changes

  • 768ce0f: Bump ws from 5.2.2 to 5.2.3
  • dc45eb7: Bump tar from 4.4.10 to 4.4.19
  • 5ef7b1e: Bump path-parse from 1.0.6 to 1.0.7
  • 3ef2bbc: Bump tmpl from 1.0.4 to 1.0.5
  • 45e728b: 🚒 Bump jsonpointer - CVE-2021-23807
  • 46b57d3: Bump color-string from 1.5.3 to 1.6.0
  • d568784: Bump lodash from 4.17.10 to 4.17.21
  • e71f114: Bump browserslist from 4.7.0 to 4.17.6

@github-actions github-actions bot force-pushed the changeset-release/main branch from 54d0a7b to 4db47be Compare November 8, 2021 21:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4db47be to 9a3918a Compare November 8, 2021 21:38
@ext ext merged commit 49fbd2e into main Nov 9, 2021
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