[PR #570] [CLOSED] Bump nextcloud/coding-standard from 1.0.0 to 1.1.0 #592

Closed
opened 2026-02-26 06:31:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/570
Author: @dependabot[bot]
Created: 5/20/2023
Status: Closed

Base: masterHead: dependabot/composer/nextcloud/coding-standard-1.1.0


📝 Commits (1)

  • 870e1c8 Bump nextcloud/coding-standard from 1.0.0 to 1.1.0

📊 Changes

1 file changed (+220 additions, -216 deletions)

View changed files

📝 composer.lock (+220 -216)

📄 Description

Bumps nextcloud/coding-standard from 1.0.0 to 1.1.0.

Release notes

Sourced from nextcloud/coding-standard's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0

Commits
  • 20efa30 Merge pull request #12 from nextcloud/nickvergessen-patch-1
  • facd4c6 fix(deps)!: Bump minimum required friendsofphp/php-cs-fixer to 3.9
  • d6aa4cd fix(rules): Replace deprecated braces rules
  • 88d3ffd Merge pull request #10 from nextcloud/fix/ordered_imports
  • 57f50fc Update src/Config.php
  • 659a800 Order imports alphabetically
  • 8814009 Prepare readme for v1.0
  • 0c25047 Merge pull request #7 from nextcloud/php-cs-fixer-3
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/570 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/nextcloud/coding-standard-1.1.0` --- ### 📝 Commits (1) - [`870e1c8`](https://github.com/nextcloud/twofactor_gateway/commit/870e1c895ac9bac5080e1dc6154bb39cdd2aff82) Bump nextcloud/coding-standard from 1.0.0 to 1.1.0 ### 📊 Changes **1 file changed** (+220 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+220 -216) </details> ### 📄 Description Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud/coding-standard/releases">nextcloud/coding-standard's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Order imports alphabetically by <a href="https://github.com/come-nc"><code>@​come-nc</code></a> in <a href="https://redirect.github.com/nextcloud/coding-standard/pull/10">nextcloud/coding-standard#10</a></li> <li>fix(rules): Replace deprecated braces rules by <a href="https://github.com/nickvergessen"><code>@​nickvergessen</code></a> in <a href="https://redirect.github.com/nextcloud/coding-standard/pull/12">nextcloud/coding-standard#12</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/come-nc"><code>@​come-nc</code></a> made their first contribution in <a href="https://redirect.github.com/nextcloud/coding-standard/pull/10">nextcloud/coding-standard#10</a></li> <li><a href="https://github.com/nickvergessen"><code>@​nickvergessen</code></a> made their first contribution in <a href="https://redirect.github.com/nextcloud/coding-standard/pull/12">nextcloud/coding-standard#12</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0">https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud/coding-standard/commit/20efa30db5240a5f078e03b04c685735a89dfc9e"><code>20efa30</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/coding-standard/issues/12">#12</a> from nextcloud/nickvergessen-patch-1</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/facd4c6ea2dd82e88349230b7423e7cfab25373a"><code>facd4c6</code></a> fix(deps)!: Bump minimum required friendsofphp/php-cs-fixer to 3.9</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/d6aa4cd26e00d77dccaea19ff85db875d652350a"><code>d6aa4cd</code></a> fix(rules): Replace deprecated braces rules</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/88d3ffdc58dd97a78adf103ce3842768aac0b921"><code>88d3ffd</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/coding-standard/issues/10">#10</a> from nextcloud/fix/ordered_imports</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/57f50fcbaafaf94139399470dbba3ae8d8303e65"><code>57f50fc</code></a> Update src/Config.php</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/659a8001364f853271d01f092a8adb989fff4294"><code>659a800</code></a> Order imports alphabetically</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/88140093541212dbad40644801a7bdff6d49f520"><code>8814009</code></a> Prepare readme for v1.0</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/0c250471d7ea702012f8147b360ad1d93728f28e"><code>0c25047</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud/coding-standard/issues/7">#7</a> from nextcloud/php-cs-fixer-3</li> <li>See full diff in <a href="https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nextcloud/coding-standard&package-manager=composer&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#592
No description provided.