Skip to content

chore(deps): update all non-major dependencies#12

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#12
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@nuxt/image (source) ^0.7.1^0.7.2 age confidence
composer/installers (source) 2.2.02.3.0 age confidence
core-js (source) 3.25.13.48.0 age confidence
drupal/core-composer-scaffold (source) 9.4.59.5.11 age confidence
drupal/core-dev 9.4.59.5.11 age confidence
drupal/core-project-message (source) 9.4.59.5.11 age confidence
drupal/core-recommended 9.4.59.5.11 age confidence
drupal/druxt (source) 1.1.11.2.1 age confidence
drupal/tome (source) ^1.7^1.14.0 age confidence
drush/drush (source) ^11.1^11.6.0 age confidence
druxt-site (source) ^0.13.0^0.14.3 age confidence
nuxt (source) 2.15.82.18.1 age confidence
postcss (source) 8.4.168.5.8 age confidence

Release Notes

nuxt/image (@​nuxt/image)

v0.7.2

Compare Source

composer/installers (composer/installers)

v2.3.0

Compare Source

Added
  • Added recipes for Drupal 10.3+ to DrupalInstaller #​534
  • Added BotbleInstaller #​533
  • Added new Moodle types (communication, forumreport, h5plib, mlbackend, qbank, tiny) #​535
  • Added support for Fork CMS ^6 #​529
  • Added ConcreteCMS installers and types mimicking concrete5 ones #​522
zloirock/core-js (core-js)

v3.48.0

Compare Source

  • Changes v3.47.0...v3.48.0 (126 commits)
  • Map upsert proposal:
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
    • Moved to stable ES, January 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Use CreateDataProperty / CreateDataPropertyOrThrow in some missed cases, #​1497
  • Minor fix / optimization in the RegExp constructor (NCG and dotAll) polyfill
  • Added some more workarounds for a Safari < 13 bug with silent ignore of non-writable array .length
  • Added detection of a Webkit bug: Iterator.prototype.flatMap throws on iterator without return method
  • Added detection of a V8 ~ Chromium < 144 bug: Uint8Array.prototype.setFromHex throws an error on length-tracking views over ResizableArrayBuffer
  • Compat data improvements:

v3.47.0

Compare Source

v3.46.0

Compare Source

v3.45.1

Compare Source

  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping

v3.45.0

Compare Source

v3.44.0

Compare Source

v3.43.0

