Skip to content

Update dependency simplex-noise to v4#296

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/simplex-noise-4.x
Open

Update dependency simplex-noise to v4#296
renovate[bot] wants to merge 1 commit intomainfrom
renovate/simplex-noise-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
simplex-noise 3.0.1 -> 4.0.1 age adoption passing confidence

Release Notes

jwagner/simplex-noise.js

v4.0.1

Compare Source

  • Explicitly defined the return type of createNoise4D to be NoiseFunction4D. Contributed by satelllte.

v4.0.0: Tree shakeable

Compare Source

This new version completely changes the API

  • Reworked the API so that the noise functions can be imported individually.
    When combined with tree shaking this helps with build sizes.
  • Removed the built in version of the ALEA PRNG to focus the library to do only one thing.
    If you want to continue to use it you'll have to install and import it separately.
  • Noise functions are a bit faster (~ 20 - 30%).
  • Noise values can be different from previous versions
  • Input coordinates bigger than 2^31 may not result in a noisy output anymore.
    If you have a use case that is affected by this change, please file an issue.
  • Test coverage is now at 100%.
  • A big thank you to @​mreinstein, @​redblobgames and everyone else involved
    for their comments and PRs which motivated me to create this new version.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 12 times, most recently from b7d9be2 to 70d1968 Compare August 1, 2022 20:10
@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 10 times, most recently from b415419 to 4716855 Compare August 8, 2022 21:27
@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 8 times, most recently from 44e59e9 to 00d07a7 Compare August 14, 2022 15:32
@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 13 times, most recently from 7513c01 to 3dd71a7 Compare August 29, 2022 03:56
@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 13 times, most recently from 662ea99 to 242988d Compare September 4, 2022 20:49
@renovate renovate bot force-pushed the renovate/simplex-noise-4.x branch 3 times, most recently from 3a16afd to fa5da23 Compare September 5, 2022 23:24
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.

0 participants