kit icon indicating copy to clipboard operation
kit copied to clipboard

Update dependency @rollup/plugin-json to v6

Open renovate[bot] opened this issue 1 year ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-json (source) ^5.0.1 -> ^6.0.0 age adoption passing confidence
@rollup/plugin-json (source) ^5.0.2 -> ^6.0.0 age adoption passing confidence

Release Notes

rollup/plugins

v6.0.0

Compare Source

2022-12-17

Breaking Changes
  • fix: log more robustly when JSON parsing fails #​1361

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 these updates 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[bot] avatar Dec 17 '22 15:12 renovate[bot]

🦋 Changeset detected

Latest commit: fcf4bf2bb5ac22381327d1b065e0aff1c00cca84

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/adapter-node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Dec 17 '22 15:12 changeset-bot[bot]

This change is safe. It's just a change to error handling: https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md#breaking-changes

We do need a changeset

benmccann avatar Dec 17 '22 17:12 benmccann

Edited/Blocked Notification

Renovate 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.

Warning: custom changes will be lost.

renovate[bot] avatar Dec 17 '22 17:12 renovate[bot]

they changed this.warn to this.error, which fails the build.

https://github.com/rollup/plugins/pull/1361/files#diff-412d92e18a781647b77d5c02b40f7dd4c377fdc88c77e35013af3957135cc879R27

https://rollupjs.org/guide/en/#thiserror

this is probably desired, nontheless updating can fail a build that previously passed with a warning.

dominikg avatar Dec 17 '22 18:12 dominikg

Yeah, I'd consider it more of a bug fix than breaking change

benmccann avatar Dec 17 '22 19:12 benmccann