-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade jest from 28.1.2 to 28.1.3 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade jest from 28.1.2 to 28.1.3. See this package in npm: jest See this project in Snyk: https://app.snyk.io/org/softgamingkutty/project/36b1c85f-6d0c-4530-9c27-c809b7f2758d?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades Jest from version 28.1.2 to 28.1.3. This addresses several bug fixes, including fixing a lock-up after repeated invocations of jest-changed-files, fixing deep equality of ImmutableJS OrderedSets, adding index signature support for spyOn types, and fixing indentation of awaited inline snapshots. Additionally, this upgrade includes replacing the internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes. Class diagram showing Jest module changes in v28.1.3classDiagram
class JestLeakDetector {
+useNativeFinalizationRegistry()
}
class JestChangedFiles {
+fixLockUpIssue()
}
class JestExpectUtils {
+fixImmutableJSOrderedSetsEquality()
}
class JestMock {
+addIndexSignatureSupport()
}
class JestSnapshot {
+fixInlineSnapshotIndentation()
}
note for JestLeakDetector "Now uses native FinalizationRegistry
when available instead of C dependency"
note for JestChangedFiles "Fixed lock-up issue after
repeated invocations"
note for JestExpectUtils "Improved deep equality checking
for ImmutableJS OrderedSets"
note for JestMock "Added index signature support
for spyOn types"
note for JestSnapshot "Fixed indentation issues with
awaited inline snapshots"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Snyk has created this PR to upgrade jest from 28.1.2 to 28.1.3.
ℹ️ 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.
The recommended version is 1 version ahead of your current version.
The recommended version was released 2 years ago.
Release notes
Package name: jest
-
28.1.3 - 2022-07-13
- @ joshkel made their first contribution in #12960
- @ enrilzhou made their first contribution in #12973
- @ milahu made their first contribution in #12983
- @ MiguelYax made their first contribution in #13000
- @ kaffarell made their first contribution in #13015
- @ TheKhanj made their first contribution in #12988
- @ Fdawgs made their first contribution in #13019
-
28.1.2 - 2022-06-29
- @ danbeam made their first contribution in #12898
- @ DanRowe made their first contribution in #12915
from jest GitHub release notesFeatures
[jest-leak-detector]Use nativeFinalizationRegistrywhen it exists to get rid of external C dependency (#12973)Fixes
[jest-changed-files]Fix a lock-up after repeated invocations (#12757)[@ jest/expect-utils]Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]Add index signature support forspyOntypes (#13013, #13020)[jest-snapshot]Fix indentation of awaited inline snapshots (#12986)Chore & Maintenance
[*]Replace internal usage ofpretty-format/ConvertAnsiwithjest-serializer-ansi-escapes(#12935, #13004)[docs]Update spyOn docs (#13000)New Contributors
Full Changelog: v28.1.2...v28.1.3
Fixes
[jest-runtime]Avoid star type import from@ jest/globals(#12949)Chore & Maintenance
[docs]Mention that jest-codemods now supports Sinon (#12898)New Contributors
Full Changelog: v28.1.1...v28.1.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Build: