Skip to content

chore(deps-dev): Bump @nextcloud/prettier-config from 1.1.0 to 1.2.0#964

Merged
dependabot[bot] merged 2 commits into
mainfrom
dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0
Nov 6, 2025
Merged

chore(deps-dev): Bump @nextcloud/prettier-config from 1.1.0 to 1.2.0#964
dependabot[bot] merged 2 commits into
mainfrom
dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2025

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/prettier-config from 1.1.0 to 1.2.0.

Release notes

Sourced from @​nextcloud/prettier-config's releases.

v1.2.0 - 2025-04-09

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
Changelog

Sourced from @​nextcloud/prettier-config's changelog.

v1.2.0 - 2025-04-09

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
Commits
  • e5f3cbd Merge pull request #15 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • 0b3b54b docs: adjust CHANGELOG
  • 697637f chore(deps): Bump prettier-plugin-packagejson from 2.5.8 to 2.5.10
  • 6719e09 Merge pull request #16 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • b3ba632 chore: prepare v1.2.0
  • 5408c8b chore(deps-dev): Bump prettier from 3.5.1 to 3.5.3
  • 987c08a fix: enforce operators to be located at the start
  • 012d3c4 Merge pull request #14 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • bc00e2e Merge pull request #13 from nextcloud-libraries/dependabot/npm_and_yarn/prett...
  • 1e4c3e3 chore(deps-dev): Bump prettier from 3.3.3 to 3.5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2025

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github

dependabot Bot commented on behalf of github Apr 12, 2025

Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from be529e8 to 6af343c Compare April 12, 2025 01:15

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from 6af343c to b918809 Compare April 26, 2025 01:34

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from b918809 to 42d62a4 Compare April 26, 2025 01:37

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from 42d62a4 to 86dbba5 Compare May 3, 2025 01:19

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from 86dbba5 to 1befb11 Compare May 3, 2025 01:22

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from 1befb11 to 03c1c6d Compare May 10, 2025 01:31

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@nextcloud/prettier-config](https://github.com/nextcloud-libraries/nextcloud-prettier-config) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-prettier-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-prettier-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-prettier-config@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/prettier-config"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch from 03c1c6d to 25f8049 Compare May 10, 2025 01:34

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@dependabot dependabot Bot merged commit 9d07559 into main Nov 6, 2025
19 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/nextcloud/prettier-config-1.2.0 branch November 6, 2025 21:19
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants