Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update all non-major dependencies #4

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/storybook 4.2.0 -> 4.3.2 age adoption passing confidence
composer/installers (source) 2.0.1 -> 2.2.0 age adoption passing confidence
core-js (source) 3.21.1 -> 3.37.0 age adoption passing confidence
drupal/core-composer-scaffold (source) 9.3.6 -> 9.5.11 age adoption passing confidence
drupal/core-dev 9.3.6 -> 9.5.11 age adoption passing confidence
drupal/core-project-message (source) 9.3.6 -> 9.5.11 age adoption passing confidence
drupal/core-recommended 9.3.6 -> 9.5.11 age adoption passing confidence
drupal/druxt (source) 1.1.1 -> 1.2.0 age adoption passing confidence
drupal/tome (source) ^1.5 -> ^1.12.0 age adoption passing confidence
drush/drush (source) ^11.0 -> ^11.6.0 age adoption passing confidence
druxt-site (source) 0.11.0 -> 0.14.3 age adoption passing confidence
nuxt (source) 2.15.8 -> 2.17.3 age adoption passing 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.2.0

Compare Source

What's Changed

Full Changelog: composer/installers@v2.1.1...v2.2.0

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.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
    • Added /actual/ entries, unconditional forced replacement disabled for features that survived to Stage 3
    • .from accept strings, .flatMap throws on strings returned from the callback, proposal-iterator-helpers/244, proposal-iterator-helpers/250
    • .from and .flatMap throws on non-object iterators, proposal-iterator-helpers/253
  • Set methods proposal:
    • Built-ins:
      • Set.prototype.intersection
      • Set.prototype.union
      • Set.prototype.difference
      • Set.prototype.symmetricDifference
      • Set.prototype.isSubsetOf
      • Set.prototype.isSupersetOf
      • Set.prototype.isDisjointFrom
    • Moved to Stage 3, November 2022 TC39 meeting
    • Reimplemented with new semantics:
      • Optimized performance (iteration over lowest set)
      • Accepted only Set-like objects as an argument, not all iterables
      • Accepted only Sets as this, no @@​species support, and other minor changes
    • Added /actual/ entries, unconditional forced replacement changed to feature detection
    • For avoiding breaking changes:
      • New versions of methods are implemented as new modules and available in new entries or entries where old versions of methods were not available before (like /actual/ namespace)
      • In entries where they were available before (like /full/ namespace), those methods are

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 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 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 2 times, most recently from 9c92570 to 0ac898b Compare July 7, 2023 20:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f72528d to 9d4e25e Compare July 15, 2023 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b749afb to d8a3567 Compare July 28, 2023 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b1f303f to 3e98274 Compare August 19, 2023 02:31
@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 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 2 times, most recently from e99838b to 16c21e3 Compare December 6, 2023 08:19
Copy link
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 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
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