chore(deps): update all non-major dependencies #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.18.2
->^7.18.9
^0.6.2
->^0.7.1
^4.2.0
->^4.3.2
v3.0.2
->v3.0.8
v3.2.0
->v3.4.1
^2.1
->^2.2
3.22.7
->3.24.1
^9.3
->^9.4
^9.3
->^9.4
^9.3
->^9.4
^9.3
->^9.4
^2.4
->^2.5
^11.0
->^11.1
^8.16.0
->^8.22.0
^12.4.2
->^12.5.0
16.15.0
->16.17.0
8.4.14
->8.4.16
^1.4.1
->^1.5.0
^2.6.2
->^2.7.1
^14.8.5
->^14.11.0
^4.9.0
->^4.10.0
Release Notes
babel/babel
v7.18.9
Compare Source
🐛 Bug Fix
babel-plugin-transform-modules-systemjs
,babel-types
TSDeclareFunction
as default (@zxbodya)babel-generator
returnType
with comments generates incorrect code (@liuxingbaoyu)💅 Polish
babel-cli
babel-cli
is ready. (@liuxingbaoyu)🏠 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
babel-generator
nuxt/image
v0.7.1
Compare Source
v0.7.0
Compare Source
⚠ BREAKING CHANGES
node>=14.16
Features
node>=14.16
(38d77f1)Bug Fixes
nuxtContext
is optional (37f09b0)baseURL
regardless of router base (#484) (2720956)head
when preload is disabled (#528) (86088e4)build
0.6.2 (2022-02-17)
Features
Bug Fixes
lru-cache
(resolves #481) (61bcb90)0.6.1 (2022-01-31)
Features
imgAttrs
property to<nuxt-picture>
(#445) (448d9ef)<img>
events (#416) (f22ae01)Bug Fixes
nuxt-community/storybook
v4.3.2
Compare Source
actions/cache
v3.0.8
Compare Source
What's Changed
zstd
not working for windows on gnu tar in issues.SEGMENT_DOWNLOAD_TIMEOUT_MIN
. Default is 60 minutes.v3.0.7
Compare Source
What's Changed
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 onubuntu-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 addednpm-shrinkwrap.json
to dependency file patterns: https://github.com/actions/setup-node/pull/439v3.3.0
Compare Source
In scope of this release we added support for
lts/-n
aliases, improve logic forcurrent
,latest
andnode
aliases to handle them fromtoolcache
, updatencc
package.Support of lts/-n aliases
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
zloirock/core-js
v3.24.1
Compare Source
IS_BROWSER
detection to avoid a false positive withjsdom
, #1110@@​species
support inPromise
in some old engines{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }
marked as shipped in FF104v3.24.0
Compare Source
.asIndexedPairs
renamed to.indexed
, proposal-iterator-helpers/183:Iterator.prototype.asIndexedPairs
->Iterator.prototype.indexed
AsyncIterator.prototype.asIndexedPairs
->AsyncIterator.prototype.indexed
%AsyncFromSyncIteratorPrototype%
inAsyncIterator.from
andIterator.prototype.toAsync
, proposal-iterator-helpers/182, proposal-iterator-helpers/202%WrapForValidAsyncIteratorPrototype%.next
, proposal-iterator-helpers/197%WrapForValid(Async)IteratorPrototype%.next
, proposal-iterator-helpers/197 and proposal-iterator-helpers/205.next
/.return
to an underlying iterator by the extended iterator protocol, a part of proposal-iterator-helpers/194.throw
methods removed from all wrappers / helpers prototypes, a part of proposal-iterator-helpers/194{ Iterator, AsyncIterator }.prototype.flatMap
proxy iterators on.return
, proposal-iterator-helpers/195RangeError
onNaN
in{ Iterator, AsyncIterator }.prototype.{ drop, take }
, proposal-iterator-helpers/181%TypedArray%.prototype.toSpliced
method removed from the change array by copy proposal and marked as obsolete incore-js
, proposal-change-array-by-copy/88Promise
withunhandledrejection
event support (browser style) in Deno < 1.24core-js-compat
/core-js-builder
and added compat data for them:bun
), compat data for 0.1.1-0.1.5, #1103hermes
), compat data for 0.1-0.11, #1099oculus
), compat data mapping for 3.0-22.0, #1098v3.23.5
Compare Source
structuredClone
feature detection, #1106v3.23.4
Compare Source
core-js
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{ Map, WeakMap }.prototype.emplace
logic, #1102v3.23.3
Compare Source
%TypedArray%.prototype.toSpliced
following proposal-change-array-by-copy/89v3.23.2
Compare Source
%TypedArray%
constructors in new methods, #1092 (comment)v3.23.1
Compare Source
core-js
copies, #1091v
flag toRegExp.prototype.flags
implementation in case if current V8 bugs will not be fixed before this flag implementationv3.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
Array
grouping proposal renamed, according to June 2022 TC39 meeting:Array.prototype.groupBy
->Array.prototype.group
Array.prototype.groupByToMap
->Array.prototype.groupToMap
%TypedArray%.prototype.with
following proposal-change-array-by-copy/86, according to June 2022 TC39 meetingSymbol.metadataKey
replacesSymbol.metadata
Array.prototype.push
polyfill with some fixes for modern enginesArray.prototype.unshift
polyfill with some fixes for modern enginesRegExp.prototype.flags
in the actual version of V8Math
andNumber
constantsArrayBufferDetaching
protector cell invalidation and performance degradation onstructuredClone
feature detection, one more case of #679structuredClone
that can not cloneDOMException
(just in case for future versions that will fix other issues)v3.22.8
Compare Source
ToBigInt
/ToNumber
conversion of the argument passed to%TypedArray%.prototype.fill
in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18DeletePropertyOrThrow
in IE9-TypeError
instead ofError
) on incorrectexec
result inRegExp.prototype.test
polyfill{ actual, full, features }/typed-array/at
entriesdrush-ops/drush
v11.1.1
Compare Source
Highlights
What's Changed
${var}
string interpolation patterns by @Ayesh in https://github.com/drush-ops/drush/pull/5154int
in DrupalBootLevels by @mglaman in https://github.com/drush-ops/drush/pull/5155pm:install
andpm:uninstall
respect--simulate
option by @Kingdutch in https://github.com/drush-ops/drush/pull/5152New 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
${var}
string interpolation patterns by @Ayesh in https://github.com/drush-ops/drush/pull/5154int
in DrupalBootLevels by @mglaman in https://github.com/drush-ops/drush/pull/5155pm:install
andpm:uninstall
respect--simulate
option by @Kingdutch in https://github.com/drush-ops/drush/pull/5152New 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
backup-dir
underdrush.paths
in config docs. by @richardbporter in https://github.com/drush-ops/drush/pull/5104New 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.
This PR has been generated by Mend Renovate. View repository job log here.