Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade: babel-jest, jest #241

Merged
merged 3 commits into from
May 19, 2022

Conversation

snyk-bot
Copy link
Contributor

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
babel-jest
from 27.5.1 to 28.0.0
13 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-04-25
jest
from 27.5.1 to 28.0.0
13 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change
21 days ago
on 2022-04-25
Release notes
Package name: babel-jest
  • 28.0.0 - 2022-04-25
    Read more
  • 28.0.0-alpha.11 - 2022-04-20

    Features

    • [jest-runtime] Add import.meta.jest (#12698)
    • [@ jest/source-map] Migrate from source-map to @ jridgewell/trace-mapping (#12692)
    • [jest-worker] [BREAKING] Default to advanced serialization when using child process workers (#10983)

    Fixes

    • [@ jest/reporters] Update v8-to-istanbul (#12697)

    New Contributors

    Full Changelog: v28.0.0-alpha.10...v28.0.0-alpha.11

  • 28.0.0-alpha.10 - 2022-04-20

    Features

    • [jest-environment-node] Add all available globals to test globals, not just explicit ones (#12696)
    • [@ jest/source-map] Migrate from source-map to @ jridgewell/trace-mapping (#12692)

    Fixes

    • [babel-jest] [BREAKING] Pass rootDir as root in Babel's options (#12689)

    Full Changelog: v28.0.0-alpha.9...v28.0.0-alpha.10

  • 28.0.0-alpha.9 - 2022-04-19

    Features

    • [jest-core] Stabilize test runners with event emitters (#12641)
    • [jest-core, jest-watcher] [BREAKING] Move TestWatcher class to jest-watcher package (#12652)
    • [jest-core] Allow using Summary Reporter as stand-alone reporter (#12687)
    • [jest-environment-node] Add all available globals to test globals, not just explicit ones (#12642)
    • [@ jest/reporters] Add GitHub Actions reporter (#12658
    • [@ jest/reporters] Pass reporterContext to custom reporter constructors as third argument (#12657)
    • [jest-resolve] Support package self-reference (#12682)
    • [jest-runner] Exposing CallbackTestRunner, EmittingTestRunner abstract classes to help typing third party runners (#12646)
    • [jest-runtime] [BREAKING] Remove Context type export, it must be imported from @ jest/test-result (#12685)
    • [jest-transform] [BREAKING] Make it required for process() and processAsync() methods to always return structured data (#12638)

    Fixes

    • [expect] Fix print for the closeTo matcher (#12626)
    • [jest-each] Fixes error message with incorrect count of missing arguments (#12464)
    • [jest-haste-map] Make watchman existence check lazy+async (#12675)
    • [jest-mock] Handle overridden Function.name property (#12674)
    • [jest-resolver] Call custom resolver with core node.js modules (#12654)

    Chore & Maintenance

    • [*] [BREAKING] Drop support for typescript@4.2, minimum version is now 4.3 (#12648)
    • [docs] Add upgrading guide (#12633)
    • [jest-config] [BREAKING] Rename config option name to id (#11981)
    • [jest-haste-map] Remove legacy isRegExpSupported (#12676)
    • [jest-runner] [BREAKING] Second argument to constructor (Context) is not optional (#12640)

    New Contributors

    Full Changelog: v28.0.0-alpha.8...v28.0.0-alpha.9

  • 28.0.0-alpha.8 - 2022-04-05

    Features

    • [jest-cli] [BREAKING] Remove undocumented --timers option (#12572)
    • [jest-cli, jest-core] Add --ignoreProjects CLI argument to ignore test suites by project name (#12620)
    • [@ jest/fake-timers] [BREAKING] Rename timers configuration option to fakeTimers (#12572)
    • [@ jest/fake-timers] [BREAKING] Allow jest.useFakeTimers() and projectConfig.fakeTimers to take an options bag (#12572)
    • [jest-mock] Add contexts member to mock functions (#12601)
    • [jest-reporters] Add GitHub Actions reporter (#11320)
    • [jest-watcher] [BREAKING] Make PatternPrompt class to take entityName as third constructor parameter instead of this._entityName (#12591)

    Fixes

    • [jest-config] [BREAKING] Add mjs and cjs to default moduleFileExtensions config (#12578)
    • [jest-environment-node] Add MessageChannel, MessageEvent to globals (#12553)
    • [jest-environment-node] Add structuredClone to globals (#12631)
    • [@ jest/reporters] Move missing icon file which is needed for NotifyReporter class. (#12593)

    Chore & Maintenance

    • [babel-jest] [BREAKING] Only export createTransformer (#12407)
    • [docs] Add more information about how code transformers work (#12407)

    New Contributors

    Full Changelog: v28.0.0-alpha.7...v28.0.0-alpha.8

  • 28.0.0-alpha.7 - 2022-03-06

    Features

    • [jest-cli, jest-core] Add --shard parameter for distributed parallel test execution (#12546)
    • [jest-runtime] Calling jest.resetModules function will clear FS and transform cache (#12531)
    • [jest-test-result] Add duration property to JSON test output (#12518)

    Fixes

    • [jest-jasmine2] Do not set duration to 0 for skipped tests (#12518)

    New Contributors

    Full Changelog: v28.0.0-alpha.6...v28.0.0-alpha.7

  • 28.0.0-alpha.6 - 2022-03-01
    Read more
  • 28.0.0-alpha.5 - 2022-02-24
    Read more
  • 28.0.0-alpha.4 - 2022-02-22
    Read more
  • 28.0.0-alpha.3 - 2022-02-17
    Read more
  • 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 babel-jest GitHub release notes
Package name: jest from jest GitHub release notes
Commit messages
Package name: babel-jest
  • 8f9b812 v28.0.0
  • f424551 feat: Jest 28 blog post (#12732)
  • c79f8d6 feat: roll v28 docs (#12733)
  • e9f6610 Remove `core.autocrlf` config on CI (#12731)
  • 9342a23 docs: add mention of expect breaking change to upgrade guide (#12730)
  • e1f2515 chore: add missing `throw`
  • 039f43e chore: combine all v27 docs into a single one (#12729)
  • 256c1af chore(website): add some admonitions to 25.x (#12565)
  • fc85b8f fix: replace hash routine md5 with sha256 (#12722)
  • c1a57cb chore(deps): bump isbinaryfile dependency to ^5.0.0 (#12726)
  • 9ebfe0a chorer: add note about babel config to upgrade guide (#12724)
  • 4ec4b98 chore: cache yarn deps on netlify (#12725)
  • 62afb83 chore: revert #12718 and simply do not bundle type declarations of `@ jest/globals` (#12721)
  • 4f1d199 Add Yarn dedupe CI check (#12717)
  • 7a8c9cf Lock source-map-support verion to 0.5.13 (#12720)
  • 811228d Support error logging before jest retry (#12201)
  • a28db24 chore: do not bundle type definitions for packages which have only one `.d.ts` file (#12718)
  • 49ee158 update dependency @ microsoft/api-extractor to 7.23.0 (#12716)
  • e72c52f feat(jest-runner): export `TestRunner` interface types and reexport types from other packages (#12715)
  • 3c6f14b feat(jest-resolve): expose `PackageFilter`, `PathFilter` and `PackageJSON` types (#12712)
  • a293b75 refactor(jest-transform): rename TransformerConfig (#12708)
  • 625e0bc show that setupFilesAfterEnv scripts can define beforeAll (#12702)
  • 0208815 feat(jest-resolve): expose `JestResolver`, `AsyncResolver` and `SyncResolver` types (#12707)
  • 75c7c40 docs: use admonitions in ExpectAPI.md (#12679)

Compare

Package name: jest
  • 8f9b812 v28.0.0
  • f424551 feat: Jest 28 blog post (#12732)
  • c79f8d6 feat: roll v28 docs (#12733)
  • e9f6610 Remove `core.autocrlf` config on CI (#12731)
  • 9342a23 docs: add mention of expect breaking change to upgrade guide (#12730)
  • e1f2515 chore: add missing `throw`
  • 039f43e chore: combine all v27 docs into a single one (#12729)
  • 256c1af chore(website): add some admonitions to 25.x (#12565)
  • fc85b8f fix: replace hash routine md5 with sha256 (#12722)
  • c1a57cb chore(deps): bump isbinaryfile dependency to ^5.0.0 (#12726)
  • 9ebfe0a chorer: add note about babel config to upgrade guide (#12724)
  • 4ec4b98 chore: cache yarn deps on netlify (#12725)
  • 62afb83 chore: revert #12718 and simply do not bundle type declarations of `@ jest/globals` (#12721)
  • 4f1d199 Add Yarn dedupe CI check (#12717)
  • 7a8c9cf Lock source-map-support verion to 0.5.13 (#12720)
  • 811228d Support error logging before jest retry (#12201)
  • a28db24 chore: do not bundle type definitions for packages which have only one `.d.ts` file (#12718)
  • 49ee158 update dependency @ microsoft/api-extractor to 7.23.0 (#12716)
  • e72c52f feat(jest-runner): export `TestRunner` interface types and reexport types from other packages (#12715)
  • 3c6f14b feat(jest-resolve): expose `PackageFilter`, `PathFilter` and `PackageJSON` types (#12712)
  • a293b75 refactor(jest-transform): rename TransformerConfig (#12708)
  • 625e0bc show that setupFilesAfterEnv scripts can define beforeAll (#12702)
  • 0208815 feat(jest-resolve): expose `JestResolver`, `AsyncResolver` and `SyncResolver` types (#12707)
  • 75c7c40 docs: use admonitions in ExpectAPI.md (#12679)

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mergify mergify bot merged commit 91a4dbd into master May 19, 2022
@mergify mergify bot deleted the snyk-upgrade-1fea7b5029882658afc3074967603036 branch May 19, 2022 14:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants