Update dependency json-stringify-pretty-compact to v3 (main)#236126
Closed
elastic-renovate-prod[bot] wants to merge 2 commits intomainfrom
Closed
Update dependency json-stringify-pretty-compact to v3 (main)#236126elastic-renovate-prod[bot] wants to merge 2 commits intomainfrom
elastic-renovate-prod[bot] wants to merge 2 commits intomainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History |
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
19f7114 to
3a92784
Compare
3a92784 to
3de8bc9
Compare
52236a5 to
4c2535b
Compare
4c2535b to
08ce8ac
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Contributor
|
replaced by #251890 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.0->4.0.0Release Notes
lydell/json-stringify-pretty-compact (json-stringify-pretty-compact)
v4.0.0Compare Source
Changed: This is now an [ESM only package]. (I haven’t written that gist, but it’s a great resource.)
If you need CommonJS, install version 3.0.0. You won’t be missing out on anything: This package is done. No more features will be added, and no bugs have been found in years.
v3.0.0Compare Source
JSON.stringify. It’s slightly stricter, but I doubt you’ll notice a difference."type": "commonjs", "exports": "./index.js", "types": "index.d.ts"to package.json. I doubt you’ll notice any difference from this either.v2.0.0Compare Source
marginsoption. Check out [@aitodotai/json-stringify-pretty-compact] if you miss it. This package is now purely a combination ofJSON.stringify(obj)andJSON.stringify(obj, null, 2)with no additional formatting features on top of that.undefinedto options now result in the default value being used. This is to align with how destructuring defaults work in ES2015.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.
This PR has been generated by Renovate Bot.