-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency drupal/core-composer-scaffold to v11 #48
base: develop
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe primary change involves updating the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
e4d73d8
to
3af7a1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
drupal/composer.json (1)
20-20
: Runcomposer update
to synchronize dependencies.The
composer.json
specifiesdrupal/core-composer-scaffold
as version11.0.1
, but thecomposer.lock
still lists it as9.4.7
. This mismatch indicates that the lock file is outdated. Please runcomposer update
to update the lock file and verify compatibility with other dependencies. Ensure thorough testing after updating.Analysis chain
Verify compatibility and test thoroughly.
The
drupal/core-composer-scaffold
dependency has been updated to version11.0.1
. This major version change might introduce breaking changes. Ensure compatibility with other dependencies and thoroughly test the application to confirm that it functions correctly with this update.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of drupal/core-composer-scaffold version 11.0.1 with other dependencies. # Test: List all dependencies and their versions. Expect: No conflicts. composer show --treeLength of output: 98
Script:
#!/bin/bash # Search for the composer.json and composer.lock files to inspect dependencies and versions. # List the contents of composer.json to review dependencies fd composer.json --exec cat # List the contents of composer.lock to review resolved dependencies fd composer.lock --exec catLength of output: 404281
6085120
to
b733f1d
Compare
b733f1d
to
9d176cf
Compare
9d176cf
to
29fa7a1
Compare
29fa7a1
to
ea08d15
Compare
This PR contains the following updates:
9.4.7
->11.0.7
Release Notes
drupal/core-composer-scaffold (drupal/core-composer-scaffold)
v11.0.7
Compare Source
v11.0.6
Compare Source
v11.0.5
Compare Source
v11.0.4
Compare Source
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
v11.0.0
Compare Source
v10.3.8
Compare Source
v10.3.7
Compare Source
v10.3.6
Compare Source
v10.3.5
Compare Source
v10.3.4
Compare Source
v10.3.3
Compare Source
v10.3.2
Compare Source
v10.3.1
Compare Source
v10.3.0
Compare Source
v10.2.10
Compare Source
v10.2.9
Compare Source
v10.2.8
Compare Source
v10.2.7
Compare Source
v10.2.6
Compare Source
v10.2.5
Compare Source
v10.2.4
Compare Source
v10.2.3
Compare Source
v10.2.2
Compare Source
v10.2.1
Compare Source
v10.2.0
Compare Source
v10.1.8
Compare Source
v10.1.7
Compare Source
v10.1.6
Compare Source
v10.1.5
Compare Source
v10.1.4
Compare Source
v10.1.3
Compare Source
v10.1.2
Compare Source
v10.1.1
Compare Source
v10.1.0
Compare Source
v10.0.11
Compare Source
v10.0.10
Compare Source
v10.0.9
Compare Source
v10.0.8
Compare Source
v10.0.7
Compare Source
v10.0.6
Compare Source
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
v9.5.11
Compare Source
v9.5.10
Compare Source
v9.5.9
Compare Source
v9.5.8
Compare Source
v9.5.7
Compare Source
v9.5.6
Compare Source
v9.5.5
Compare Source
v9.5.4
Compare Source
v9.5.3
Compare Source
v9.5.2
Compare Source
v9.5.1
Compare Source
v9.5.0
Compare Source
v9.4.15
Compare Source
v9.4.14
Compare Source
v9.4.13
Compare Source
v9.4.12
Compare Source
v9.4.11
Compare Source
v9.4.10
Compare Source
v9.4.9
Compare Source
v9.4.8
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.