Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: jest-message-util, jest-util, jest-worker, jest-haste-map, jest-resolve, jest-docblock, jest-leak-detector #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

affiliatedkat
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


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.

Name Versions Released on
jest-message-util
from 27.5.1 to 28.1.3
16 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
jest-util
from 27.5.1 to 28.1.3
16 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
jest-worker
from 27.5.1 to 28.1.3
17 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
jest-haste-map
from 27.5.1 to 28.1.3
17 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
jest-resolve
from 27.5.1 to 28.1.3
18 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
jest-docblock
from 27.5.1 to 28.1.1
6 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
2 months ago
on 2022-06-07
jest-leak-detector
from 27.5.1 to 28.1.3
16 versions ahead of your current version
鈿狅笍 This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-07-13
Release notes
Package name: jest-message-util
  • 28.1.3 - 2022-07-13

    Features

    • [jest-leak-detector] Use native FinalizationRegistry when 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 for spyOn types (#13013, #13020)
    • [jest-snapshot] Fix indentation of awaited inline snapshots (#12986)

    Chore & Maintenance

    • [*] Replace internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes (#12935, #13004)
    • [docs] Update spyOn docs (#13000)

    New Contributors

    Full Changelog: v28.1.2...v28.1.3

  • 28.1.1 - 2022-06-07

    Features

    • [jest] Expose Config type (#12848)
    • [@ jest/reporters] Improve GitHubActionsReporters annotation format (#12826)
    • [@ jest/types] Infer argument types passed to test and describe callback functions from each tables (#12885, #12905)

    Fixes

    • [@ jest/expect-utils] Fix deep equality of ImmutableJS OrderedMaps (#12763)
    • [jest-docblock] Handle multiline comments in parseWithComments (#12845)
    • [jest-mock] Improve spyOn error messages (#12901)
    • [jest-runtime] Correctly report V8 coverage with resetModules: true (#12912)
    • [jest-worker] Make JestWorkerFarm helper type to include methods of worker module that take more than one argument (#12839)

    Chore & Maintenance

    • [docs] Updated docs to indicate that jest-environment-jsdom is a separate package #12828

    • [docs] Document the comments used by coverage providers #12835

    • [docs] Use docusaurus-remark-plugin-tab-blocks to format tabs with code examples (#12859)

    • [jest-haste-map] Bump walker version (#12324)

    • [expect] Adjust typings of lastCalledWith, nthCalledWith, toBeCalledWith matchers to allow a case there a mock was called with no arguments (#12807)

    • [@ jest/expect-utils] Fix deep equality of ImmutableJS Lists (#12763)

    • [jest-core] Do not collect SIGNREQUEST as open handles (#12789)

    New Contributors

    Full Changelog: v28.1.0...v28.1.1

  • 28.1.0 - 2022-05-06

    Features

    • [jest-circus] Add failing test modifier that inverts the behaviour of tests (#12610)
    • [jest-environment-node, jest-environment-jsdom] Allow specifying customExportConditions (#12774)

    Fixes

    • [expect] Adjust typings of lastCalledWith, nthCalledWith, toBeCalledWith matchers to allow a case there a mock was called with no arguments (#12807)
    • [@ jest/expect-utils] Fix deep equality of ImmutableJS Lists (#12763)
    • [jest-core] Do not collect SIGNREQUEST as open handles (#12789)

    Chore & Maintenance

    • [docs] Specified documentation about --filter CLI docs (#12799)
    • [@ jest-reporters] Move helper functions from utils.ts into separate files (#12782)
    • [jest-resolve] Replace process.versions.pnp type declaration with @ types/pnpapi devDependency (#12783)

    New Contributors

    Full Changelog: v28.0.3...v28.1.0

  • 28.0.2 - 2022-04-27
    Read more
  • 28.0.1 - 2022-04-26
    Read more
  • 28.0.0 - 2022-04-25
    Read more
  • 28.0.0-alpha.9 - 2022-04-19
  • 28.0.0-alpha.8 - 2022-04-05
  • 28.0.0-alpha.7 - 2022-03-06
  • 28.0.0-alpha.6 - 2022-03-01
  • 28.0.0-alpha.5 - 2022-02-24
  • 28.0.0-alpha.4 - 2022-02-22
  • 28.0.0-alpha.3 - 2022-02-17
  • 28.0.0-alpha.2 - 2022-02-16
  • 28.0.0-alpha.1 - 2022-02-15
  • 28.0.0-alpha.0 - 2022-02-10
  • 27.5.1 - 2022-02-08
from jest-message-util GitHub release notes
Package name: jest-util from jest-util GitHub release notes
Package name: jest-worker from jest-worker GitHub release notes
Package name: jest-haste-map from jest-haste-map GitHub release notes
Package name: jest-resolve from jest-resolve GitHub release notes
Package name: jest-docblock from jest-docblock GitHub release notes
Package name: jest-leak-detector from jest-leak-detector GitHub release notes
Commit messages
Package name: jest-message-util

Compare

Package name: jest-util

Compare

Package name: jest-worker

Compare

Package name: jest-haste-map

Compare

Package name: jest-resolve

Snyk has created this PR to upgrade:
  - jest-message-util from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-message-util
  - jest-util from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-util
  - jest-worker from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-worker
  - jest-haste-map from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-haste-map
  - jest-resolve from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-resolve
  - jest-docblock from 27.5.1 to 28.1.1.
    See this package in npm: https://www.npmjs.com/package/jest-docblock
  - jest-leak-detector from 27.5.1 to 28.1.3.
    See this package in npm: https://www.npmjs.com/package/jest-leak-detector

See this project in Snyk:
https://app.snyk.io/org/affiliatedkat/project/0838fa6a-20ab-48de-b91e-4faed8186e49?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants