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

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
bootstrap-vue (source) ^2.22.0 -> ^2.23.1 age adoption passing confidence dependencies minor
centarro/certified-projects (source) ^1.0 -> ^1.0.4 age adoption passing confidence require patch
composer/installers (source) ^2.0 -> ^2.2.0 age adoption passing confidence require patch
core-js (source) 3.25.1 -> 3.37.1 age adoption passing confidence dependencies minor
cweagans/composer-patches ^1.7 -> ^1.7.3 age adoption passing confidence require patch
drupal/core-composer-scaffold (source) ^9.4 -> ^9.5.11 age adoption passing confidence require minor
drupal/core-dev ^9.4 -> ^9.5.11 age adoption passing confidence require-dev minor
drupal/core-dev ^9.4 -> ^9.5.11 age adoption passing confidence require minor
drupal/druxt (source) ^1.1 -> ^1.2.0 age adoption passing confidence require minor
drush/drush (source) ^11.1 -> ^11.6.0 age adoption passing confidence require minor
druxt-site (source) ^0.13.0 -> ^0.14.3 age adoption passing confidence dependencies minor
nuxt (source) 2.15.8 -> 2.17.3 age adoption passing confidence dependencies minor
php >=7.3 -> >=7.4.33 age adoption passing confidence require minor
vlucas/phpdotenv ^5.4 -> ^5.6.0 age adoption passing confidence require minor
webflo/drupal-finder ^1.2 -> ^1.3.0 age adoption passing confidence require minor

Release Notes

bootstrap-vue/bootstrap-vue (bootstrap-vue)

v2.23.1

Compare Source

Bug Fixes
  • correctly pass parent relations for Vue.js2
    (58e2d7e)

v2.23.0

Compare Source

Bug Fixes
Other v2.23.0
centarro/certified-projects (centarro/certified-projects)

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

zloirock/core-js (core-js)

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source

v3.35.1

Compare Source

v3.35.0

Compare Source

v3.34.0

Compare Source

v3.33.3

Compare Source

v3.33.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:

v3.33.1

Compare Source

v3.33.0

Compare Source

v3.32.2

Compare Source

  • Fixed structuredClone feature detection core-js@3.32.1 bug, #​1288
  • Added a workaround of old WebKit + eval bug, #​1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping

v3.32.1

Compare Source

  • Fixed some cases of IEEE754 rounding, #​1279, thanks @​petamoriken
  • Prevented injection process polyfill to core-js via some bundlers or esm.sh, #​1277
  • Some minor fixes and stylistic changes
  • Compat data improvements:

v3.32.0

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source

v3.30.2

Compare Source

  • Added a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • Added protection from Terser unsafe String optimization, #​1242
  • Added a workaround for getting proper global object in Figma plugins, #​1231
  • Compat data improvements:

v3.30.1

Compare Source

v3.30.0

Compare Source

v3.29.1

Compare Source

v3.29.0

Compare Source

  • Added URLSearchParams.prototype.size getter, url/734
  • Allowed cloning resizable ArrayBuffers in the structuredClone polyfill
  • Fixed wrong export in /(stable|actual|full)/instance/unshift entries, #​1207
  • Compat data improvements:
    • Set methods proposal marked as supported from Bun 0.5.7
    • String.prototype.toWellFormed marked as fixed from Bun 0.5.7
    • Added Deno 1.31 compat data mapping

v3.28.0

Compare Source

3.28.0 - 2023.02.14

v3.27.2

Compare Source

  • Set methods proposal updates:
    • Closing of iterators of Set-like objects on early exit, proposal-set-methods/85
    • Some other minor internal changes
  • Added one more workaround of a webpack dev server bug on IE global methods, #​1161
  • Fixed possible String.{ raw, cooked } error with empty template array
  • Used non-standard V8 Error.captureStackTrace instead of stack parsing in new error classes / wrappers where it's possible
  • Added detection correctness of iteration to Promise.{ allSettled, any } feature detection, Hermes issue
  • Compat data improvements:
    • Change Array by copy proposal marked as supported from V8 ~ Chrome 110
    • Added Samsung Internet 20 compat data mapping
    • Added Quest Browser 25 compat data mapping
    • Added React Native 0.71 Hermes compat data
    • Added Electron 23 and 24 compat data mapping
    • self marked as fixed in Deno 1.29.3, deno/17362
  • Minor tweaks of minification settings for core-js-bundle
  • Refactoring, some minor fixes, improvements, optimizations

v3.27.1

Compare Source

  • Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as WeakMap keys
  • Fixing of the previous bug also fixes some cases of String.dedent in MS Edge
  • Fixed dependencies of some entries

v3.27.0

