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

chore(deps): bump curve-interpolator from 3.1.1 to 3.3.1 #811

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps curve-interpolator from 3.1.1 to 3.3.1.

Release notes

Sourced from curve-interpolator's releases.

Release 3.3.1

Minor release

  • Added range (from, to) as optional parameters to the getFrenetFrames function

Release 3.3.0

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

Release 3.2.0

  • 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
Commits
  • f7e32e0 Added range parameters to getFrenetFrames
  • 34b3b2b Added 2d implementation of getFrenetFrames() function, removed legacy feature...
  • ee45164 Added function to CurveInterpolator for returning Frenet-frames + a few fixes
  • 8765187 Merge pull request #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 typ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [curve-interpolator](https://github.com/kjerandp/curve-interpolator) from 3.1.1 to 3.3.1.
- [Release notes](https://github.com/kjerandp/curve-interpolator/releases)
- [Commits](kjerandp/curve-interpolator@3.1.1...3.3.1)

---
updated-dependencies:
- dependency-name: curve-interpolator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
Copy link

changeset-bot bot commented Nov 27, 2023

⚠️ No Changeset found

Latest commit: ae420b0

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 dependabot/npm_and_yarn/curve-interpolator-3.3.1 branch October 17, 2024 05:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant