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): update rust crate changesets to 0.3.0 - autoclosed #1077

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
changesets dependencies minor 0.2.3 -> 0.3.0

Release Notes

knope-dev/changesets (changesets)

v0.3.0: 0.3.0 (2024-06-19)

Compare Source

Breaking Changes

Rework ChangeSet and PackageChange interfaces

ChangeSet now uses a Vec internally instead of a HashMap to perform better for low/single-package repos.
Instead of accessing the internal releases field, you can use into::<Vec<_>>() or into_iter().

PackageChange now stores both unique_id and summary in Arcs, since in multi-package repos, these strings
were potentially being cloned a lot.


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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Jun 19, 2024

Deploy Preview for knope canceled.

Name Link
🔨 Latest commit bb1aa76
🔍 Latest deploy log https://app.netlify.com/sites/knope/deploys/66ad7e764adf2b000866fa4b

@renovate renovate bot force-pushed the renovate/changesets-0.x branch 6 times, most recently from 5b18d11 to 4cea807 Compare June 26, 2024 15:24
@renovate renovate bot force-pushed the renovate/changesets-0.x branch 7 times, most recently from 80b5e60 to 9fd382f Compare July 5, 2024 19:47
@renovate renovate bot force-pushed the renovate/changesets-0.x branch 8 times, most recently from 0697173 to 2290c96 Compare July 13, 2024 15:13
@renovate renovate bot force-pushed the renovate/changesets-0.x branch 4 times, most recently from 8dae1b6 to 351314a Compare July 25, 2024 01:31
@renovate renovate bot force-pushed the renovate/changesets-0.x branch 4 times, most recently from 30924b2 to 9f44652 Compare July 25, 2024 23:40
@renovate renovate bot force-pushed the renovate/changesets-0.x branch 11 times, most recently from 71ad01c to 398d264 Compare August 2, 2024 00:22
@renovate renovate bot force-pushed the renovate/changesets-0.x branch from 398d264 to bb1aa76 Compare August 3, 2024 00:48
@renovate renovate bot changed the title chore(deps): update rust crate changesets to 0.3.0 chore(deps): update rust crate changesets to 0.3.0 - autoclosed Aug 4, 2024
@renovate renovate bot closed this Aug 4, 2024
@renovate renovate bot deleted the renovate/changesets-0.x branch August 4, 2024 04:48
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.

None yet

0 participants