Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/prettier-config ^1.1.0 -> ^1.2.0 age adoption passing confidence

Release Notes

nextcloud-libraries/nextcloud-prettier-config (@​nextcloud/prettier-config)

v1.2.0

Compare Source

Added
  • Correctly set the operator to the front of a line:
 const a =
-    1 +
-    2
+    1
+    + 2
 if (
-    some ||
-    other
+    some
+    || other
 ) {
Changed
  • Require at least prettier 3.5.0
  • Migrate REUSE to TOML format

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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.

@renovate renovate bot requested a review from max-nextcloud as a code owner April 19, 2025 04:24
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 19, 2025
@renovate renovate bot requested a review from mejo- as a code owner April 19, 2025 04:24
@github-actions github-actions bot enabled auto-merge April 19, 2025 04:25
@codecov
Copy link

codecov bot commented Apr 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.86%. Comparing base (c6ebe84) to head (d57b358).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7135   +/-   ##
=======================================
  Coverage   51.86%   51.86%           
=======================================
  Files         479      479           
  Lines       41461    41461           
  Branches     1004     1004           
=======================================
  Hits        21504    21504           
  Misses      19852    19852           
  Partials      105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot merged commit b53b184 into main Apr 19, 2025
64 of 66 checks passed
@github-actions github-actions bot deleted the renovate/main-nextcloud-prettier-config-1.x branch April 19, 2025 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant