[Snyk] Upgrade: jest, , , , , concurrently, eslint, eslint-plugin-github, flow-bin, typescript, ts-jest #61
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
jest
from 27.2.5 to 27.5.1 | 12 versions ahead of your current version | 3 years ago
on 2022-02-08
@types/node
from 16.18.1 to 16.18.106 | 105 versions ahead of your current version | 25 days ago
on 2024-08-26
@types/jest
from 27.0.2 to 27.5.2 | 6 versions ahead of your current version | 2 years ago
on 2022-06-01
@types/signale
from 1.4.1 to 1.4.7 | 6 versions ahead of your current version | 10 months ago
on 2023-11-07
@typescript-eslint/parser
from 4.24.0 to 4.33.0 | 237 versions ahead of your current version | 3 years ago
on 2021-10-04
concurrently
from 6.1.0 to 6.5.1 | 7 versions ahead of your current version | 3 years ago
on 2021-12-19
eslint
from 7.26.0 to 7.32.0 | 6 versions ahead of your current version | 3 years ago
on 2021-07-30
eslint-plugin-github
from 4.1.3 to 4.10.2 | 24 versions ahead of your current version | 7 months ago
on 2024-02-29
flow-bin
from 0.115.0 to 0.245.0 | 199 versions ahead of your current version | 21 days ago
on 2024-08-30
typescript
from 3.9.9 to 3.9.10 | 1 version ahead of your current version | 3 years ago
on 2021-06-16
ts-jest
from 27.0.5 to 27.1.5 | 8 versions ahead of your current version | 2 years ago
on 2022-05-18
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-6032459
SNYK-JS-AXIOS-6144788
SNYK-JS-BRACES-6838727
SNYK-JS-FOLLOWREDIRECTS-6141137
SNYK-JS-MICROMATCH-6838728
SNYK-JS-AXIOS-6124857
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-WS-7266574
SNYK-JS-IP-6240864
SNYK-JS-TAR-6476909
SNYK-JS-TOUGHCOOKIE-5672873
SNYK-JS-EJS-6689533
SNYK-JS-FOLLOWREDIRECTS-6444610
SNYK-JS-ISTANBULREPORTS-2328088
SNYK-JS-NWSAPI-2841516
SNYK-JS-WORDWRAP-3149973
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-IP-7148531
Release notes
Package name: jest
Features
[jest-config]
Support comments in JSON config file (#12316)[pretty-format]
ExposeConvertAnsi
plugin (#12308)Fixes
[expect]
Add type definitions for asymmetriccloseTo
matcher (#12304)[jest-cli]
Load binary via exported API (#12315)[jest-config]
Replacejsonlint
withparse-json
(#12316)[jest-repl]
Make module importable (#12311 & #12315)Chore & Maintenance
[*]
Avoid anonymous default exports (#12313)New Contributors
Full Changelog: v27.5.0...v27.5.1
Features
[expect]
Add asymmetric matcherexpect.closeTo
(#12243)[jest-mock]
AddedmockFn.mock.lastCall
to retrieve last argument (#12285)Fixes
[expect]
Add a fix for.toHaveProperty('')
(#12251)[jest-each, @ jest/globals]
Allow passingReadonlyArray
type of a table todescribe.each
andtest.each
(#12297)[@ jest/globals]
Add missingoptions
argument tojest.doMock
typing (#12292)[jest-environment-node]
Addatob
andbtoa
(#12269)[jest-matcher-utils]
Correct diff for expected asymmetric matchers (#12264)[jest-message-util]
Fix.getTopFrame()
(andtoMatchInlineSnapshot()
) withmjs
files (#12277)Chore & Maintenance
[*]
Updategraceful-fs
to^4.2.9
(#11749)Performance
[jest-resolve]
perf: skip error creation on not foundstat
calls (#11749)New Contributors
Full Changelog: v27.4.7...v27.5.0
Fixes
jest-config
Add missing@ babel/core
dependency (#12216)Full Changelog: v27.4.6...v27.4.7
Fixes
[jest-environment-node]
AddAbortSignal
(#12157)[jest-environment-node]
Add Missing node globalperformance
(#12002)[jest-runtime]
Handle missingmocked
property (#12213)[@ jest/transform]
Update dependency packagepirates
to 4.0.4 (#12002)Performance
jest-config
perf: only register ts-node once when loading TS config files (#12160)New Contributors
Full Changelog: v27.4.5...v27.4.6
Fixes
[jest-worker]
Stop explicitly passingprocess.env
(#12141)New Contributors
Full Changelog: v27.4.4...v27.4.5
Fixes
[babel-jest]
Addprocess.version
chunk to the cache key (#12122)[jest-environment]
Addmocked
tojest
object (#12133)[jest-worker]
Stop explicitly passingexecArgv
(#12128)Chore & Maintenance
[website]
Fix the card front that looks overlapping part of the card backNew Contributors
Full Changelog: v27.4.3...v27.4.4
27.4.3
Fixes
[jest-environment-jsdom]
Remove@ types/jsdom
dependency (and make itsdom
propertyprivate
) (#12107)Full Changelog: v27.4.2...v27.4.3
27.4.2
Fixes
[jest-worker]
Add additionalexecArgv
to filter (#12103)New Contributors
Full Changelog: v27.4.1...v27.4.2
Fixes
[jest-worker]
FilterexecArgv
correctly (#12097)New Contributors
Full Changelog: v27.4.0...v27.4.1
Features
[expect]
Enhancing thetoHaveProperty
matcher to support array selection (#12092)[jest-core]
Add support fortestResultsProcessor
written in ESM (#12006)[jest-diff, pretty-format]
AddcompareKeys
option for custom sorting of object keys (#11992)[jest-mock]
Addts-jest
mock util functions (#12089)Fixes
[expect]
Allow againexpect.Matchers
generic with single value (#11986)[jest-circus, jest-jasmine2]
Avoid false concurrent test failures due to unhandled promise rejections (#11987)[jest-config]
Add missingslash
dependency topackage.json
(#12080)[jest-core]
Incorrect detection of open ZLIB handles (#12022)[jest-diff]
Break dependency cycle (#10818)[jest-environment-jsdom]
Add@ types/jsdom
dependency (#11999)[jest-environment-jsdom]
Do not reset the global.document too early on teardown (#11871)[jest-transform]
Improve error and warning messages (#11998)[jest-worker]
PassexecArgv
correctly toworker_threads
worker (#12069)Chore & Maintenance
[docs]
CLI options alphabetized (#11586)[jest-runner]
Add info regarding timers to forcedExit message(#12083)[*]
Replacedsubstr
method withsubstring
(#12066)[*]
Addtypes
entry to all export maps (#12073)New Contributors
Full Changelog: v27.3.1...v27.4.0
Package name: @types/node
Package name: @types/jest
Package name: @types/signale
Package name: @typescript-eslint/parser