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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade jest from 26.0.0 to 26.6.3 #29

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Nov 8, 2021

Snyk has created this PR to upgrade jest from 26.0.0 to 26.6.3.

merge advice
ℹ️ 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 17 versions ahead of your current version.
  • The recommended version was released a year ago, on 2020-11-04.
Release notes
Package name: jest
  • 26.6.3 - 2020-11-04

    Fixes

    • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#10779)
  • 26.6.2 - 2020-11-02

    Features

    • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#10659)

    Fixes

    • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#10536)
    • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)
    • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#10747)
    • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#10508)" (#10766)
    • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#10697)
    • [jest-config] Fix bug introduced in watch mode by PR #10678 (#10692)
    • [jest-config] Throw correct error for missing preset modules (#10737)
    • [jest-resolve-dependencies] Resolve mocks as dependencies (#10713)
    • [jest-runtime] Handle file URLs in dynamic imports (#10744)
    • [jest-runtime, babel-jest] Pass more ESM options to @ jest/transform (#10752)
    • [jest-runtime] Properly inject extraGlobals into the runtime (#10758)
    • [jest-transform] Link to ESM docs on syntax errors (#10748)

    Chore & Maintenance

    • [docs] Add docs for using mocks in TypeScript (#10415)
    • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#10739)
    • [examples] Update TypeScript example to show use of newer Jest types (#10399)
    • [jest-cli] chore: standardize files and folder names (#10698)
  • 26.6.1 - 2020-10-23

    Features

    • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#10673)
    • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#10236)

    Fixes

    • [expect] Fix objectContaining to work recursively into sub-objects (#10508)
    • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#10678)
    • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#10675)
    • [jest-message-util] Update to work properly with Node 15 (#10660)
    • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#10156)
  • 26.6.0 - 2020-10-19

    Features

    • [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#10564)

    Fixes

    • [jest-config] Simplify transform RegExp (#10207)
    • [jest-fake-timers] Lazily instantiate mock timers (#10551)
    • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#10626)
    • [@ jest/types] Add missing values for timers (#10632)

    Chore & Maintenance

    • [docs] Add step for fetching backers.json file in website setup docs (#10631)
    • [docs] Add page detailing environment variables set by Jest (#10630)
    • [jest-circus] Refactor callAsyncCircusFn parameters (#10629)
  • 26.5.3 - 2020-10-11

    Features

    • [jest-runtime] add support for dynamic import() from CommonJS (#10620)

    Fixes

    • [jest-runner, jest-runtime] require.main should not be undefined with createRequire() (#10610)
    • [jest-runtime] add missing module.path property (#10615)
    • [jest-runtime] Add mainModule instance variable to runtime (#10621)
    • [jest-runtime] Evaluate Node core modules on dynamic import() (#10622)
    • [jest-validate] Show suggestion only when unrecognized cli param is longer than 1 character (#10604)
    • [jest-validate] Validate testURL as CLI option (#10595)
  • 26.5.2 - 2020-10-06

    Fixes

    • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)
    • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#10598)
    • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#10600)
  • 26.5.0 - 2020-10-05

    Features

    • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#10484)
    • [jest-each] Fixes .each type to always be callable (#10447)
    • [jest-runner] Add support for moduleLoaders with default exports (#10541)
    • [@ jest/create-cache-key-function] Added a new package for creating cache keys (#10587)

    Fixes

    • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#10413)
    • [jest-console] Add Console constructor to console object (#10502)
    • [jest-globals] Fix lifecycle hook function types (#10480)
    • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#10586)

    Chore & Maintenance

    • [jest-resolve] Replace read-pkg-up with escalade package (10558)
    • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)
  • 26.4.2 - 2020-08-22

    Fixes

    • [expect] Fix toMatchObject to work with inherited class getters (#10381)
    • [pretty-format] Lower minimum node version to >= 10 (#10435)
  • 26.4.1 - 2020-08-20

    Fixes

    • [jest-core] Don't report ELDHistogram as open handle (#10417)
    • [jest-matcher-utils] Fix diffing object contain readonly symbol key object (#10414)
    • [jest-reporters] Fixes notify reporter on Linux (using notify-send) (#10393)
    • [jest-snapshot] Correctly handles arrays and property matchers in snapshots (#10404)
  • 26.4.0 - 2020-08-12
  • 26.3.0 - 2020-08-10
  • 26.2.2 - 2020-07-31
  • 26.2.1 - 2020-07-30
  • 26.2.0 - 2020-07-30
  • 26.1.0 - 2020-06-23
  • 26.0.1 - 2020-05-05
  • 26.0.1-alpha.0 - 2020-05-04
  • 26.0.0 - 2020-05-04
from jest GitHub release notes
Commit messages
Package name: jest
  • 2f6931e v26.6.3
  • ce5d39d chore: update changelog for release
  • ca92599 Don't throw an error if mock dependency can't be found (#10779)
  • a7ae4f2 chore: bump babel core types (#10772)
  • 6bd96a0 chore: update lockfile after publish
  • 4c46930 v26.6.2
  • a0ce2d8 chore: update changelog for release
  • 54d162f chore: refresh lockfiles (#10768)
  • 36a9434 chore: run yarn with `immutable` flag (#10767)
  • 1dbdd67 Revert "fix(expect): `objectContaining` should recurse into sub-objects (#10508)" (#10766)
  • 038d8be chore: document `haste` config option (#10765)
  • 97337d4 chore: update cjs-module-lexer (#10764)
  • cfc90d2 fix(hoist-plugin): hoist pure constants to support experimental JSX transform in mocks (#10723)
  • cf6dffa chore: update package.json to use asterisk version match in workspace protocol (#10762)
  • 0008d78 chore: disable issues not following one of the templates
  • 2b748f6 chore: rewrite script-transformer test in TS (#10755)
  • 2bbcc2c fix: properly inject `extraGlobals` into the environment (#10758)
  • bc23f43 chore: move TestUtils file into test utils package (#10756)
  • f9132f9 chore: sort imports alphabetically (#10757)
  • 95169d3 chore: support more caller options in babel-jest (#10752)
  • 16c082c chore: add test verifying namespace export support (#10751)
  • 1a06c2c chore: link to ESM docs on syntax error (#10748)
  • a7e0912 chore: update node babel syntax preset (#10747)
  • a94730c chore(docs): link to `watchman` docs

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

@podarok podarok merged commit c6f0a06 into main Dec 6, 2021
@podarok podarok deleted the snyk-upgrade-71c2355ac2f45ba0da66dd7efb581eea branch December 6, 2021 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants