chore(deps): update all non-major dependencies #1265
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.15.0
->7.15.8
^7.15.3
->^7.15.8
7.15.0
->7.15.8
7.15.3
->7.15.4
^7.15.0
->^7.15.4
0.27.0
->0.29.3
27.0.1
->27.0.2
3.16.4
->3.18.3
27.1.0
->27.3.1
^3.0.0
->^3.0.1
1.14.1
->1.15.2
14.11.5
->14.11.6
^4.4.2
->^4.4.4
^8.25.0
->^8.26.5
Release Notes
babel/babel
v7.15.8
Compare Source
👓 Spec Compliance
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
🐛 Bug Fix
babel-generator
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
babel-plugin-transform-typescript
💅 Polish
babel-core
babel-node
🏠 Internal
🏃♀️ Performance
babel-code-frame
v7.15.5
Compare Source
👓 Spec Compliance
babel-parser
#a in #b in c
and similar expressions (@nicolo-ribaudo)↩️ Revert
babel-core
v7.15.4
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🐛 Bug Fix
"latest"
asecmaVersion
(@fisker)babel-traverse
,babel-types
getBindingIdentifiers
should return params for private methods (@JLHwung)babel-types
babel-helper-compilation-targets
browserslistEnv
toresolveTargets
(@meskill)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-property-in-object
babel-plugin-transform-typescript
babel-parser
static
property from class static block for TS (@sosukesuzuki)babel-core
📝 Documentation
babel-parser
🏠 Internal
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-class-static-block
,babel-plugin-syntax-private-property-in-object
,babel-plugin-syntax-top-level-await
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-preset-env
,babel-standalone
🏃♀️ Performance
babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-function-name
,babel-helper-get-function-arity
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-skip-transparent-expression-wrappers
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-preset-env
,babel-template
,babel-traverse
babel-cli
,babel-helper-define-map
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-for-of
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-traverse
,babel-types
.concat
with.push
(@fedeci)nuxt-community/composition-api
v0.29.3
Compare Source
v0.29.2
Compare Source
v0.29.0
Compare Source
v0.28.0
Compare Source
Features
script setup
syntax (#542) (8bfadeb)Bug Fixes
useFetch
hydration (#541) (4c3e734)zloirock/core-js
v3.18.3
Compare Source
AggregateError
constructor that should containError
constructorAggregateError.prototype
properties descriptorsInstallErrorCause
internal operationObject.hasOwn
marked as supported from Safari 15.1v3.18.2
Compare Source
{ Array, %TypedArray% }.fromAsync
errors moved to the promise, per the latest changes of the spec draftToInteger(OrInfinity)
operation returns+0
for-0
argument, ES2020+ updateNumber
constructor wrapperString.raw
with extra argumentsv3.18.1
Compare Source
String.prototype.substr
feature detection and compat data.forEach
from prototypes of some DOM collections where it shouldn't be, #988, #987, thanks @moorejscause
toAggregateError
constructor implementation (still without adding to the feature detection).at
and.findLast
methods marked as supported in Safari TPv3.18.0
Compare Source
Array.fromAsync
stage 1 proposal:Array.fromAsync
%TypedArray%.fromAsync
.name
and.toString()
on polyfilled functions improved in many different casesIsConstructor
andIsCallable
checksGetMethod
operationparseInt
/parseFloat
with boxed symbolses.array.{ index-of, last-index-of }
compat datav3.17.3
Compare Source
%IteratorPrototype%
and%AsyncIteratorPrototype%
in the futureDOMTokenList.prototype.{ forEach, @​@​iterator, keys, values, entries }
in old WebKit versions whereelement.classList
is not an instance of globalDOMTokenList
v3.17.2
Compare Source
v3.17.1
Compare Source
modules-by-versions
datav3.17.0
Compare Source
Object.prototype.hasOwnProperty
(Object.hasOwn
) proposal moved to the stable ES, per August 2021 TC39 meeting.at
) proposal moved to the stable ES, per August 2021 TC39 meetingString.prototype.at
. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten.facebook/jest
v27.3.1
Compare Source
Fixes
[expect]
Makeexpect
extension propertiesconfigurable
(#11978)[expect]
Fix.any()
checks on primitive wrapper classes (#11976)Chore & Maintenance
[expect]
BigInt
global is always defined, don't check for its existence at runtime (#11979)[jest-config, jest-util]
Useci-info
instead ofis-ci
to detect CI environment (#11973)v27.3.0
Compare Source
Features
[jest-config]
AddtestEnvironmentOptions.html
to apply to jsdom input (#11950)[jest-resolver]
Support default export (.
) inexports
field ifmain
is missing (#11919)Fixes
[expect]
Tweak and improve types (#11949)[jest-runtime]
Ensure absolute paths can be resolved within test modules (#11943)[jest-runtime]
Fixinstanceof
forModernFakeTimers
andLegacyFakeTimers
methods (#11946)v27.2.5
Compare Source
Features
[jest-config]
Warn when multiple Jest configs are located (#11922)Fixes
[expect]
Pass matcher context to asymmetric matchers (#11926 & #11930)[expect]
Improve TypeScript types (#11931)[expect]
Improve typings oftoThrow()
andtoThrowError()
matchers (#11929)[jest-cli]
Improve--help
printout by removing defunct--browser
option (#11914)[jest-haste-map]
Use distinct cache paths for different values ofcomputeDependencies
(#11916)[@jest/reporters]
Do not bufferconsole.log
s when using verbose reporter (#11054)Chore & Maintenance
[expect]
Export default matchers (#11932)[@jest/types]
Mark deprecated configuration options as@deprecated
(#11913)v27.2.4
Compare Source
Features
[expect]
Add equality checks for Array Buffers inexpect.ToStrictEqual()
(#11805)Fixes
[jest-snapshot]
Correctly indent inline snapshots (#11560)v27.2.3
Compare Source
Features
[@jest/fake-timers]
Update@sinonjs/fake-timers
to v8 (#11879)Fixes
[jest-config]
ParsetestEnvironmentOptions
if received from CLI (#11902)[jest-reporters]
Calldestroy
onv8-to-istanbul
converters to free memory (#11896)v27.2.2
Compare Source
Fixes
[jest-runtime]
CorrectwrapperLength
value for ESM modules. (#11893)v27.2.1
Compare Source
Features
[jest-transform]
Improve the unexpected token error message. (#11807)Fixes
[jest-runtime]
Fix regression when usingjest.isolateModules
and mocks (#11882)[jest-runtime]
Include test name when importing modules after test has completed (#11885)[jest-runtime]
Error when ESM import is used after test is torn down (#11885)v27.2.0
Compare Source
Features
[jest-resolver, jest-runtime]
Passconditions
to custom resolvers to enable them to implement support for package.jsonexports
field (#11859)[jest-runtime]
Allow custom envs to specifyexportConditions
which is passed together with Jest's own conditions to custom resolvers (#11863)Fixes
[@jest/reporters]
Use async transform if available to transform files with no coverage (#11852)[jest-util]
Return correct value fromprocess.send
stub (#11799)v27.1.1
Compare Source
Features
[jest-runtime]
Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#11818)Fixes
[jest-resolver]
Supportnode:
prefix when importing Node core modules with ESM (#11817)[jest-types]
Export thePrettyFormatOptions
interface (#11801)js-cookie/js-cookie
v3.0.1
Compare Source
Microsoft/playwright
v1.15.2
Compare Source
Highlights
This patch includes bug fixes for the following issues:
https://github.com/microsoft/playwright/issues/9261 - [BUG] npm init playwright fails on path spaceshttps://github.com/microsoft/playwright/issues/92988 - [Question]: Should new Headers methods work in RouteAsync ?
Browser Versions
This version of Playwright was also tested against the following stable channels:
1.15.2-1633455481000
v1.15.1
Compare Source
Highlights
This patch includes bug fixes for the following issues:
#9065 - [BUG] browser(webkit): disable COOP support
#9092 - [BUG] browser(webkit): fix text padding
#9048 - [BUG] fix(test-runner): toHaveURL respect baseURL
#8955 - [BUG] fix(inspector): stop on all snapshottable actions
#8921 - [BUG] fix(test runner): after hooks step should not be nested
#8975 - [BUG] feat(fetch): support form data and json encodings
#9071 - [BUG] fix(fetch): be compatible with a 0 timeout
#8999 - [BUG] fix: do not dedup header values
#9038 - [BUG] fix: restore support for slowmo connect option
Browser Versions
This version of Playwright was also tested against the following stable channels:
1.15.0-1633020276000
v1.15.0
Compare Source
🎭 Playwright Library
🖱️ Mouse Wheel
By using
Page.mouse.wheel
you are now able to scroll vertically or horizontally.📜 New Headers API
Previously it was not possible to get multiple header values of a response. This is now possible and additional helper functions are available:
🌈 Forced-Colors emulation
Its now possible to emulate the
forced-colors
CSS media feature by passing it in the context options or calling Page.emulateMedia().New APIs
times
option to specify how many times this route should be matched.🎭 Playwright Test
🤝
test.parallel()
run tests in the same file in parallelBy default, tests in a single file are run in order. If you have many independent tests in a single file, you can now run them in parallel with test.describe.parallel(title, callback).
🛠 Add
--debug
CLI flagBy using
npx playwright test --debug
it will enable the Playwright Inspector for you to debug your tests.Browser Versions
This version of Playwright was also tested against the following stable channels:
release-it/release-it
v14.11.6
Compare Source
9a1d34b
)14fcad0
)588d776
)Microsoft/TypeScript
v4.4.4
Compare Source
This patch release contains fixes for a performance regression in
--build
mode by only callingrealpath
onpackage.json
files only when those files are known to exist on disk, and to only perform this work under--watch
mode.For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.4.3
Compare Source
This patch release contains a fix for leaking file watchers on
package.json
, and a minor fix for completions in JavaScript files.For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
kazupon/vue-i18n
v8.26.5
Compare Source
⚡ Improved Features
Committers: 1
v8.26.4
Compare Source
⚡ Improved Features
Committers: 1
v8.26.3
Compare Source
⚡ Improved Features
Committers: 1
v8.26.2
Compare Source
⚡ Improved Features
Committers: 1
v8.26.1
Compare Source
⚡ Improved Features
Committers: 1
v8.26.0
Compare Source
⭐ New Features
Committers: 1
v8.25.1
Compare Source
🐛 Bug Fixes
🔒 Security Fixes
📝 Documentation
Committers: 3
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.