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

Bump jsdom, jest and jest-junit #196

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Removes jsdom. It's no longer used after updating ancestor dependencies jsdom, jest and jest-junit. These dependencies need to be updated together.

Removes jsdom

Updates jest from 23.6.0 to 29.1.2

Release notes

Sourced from jest's releases.

v29.1.2

Fixes

  • [expect, @jest/expect] Revert buggy inference of argument types for *CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#13339)
  • [jest-worker] Add missing dependency on jest-util (#13341)

New Contributors

Full Changelog: jestjs/jest@v29.1.1...v29.1.2

v29.1.1

Fixes

  • [jest-mock] Revert #13145 which broke mocking of transpiled ES modules

Full Changelog: jestjs/jest@v29.1.0...v29.1.1

v29.1.0

Features

  • [expect, @jest/expect] support type inference for function parameters in CalledWith assertions (#13268)
  • [expect, @jest/expect] Infer type of *ReturnedWith matchers argument (#13278)
  • [@jest/environment, jest-runtime] Allow jest.requireActual and jest.requireMock to take a type argument (#13253)
  • [@jest/environment] Allow jest.mock and jest.doMock to take a type argument (#13254)
  • [@jest/fake-timers] Add jest.now() to return the current fake clock time (#13244, #13246)
  • [@jest/mock] Add withImplementation method for temporarily overriding a mock (#13281)
  • [expect] Export toThrow* matchers (#13328)

Fixes

  • [jest-circus, jest-jasmine2] Fix error messages for Node's assert.throes (#13322)
  • [jest-haste-map] Remove __proto__ usage (#13256)
  • [jest-mock] Improve spyOn typings to handle optional properties (#13247)
  • [jest-mock] Fix mocking of getters and setters on classes (#13145)
  • [jest-snapshot] Throw useful error when an array is passed as property matchers (#13263)
  • [jest-snapshot] Prioritize parser used in the project (#13323)
  • [jest-transform] Attempt to work around issues with atomic writes on Windows (#11423)

New Contributors

... (truncated)

Changelog

Sourced from jest's changelog.

29.1.2

Fixes

  • [expect, @jest/expect] Revert buggy inference of argument types for *CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#13339)
  • [jest-worker] Add missing dependency on jest-util (#13341)

29.1.1

Fixes

  • [jest-mock] Revert #13145 which broke mocking of transpiled ES modules

29.1.0

Features

  • [expect, @jest/expect] Support type inference for function parameters in CalledWith assertions (#13268)
  • [expect, @jest/expect] Infer type of *ReturnedWith matchers argument (#13278)
  • [@jest/environment, jest-runtime] Allow jest.requireActual and jest.requireMock to take a type argument (#13253)
  • [@jest/environment] Allow jest.mock and jest.doMock to take a type argument (#13254)
  • [@jest/fake-timers] Add jest.now() to return the current fake clock time (#13244, #13246)
  • [@jest/mock] Add withImplementation method for temporarily overriding a mock (#13281)
  • [expect] Export toThrow* matchers (#13328)

Fixes

  • [jest-circus, jest-jasmine2] Fix error messages for Node's assert.throes (#13322)
  • [jest-haste-map] Remove __proto__ usage (#13256)
  • [jest-mock] Improve spyOn typings to handle optional properties (#13247)
  • [jest-mock] Fix mocking of getters and setters on classes (#13145)
  • [jest-snapshot] Throw useful error when an array is passed as property matchers (#13263)
  • [jest-snapshot] Prioritize parser used in the project (#13323)
  • [jest-transform] Attempt to work around issues with atomic writes on Windows (#11423)

29.0.3

Features

  • [@jest/environment, jest-runtime] Allow passing a generic type argument to jest.createMockFromModule<T>() method (#13202)
  • [expect] Expose ExpectationResult type (#13240)
  • [jest-snapshot] Expose Context type (#13240)
  • [@jest/globals] Add jest.Mock type helper (#13235)

Fixes

  • [jest-core] Capture execError during TestScheduler.scheduleTests and dispatch to reporters (#13203)
  • [jest-resolve] Make sure to resolve module paths after looking at exports (#13242)
  • [jest-resolve] Improve error on module not found deep in the require stack (#8704)
  • [jest-snapshot] Fix typings of snapshot matchers (#13240)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by simenb, a new releaser for jest since your current version.


Updates jest-junit from 5.2.0 to 14.0.1

Release notes

Sourced from jest-junit's releases.

v14.0.1

Prevent unnecessary duplicate test cases by @​azzlack - jest-community/jest-junit#221

v14.0.0

  • Fix getOptions support for Windows machines #215 by @​mastrzyz
  • Failures in Test hooks like "AfterAll" now get shown in the Junit Results #214 by @​mastrzyz

v13.2.0

Support monorepos better via filePathPrefix option by @​marvinroger - jest-community/jest-junit#209

Fix CI builds for windows and drop support for Node 10.x - jest-community/jest-junit#210

v13.1.0

Configurable test suite properties file location by @​JohanBrorson - jest-community/jest-junit#204

v13.0.0

Update strip-ansi to newer version - jest-community/jest-junit#188 Add noStackTrace CLI option - jest-community/jest-junit#160 Fix rootDir usage - jest-community/jest-junit#154

v12.3.0

Fix displayName usage in templates by @​D4N14L - jest-community/jest-junit#179

v12.2.0

Bump uuid to the latest version

v12.1.0

Add better support for bazel - jest-community/jest-junit#167

v12.0.0

Support reporting test suites unable to run due to uncaught errors (or no tests at all) by @​SamTheisens jest-community/jest-junit#144

Fix the sequential location of system-out to be compatible with jenkins xsd by @​palmerj3 jest-community/jest-junit#146

v11.1.0

Added suitename support to classNameTemplate by @​dtom90 jest-community/jest-junit#138

v11.0.1

Removes testResultsProcessor warning message (jest-community/jest-junit#131) Updates jest and jest-validate dependencies (jest-community/jest-junit#131)

v11.0.0

Added support for testsuite properties

Removed node < 10.12.0 support. Removed jest < 26 support.

jest-community/jest-junit#129

v10.0.0

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch from 4b591d6 to 60a128b Compare October 7, 2022 19:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch from 60a128b to 024b55b Compare November 1, 2022 02:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch from 024b55b to 0162ea3 Compare November 19, 2022 02:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch 2 times, most recently from 2cb4105 to c22e1d2 Compare January 8, 2023 20:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch from c22e1d2 to 5c8b199 Compare February 3, 2023 23:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch 2 times, most recently from 14b6cc3 to b0e9a69 Compare March 3, 2023 16:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch 2 times, most recently from bf79efb to 96a4f2a Compare March 27, 2023 20:14
Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependencies [jsdom](https://github.com/jsdom/jsdom), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [jest-junit](https://github.com/jest-community/jest-junit). These dependencies need to be updated together.


Removes `jsdom`

Updates `jest` from 23.6.0 to 29.1.2
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.1.2/packages/jest)

Updates `jest-junit` from 5.2.0 to 14.0.1
- [Release notes](https://github.com/jest-community/jest-junit/releases)
- [Commits](jest-community/jest-junit@v5.2.0...v14.0.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
- dependency-name: jest
  dependency-type: direct:development
- dependency-name: jest-junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jsdom-and-jest-and-jest-junit--removed branch from 96a4f2a to f23accf Compare March 28, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants