postcss / postcss-cli

CLI for postcss
Other
824 stars 93 forks source link

Update dependency dependency-graph to v1 #465

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dependency-graph ^0.11.0 -> ^1.0.0 age adoption passing confidence

Release Notes

jriecken/dependency-graph (dependency-graph) ### [`v1.0.0`](https://togithub.com/jriecken/dependency-graph/blob/HEAD/CHANGELOG.md#100-Dec-5-2023) [Compare Source](https://togithub.com/jriecken/dependency-graph/compare/0.11.0...1.0.0) - Switched to use `Map`/`Set` rather than using raw objects as pseudo-Maps/Sets. (Fixes [#​46](https://togithub.com/jriecken/dependency-graph/issues/46)) - This is also the reason for the major version bump. While there are no functional changes, this library previously did not have any special requirements of the runtime. It now requires a runtime that supports `Map`/`Set` (which should be almost everything now in 2023). - Ensure `circular` property is cloned during clone - thanks [andrew-healey](https://togithub.com/andrew-healey) and [tintinthong](https://togithub.com/tintinthong)!

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 Mend Renovate. View repository job log here.