Update NodeJS dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@evilmartians/lefthook | devDependencies | patch | ^1.2.7 -> ^1.2.8 |
@gitlab/fonts | dependencies | minor | ^1.1.0 -> ^1.2.0 |
@gitlab/svgs | dependencies | minor | ^3.17.0 -> ^3.18.0 |
babel-jest | devDependencies | minor | ^29.3.1 -> ^29.4.1 |
eslint (source) | devDependencies | minor | ^8.32.0 -> ^8.33.0 |
instantsearch.js (source) | dependencies | minor | ^4.49.4 -> ^4.50.1 |
jest (source) | devDependencies | minor | ^29.3.1 -> ^29.4.1 |
jest-environment-jsdom | devDependencies | minor | ^29.3.1 -> ^29.4.1 |
rollup (source) | devDependencies | minor | ^3.10.1 -> ^3.12.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
facebook/jest
v29.4.1
Features
-
[expect, jest-circus, @​jest/types]
ImplementnumPassingAsserts
of testResults to track the number of passing asserts in a test (#13795) -
[jest-core]
Add newlines to JSON output (#13817) -
[@jest/reporters]
Automatic log folding in GitHub Actions Reporter (#13626)
Fixes
-
[@jest/expect-utils]
toMatchObject
diffs should includeSymbol
properties (#13810) -
[jest-runtime]
Handle missingreplaceProperty
(#13823) -
[@jest/types]
Add partial support fordone
callbacks in typings ofeach
(#13756)
v29.4.0
Features
-
[expect, @​jest/expect-utils]
Support custom equality testers (#13654) -
[jest-config, jest-worker]
Useos.availableParallelism
if available to calculate number of workers to spawn (#13738) -
[@jest/globals, jest-mock]
Addjest.replaceProperty()
that replaces property value (#13496) -
[jest-haste-map]
ignore Sapling vcs directories (.sl/
) (#13674) -
[jest-resolve]
Support subpath imports (#13705, #13723, #13777) -
[jest-runtime]
Addjest.isolateModulesAsync
for scoped module initialization of asynchronous functions (#13680) -
[jest-runtime]
Addjest.isEnvironmentTornDown
function (#13741) -
[jest-test-result]
Addedskipped
andfocused
status toFormattedTestResult
(#13700) -
[jest-transform]
Support for asynchronouscreateTransformer
(#13762)
Fixes
-
[jest-environment-node]
Fix non-configurable globals (#13687) -
[@jest/expect-utils]
toMatchObject
should handleSymbol
properties (#13639) -
[jest-mock]
FixmockReset
andresetAllMocks
undefined
return value(#13692) -
[jest-resolve]
Add global paths torequire.resolve.paths
(#13633) -
[jest-resolve]
Correct node core module detection when usingnode:
specifiers (#13806) -
[jest-runtime]
Support WASM files that import JS resources (#13608) -
[jest-runtime]
Use thescriptTransformer
cache injest-runner
(#13735) -
[jest-runtime]
Enforce import assertions when importing JSON in ESM (#12755 & #13805) -
[jest-snapshot]
Make sure to importbabel
outside of the sandbox (#13694) -
[jest-transform]
Ensure the correct configuration is passed to preprocessors specified multiple times in thetransform
option (#13770)
Chore & Maintenance
eslint/eslint
v8.33.0
Features
-
2cc7954
feat: addrestrictDefaultExports
option to no-restricted-exports rule (#16785) (Nitin Kumar)
Documentation
-
17f4be2
docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94) -
9c7cfe3
docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter) -
ede5c64
docs: Custom processors page (#16802) (Ben Perlmutter) -
2620614
docs: Code of Conduct page (#16781) (Ben Perlmutter) -
50a8efd
docs: report a sec vulnerability page (#16808) (Ben Perlmutter) -
ed60afd
docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter) -
333c712
docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti) -
f5f7b9b
docs: Update README (GitHub Actions Bot) -
2aa4f5f
docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon) -
40287db
docs: Remove Google Group icon (#16779) (Nicholas C. Zakas) -
ea10ca5
docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter) -
3be0748
docs: add example for nodejs lintText api (#16789) (Siva K) -
ce4f5ff
docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)
rollup/rollup
v3.12.0
2023-01-28
Features
- Change generated external namespace reexport helper code for CommonJS to better work with NodeJS named export detection (#4826)
Merge Requests
- #4825: Add and use anchors for nested options (@lukastaegert)
- #4826: Use old namespace reexport code pattern for better Node support (@lukastaegert)
v3.11.0
2023-01-26
Features
- Support opt-in tree-shaking for emitted assets based on code references (#4805)
Bug Fixes
- Adapt documentation references in Rollup to new website (#4807)
Merge Requests
- #4805: feat: add needsCodeReference field to EmittedAsset (@TrickyPi)
- #4807: Rewrite website in Vitepress and merge it into the main repository (@lukastaegert)
- #4816: web-publisher: Update docs/faqs/index.md (@PuruVJ)
- #4819: Replace fs-extra with built-ins (@dnalborczyk)
- #4820: Introduce timeout-minutes in Github actions ci (@dnalborczyk)
- #4822: Tweak document landing page (@sapphi-red)
- #4823: Minor migration guide improvements (@sapphi-red)
- #4824: Add most options to the REPL (@lukastaegert)
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