Compare Source

  • Iterator Helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • 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
        • Iterator.prototype.toArray
        • Iterator.prototype.toAsync
        • Iterator.prototype[@​@​toStringTag]
      • AsyncIterator
        • AsyncIterator.from
        • AsyncIterator.prototype.drop
        • AsyncIterator.prototype.every
        • AsyncIterator.prototype.filter
        • AsyncIterator.prototype.find
        • AsyncIterator.prototype.flatMap
        • AsyncIterator.prototype.forEach
        • AsyncIterator.prototype.map
        • AsyncIterator.prototype.reduce
        • AsyncIterator.prototype.some
        • AsyncIterator.prototype.take
        • AsyncIterator.prototype.toArray
        • AsyncIterator.prototype[@​@​toStringTag]
    • Moved to Stage 3, [November 2022 TC39 meeting](https://togithub.com/babel/proposals/issues/85#issuecomment-

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency composer/installers to ^2.2 chore(deps): update all non-major dependencies Sep 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0675bbc to 14cee2a Compare September 26, 2022 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b37c95c to 3e6dadb Compare October 3, 2022 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 244f0a9 to 7f3f0ec Compare October 16, 2022 01:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 14e2a46 to 4dcd057 Compare October 28, 2022 10:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3fcf0e3 to 138f90d Compare November 3, 2022 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1af9f06 to 4dda6c4 Compare November 13, 2022 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4dda6c4 to 65f9981 Compare March 16, 2023 12:00
@renovate
Copy link
Contributor Author

renovate bot commented Mar 16, 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 centarro/certified-projects:1.0.4 composer/installers:2.2.0 cweagans/composer-patches:1.7.3 drupal/core-composer-scaffold:9.5.11 drupal/core-dev:9.5.11 drupal/core-dev:9.5.11 drupal/druxt:1.2.0 drush/drush:11.6.0 php:7.4.33 vlucas/phpdotenv:5.6.0 webflo/drupal-finder:1.3.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
������������������������������������������������������                                                      ������������������������������������������������������Dependency webmozart/path-util is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies

In RuleSetGenerator.php line 260:
                                                         
  [LogicException]                                       
  Fixed package php 8.3.6 was not added to solver pool.  
                                                         

Exception trace:
  at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:260
 Composer\DependencyResolver\RuleSetGenerator->addRulesForRequest() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:312
 Composer\DependencyResolver\RuleSetGenerator->getRulesFor() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/Solver.php:183
 Composer\DependencyResolver\Solver->solve() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Installer.php:508
 Composer\Installer->doUpdate() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Installer.php:298
 Composer\Installer->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Command/UpdateCommand.php:251
 Composer\Command\UpdateCommand->execute() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Command/Command.php:298
 Symfony\Component\Console\Command\Command->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:1040
 Symfony\Component\Console\Application->doRunCommand() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:301
 Symfony\Component\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Console/Application.php:394
 Composer\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:171
 Symfony\Component\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Console/Application.php:148
 Composer\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/bin/composer:93
 require() at /opt/containerbase/tools/composer/2.7.6/bin/composer:29

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4a0b12a to cb6b71b Compare March 24, 2023 20:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb6b71b to 715b169 Compare April 17, 2023 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ef332f0 to 1c8afc1 Compare May 31, 2023 13:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 933e9d0 to 62daa3e Compare July 27, 2023 22:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 362a5a2 to 543e9db Compare August 18, 2023 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 543e9db to 4a4369b Compare August 29, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 21bde02 to baff841 Compare September 20, 2023 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e65aaa3 to dc123e4 Compare October 1, 2023 19:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9eb4a51 to ac70805 Compare October 24, 2023 03:13
@coderabbitai
Copy link

coderabbitai bot commented Oct 24, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 05b730b to d7a32a7 Compare November 19, 2023 21:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6e682e to 64170b7 Compare January 12, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f10a937 to 2c188f1 Compare March 19, 2024 03:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c188f1 to 9dda81f Compare April 16, 2024 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9dda81f to d27409b Compare May 8, 2024 23:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d27409b to ed067fb Compare May 14, 2024 11:27
Copy link
Contributor Author

renovate bot commented May 14, 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 centarro/certified-projects:1.0.4 composer/installers:2.2.0 cweagans/composer-patches:1.7.3 drupal/core-composer-scaffold:9.5.11 drupal/core-dev:9.5.11 drupal/core-dev:9.5.11 drupal/druxt:1.2.0 drush/drush:11.6.0 php:7.4.33 vlucas/phpdotenv:5.6.0 webflo/drupal-finder:1.3.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
������������������������������������������������������                                                      ������������������������������������������������������Dependency webmozart/path-util is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies

In RuleSetGenerator.php line 260:
                                                         
  [LogicException]                                       
  Fixed package php 8.3.7 was not added to solver pool.  
                                                         

Exception trace:
  at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:260
 Composer\DependencyResolver\RuleSetGenerator->addRulesForRequest() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:312
 Composer\DependencyResolver\RuleSetGenerator->getRulesFor() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/DependencyResolver/Solver.php:183
 Composer\DependencyResolver\Solver->solve() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Installer.php:508
 Composer\Installer->doUpdate() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Installer.php:298
 Composer\Installer->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Command/UpdateCommand.php:251
 Composer\Command\UpdateCommand->execute() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Command/Command.php:298
 Symfony\Component\Console\Command\Command->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:1040
 Symfony\Component\Console\Application->doRunCommand() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:301
 Symfony\Component\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Console/Application.php:394
 Composer\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/vendor/symfony/console/Application.php:171
 Symfony\Component\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/src/Composer/Console/Application.php:148
 Composer\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.7.6/bin/composer/bin/composer:93
 require() at /opt/containerbase/tools/composer/2.7.6/bin/composer:29

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]


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.

None yet

0 participants