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

build(deps): update dependency safe-stable-stringify to v2.5.0 #31139

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
safe-stable-stringify 2.4.3 -> 2.5.0 age adoption passing confidence

Release Notes

BridgeAR/safe-stable-stringify (safe-stable-stringify)

v2.5.0

Compare Source

  • Accept Array#sort(comparator) comparator method as deterministic option value to use that comparator for sorting object keys.
import { configure } from 'safe-stable-stringify'

const object = {
  a: 1,
  b: 2,
  c: 3,
}

const stringify = configure({
  deterministic: (a, b) => b.localeCompare(a)
})

stringify(object)
// '{"c":3,"b":2,"a":1}'
  • Very minor performance optimization.

Thanks to @​flobernd, @​cesco69 and @​prisis to contribute to this release!


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge September 1, 2024 00:20
@renovate renovate bot added this pull request to the merge queue Sep 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 1, 2024
@renovate renovate bot force-pushed the renovate/safe-stable-stringify-2.x branch from 3b8e808 to e6451a8 Compare September 1, 2024 00:33
@renovate renovate bot enabled auto-merge September 1, 2024 00:33
| datasource | package               | from  | to    |
| ---------- | --------------------- | ----- | ----- |
| npm        | safe-stable-stringify | 2.4.3 | 2.5.0 |
@renovate renovate bot force-pushed the renovate/safe-stable-stringify-2.x branch from e6451a8 to 023efbd Compare September 2, 2024 04:18
@renovate renovate bot added this pull request to the merge queue Sep 2, 2024
Merged via the queue into main with commit a35197c Sep 2, 2024
39 checks passed
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 38.59.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant