Skip to content

Update all non-major dependencies#4

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

Update all non-major dependencies#4
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Feb 23, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@nuxtjs/storybook (source) 4.2.04.3.2 age confidence
composer/installers (source) 2.0.12.3.0 age confidence
core-js (source) 3.21.13.49.0 age confidence
drupal/core-composer-scaffold (source) 9.3.69.5.11 age confidence
drupal/core-dev 9.3.69.5.11 age confidence
drupal/core-project-message (source) 9.3.69.5.11 age confidence
drupal/druxt (source) 1.1.11.2.1 age confidence
drupal/tome (source) ^1.5^1.14.0 age confidence
drush/drush (source) ^11.0^11.6.0 age confidence
druxt-site (source) 0.11.00.14.3 age confidence

Release Notes

nuxt-modules/storybook (@​nuxtjs/storybook)

v4.3.2

Compare Source

🏡 Chore

  • upgrade to Storybook v6.5.6

v4.3.1

Compare Source

🐛 Bug Fixes
  • Undefined render args argument (#​378)
  • keep NODE_ENV set by users (#​383)
💖 Thanks to

v4.3.0

Compare Source

🚀 Features
🐛 Bug Fixes
📝 Docs & Examples
💖 Thanks to
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

v2.2.0

Compare Source

Added

v2.1.1

Compare Source

Fixed
  • Fixed TastyIgniter parsing of extra data to use the package being installed instead of the root package (#​507)

v2.1.0

Compare Source

Added
  • Added new types (antivirus, customfield, contenttype, dataformat, media, paygw) for Moodle (#​497)
  • Added new tastyigniter-module type to TastyIgniter (#​503)
  • Added new extra.plugin-modifies-install-path to composer/installers for Composer 2.3 support, see docs if you are writing your own custom installer plugin.
zloirock/core-js (core-js)

v3.49.0

Compare Source

  • Changes v3.48.0...v3.49.0 (373 commits)
  • Iterator.range updated following the actual spec version
    • Throw a RangeError on NaN start / end / step
    • Allow null as optionOrStep
  • Improved accuracy of Math.{ asinh, atanh } polyfills with big and small values
  • Improved accuracy of Number.prototype.toExponential polyfills with big and small values
  • Improved performance of atob, btoa, Uint8Array.fromHex, Uint8Array.prototype.setFromHex, and Uint8Array.prototype.toHex, #​1503, #​1464, #​1510, thanks @​johnzhou721
  • Minor performance optimization polyfills of methods from Map upsert proposal
  • Polyfills of methods from Map upsert proposal from the pure version made generic to make it work with polyfilled and native collections
  • Wrap Symbol.for in Symbol.prototype.description polyfill for correct handling of empty string descriptions
  • Fixed a modern Safari bug in Array.prototype.includes with sparse arrays and fromIndex
  • Fixed one more case (Iterator.prototype.take) of a V8 ~ Chromium < 126 bug
  • Forced replacement of Iterator.{ concat, zip, zipKeyed } in the pure version for ensuring proper wrapped Iterator instances as the result
  • Fixed proxying .return() on exhausted iterator from some methods of iterator helpers polyfill to the underlying iterator
  • Fixed double .return() calling in case of throwing error in this method in the internal iterate helper that affected some polyfills
  • Fixed closing iterator on IteratorValue errors in the internal iterate helper that affected some polyfills
  • Fixed iterator closing in Array.from polyfill on failure to create array property
  • Fixed order of arguments validation in Array.fromAsync polyfill
  • Fixed a lack of counter validation on MAX_SAFE_INTEGER in Array.fromAsync polyfill
  • Fixed order of arguments validation in Array.prototype.flat polyfill
  • Fixed handling strings as iterables in Iterator.{ zip, zipKeyed } polyfills
  • Fixed some cases of iterators closing in Iterator.{ zip, zipKeyed } polyfills
  • Fixed validation of iterators .next() results an objects in Iterator.{ zip, zipKeyed } polyfills
  • Fixed a lack of early error in Iterator.concat polyfill on primitive as an iterator
  • Fixed buffer mutation exposure in Iterator.prototype.windows polyfill
  • Fixed iterator closing in Set.prototype.{ isDisjointFrom, isSupersetOf } polyfill
  • Fixed (updated following the final spec) one more case Set.prototype.difference polyfill with updating this
  • Fixed DataView.prototype.setFloat16 polyfill in (0, 1) range
  • Fixed order of arguments validation in String.prototype.{ padStart, padEnd } polyfills
  • Fixed order of arguments validation in String.prototype.{ startsWith, endsWith } polyfills
  • Fixed some cases of Infinity handling in String.prototype.substr polyfill
  • Fixed String.prototype.repeat polyfill with a counter exceeding 2 ** 32
  • Fixed some cases of chars case in escape polyfill
  • Fixed named backreferences in RegExp NCG polyfill
  • Fixed some cases of RegExp NCG polyfill in combination with other types of groups
  • Fixed some cases of RegExp NCG polyfill in combination with dotAll
  • Fixed String.prototype.replace with sticky polyfill, #​810, #​1514
  • Fixed RegExp sticky polyfill with alternation
  • Fixed handling of some line terminators in case of multiline + sticky mode in RegExp polyfill
  • Fixed .input slicing on result object with RegExp sticky mode polyfill
  • Fixed handling of empty groups with global and unicode modes in polyfills
  • Fixed URLSearchParam.prototype.delete polyfill with duplicate key-value pairs
  • Fixed possible removal of unnecessary entries in URLSearchParam.prototype.delete polyfill with second argument
  • Fixed an error in some cases of non-special URLs without a path in the URL polyfill
  • Fixed some percent encode cases / character sets in the URL polyfill
  • Fixed parsing of non-IPv4 hosts ends in a number in the URL polyfill
  • Fixed some cases of '' and null host handling in the URL polyfill
  • Fixed host parsing with hostname = host:port in the URL polyfill
  • Fixed host inheritance in some cases of file scheme in the URL polyfill
  • Fixed block of protocol change for file with empty host in the URL polyfill
  • Fixed invalid code points handling in UTF-8 decode in the URLSearchParams polyfill
  • Fixed some cases of serialization in URL polyfill (/. prefix for non-special URLs with null host and path starting with empty segment)
  • Fixed URL polyfill .origin getter with blob scheme
  • Fixed a lack of error in URLSearchParams.prototype.set polyfill on calling only with 1 argument
  • Fixed handling invalid UTF-8 continuation bytes in URLSearchParams polyfill
  • Fixed incomplete sequences with out-of-range continuation bytes handling in URLSearchParams polyfill
  • Fixed allowing unexpected symbols in scheme in the URL polyfill
  • Fixed repeated ToPropertyKey calling in Reflect.{ get, set, deleteProperty } polyfills
  • Fixed Reflect.set polyfill with some descriptors cases
  • Fixed Reflect.set polyfill with some non-extensible receiver cases
  • Fixed the order of Reflect.construct polyfill arguments validation (observable only in the error message)
  • Fixed a lack of error in Reflect.defineProperty polyfill with malformed descriptor
  • Fixed a lack of error in JSON.parse polyfill on unterminated object and array literals
  • Fixed a lack of error in JSON.parse polyfill on numbers with ., but without a fraction part
  • Fixed a lack of error on \u{} in String.dedent polyfill
  • Fixed some cases of hex escaping in the end of string in String.dedent polyfill
  • Fixed %AsyncFromSyncIteratorPrototype% to make it a little stricter
  • Fixed counter in some cases of some AsyncIterator methods
  • Fixed order of async iterators closing
  • Fixed iterator closing in AsyncIterator.prototype.flatMap polyfill
  • Fixed iterator closing in AsyncIterator.prototype.map polyfill on error in underlying iterator .next()
  • Fixed iterator closing in AsyncIterator.prototype.take polyfill with return: null
  • Fixed validation .return() result as object in AsyncIterator.prototype.take polyfill
  • Fixed a lack of error in structuredClone polyfill on attempt to transfer multiple objects, some of which are non-transferable
  • Fixed resizable ArrayBuffer transferring where newByteLength exceeds the original maxByteLength
  • Fixed possible loss of symbol enumerability in Object.defineProperty in Symbol polyfill
  • Fixed return value of Object.defineProperty in Symbol polyfill in Android ~ 2
  • Fixed order of %TypedArray%.from arguments validation
  • Fixed a lack of error on passing an ArrayBuffer and a negative length to the %TypedArray% and DataView constructors polyfills
  • Fixed some cases of @@&#8203;toStringTag on %TypedArray% polyfill
  • Fixed some cases of ToUint8Clamp conversion
  • Fixed NaN handling in Date.prototype.setYear polyfill
  • Fixed false positive on a WeakMap validation in the pure version
  • Fixed some minor { Map, Set }.prototype.forEach moments in the pure version
  • Fixed possible error in Array.isTemplateObject polyfill on frozen array
  • Fixed semantics of Observable.from with multiple subscriptions of the obsolete ECMAScript Observable proposal polyfill
  • Fixed handling of ending zeroes in the fraction part in Number.fromString polyfill
  • Fixed esmodules: intersect option of core-js-compat
  • Fixed a lack of reactnative alias in core-js-compat types
  • Fixed a minor logical bug in the debugging output of core-js-builder
  • Fixed ignorance of the obsolete blacklist option of core-js-builder - it should be removed only in the next major release
  • In case of bugs in String.prototype.{ match, matchAll, replace, split } in modern engines, add s, d and v flag support to polyfills of those methods
  • Just in case, added an extra input string validation to the polyfill of obsolete Number.fromString proposals
  • Simplified iOS detection
  • Many minor stylistic fixes and optimizations
  • Compat data improvements:

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


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 force-pushed the renovate/all-minor-patch branch from db9570a to 2310194 Compare February 24, 2022 23:11
@renovate renovate bot changed the title Update dependency druxt-site to v0.11.1 Update all non-major dependencies Feb 24, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dc05dca to e6cfe11 Compare March 5, 2022 15:59
@Decipher Decipher self-requested a review March 5, 2022 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6cfe11 to 1ce1ef6 Compare March 7, 2022 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fa7f275 to 62bf114 Compare March 21, 2022 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8a5e3bb to 65dcbf8 Compare April 20, 2022 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 27b4729 to e43f557 Compare April 24, 2022 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e43f557 to a4fe310 Compare May 16, 2022 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c6665f to 6f9f6e4 Compare June 23, 2022 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f9f6e4 to 7f19116 Compare September 8, 2022 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f19116 to 1418cba Compare September 25, 2022 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1418cba to eb89191 Compare November 20, 2022 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from abe545d to c27b56f Compare March 17, 2023 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c27b56f to 0f2346a Compare March 20, 2023 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e98274 to 1ece9cc Compare August 29, 2023 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ece9cc to b5c31a9 Compare September 8, 2023 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 39c44a0 to 8740bd8 Compare September 21, 2023 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 27aa9a2 to 3b6a0b3 Compare October 2, 2023 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d8b40da to 8c2d1d9 Compare October 25, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8c2d1d9 to a35a73a Compare November 1, 2023 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a35a73a to a2beebc Compare November 20, 2023 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e99838b to 16c21e3 Compare December 6, 2023 08:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16c21e3 to 64ae6b2 Compare December 29, 2023 08:34
@renovate
Copy link
Copy Markdown
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 composer/installers:2.2.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.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 2e21d6c to a7fd320 Compare January 13, 2024 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7fd320 to fc02534 Compare January 21, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc02534 to 124d3d5 Compare February 15, 2024 05:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 124d3d5 to 880c9ad Compare March 20, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 880c9ad to 4f8b0a6 Compare April 17, 2024 05:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f8b0a6 to 5aa886c Compare May 23, 2024 02:38
@renovate
Copy link
Copy Markdown
Author

renovate bot commented May 23, 2024

⚠️ 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/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
    - drupal/core-recommended is locked to version 9.3.6 and an update of this package was not requested.
    - drupal/core-recommended 9.3.6 requires drupal/core 9.3.6 -> found drupal/core[9.3.6] but these were not loaded, because they are affected by security advisories ("SA-CORE-2022-005", "SA-CORE-2022-006", "SA-CORE-2022-008", "SA-CORE-2022-009", "SA-CORE-2022-010", "SA-CORE-2022-011", "SA-CORE-2022-012", "SA-CORE-2022-013", "SA-CORE-2022-014", "SA-CORE-2022-015", "SA-CORE-2022-016", "SA-CORE-2023-001", "SA-CORE-2023-002", "SA-CORE-2023-003", "SA-CORE-2023-004", "SA-CORE-2023-005", "SA-CORE-2023-006", "SA-CORE-2024-001", "SA-CORE-2024-003", "SA-CORE-2024-004", "SA-CORE-2024-006", "SA-CORE-2024-007", "SA-CORE-2024-008", "SA-CORE-2025-001", "SA-CORE-2025-002", "SA-CORE-2025-003", "SA-CORE-2025-004", "SA-CORE-2025-007", "SA-CORE-2025-008", "SA-CORE-2025-005", "SA-CORE-2025-006", "PKSA-d8tb-wwz2-ctxk", "PKSA-dh1f-zjm5-qg8y", "PKSA-bn52-vyzy-rmnm", "PKSA-xj83-g6g8-41vf", "PKSA-s1zc-gcfk-ddw5", "PKSA-ctyc-dmct-npkz", "PKSA-42zc-x5ss-z64p", "PKSA-s6zc-mws4-ngh4", "PKSA-xd2s-f2mt-7tf3", "PKSA-g51h-n1x3-mszr", "PKSA-jthw-vxjy-kxnx", "PKSA-ts55-c66h-g96n", "PKSA-yjvc-rnsz-8n3c", "PKSA-styk-3knc-d1bt", "PKSA-2gfj-5sh8-j3c5", "PKSA-qvwm-3y4s-nttg", "PKSA-my7h-svxh-5q3g", "PKSA-h7d4-5mdz-2965", "PKSA-fpcy-trdp-tpy2", "PKSA-zbq2-x219-h8gz", "PKSA-4j5n-cxxv-ptjc", "PKSA-7q72-qds7-4xyv", "PKSA-hy6y-p19f-b5kf", "PKSA-gkkw-qh7h-5181"). 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/druxt 1.2.1 -> satisfiable by drupal/druxt[1.2.1].
    - drupal/druxt 1.2.1 requires drupal/core ^8.8 || ^9 || ^10 || ^11 -> found drupal/core[8.8.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.6.x-dev, 11.0.0-alpha1, ..., 11.x-dev] but these were not loaded, because they are affected by security advisories ("SA-CORE-2019-009", "SA-CORE-2019-010", "SA-CORE-2019-012", "SA-CORE-2019-011", "SA-CORE-2020-001", "SA-CORE-2020-002", "SA-CORE-2020-004", "SA-CORE-2020-005", "SA-CORE-2020-006", "SA-CORE-2020-007", "SA-CORE-2020-009", "SA-CORE-2020-010", "SA-CORE-2020-008", "SA-CORE-2020-011", "SA-CORE-2020-012", "SA-CORE-2020-013", "SA-CORE-2021-001", "SA-CORE-2021-002", "SA-CORE-2021-003", "SA-CORE-2021-004", "SA-CORE-2021-005", "SA-CORE-2021-006", "SA-CORE-2021-007", "SA-CORE-2021-008", "SA-CORE-2021-009", "SA-CORE-2021-010", "SA-CORE-2021-011", "SA-CORE-2022-001", "SA-CORE-2022-003", "SA-CORE-2022-004", "SA-CORE-2022-005", "SA-CORE-2022-006", "SA-CORE-2022-008", "SA-CORE-2022-009", "SA-CORE-2022-010", "SA-CORE-2022-011", "SA-CORE-2022-012", "SA-CORE-2022-013", "SA-CORE-2022-014", "SA-CORE-2022-015", "SA-CORE-2022-016", "SA-CORE-2023-001", "SA-CORE-2023-002", "SA-CORE-2023-003", "SA-CORE-2023-004", "SA-CORE-2023-005", "SA-CORE-2023-006", "SA-CORE-2024-001", "SA-CORE-2024-002", "SA-CORE-2024-003", "SA-CORE-2024-004", "SA-CORE-2024-006", "SA-CORE-2024-007", "SA-CORE-2024-008", "SA-CORE-2025-001", "SA-CORE-2025-002", "SA-CORE-2025-003", "SA-CORE-2025-004", "SA-CORE-2025-007", "SA-CORE-2025-008", "SA-CORE-2025-005", "SA-CORE-2025-006", "PKSA-d8tb-wwz2-ctxk", "PKSA-dh1f-zjm5-qg8y", "PKSA-bn52-vyzy-rmnm", "PKSA-xj83-g6g8-41vf", "PKSA-s1zc-gcfk-ddw5", "PKSA-ctyc-dmct-npkz", "PKSA-42zc-x5ss-z64p", "PKSA-s6zc-mws4-ngh4", "PKSA-xd2s-f2mt-7tf3", "PKSA-g51h-n1x3-mszr", "PKSA-jthw-vxjy-kxnx", "PKSA-ts55-c66h-g96n", "PKSA-yjvc-rnsz-8n3c", "PKSA-q8r5-cgs2-dxxk", "PKSA-mh8z-kh9f-vv4z", "PKSA-styk-3knc-d1bt", "PKSA-2gfj-5sh8-j3c5", "PKSA-qvwm-3y4s-nttg", "PKSA-my7h-svxh-5q3g", "PKSA-h7d4-5mdz-2965", "PKSA-fpcy-trdp-tpy2", "PKSA-zbq2-x219-h8gz", "PKSA-4j5n-cxxv-ptjc", "PKSA-7q72-qds7-4xyv", "PKSA-hy6y-p19f-b5kf", "PKSA-gkkw-qh7h-5181", "PKSA-cp8p-f15s-htbt", "PKSA-72rg-qbp7-873g", "PKSA-2tvs-gcpz-cmm6", "PKSA-46zx-gs68-q4zv", "PKSA-4q53-3jd6-45wg", "PKSA-njy4-5vnq-bx5f", "PKSA-s6ck-qn9j-xnqf", "PKSA-6dxs-yv9z-8twp", "PKSA-bc4x-jnrh-4k6w", "PKSA-7zvx-63nf-7nkj", "PKSA-kjgx-r4v3-961f", "PKSA-77t6-rxnw-bfjm", "PKSA-jknr-sjbw-zn24", "PKSA-1k26-dn58-yzpc", "PKSA-69gr-9b59-5f99", "PKSA-c6qk-kgrx-8q42", "PKSA-ggc3-34xd-zmzd", "PKSA-j215-hxck-vk25", "PKSA-jkzg-rr1r-vmvy", "PKSA-5wmm-s575-4sjg", "PKSA-yxnf-v37t-gh27", "PKSA-rb2t-qsk8-f792", "PKSA-vcbr-zg2g-wfsp", "PKSA-n8hw-tywm-xrh7", "PKSA-mw8j-f3jc-m8zf", "PKSA-xv6s-sqg3-tq2g"). 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 3
    - Root composer.json requires drupal/tome ^1.14.0 -> satisfiable by drupal/tome[1.14.0].
    - drupal/tome 1.14.0 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.6.x-dev, 11.0.0-alpha1, ..., 11.x-dev] but these were not loaded, because they are affected by security advisories ("SA-CORE-2020-004", "SA-CORE-2020-005", "SA-CORE-2020-006", "SA-CORE-2020-007", "SA-CORE-2020-009", "SA-CORE-2020-010", "SA-CORE-2020-008", "SA-CORE-2020-011", "SA-CORE-2020-012", "SA-CORE-2020-013", "SA-CORE-2021-001", "SA-CORE-2021-002", "SA-CORE-2021-003", "SA-CORE-2021-004", "SA-CORE-2021-005", "SA-CORE-2021-006", "SA-CORE-2021-007", "SA-CORE-2021-008", "SA-CORE-2021-009", "SA-CORE-2021-010", "SA-CORE-2021-011", "SA-CORE-2022-001", "SA-CORE-2022-003", "SA-CORE-2022-004", "SA-CORE-2022-005", "SA-CORE-2022-006", "SA-CORE-2022-008", "SA-CORE-2022-009", "SA-CORE-2022-010", "SA-CORE-2022-011", "SA-CORE-2022-012", "SA-CORE-2022-013", "SA-CORE-2022-014", "SA-CORE-2022-015", "SA-CORE-2022-016", "SA-CORE-2023-001", "SA-CORE-2023-002", "SA-CORE-2023-003", "SA-CORE-2023-004", "SA-CORE-2023-005", "SA-CORE-2023-006", "SA-CORE-2024-001", "SA-CORE-2024-002", "SA-CORE-2024-003", "SA-CORE-2024-004", "SA-CORE-2024-006", "SA-CORE-2024-007", "SA-CORE-2024-008", "SA-CORE-2025-001", "SA-CORE-2025-002", "SA-CORE-2025-003", "SA-CORE-2025-004", "SA-CORE-2025-007", "SA-CORE-2025-008", "SA-CORE-2025-005", "SA-CORE-2025-006", "PKSA-d8tb-wwz2-ctxk", "PKSA-dh1f-zjm5-qg8y", "PKSA-bn52-vyzy-rmnm", "PKSA-xj83-g6g8-41vf", "PKSA-s1zc-gcfk-ddw5", "PKSA-ctyc-dmct-npkz", "PKSA-42zc-x5ss-z64p", "PKSA-s6zc-mws4-ngh4", "PKSA-xd2s-f2mt-7tf3", "PKSA-g51h-n1x3-mszr", "PKSA-jthw-vxjy-kxnx", "PKSA-ts55-c66h-g96n", "PKSA-yjvc-rnsz-8n3c", "PKSA-q8r5-cgs2-dxxk", "PKSA-mh8z-kh9f-vv4z", "PKSA-styk-3knc-d1bt", "PKSA-2gfj-5sh8-j3c5", "PKSA-qvwm-3y4s-nttg", "PKSA-my7h-svxh-5q3g", "PKSA-h7d4-5mdz-2965", "PKSA-fpcy-trdp-tpy2", "PKSA-zbq2-x219-h8gz", "PKSA-4j5n-cxxv-ptjc", "PKSA-7q72-qds7-4xyv", "PKSA-hy6y-p19f-b5kf", "PKSA-gkkw-qh7h-5181", "PKSA-cp8p-f15s-htbt", "PKSA-72rg-qbp7-873g", "PKSA-2tvs-gcpz-cmm6", "PKSA-46zx-gs68-q4zv", "PKSA-4q53-3jd6-45wg", "PKSA-njy4-5vnq-bx5f", "PKSA-s6ck-qn9j-xnqf", "PKSA-6dxs-yv9z-8twp", "PKSA-bc4x-jnrh-4k6w", "PKSA-7zvx-63nf-7nkj", "PKSA-kjgx-r4v3-961f", "PKSA-77t6-rxnw-bfjm", "PKSA-jknr-sjbw-zn24", "PKSA-1k26-dn58-yzpc", "PKSA-69gr-9b59-5f99", "PKSA-c6qk-kgrx-8q42", "PKSA-ggc3-34xd-zmzd", "PKSA-j215-hxck-vk25", "PKSA-jkzg-rr1r-vmvy", "PKSA-5wmm-s575-4sjg"). 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 4
    - Root composer.json requires drush/drush ^11.6.0 -> satisfiable by drush/drush[11.6.0].
    - drush/drush 11.6.0 requires guzzlehttp/guzzle ^6.5 || ^7.0 -> found guzzlehttp/guzzle[6.5.0, ..., 6.5.x-dev, 7.0.0-beta.1, ..., 7.10.x-dev] but these were not loaded, because they are affected by security advisories ("PKSA-yfw5-9gnj-n2c7", "PKSA-k1b4-kshy-xgbh", "PKSA-2z36-j4q9-rsfy", "PKSA-fvw5-9t6n-nwvr", "PKSA-6d8m-6kgw-18zr"). 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 5
    - drupal-tome/tome_drush is locked to version dev-feature/3-drush_11 and an update of this package was not requested.
    - drupal-tome/tome_drush dev-feature/3-drush_11 requires drush/drush ^9.6.0 || ^10.0 || ^11.0 -> satisfiable by drush/drush[11.6.0].
    - drush/drush 11.6.0 requires guzzlehttp/guzzle ^6.5 || ^7.0 -> found guzzlehttp/guzzle[6.5.0, ..., 6.5.x-dev, 7.0.0-beta.1, ..., 7.10.x-dev] but these were not loaded, because they are affected by security advisories ("PKSA-yfw5-9gnj-n2c7", "PKSA-k1b4-kshy-xgbh", "PKSA-2z36-j4q9-rsfy", "PKSA-fvw5-9t6n-nwvr", "PKSA-6d8m-6kgw-18zr"). 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.

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 from 5aa886c to ccd39a6 Compare June 15, 2024 11:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 931f9bb to f5af8fe Compare June 29, 2024 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5af8fe to 0e8eb72 Compare August 5, 2024 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e8eb72 to 513eb77 Compare August 20, 2024 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 513eb77 to 67f9886 Compare October 31, 2024 23:45
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