Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/core-recommended requirement from 10.1.6 to 10.1.7 #3000

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Updates the requirements on drupal/core-recommended to permit the latest version.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
drupal/core-recommended [>= 9.3.a, < 9.4]

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

Updates the requirements on [drupal/core-recommended](https:/drupal/core-recommended) to permit the latest version.
- [Commits](drupal/core-recommended@10.1.6...10.1.7)

---
updated-dependencies:
- dependency-name: drupal/core-recommended
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 7, 2023 00:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 7, 2023
@joeparsons joeparsons added the Drupal Waiting on a fix from the Drupal community label Dec 7, 2023
@joeparsons
Copy link
Member

@joeparsons joeparsons added the patch release Issues to be included in the next patch release label Dec 7, 2023
@trackleft
Copy link
Member

Interesting info here: https://git.drupalcode.org/project/drupal/-/commit/841980744f313979cfb92f95a120e60ff94b11e2

      // Variables in double quotes used to leverage fast string concatenation.
      // In PHP 7+ concatenation with variable inside string is the fastest.
      // @see https://blog.blackfire.io/php-7-performance-improvements-encapsed-strings-optimization.html
      // This is being done because the code can run in the critical path.
      return $prefix !== '' ? "{$prefix}.{$this->name}" : $this->name;

@joeparsons joeparsons merged commit 931431a into main Dec 13, 2023
13 checks passed
@joeparsons joeparsons deleted the dependabot/composer/drupal/core-recommended-10.1.7 branch December 13, 2023 17:44
@joeparsons joeparsons added the 2.8.x only To be included in the 2.8 minor release only. label Dec 13, 2023
@joeparsons joeparsons mentioned this pull request Dec 14, 2023
joeparsons pushed a commit that referenced this pull request Dec 14, 2023
Updates the requirements on [drupal/core-recommended](https:/drupal/core-recommended) to permit the latest version.
- [Commits](drupal/core-recommended@10.1.6...10.1.7)

---
updated-dependencies:
- dependency-name: drupal/core-recommended
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@joeparsons joeparsons mentioned this pull request Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.8.x only To be included in the 2.8 minor release only. dependencies Pull requests that update a dependency file Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release php Pull requests that update Php code
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

3 participants