chore(deps): update all non-major dependencies #7780
Merged
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.21.2
->^7.22.2
^21.0.3
->^21.1.0
^1.4.2
->^1.4.3
13.1.3
->13.2.1
^8.3.1
->^8.3.2
^4.2.0
->^4.2.1
^16.11.26
->^16.11.27
^5.18.0
->^5.20.0
^5.18.0
->^5.20.0
^3.2.31
->^3.2.33
^3.21.1
->^3.22.0
^10.0.1
->^10.1.0
^12.3.7
->^12.3.8
^1.20.2
->^1.21.1
6.32.6
->6.32.9
^2.6.1
->^2.7.0
^7.3.6
->^7.3.7
^3.2.31
->^3.2.33
Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v21.1.0
2022-04-15
Features
rollup/plugins (@rollup/plugin-dynamic-import-vars)
v1.4.3
2022-04-19
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v13.2.1
2022-04-15
Bugfixes
/
(#1148)v13.2.0
2022-04-11
Features
rollup/plugins (@rollup/plugin-typescript)
v8.3.2
2022-04-13
Bugfixes
rollup/plugins (@rollup/pluginutils)
v4.2.1
2022-04-13
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.20.0
Compare Source
Features
v5.19.0
Compare Source
Bug Fixes
Features
ignoreDifferentlyNamedParameters
option (#4659) (fdf95e0)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.20.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.19.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vuejs/core
v3.2.33
Compare Source
Bug Fixes
v3.2.32
Compare Source
Bug Fixes
zloirock/core-js
v3.22.0
Compare Source
Array
by copy proposal:/actual/
entry points for methods from this proposalArray.prototype.toSpliced
throws aTypeError
instead ofRangeError
if the result length is more thanMAX_SAFE_INTEGER
, proposal-change-array-by-copy/70atob
/btoa
fixes:atob
does not ignore spaces, node/42530atob
does not validate encoding, node/42646/full/
namespace as the replacement for/features/
since it's more descriptive in context of the rest namespaces (/es/
⊆/stable/
⊆/actual/
⊆/full/
)%TypedArray%.prototype.groupBy
was removed from theArray
grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in/actual/
entries - but it should be available in early-stage entries to avoid breakage.Error
features with wrappedError
constructors, #1061null
andundefined
allowed as the second argument ofstructuredClone
, #1056core-js-compat
->core-js-builder
->core-js-bundle
output. That mean that if the output contains, for example,es.object.has-own
, the legacy reference to it,esnext.object.has-own
, no longer added.core-js-builder
andcore-js-compat
, now it'smodules
andexclude
optionstargets
option ofcore-js-compat
means that thetargets
filter just will not be applied, so the result will contain modules required for all possible engines.stack
property onDOMException
marked as supported from Deno 1.15jprichardson/node-fs-extra
v10.1.0
Compare Source
fs.realpath.native
does not exist, instead of erroring (#953)undefined
options tomove()
(#947, #955)process.emitWarning
instead ofconsole.warn
(#954)okonet/lint-staged
v12.3.8
Compare Source
Bug Fixes
Microsoft/playwright
v1.21.1
Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/pull/13597 - [BUG] fullyParallel created too many workers, slowing down test runhttps://github.com/microsoft/playwright/issues/135300 - [REGRESSION]: Pull request #12877 prevents the library from being used on any linux distro that is not Ubuntu
Browser Versions
This version was also tested against the following stable channels:
v1.21.0
Compare Source
Highlights
New experimental role selectors that allow selecting elements by their ARIA role, ARIA attributes and accessible name.
To use role selectors, make sure to pass
PLAYWRIGHT_EXPERIMENTAL_FEATURES=1
environment variable:Read more in our documentation.
New
scale
option inPage.screenshot
for smaller sized screenshots.New
caret
option inPage.screenshot
to control text caret. Defaults to"hide"
.New method
expect.poll
to wait for an arbitrary condition:expect.poll
supports most synchronous matchers, like.toBe()
,.toContain()
, etc.Read more in our documentation.
Behavior Changes
PLAYWRIGHT_EXPERIMENTAL_TS_ESM
env variable isno longer required.
mcr.microsoft.com/playwright
docker image no longer contains Python. Please usemcr.microsoft.com/playwright/python
as a Playwright-ready docker image with pre-installed Python.
Locator.setInputFiles
API.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v6.32.9
Compare Source
Patch Changes
Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.
When
pnpm exec
is running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #4481.Hide "WARN deprecated" messages on loglevel error #4507
Don't show the progress bar when loglevel is set to warn or error.
Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9
v6.32.8
Compare Source
Patch Changes
Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8
v6.32.7
Compare Source
Patch Changes
auto-install-peers
totrue
should work.Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7
mjeanroy/rollup-plugin-license
v2.7.0
Compare Source
npm/node-semver
v7.3.7
Compare Source
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.