fix(deps): update all non-major dependencies #13488
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.22.1
->^7.22.5
^7.22.4
->^7.22.5
^7.22.4
->^7.22.5
^7.22.3
->^7.22.5
^7.22.4
->^7.22.5
^25.0.0
->^25.0.1
^18.16.16
->^18.16.17
^18.2.9
->^18.2.11
^8.5.4
->^8.5.5
^3.30.2
->^3.31.0
^1.34.3
->^1.35.0
8.6.1
->8.6.2
^1.63.2
->^1.63.3
v36.0.18
->v36.1.0
^0.11.0
->^0.11.1
^0.11.0
->^0.11.1
1.0.0-beta.1
->1.0.0-beta.2
Release Notes
babel/babel (@babel/core)
v7.22.5
Compare Source
🐛 Bug Fix
babel-preset-env
,babel-standalone
syntax-unicode-sets-regex
in standalone (@nicolo-ribaudo)💅 Polish
babel-core
-transform-
when resolving missing plugins (@nicolo-ribaudo)babel/babel (@babel/parser)
v7.22.5
Compare Source
v7.22.5 (2023-06-08)
🐛 Bug Fix
babel-preset-env
,babel-standalone
syntax-unicode-sets-regex
in standalone (@nicolo-ribaudo)💅 Polish
babel-core
-transform-
when resolving missing plugins (@nicolo-ribaudo)Committers: 4
rollup/plugins
v25.0.1
Compare Source
2023-06-10
Bugfixes
zloirock/core-js
v3.31.0
Compare Source
String.prototype.isWellFormed
methodString.prototype.toWellFormed
methodes.
namespace modules,/es/
and/stable/
namespaces entriesArray
grouping proposal, May 2023 TC39 meeting updates:Object.groupBy
methodMap.groupBy
method (with the actual semantic - with a minor difference it was present in the collections methods stage 1 proposal)Function.prototype[Symbol.metadata]
(=== null
)/actual/
entriesSymbol.iterator
fallback from callable check toundefined
/null
check, May 2023 TC39 meeting, proposal-iterator-helpers/272IsCallable
check onNextMethod
, deferring errors toCall
site, May 2023 TC39 meeting, proposal-iterator-helpers/274Promise.withResolvers
stage 2 proposal:Promise.withResolvers
methodSymbol
predicates stage 2 proposal:Symbol
, May 2023 TC39 meeting:Symbol.isRegistered
->Symbol.isRegisteredSymbol
methodSymbol.isWellKnown
->Symbol.isWellKnownSymbol
methodvalue
argument ofURLSearchParams.prototype.{ has, delete }
, url/735ArrayBuffer.prototype.{ transfer, transferToFixedLength }
polyfillsAsyncDisposableStack.prototype.adopt
callback, #1258URLSearchParams#size
in ES3 engines (IE8-)Object.{ entries, values }
for some IE versions bug with invisible integer keys onnull
-prototype objectscore-js-compat
, #1235, thanks @susnuxSet.prototype.difference
that was missed in Bun because of a bug added in 0.6.0Array.prototype.{ group, groupToMap }
marked as no longer supported in WebKit runtimes because of the mentioned above web compat issue. For example, it's disabled from Bun 0.6.2Array
by copy proposal marked as supported from FF115Array.fromAsync
marked as supported from FF115URL.canParse
marked as supported from FF115value
argument ofURLSearchParams.prototype.{ has, delete }
marked as supported from NodeJS 20.2.0 and FF115Microsoft/playwright
v1.35.0
Compare Source
Highlights
UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:
UI mode and trace viewer mark network requests handled with
page.route()
andbrowserContext.route()
handlers, as well as those issued via the API testing:New option
maskColor
for methodspage.screenshot()
,locator.screenshot()
,expect(page).toHaveScreenshot()
andexpect(locator).toHaveScreenshot()
to change default masking color:New
uninstall
CLI command to uninstall browser binaries:Both UI mode and trace viewer now could be opened in a browser tab:
playwright-core
binary got renamed fromplaywright
toplaywright-core
. So if you useplaywright-core
CLI, make sure to update the name:$ npx playwright-core install # the new way to install browsers when using playwright-core
This change does not affect
@playwright/test
andplaywright
package users.Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v8.6.2
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
sass/dart-sass
v1.63.3
Compare Source
JavaScript API
tj-actions/changed-files
v36.1.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.1.0
defunctzombie/node-url
v0.11.1
Compare Source
vuejs/vitepress
v1.0.0-beta.2
Compare Source
Bug Fixes
Features
Performance Improvements
BREAKING CHANGES
defineConfig
anddefineConfigWithTheme
can now accept functions that return the config object. This might break typings in some third-party plugins that rely on the type of these functions.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.