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 #76

Merged
merged 1 commit into from Aug 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/eslint-parser (source) ^7.18.2 -> ^7.18.9 age adoption passing confidence devDependencies patch
@nuxt/image ^0.6.2 -> ^0.7.1 age adoption passing confidence devDependencies minor
@nuxtjs/storybook ^4.2.0 -> ^4.3.2 age adoption passing confidence devDependencies patch
actions/cache v3.0.2 -> v3.0.8 age adoption passing confidence action patch
actions/setup-node v3.2.0 -> v3.4.1 age adoption passing confidence action minor
composer/installers ^2.1 -> ^2.2 age adoption passing confidence require minor
core-js 3.22.7 -> 3.24.1 age adoption passing confidence dependencies minor
drupal/core-composer-scaffold (source) ^9.3 -> ^9.4 age adoption passing confidence require patch
drupal/core-dev ^9.3 -> ^9.4 age adoption passing confidence require-dev patch
drupal/core-project-message (source) ^9.3 -> ^9.4 age adoption passing confidence require patch
drupal/core-recommended ^9.3 -> ^9.4 age adoption passing confidence require patch
drupal/memcache (source) ^2.4 -> ^2.5 age adoption passing confidence require minor
drush/drush (source) ^11.0 -> ^11.1 age adoption passing confidence require-dev minor
eslint (source) ^8.16.0 -> ^8.22.0 age adoption passing confidence devDependencies minor
lint-staged ^12.4.2 -> ^12.5.0 age adoption passing confidence devDependencies minor
node 16.15.0 -> 16.17.0 age adoption passing confidence minor
postcss (source) 8.4.14 -> 8.4.16 age adoption passing confidence devDependencies patch
postcss-html ^1.4.1 -> ^1.5.0 age adoption passing confidence devDependencies minor
prettier (source) ^2.6.2 -> ^2.7.1 age adoption passing confidence devDependencies minor
stylelint (source) ^14.8.5 -> ^14.11.0 age adoption passing confidence devDependencies minor
webpack-dev-server ^4.9.0 -> ^4.10.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel

v7.18.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator
💅 Polish
🏠 Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
🏃‍♀️ Performance
nuxt/image

v0.7.1

Compare Source

v0.7.0

Compare Source

⚠ BREAKING CHANGES
  • pkg: add engines field to require node>=14.16
  • switch to unbuild
  • update dependencies
Features
Bug Fixes
  • ipx: nuxtContext is optional (37f09b0)
  • ipx: allow overriding baseURL regardless of router base (#​484) (2720956)
  • normalize domains to hostname (resolves #​486) (9f53d28)
  • nuxt-img, nuxt-picture: return empty object from head when preload is disabled (#​528) (86088e4)
build
0.6.2 (2022-02-17)
Features
Bug Fixes
0.6.1 (2022-01-31)
Features
Bug Fixes
  • vercel: sort valid widths before picking largest (#​472) (f4a408f)
nuxt-community/storybook

v4.3.2

Compare Source

actions/cache

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

actions/setup-node

v3.4.1

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.

v3.4.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: https://github.com/actions/setup-node/pull/439

v3.3.0

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements
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)
zloirock/core-js

v3.24.1

Compare Source

  • NodeJS is ignored in IS_BROWSER detection to avoid a false positive with jsdom, #​1110
  • Fixed detection of @@​species support in Promise in some old engines
  • { Array, %TypedArray% }.prototype.{ findLast, findLastIndex } marked as shipped in FF104
  • Added iOS Safari 15.6 compat data mapping
  • Fixed Opera 15 compat data mapping

v3.24.0

Compare Source

v3.23.5

Compare Source

  • Fixed a typo in the structuredClone feature detection, #​1106
  • Added Opera Android 70 compat data mapping

v3.23.4

Compare Source

  • Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of core-js
  • Added a fix of the FF103+ structuredClone bugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but .stack of the clone is an empty string
  • Fixed { Map, WeakMap }.prototype.emplace logic, #​1102
  • Fixed order of errors throwing on iterator helpers

v3.23.3

Compare Source

v3.23.2

Compare Source

  • Avoided creation of extra properties for the handling of %TypedArray% constructors in new methods, #​1092 (comment)
  • Added Deno 1.23 compat data mapping

v3.23.1

Compare Source

  • Fixed possible error on multiple core-js copies, #​1091
  • Added v flag to RegExp.prototype.flags implementation in case if current V8 bugs will not be fixed before this flag implementation

v3.23.0

Compare Source

  • Array find from last moved to the stable ES, according to June 2022 TC39 meeting:
    • Array.prototype.findLast
    • Array.prototype.findLastIndex
    • %TypedArray%.prototype.findLast
    • %TypedArray%.prototype.findLastIndex
  • Methods from the Array grouping proposal renamed, according to June 2022 TC39 meeting:
    • Array.prototype.groupBy -> Array.prototype.group
    • Array.prototype.groupByToMap -> Array.prototype.groupToMap
  • Changed the order of operations in %TypedArray%.prototype.with following proposal-change-array-by-copy/86, according to June 2022 TC39 meeting
  • Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting, Symbol.metadataKey replaces Symbol.metadata
  • Added Array.prototype.push polyfill with some fixes for modern engines
  • Added Array.prototype.unshift polyfill with some fixes for modern engines
  • Fixed a bug in the order of getting flags in RegExp.prototype.flags in the actual version of V8
  • Fixed property descriptors of some Math and Number constants
  • Added a workaround of V8 ArrayBufferDetaching protector cell invalidation and performance degradation on structuredClone feature detection, one more case of #​679
  • Added detection of NodeJS bug in structuredClone that can not clone DOMException (just in case for future versions that will fix other issues)
  • Compat data:
    • Added NodeJS 18.3 compat data mapping
    • Added and fixed Deno 1.22 and 1.21 compat data mapping
    • Added Opera Android 69 compat data mapping
    • Updated Electron 20.0 compat data mapping

v3.22.8

Compare Source

  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring
drush-ops/drush

v11.1.1

Compare Source

Highlights

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.9...11.1.0

v11.1.0

Compare Source

An 11.1.1 release was made right after this one to fix an omission in drush.info file

Highlights

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.9...11.1.0

v11.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.8...11.0.9

v11.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.7...11.0.8

v11.0.7

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.6...11.0.7

v11.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.0.5...11.0.6

v11.0.5

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.0.4...11.0.5

v11.0.4

Compare Source

What's Changed

New Contributors


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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1785861 to 0bd1a11 Compare June 4, 2022 00:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cb469f1 to f8fbd93 Compare June 11, 2022 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c9bb3cf to 9f15ba3 Compare June 20, 2022 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 70e2c8c to 72d5e6f Compare June 29, 2022 21:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b8332fd to b39cd0f Compare July 8, 2022 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from efdd466 to 034fb99 Compare August 1, 2022 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4d336c3 to 1cdc96d Compare August 6, 2022 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 96fc39c to deb5e5f Compare August 16, 2022 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c78d46c to af1b7b6 Compare August 22, 2022 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af1b7b6 to c6e0b69 Compare August 22, 2022 23:52
@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to renovate/all-minor-patch August 23, 2022 00:00 Inactive
@Decipher Decipher merged commit dbb10fa into develop Aug 23, 2022
@Decipher Decipher deleted the renovate/all-minor-patch branch August 23, 2022 00:02
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

1 participant