nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

[Snyk] Upgrade jest from 24.8.0 to 26.0.1 #347

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade jest from 24.8.0 to 26.0.1.

:information_source: 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.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: jest
  • 26.0.1 - 2020-05-05

    Fixes

    • [jest-circus] Populate DescribeBlock.tests to not break Detox reporter
  • 26.0.1-alpha.0 - 2020-05-04

    v26.0.1-alpha.0

  • 26.0.0 - 2020-05-04

    Features

    • [jest-environment-jsdom] [BREAKING] Upgrade jsdom to v16 (#9606)
    • [@jest/fake-timers] Add possibility to use a modern implementation of fake timers, backed by @sinonjs/fake-timers (#7776)
    • [jest-runtime] Add createMockFromModule as an alias for genMockFromModule (#9962)

    Fixes

    • [babel-jest] Handle null being passed to createTransformer (#9955)
    • [jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format] Fix time durating formatting and consolidate time formatting code (#9765)
    • [jest-circus] [BREAKING] Fail tests if a test takes a done callback and have return values (#9129)
    • [jest-circus] [BREAKING] Throw a proper error if a test / hook is defined asynchronously (#8096)
    • [jest-circus] Throw more descriptive error if hook is defined inside test (#9957)
    • [jest-circus] [BREAKING] Align execution order of tests to match jasmine's top to bottom order (#9965)
    • [jest-config, jest-resolve] [BREAKING] Remove support for browser field (#9943)
    • [jest-haste-map] Stop reporting files as changed when they are only accessed (#7347)
    • [jest-resolve] Show relative path from root dir for module not found errors (#9963)
    • [jest-runtime] Fix absolute path moduleNameMapper + jest.mock bug (#8727)

    Chore & Maintenance

    • [*] [BREAKING] TypeScript definitions requires a minimum of TypeScript v3.8 (#9823)
    • [*] [BREAKING] Drop support for Node 8 (#9423)
    • [*] Upgrade to chalk@4 (#9752)
    • [*] Remove usage of realpath-native (#9952)
    • [docs] Fix example reference implementation to use Jest with Phabricator (#8662)
    • [docs] Added default compiler to tranform (#8583)
    • [docs] Updated Testing Frameworks guide with React; make it generic (#9106)
    • [expect, jest-mock, pretty-format] [BREAKING] Remove build-es5 from package (#9945)
    • [@jest/fake-timers, @jest/environment] [BREAKING] Rename LolexFakeTimers to ModernFakeTimers (#9960)
    • [jest-haste-map] [BREAKING] removed providesModuleNodeModules (#8535)
    • [jest-runtime] [BREAKING] Remove long-deprecated require.requireActual and require.requireMock methods (#9854)
  • 26.0.0-alpha.2 - 2020-05-04

    v26.0.0-alpha.2

  • 26.0.0-alpha.1 - 2020-05-03

    v26.0.0-alpha.1

  • 26.0.0-alpha.0 - 2020-05-02

    v26.0.0-alpha.0

  • 25.5.4 - 2020-05-02

    Fixes

    • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#9931)

    Chore & Maintenance

    • [jest-runtime] Do not warn when mutating require.cache (#9946)
  • 25.5.3 - 2020-04-30

    Chore & Maintenance

    • [jest-circus] Fix memory leak when running in band (#9934)
  • 25.5.2 - 2020-04-29

    Fixes

    • [jest-globals] Export globals as values, not types (#9925)
  • 25.5.1 - 2020-04-29

    Fixes

    • [jest-haste-map] Add missing @types/graceful-fs dependency (#9913)
    • [jest-runner] Correctly serialize Set passed to worker (#9915)
    • [jest-runtime] Vary ESM cache by query (#9914)
  • 25.5.0 - 2020-04-28
  • 25.4.0 - 2020-04-19
  • 25.3.0 - 2020-04-08
  • 25.2.7 - 2020-04-03
  • 25.2.6 - 2020-04-02
  • 25.2.4 - 2020-03-29
  • 25.2.3 - 2020-03-26
  • 25.2.2 - 2020-03-26
  • 25.2.1 - 2020-03-26
  • 25.2.1-alpha.2 - 2020-03-26
  • 25.2.1-alpha.1 - 2020-03-26
  • 25.2.0 - 2020-03-25
  • 25.2.0-alpha.86 - 2020-03-25
  • 25.1.0 - 2020-01-22
  • 25.0.0 - 2019-08-22
  • 24.9.0 - 2019-08-16
  • 24.8.0 - 2019-05-05
from jest GitHub release notes
Commit messages
Package name: jest
  • 40b8e1e v26.0.1
  • a04d28d chore: update changelog for release
  • fb04716 v26.0.1-alpha.0
  • a805293 chore: re-add deleted tests property to circus events
  • 3669a86 docs: create v26, fold v25.x into a single version (#9956)
  • ef8605f chore: run yarn now that we've published as latest
  • 343532a v26.0.0
  • 075854a chore: update changelog for release
  • 68b65af v26.0.0-alpha.2
  • d30a586 fix: disallow hook definitions in tests (#9957)
  • 3375ac3 chore: remove unused prettier uninstall step from CI
  • 0a63d40 fix: absolute path moduleNameMapper + jest.mock issue (#8727)
  • 03dbb2f chore: fix watch mode test with utimes (#9967)
  • 68d12d5 chore: skip broken test on windows (#9966)
  • e8e8146 align circus with jasmine's top-to-bottom execution order (#9965)
  • 968a301 Fix invalid re-run of tests in watch mode (#7347)
  • 5d1be03 chore: fix windows CI (#9964)
  • 2bac04f v26.0.0-alpha.1
  • c665f22 feat: add `createMockFromModule` to replace `genMockFromModule` (#9962)
  • 8147af1 chore: improve error on module not found (#9963)
  • 71631f6 feat: add new 'modern' implementation of Fake Timers (#7776)
  • d7f3427 chore: rename LolexFakeTimers to ModernFakeTimers (#9960)
  • 2c7682c Update index.js (#9095)
  • 5a16415 docs: Updated Testing Frameworks guide with React; make it generic (#9106)
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