Update NodeJS dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/preset-env (source) | devDependencies | patch | ^7.19.3 -> ^7.19.4 |
@evilmartians/lefthook | devDependencies | patch | ^1.1.1 -> ^1.1.2 |
@gitlab/ui | dependencies | minor | ^46.0.0 -> ^46.1.0 |
@rollup/plugin-inject (source) | devDependencies | patch | ^5.0.0 -> ^5.0.1 |
babel-jest | devDependencies | minor | ^29.1.2 -> ^29.2.0 |
instantsearch.js (source) | dependencies | minor | ^4.47.0 -> ^4.48.0 |
jest (source) | devDependencies | minor | ^29.1.2 -> ^29.2.0 |
jest-environment-jsdom | devDependencies | minor | ^29.1.2 -> ^29.2.0 |
jest-fail-on-console | devDependencies | patch | ^3.0.1 -> ^3.0.2 |
postcss (source) | devDependencies | patch | ^8.4.17 -> ^8.4.18 |
stylelint (source) | devDependencies | minor | ^14.13.0 -> ^14.14.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
babel/babel
v7.19.4
👓 Spec Compliance
-
babel-plugin-transform-block-scoping
- #15019 fix: check constant violation inside loops (@nicolo-ribaudo)
-
babel-helpers
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-destructuring
- #14985 Disallow rest object destructuring of null/undefined (@nicolo-ribaudo)
🐛 Bug Fix
-
babel-plugin-transform-react-jsx-development
,babel-plugin-transform-typescript
,babel-types
- #14109 Fix: properly scope variables in TSModuleBlock (@The-x-Theorist)
-
babel-plugin-transform-destructuring
,babel-plugin-transform-react-constant-elements
,babel-traverse
-
#15027 fix: mark
var
declarations in loops as not constant (@nicolo-ribaudo)
-
#15027 fix: mark
-
babel-helper-string-parser
,babel-parser
,babel-types
- #14964 Never throw for invalid escapes in tagged templates (@nicolo-ribaudo)
-
babel-generator
,babel-parser
-
babel-plugin-transform-destructuring
- #14984 Fix holes handling in optimized array destructuring (@nicolo-ribaudo)
💅 Polish
-
babel-cli
,babel-core
,babel-generator
,babel-helper-create-class-features-plugin
,babel-helper-fixtures
,babel-helper-simple-access
,babel-helper-transform-fixture-test-runner
,babel-helpers
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-external-helpers
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-proposal-dynamic-import
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-json-strings
,babel-plugin-proposal-logical-assignment-operators
,babel-plugin-proposal-nullish-coalescing-operator
,babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-optional-chaining
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-proposal-record-and-tuple
,babel-plugin-syntax-typescript
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-duplicate-keys
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-for-of
,babel-plugin-transform-function-name
,babel-plugin-transform-jscript
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-new-target
,babel-plugin-transform-object-super
,babel-plugin-transform-parameters
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-plugin-transform-shorthand-properties
,babel-plugin-transform-spread
,babel-plugin-transform-strict-mode
,babel-plugin-transform-template-literals
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-preset-react
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-traverse
- #14979 Improve comments generation (@liuxingbaoyu)
-
babel-cli
,babel-core
,babel-generator
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-plugin-transform-destructuring
,babel-plugin-transform-modules-commonjs
,babel-traverse
- #14967 Improve source map generation (@liuxingbaoyu)
🏠 Internal
- Other
- #15001 Run test262 again (@nicolo-ribaudo)
-
babel-compat-data
,babel-preset-env
-
#14976 Internally rename
proposal-*
totransform-*
in preset-env (@nicolo-ribaudo)
-
#14976 Internally rename
evilmartians/lefthook
v1.1.2
gitlab-org/gitlab-ui
v46.1.0
Features
- keep clear-all button in token-selector at top right (631708d)
facebook/jest
v29.2.0
Features
-
[@jest/cli, jest-config]
A seed for the test run will be randomly generated, or set by a CLI option (#13400) -
[@jest/cli, jest-config]
--show-seed
will display the seed value in the report, and can be set via a CLI flag or through the config file (#13400) -
[jest-config]
AddreadInitialConfig
utility function (#13356) -
[jest-core]
AllowtestResultsProcessor
to be async (#13343) -
[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]
AddgetSeed()
to thejest
object (#13400) -
[expect, @​jest/expect-utils]
AllowisA
utility to take a type argument (#13355) -
[expect]
ExposeAsyncExpectationResult
andSyncExpectationResult
types (#13411)
Fixes
-
[babel-plugin-jest-hoist]
IgnoreTSTypeQuery
when checking for hoisted references (#13367) -
[jest-core]
FixdetectOpenHandles
false positives for some special objects such asTLSWRAP
(#13414) -
[jest-mock]
Fix mocking of getters and setters on classes (#13398) -
[jest-reporters]
Revert: Transform file paths into hyperlinks (#13399) -
[@jest/types]
Infer type ofeach
table correctly when the table is a tuple or array (#13381) -
[@jest/types]
Rework typings to allow the*ReturnedWith
matchers to be called with no argument (#13385)
Chore & Maintenance
-
[*]
Update@babel/*
deps, resulting in slightly different stack traces foreach
(#13422)
Performance
-
[jest-runner]
Do not instrument v8 coverage data if coverage should not be collected (#13282)
ValentinH/jest-fail-on-console
v3.0.2
What's Changed
- fix: calculate
skipTest
when test name available by @owlcode in https://github.com/ValentinH/jest-fail-on-console/pull/29
New Contributors
- @owlcode made their first contribution in https://github.com/ValentinH/jest-fail-on-console/pull/29
Full Changelog: https://github.com/ValentinH/jest-fail-on-console/compare/v3.0.1...v3.0.2
stylelint/stylelint
v14.14.0
- Added:
*-pattern
custom message formatting (#6391) (@ybiquitous). - Fixed:
block-no-empty
false positives forreportNeedlessDisables
(#6381) (@ybiquitous). - Fixed:
printf
-like formatting for custom messages (#6389) (@ybiquitous). - Fixed:
unit-no-unknown
false positives for font-relative length units (#6374) (@ybiquitous). - Fixed: false negatives on second run for cache and
severity
option (#6384) (@kimulaco). - Fixed: TS compilation error due to needless
file-entry-cache
import (#6393) (@adidahiya).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.