Compare Source

  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@&#8203;@&#8203;dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@&#8203;@&#8203;asyncDispose]
      • Iterator.prototype[@&#8203;@&#8203;dispose]
      • AsyncIterator.prototype[@&#8203;@&#8203;asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:
    • RegExp.prototype[@&#8203;@&#8203;match]
    • RegExp.prototype[@&#8203;@&#8203;replace]
  • Improved handling of RegExp flags in polyfills of some methods in engines without proper support of RegExp.prototype.flags and without polyfill of this getter
  • Added feature detection for a WebKit bug that occurs when this is updated while Set.prototype.difference is being executed
  • Added feature detection for a WebKit bug that occurs when iterator record of a set-like object isn't called before cloning this in the following methods:
    • Set.prototype.symmetricDifference
    • Set.prototype.union
  • Added feature detection for a bug in V8 ~ Chromium < 126. Following methods should throw an error on invalid iterator:
    • Iterator.prototype.drop
    • Iterator.prototype.filter
    • Iterator.prototype.flatMap
    • Iterator.prototype.map
  • Added feature detection for a WebKit bug: incorrect exception thrown by Iterator.from when underlying iterator's return method is null
  • Added feature detection for a FF bug: incorrect exception thrown by Array.prototype.with when index coercion fails
  • Added feature detection for a WebKit bug: TypedArray.prototype.with should truncate negative fractional index to zero, but instead throws an error
  • Worked around a bug of many different tools (example) with incorrect transforming and breaking JS syntax on getting a method from a number literal
  • Fixed deoptimization of the Promise polyfill in the pure version
  • Added some missed dependencies to /iterator/flat-map entries
  • Some other minor fixes and improvements
  • Compat data improvements:
    • Added Deno 2.3 and Deno 2.3.2 compat data mapping
    • Updated Electron 37 compat data mapping
    • Added Opera Android 90 compat data mapping
    • Error.isError marked not supported in Node because of a bug
    • Set.prototype.difference marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Set.prototype.{ symmetricDifference, union } marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterator.from marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterators closing on early errors in Iterator helpers marked as implemented from FF141
    • Array.prototype.with marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
    • TypedArray.prototype.with marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
    • DisposableStack and AsyncDisposableStack marked as shipped in FF141 (SuppressedError has a bug)
    • AsyncDisposableStack bugs marked as fixed in Deno 2.3.2
    • SuppressedError bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:

v3.41.0

Compare Source

v3.40.0

Compare Source

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency core-js to v3.25.2 chore(deps): update all non-major dependencies Sep 20, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 132ca96 to 752c0ce Compare September 26, 2022 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d7ec995 to 6b18cc0 Compare October 3, 2022 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d7bddd7 to cc60f8f Compare October 12, 2022 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc60f8f to 8247329 Compare October 14, 2022 09:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3abb9e0 to c410c23 Compare October 24, 2022 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c410c23 to e627c35 Compare November 3, 2022 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca2851b to 0de9005 Compare November 13, 2022 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bbb5fc0 to 14b3411 Compare March 21, 2023 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99d07f5 to 623ad7c Compare March 24, 2023 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 623ad7c to 8418717 Compare April 17, 2023 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8418717 to b58762d Compare May 28, 2023 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9eb2384 to 39f0c6c Compare June 11, 2023 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 94b5342 to 220d767 Compare July 6, 2023 01:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 758773d to 982070e Compare November 19, 2023 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ef5e7b9 to e963bea Compare December 5, 2023 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e963bea to 92f86a5 Compare December 29, 2023 00:12
@renovate
Copy link
Contributor Author

renovate bot commented Dec 29, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: drupal/composer.lock
Command failed: composer update drupal/core-composer-scaffold:9.5.11 drupal/core-dev:9.5.11 drupal/core-project-message:9.5.11 drupal/core-recommended:9.5.11 drupal/druxt:1.2.0 drupal/tome:1.12.0 drush/drush:11.6.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - longwave/laminas-diactoros[2.14.2, ..., 2.14.x-dev] require php ^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - drupal/core-recommended 9.5.11 requires longwave/laminas-diactoros ~2.14.2 -> satisfiable by longwave/laminas-diactoros[2.14.2, 2.14.x-dev].
    - Root composer.json requires drupal/core-recommended 9.5.11 -> satisfiable by drupal/core-recommended[9.5.11].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 00bb3f0 to 3959abd Compare January 8, 2024 04:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8727037 to f56e83a Compare January 18, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f56e83a to 26be9c5 Compare January 21, 2024 01:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 060b542 to 55401dd Compare February 7, 2024 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55401dd to a395353 Compare February 14, 2024 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 15da7f3 to f3eabdb Compare March 20, 2024 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3eabdb to 8d351ba Compare April 16, 2024 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d351ba to 58c7353 Compare May 14, 2024 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58c7353 to 930a55a Compare June 14, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ef570e2 to 95f2273 Compare June 28, 2024 12:15
Copy link

@coderabbitai coderabbitai bot left a 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: Update composer.lock to match composer.json for drupal/core-composer-scaffold.

The composer.json specifies drupal/core-composer-scaffold version 9.5.11, but the composer.lock still references version 9.4.5. Ensure that the composer.lock file is updated to reflect the correct version.

  • drupal/composer.lock: Update the drupal/core-composer-scaffold version to 9.5.11.
Analysis chain

Verify compatibility with drupal/core-composer-scaffold 9.5.11.

Ensure that the updated version of drupal/core-composer-scaffold does not introduce breaking changes and is compatible with the existing codebase.


Verify the presence and version of drupal/core-composer-scaffold in composer.json and composer.lock.

Check if there are any references to drupal/core-composer-scaffold in documentation or scripts to ensure compatibility with the updated version.


Locate composer.json and composer.lock files and verify the presence and version of drupal/core-composer-scaffold.

Use fd to find the composer.json and composer.lock files and then search for the drupal/core-composer-scaffold package within them.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `drupal/core-composer-scaffold` 9.5.11 with the existing codebase.

# Test: Search for `drupal/core-composer-scaffold` usage. Expect: No breaking changes.
rg --type php -A 5 'core-composer-scaffold'

Length of output: 43


Script:

#!/bin/bash
# Check for `drupal/core-composer-scaffold` in composer.json and composer.lock
rg 'drupal/core-composer-scaffold' composer.json composer.lock

# Search for references to `drupal/core-composer-scaffold` in documentation and scripts
rg 'core-composer-scaffold' --type md --type sh

Length of output: 218


Script:

#!/bin/bash
# Locate composer.json and composer.lock files
fd composer.json
fd composer.lock

# Once located, search for `drupal/core-composer-scaffold` in these files
fd composer.json --exec rg 'drupal/core-composer-scaffold' {}
fd composer.lock --exec rg 'drupal/core-composer-scaffold' {}

Length of output: 718

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a0b8bbb and 1dd4a0e.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (2)
  • drupal/composer.json (1 hunks)
  • nuxt/package.json (1 hunks)
Additional comments not posted (12)
nuxt/package.json (5)

13-13: Verify compatibility with druxt-site ^0.14.3.

Ensure that the updated version of druxt-site does not introduce breaking changes and is compatible with the existing codebase.


17-17: Verify compatibility with @nuxt/image ^0.7.2.

Ensure that the updated version of @nuxt/image does not introduce breaking changes and is compatible with the existing codebase.

Verification successful

Verify compatibility with @nuxt/image ^0.7.2.

The changelog for @nuxt/image ^0.7.2 does not indicate any breaking changes. The update includes minor enhancements and bug fixes. The usage in nuxt/nuxt.config.js should remain compatible.

  • nuxt/nuxt.config.js
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `@nuxt/image` ^0.7.2 with the existing codebase.

# Test: Search for `@nuxt/image` usage. Expect: No breaking changes.
rg --type js --type ts -A 5 '@nuxt/image'

Length of output: 296


Script:

#!/bin/bash
# Fetch the changelog or release notes for `@nuxt/image` ^0.7.2 to verify compatibility.

# Fetch the changelog URL from the package repository
PACKAGE_NAME="@nuxt/image"
PACKAGE_VERSION="0.7.2"
PACKAGE_URL=$(npm view $PACKAGE_NAME@$PACKAGE_VERSION repository.url)

# Extract the changelog content
curl -s "${PACKAGE_URL%.*}/blob/master/CHANGELOG.md"

Length of output: 217


Script:

#!/bin/bash
# Directly fetch the changelog for `@nuxt/image` from the GitHub repository to verify compatibility.

# Define the GitHub repository URL for `@nuxt/image`
REPO_URL="https://raw.githubusercontent.com/nuxt/image/main/CHANGELOG.md"

# Fetch the changelog content
curl -s $REPO_URL

Length of output: 57694


14-14: Verify compatibility with nuxt 2.18.1.

Ensure that the updated version of nuxt does not introduce breaking changes and is compatible with the existing codebase.


20-20: Verify compatibility with postcss 8.4.41.

Ensure that the updated version of postcss does not introduce breaking changes and is compatible with the existing codebase.


12-12: Verify compatibility with core-js 3.38.0.

Ensure that the updated version of core-js does not introduce breaking changes and is compatible with the existing codebase.

drupal/composer.json (7)

21-21: Verify compatibility with drupal/core-project-message 9.5.11.

Ensure that the updated version of drupal/core-project-message does not introduce breaking changes and is compatible with the existing codebase.

Verification successful

The update to drupal/core-project-message 9.5.11 does not introduce breaking changes.

The references to core-project-message are confined to composer.json and composer.lock files, indicating that it is used for project setup messages rather than runtime behavior. The update is safe and compatible with the existing codebase.

  • drupal/composer.json
  • drupal/composer.lock
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `drupal/core-project-message` 9.5.11 with the existing codebase.

# Test: Search for `drupal/core-project-message` usage. Expect: No breaking changes.
rg --type php -A 5 'core-project-message'

Length of output: 41


Script:

#!/bin/bash
# Description: Verify compatibility of `drupal/core-project-message` 9.5.11 with the existing codebase by searching for its references in various file types.

# Test: Search for `core-project-message` usage in PHP, YAML, and JSON files. Expect: No breaking changes.
rg 'core-project-message' -tphp -tyaml -tjson -A 5

Length of output: 2803


22-22: Verify compatibility with drupal/core-recommended 9.5.11.

Ensure that the updated version of drupal/core-recommended does not introduce breaking changes and is compatible with the existing codebase.


24-24: Verify compatibility with drupal/tome ^1.12.0.

Ensure that the updated version of drupal/tome does not introduce breaking changes and is compatible with the existing codebase.


23-23: Verify compatibility with drupal/druxt 1.2.0.

Ensure that the updated version of drupal/druxt does not introduce breaking changes and is compatible with the existing codebase.


18-18: Verify compatibility with composer/installers 2.3.0.

Ensure that the updated version of composer/installers does not introduce breaking changes and is compatible with the existing codebase.


28-28: Verify compatibility with drupal/core-dev 9.5.11.

Ensure that the updated version of drupal/core-dev does not introduce breaking changes and is compatible with the existing codebase.


25-25: Verify compatibility with drush/drush ^11.6.0.

Ensure that the updated version of drush/drush does not introduce breaking changes and is compatible with the existing codebase.

Verification successful

Verify compatibility with drush/drush ^11.6.0.

The update to drush/drush ^11.6.0 does not introduce breaking changes for the standard Drush commands used in the tome_drush namespace. The commands site-install, pm:enable, tome:import, cache:rebuild, and tome:export should function correctly with the new version.

  • drupal/drush/Commands/contrib/tome_drush/InstallCommands.php: Verified usage of standard Drush commands.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify compatibility of `drush/drush` ^11.6.0 with the existing codebase.

# Test: Search for `drush/drush` usage. Expect: No breaking changes.
rg --type php -A 5 'drush/drush'

Length of output: 32


Script:

#!/bin/bash
# Description: Verify compatibility of `drush/drush` ^11.6.0 with the existing codebase.

# Test 1: Search for `drush/drush` usage in PHP files.
rg --type php 'drush/drush'

# Test 2: Search for `drush/drush` usage in YAML files (common for Drupal configurations).
rg --type yaml 'drush/drush'

# Test 3: Search for `drush/drush` usage in JSON files.
rg --type json 'drush/drush'

# Test 4: Search for `drush/drush` usage in Markdown files (documentation).
rg --type md 'drush/drush'

Length of output: 469


Script:

#!/bin/bash
# Description: Verify compatibility of `drush/drush` ^11.6.0 with the existing codebase.

# Test 1: Search for `tome_drush` commands in PHP files.
rg --type php 'tome_drush'

# Test 2: Search for `tome_drush` configurations in YAML files.
rg --type yaml 'tome_drush'

# Test 3: Search for `tome_drush` references in JSON files.
rg --type json 'tome_drush'

# Test 4: Search for `tome_drush` references in Markdown files (documentation).
rg --type md 'tome_drush'

Length of output: 1000


Script:

#!/bin/bash
# Description: Verify compatibility of `drush/drush` ^11.6.0 with the existing codebase.

# Test 1: Search for command definitions in `InstallCommands.php`.
rg --type php 'function ' drupal/drush/Commands/contrib/tome_drush/InstallCommands.php

# Test 2: Search for usage of `tome_drush` commands in PHP files.
rg --type php 'tome_drush'

# Test 3: Search for `drush` command definitions in the `tome_drush` namespace.
rg --type php 'drush' drupal/drush/Commands/contrib/tome_drush/

Length of output: 1853

Copy link

@coderabbitai coderabbitai bot left a 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

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 1dd4a0e and acb137a.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (2)
  • drupal/composer.json (1 hunks)
  • nuxt/package.json (1 hunks)
Additional comments not posted (11)
nuxt/package.json (5)

17-17: Update to @nuxt/image version ^0.7.2.

The @nuxt/image package has been updated from ^0.7.1 to ^0.7.2. This minor update might include optimizations or small features.


14-14: Update to nuxt version 2.18.1.

The nuxt framework has been updated from 2.15.8 to 2.18.1. Check for any deprecated features or enhancements that might affect your application.


20-20: Update to postcss version 8.4.41.

The postcss package has been updated from 8.4.16 to 8.4.41. Ensure that any plugins or configurations used with PostCSS are compatible with this version.


12-12: Update to core-js version 3.38.1.

This update moves core-js from version 3.25.1 to 3.38.1. Ensure compatibility with any polyfills or features used in your project.


13-13: Update to druxt-site version ^0.14.3.

The druxt-site package has been updated from ^0.13.0 to ^0.14.3. Verify that any new features or changes are compatible with your current setup.

drupal/composer.json (6)

18-18: Update to composer/installers version 2.3.0.

The composer/installers package has been updated from 2.2.0 to 2.3.0. Ensure that any custom installation paths or configurations are still valid.


20-22: Update to Drupal core components.

The following Drupal core components have been updated:

  • drupal/core-composer-scaffold from 9.4.5 to 9.5.11
  • drupal/core-project-message from 9.4.5 to 9.5.11
  • drupal/core-recommended from 9.4.5 to 9.5.11

These updates might include important security fixes and improvements. Ensure compatibility with your existing Drupal setup.


28-28: Update to drupal/core-dev version 9.5.11.

The drupal/core-dev package has been updated from 9.4.5 to 9.5.11. This update might include development tools or testing improvements.


25-25: Update to drush/drush version ^11.6.0.

The drush/drush package has been updated from ^11.1 to ^11.6.0. Verify that any Drush commands or scripts are compatible with this version.


23-23: Update to drupal/druxt version 1.2.0.

The drupal/druxt package has been updated from 1.1.1 to 1.2.0. Review any changes in the API or behavior that might affect your project.


24-24: Update to drupal/tome version ^1.12.0.

The drupal/tome package has been updated from ^1.7 to ^1.12.0. Ensure compatibility with your current setup and any new features introduced.

Copy link

@coderabbitai coderabbitai bot left a 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

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between acb137a and 591aa05.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (2)
  • drupal/composer.json (1 hunks)
  • nuxt/package.json (1 hunks)
Additional comments not posted (13)
nuxt/package.json (5)

12-12: LGTM! But verify the application functionality.

The core-js dependency has been updated to a newer minor version, which may introduce new features or polyfills. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


13-13: LGTM! But verify the application functionality.

The druxt-site dependency has been updated to a newer minor version, which may include enhancements or bug fixes relevant to the Druxt framework. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


14-14: LGTM! But verify the application functionality.

The nuxt dependency has been updated to a newer minor version, which likely brings improvements and new features to the Nuxt.js framework. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


17-17: LGTM! But verify the application functionality.

The @nuxt/image dependency has been updated to a newer patch version, which may include minor updates or fixes. The change is unlikely to cause any issues, but it's still good to verify that the application still works as expected.


20-20: LGTM! But verify the application functionality.

The postcss dependency has been updated to a newer patch version, which could affect the CSS processing capabilities of the project. The change is unlikely to cause any issues, but it's still good to verify that the application still works as expected.

drupal/composer.json (8)

18-18: LGTM! But verify the application functionality.

The composer/installers dependency has been updated to a newer minor version, which may include new features or improvements. The change is unlikely to cause any issues, but it's still good to verify that the application still works as expected.


20-20: LGTM! But verify the application functionality.

The drupal/core-composer-scaffold dependency has been updated to a newer minor version, which may include new features, improvements, and security patches. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


21-21: LGTM! But verify the application functionality.

The drupal/core-project-message dependency has been updated to a newer minor version, which may include new features, improvements, and security patches. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


22-22: LGTM! But verify the application functionality.

The drupal/core-recommended dependency has been updated to a newer minor version, which may include new features, improvements, and security patches. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


23-23: LGTM! But verify the application functionality.

The drupal/druxt dependency has been updated to a newer minor version, which may include new features, improvements, and bug fixes. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


24-24: LGTM! But verify the application functionality.

The drupal/tome dependency has been updated to a newer minor version, which may include new features, improvements, and bug fixes. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


25-25: LGTM! But verify the application functionality.

The drush/drush dependency has been updated to a newer minor version, which may include new features, improvements, and bug fixes. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.


28-28: LGTM! But verify the application functionality.

The drupal/core-dev dependency has been updated to a newer minor version, which may include new features, improvements, and security patches. The change is unlikely to cause any breaking changes, but it's important to verify that the application still works as expected.

Copy link

@coderabbitai coderabbitai bot left a 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

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 591aa05 and afa7bd6.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (2)
  • drupal/composer.json (1 hunks)
  • nuxt/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • drupal/composer.json
  • nuxt/package.json

@renovate
Copy link
Contributor Author

renovate bot commented Jan 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: drupal/composer.lock
Command failed: composer update composer/installers:2.3.0 drupal/core-composer-scaffold:9.5.11 drupal/core-dev:9.5.11 drupal/core-project-message:9.5.11 drupal/core-recommended:9.5.11 drupal/druxt:1.2.1 drupal/tome:1.14.0 drush/drush:11.6.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/core-recommended 9.5.11 (exact version match: 9.5.11 or 9.5.11.0), found drupal/core-recommended[9.5.11] but these were not loaded, because they are affected by security advisories ("PKSA-j4hv-gdkq-8fy8", "PKSA-4txt-syt7-f859", "PKSA-ckr2-ndkc-nts3", "PKSA-vt8m-56zm-d92y", "PKSA-hc46-z535-fjfk", "PKSA-35hc-pd1y-zwpc"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
  Problem 2
    - Root composer.json requires drupal/core-dev 9.5.11 -> satisfiable by drupal/core-dev[9.5.11].
    - Root composer.json requires drupal/tome ^1.14.0 -> satisfiable by drupal/tome[1.14.0].
    - Root composer.json requires drush/drush ^11.6.0 -> satisfiable by drush/drush[11.6.0].
    - drupal/core 10.0.x-dev requires symfony/dependency-injection ^6.2 -> satisfiable by symfony/dependency-injection[v6.2.0-BETA1, ..., 6.4.x-dev].
    - drupal/core 10.1.x-dev requires symfony/dependency-injection ^6.3 -> satisfiable by symfony/dependency-injection[v6.3.0-BETA1, ..., 6.4.x-dev].
    - drupal/core[10.2.x-dev, ..., 10.6.x-dev, 11.0.x-dev, ..., 11.2.x-dev] conflict with drush/drush <12.4.3.
    - drupal/core 11.3.0-rc1 requires drupal/core-composer-scaffold 11.3.0-rc1 -> found drupal/core-composer-scaffold[11.3.0-rc1] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.0-rc2 requires drupal/core-composer-scaffold 11.3.0-rc2 -> found drupal/core-composer-scaffold[11.3.0-rc2] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.0-alpha1 requires drupal/core-composer-scaffold 11.3.0-alpha1 -> found drupal/core-composer-scaffold[11.3.0-alpha1] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.0-beta1 requires drupal/core-composer-scaffold 11.3.0-beta1 -> found drupal/core-composer-scaffold[11.3.0-beta1] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.0 requires drupal/core-composer-scaffold 11.3.0 -> found drupal/core-composer-scaffold[11.3.0] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.1 requires drupal/core-composer-scaffold 11.3.1 -> found drupal/core-composer-scaffold[11.3.1] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.2 requires drupal/core-composer-scaffold 11.3.2 -> found drupal/core-composer-scaffold[11.3.2] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.3 requires drupal/core-composer-scaffold 11.3.3 -> found drupal/core-composer-scaffold[11.3.3] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.4 requires drupal/core-composer-scaffold 11.3.4 -> found drupal/core-composer-scaffold[11.3.4] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.5 requires drupal/core-composer-scaffold 11.3.5 -> found drupal/core-composer-scaffold[11.3.5] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.3.x-dev requires drupal/core-composer-scaffold 11.3.x-dev -> found drupal/core-composer-scaffold[11.3.x-dev] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 11.x-dev requires drupal/core-composer-scaffold 11.x-dev -> found drupal/core-composer-scaffold[11.x-dev] but it conflicts with your root composer.json require (9.5.11).
    - drupal/core 9.0.x-dev requires php ^7.3 -> your php version (8.5.4) does not satisfy that requirement.
    - drupal/core[9.1.x-dev, ..., 9.3.x-dev] require laminas/laminas-diactoros ^2.1 -> satisfiable by longwave/laminas-diactoros[2.14.x-dev], laminas/laminas-diactoros[2.4.x-dev, ..., 2.26.x-dev].
    - drupal/core[9.4.x-dev, ..., 9.5.x-dev] require longwave/laminas-diactoros ^2.14 -> satisfiable by longwave/laminas-diactoros[2.14.x-dev].
    - drupal/core-dev 9.5.11 requires symfony/finder ^4.4 -> satisfiable by symfony/finder[v4.4.0-BETA1, ..., 4.4.x-dev].
    - drupal/tome 1.14.0 requires drupal/core ^9 || ^10 || ^11 -> satisfiable by drupal/core[9.0.x-dev, ..., 9.5.x-dev, 10.0.x-dev, ..., 10.6.x-dev, 11.0.x-dev, ..., 11.x-dev].
    - laminas/laminas-diactoros[2.7.x-dev, ..., 2.14.x-dev] require php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.5.4) does not satisfy that requirement.
    - laminas/laminas-diactoros[2.15.x-dev, ..., 2.17.x-dev] require php ^7.4 || ~8.0.0 || ~8.1.0 -> your php version (8.5.4) does not satisfy that requirement.
    - laminas/laminas-diactoros[2.18.1, ..., 2.25.x-dev] require php ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.5.4) does not satisfy that requirement.
    - laminas/laminas-diactoros[2.26.0, ..., 2.26.x-dev] require php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.5.4) does not satisfy that requirement.
    - laminas/laminas-diactoros 2.4.x-dev requires php ^7.1 -> your php version (8.5.4) does not satisfy that requirement.
    - laminas/laminas-diactoros[2.5.x-dev, ..., 2.6.x-dev] require php ^7.3 || ~8.0.0 -> your php version (8.5.4) does not satisfy that requirement.
    - longwave/laminas-diactoros 2.14.x-dev requires php ^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.5.4) does not satisfy that requirement.
    - symfony/dependency-injection[v6.2.0-BETA1, ..., 6.4.x-dev] conflict with symfony/finder <5.4.
    - symfony/finder[v4.4.0-BETA1, ..., v4.4.10] require php ^7.1.3 -> your php version (8.5.4) does not satisfy that requirement.
    - Conclusion: don't install symfony/finder v4.4.44 (conflict analysis result)

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants