[PR #413] [CLOSED] Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 #463

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/413
Author: @dependabot-preview[bot]
Created: 1/16/2021
Status: Closed

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


📝 Commits (1)

  • ae87617 Bump nextcloud/coding-standard from 0.3.0 to 0.5.0

📊 Changes

2 files changed (+404 additions, -265 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+403 -264)

📄 Description

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps nextcloud/coding-standard from 0.3.0 to 0.5.0.

Changelog

Sourced from nextcloud/coding-standard's changelog.

0.5.0 – 2021-01-11

Added

  • New rule: short list syntax
  • php7.2 support (back, for apps that support Nextclod 20 - 21)

0.4.0 – 2020-12-14

Added

  • php8 support
  • New rule: binary operators should be surrounded by a single space

Changed

  • php-cs-fixer updated to the latest version
Commits
  • 742ed89 v0.5.0
  • c048ec8 Merge pull request #3 from nextcloud/rullzer-patch-2
  • aa9620d Merge pull request #2 from nextcloud/rullzer-patch-1
  • 5f4ba1d Allow 7.2 to use the coding standards as well
  • 5e7542c Use the short list-syntax when deconstructing arrays
  • 5765401 v0.4.0
  • 2ef4049 Merge pull request #1 from nextcloud/enhancement/binary_operator_spaces
  • 7924516 Enable binary_operator_spaces
  • 1a93da8 Add note about file exclude
  • 7b80eb1 Recommend --diff
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/413 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/nextcloud/coding-standard-0.5.0` --- ### 📝 Commits (1) - [`ae87617`](https://github.com/nextcloud/twofactor_gateway/commit/ae87617e3b8cb13c35f72f59666cc66ef0e2c960) Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 ### 📊 Changes **2 files changed** (+404 additions, -265 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+403 -264) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot` commands nor will it be automatically closed if a new version is found. If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected. --- [//]: # (dependabot-end) Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md">nextcloud/coding-standard's changelog</a>.</em></p> <blockquote> <h2>0.5.0 – 2021-01-11</h2> <h3>Added</h3> <ul> <li>New rule: short list syntax</li> <li>php7.2 support (back, for apps that support Nextclod 20 - 21)</li> </ul> <h2>0.4.0 – 2020-12-14</h2> <h3>Added</h3> <ul> <li>php8 support</li> <li>New rule: binary operators should be surrounded by a single space</li> </ul> <h3>Changed</h3> <ul> <li>php-cs-fixer updated to the latest version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud/coding-standard/commit/742ed895ae76c10daf95e08488cfb3f554199f40"><code>742ed89</code></a> v0.5.0</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/c048ec880e8d28279bd1139970fba40c0bbc7d40"><code>c048ec8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nextcloud/coding-standard/issues/3">#3</a> from nextcloud/rullzer-patch-2</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/aa9620d42420fd693f80e2b473067bd5281ad74e"><code>aa9620d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nextcloud/coding-standard/issues/2">#2</a> from nextcloud/rullzer-patch-1</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/5f4ba1d2c3b6b6f4ae4fe838c27a5071040dc127"><code>5f4ba1d</code></a> Allow 7.2 to use the coding standards as well</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/5e7542ccb4358d7143946bd8ef8a1484e827f3c5"><code>5e7542c</code></a> Use the short list-syntax when deconstructing arrays</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/57654010946567d063d231ff0e1ea44e1289f965"><code>5765401</code></a> v0.4.0</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/2ef4049ade6431336dc254434974af81042055e4"><code>2ef4049</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nextcloud/coding-standard/issues/1">#1</a> from nextcloud/enhancement/binary_operator_spaces</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/7924516f944e63bbb69dbf02b710626f42c1a33d"><code>7924516</code></a> Enable binary_operator_spaces</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/1a93da8236d5baa53ba00c36dc4e58bf7e156d06"><code>1a93da8</code></a> Add note about file exclude</li> <li><a href="https://github.com/nextcloud/coding-standard/commit/7b80eb1e1d9404405b5d4968de8a0636ece424b7"><code>7b80eb1</code></a> Recommend --diff</li> <li>See full diff in <a href="https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=nextcloud/coding-standard&package-manager=composer&previous-version=0.3.0&new-version=0.5.0)](https://dependabot.com/compatibility-score/?dependency-name=nextcloud/coding-standard&package-manager=composer&previous-version=0.3.0&new-version=0.5.0) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30:54 +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#463
No description provided.