Update NodeJS dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | ^7.19.1 -> ^7.19.3 |
@babel/preset-env (source) | devDependencies | patch | ^7.19.1 -> ^7.19.3 |
@gitlab/ui | dependencies | minor | ^43.19.0 -> ^43.21.0 |
babel-jest | devDependencies | minor | ^29.0.3 -> ^29.1.2 |
instantsearch.js (source) | dependencies | minor | ^4.46.2 -> ^4.47.0 |
jest (source) | devDependencies | minor | ^29.0.3 -> ^29.1.2 |
jest-environment-jsdom | devDependencies | minor | ^29.0.3 -> ^29.1.2 |
postcss (source) | devDependencies | patch | ^8.4.16 -> ^8.4.17 |
stylelint (source) | devDependencies | minor | ^14.12.1 -> ^14.13.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
babel/babel
v7.19.3
🐛 Bug Fix
-
babel-plugin-proposal-decorators
- #8566 Correctly update bindings of decorated class declarations (@nicolo-ribaudo)
-
babel-parser
-
#14974 fix: Normal parsing of
JSXText
followingJSXSpreadChild
(@liuxingbaoyu) -
#14941 fix: Support local exports in TS
declare module
s (@liuxingbaoyu) -
#14940 fix: allow ts redeclaration with
import =
andvar
(@liuxingbaoyu)
-
#14974 fix: Normal parsing of
-
babel-generator
- #14962 Fix printing of Flow internal slot functions (@liuxingbaoyu)
-
babel-cli
-
#14950 Emit
@babel/cli
source maps based on configuration files (@liuxingbaoyu)
-
#14950 Emit
-
babel-plugin-transform-typescript
-
#14946 fix: ts exported vars are shadowed by
declare
(@liuxingbaoyu)
-
#14946 fix: ts exported vars are shadowed by
💅 Polish
-
babel-core
- #14954 Optional filename when preset uses fn test/include/exclude (@nicolo-ribaudo)
🏠 Internal
-
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
-
#14961 chore: use
c8
for coverage testing (@liuxingbaoyu)
-
#14961 chore: use
🔬 Output optimization
-
babel-plugin-transform-typescript
-
#14952 [ts] remove nested
declare namespace
(@liuxingbaoyu)
-
#14952 [ts] remove nested
gitlab-org/gitlab-ui
v43.21.0
Features
- css: Add .gl-flex-basis-two-thirds (eee7f74)
v43.20.0
Features
- css: Add gl-md-ml-auto (c9a4338)
facebook/jest
v29.1.2
Fixes
-
[expect, @​jest/expect]
Revert buggy inference of argument types for*CalledWith
and*ReturnedWith
matchers introduced in 29.1.0 (#13339) -
[jest-worker]
Add missing dependency onjest-util
(#13341)
v29.1.0
Features
-
[expect, @​jest/expect]
Support type inference for function parameters inCalledWith
assertions (#13268) -
[expect, @​jest/expect]
Infer type of*ReturnedWith
matchers argument (#13278) -
[@jest/environment, jest-runtime]
Allowjest.requireActual
andjest.requireMock
to take a type argument (#13253) -
[@jest/environment]
Allowjest.mock
andjest.doMock
to take a type argument (#13254) -
[@jest/fake-timers]
Addjest.now()
to return the current fake clock time (#13244, #13246) -
[@jest/mock]
AddwithImplementation
method for temporarily overriding a mock (#13281) -
[expect]
ExporttoThrow*
matchers (#13328)
Fixes
-
[jest-circus, jest-jasmine2]
Fix error messages for Node'sassert.throes
(#13322) -
[jest-haste-map]
Remove__proto__
usage (#13256) -
[jest-mock]
ImprovespyOn
typings to handle optional properties (#13247) -
[jest-mock]
Fix mocking of getters and setters on classes (#13145) -
[jest-snapshot]
Throw useful error when an array is passed as property matchers (#13263) -
[jest-snapshot]
Prioritize parser used in the project (#13323) -
[jest-transform]
Attempt to work around issues with atomic writes on Windows (#11423)
algolia/instantsearch.js
v4.47.0
Bug Fixes
Features
- status: introduce status in InstantSearch class (#5115) (21f3147)
-
hierarchicalMenu: introduce
ais-HierarchicalMenu-item--selected
class (#5125) (4ebb828)
4.46.3 (2022-09-27)
Bug Fixes
4.46.2 (2022-09-22)
Bug Fixes
- build: remove jsx pragma comments from build output (#5112) (6582083)
- imports: split out templating from ./utils (#5111) (fc765f3), closes #5109
4.46.1 (2022-09-15)
Bug Fixes
- hierarchicalMenu: use existing facet filters in multi queries for parent facet values (#5105) (10a83f1)
- insights: make sure change in userToken can't reset the search parameters (#5101) (b20c8dc)
- setUiState: call onStateChange handler (#5104) (231853d))
4.46.0 (2022-09-12)
Features
- html: deprecate Hogan.js and string-based templates (#5095) (a06ddf5)
-
html: introduce
html
templating (#5081) (e55e224)
4.45.1 (2022-09-06)
Bug Fixes
v4.46.3
Bug Fixes
postcss/postcss
v8.4.17
- Fixed
Node.before()
unexpected behavior (by Romain Menke). - Added TOC to docs (by Mikhail Dedov).
stylelint/stylelint
v14.13.0
- Added:
cacheStrategy
option (#6357) (@kaorun343). - Fixed: cache refresh when config is changed (#6356) (@kimulaco).
- Fixed:
selector-pseudo-element-no-unknown
false positives for::highlight
pseudo-element (#6367) (@jathak).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot