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

[Snyk] Upgrade curve-interpolator from 3.1.1 to 3.3.0 #795

Closed

Conversation

oddvernes
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade curve-interpolator from 3.1.1 to 3.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-09-19.
Release notes
Package name: curve-interpolator
  • 3.3.0 - 2023-09-19

    Breaking changes

    • The legacy features have now been removed from this package. This includes the CurveInterpolator2D class and the old curve functions

    Changes

    • Added implementation of getFrenetFrames() for 2d curves for completeness sake. In the 2d case, only the tangents and normals (90 degrees count-clockwise rotation of tangent) will be returned (no binormals).
    • Removed legacy code
  • 3.2.0 - 2023-09-18
    • Added function getFrenetFrames to CurveInterpolator. This function calculates the tangents, normals and binormals for given a number of segments for a 3d curve. The implementation is an adapted copy from the implementation of the same thing found in the curve class in THREE.js and I included it in this library because its so useful. Creds to the devs @ THREE.js (https://github.com/mrdoob/three.js).
    • Some internal housekeeping
  • 3.1.1 - 2023-02-24
    • Fixed issue #30
from curve-interpolator GitHub release notes
Commit messages
Package name: curve-interpolator
  • 34b3b2b Added 2d implementation of getFrenetFrames() function, removed legacy features and regenerated docs
  • ee45164 Added function to CurveInterpolator for returning Frenet-frames + a few fixes
  • 8765187 Merge pull request setup storybook #33 from kjerandp/dependabot/npm_and_yarn/word-wrap-1.2.4
  • bf48073 Bump word-wrap from 1.2.3 to 1.2.4
  • f7b9c55 Made the createLookupTable function more generic for future use and fixed types for map/forEach/reduce functions

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2023

⚠️ No Changeset found

Latest commit: 5d0f177

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@sefornes sefornes closed this Oct 17, 2024
@sefornes sefornes deleted the snyk-upgrade-47d56ec6f95a32b9c059fec63daea2aa branch October 17, 2024 05:16
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.

3 participants