Skip to content

chore(deps-dev): bump jest from 28.1.0 to 28.1.1#35

Merged
googlemaps-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/jest-28.1.1
Jun 13, 2022
Merged

chore(deps-dev): bump jest from 28.1.0 to 28.1.1#35
googlemaps-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/jest-28.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 13, 2022

Bumps jest from 28.1.0 to 28.1.1.

Release notes

Sourced from jest's releases.

v28.1.1

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: jestjs/jest@v28.1.0...v28.1.1

Changelog

Sourced from jest's changelog.

28.1.1

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)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.0 to 28.1.1.
- [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/v28.1.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 13, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) June 13, 2022 13:29
@googlemaps-bot googlemaps-bot merged commit c11adf4 into main Jun 13, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/jest-28.1.1 branch June 13, 2022 13:29
googlemaps-bot pushed a commit that referenced this pull request Jun 13, 2022
### [1.0.11](v1.0.10...v1.0.11) (2022-06-13)

### Build System

* checkout with credentials ([#12](#12)) ([e039d18](e039d18))
* update required checks ([#13](#13)) ([c709926](c709926))
* use different token for branch protection ([#10](#10)) ([63a0087](63a0087))
* use different token for branch protection ([#11](#11)) ([7f805b1](7f805b1))

### Miscellaneous Chores

* add --approve ([96fbcae](96fbcae))
* Created local '.github/workflows/dependabot.yml' from remote '.github/workflows/dependabot.yml' ([#9](#9)) ([b44b4bc](b44b4bc))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#32](#32)) ([907afbb](907afbb))
* **deps-dev:** bump @typescript-eslint/parser from 5.17.0 to 5.27.0 ([#27](#27)) ([de8127d](de8127d))
* **deps-dev:** bump @typescript-eslint/parser from 5.27.0 to 5.27.1 ([#34](#34)) ([bbfda34](bbfda34))
* **deps-dev:** bump esbuild from 0.14.28 to 0.14.43 ([#33](#33)) ([23d8990](23d8990))
* **deps-dev:** bump eslint from 8.12.0 to 8.16.0 ([#19](#19)) ([80ab035](80ab035))
* **deps-dev:** bump eslint from 8.16.0 to 8.17.0 ([#29](#29)) ([de930b3](de930b3))
* **deps-dev:** bump eslint-plugin-jest from 26.1.5 to 26.5.3 ([#26](#26)) ([65072fb](65072fb))
* **deps-dev:** bump jest from 27.5.1 to 28.1.0 ([#22](#22)) ([c1b8404](c1b8404))
* **deps-dev:** bump jest from 28.1.0 to 28.1.1 ([#35](#35)) ([c11adf4](c11adf4))
* **deps-dev:** bump typescript from 4.6.3 to 4.7.2 ([#21](#21)) ([8a6caf5](8a6caf5))
* **deps-dev:** bump typescript from 4.7.2 to 4.7.3 ([#31](#31)) ([38a5327](38a5327))
* **deps:** bump commander from 9.1.0 to 9.3.0 ([#23](#23)) ([f5cdacb](f5cdacb))
* **deps:** bump directory-schema-validator from 1.0.11 to 1.0.12 ([#28](#28)) ([fa2c466](fa2c466))
* **deps:** bump directory-schema-validator from 1.0.9 to 1.0.11 ([#5](#5)) ([ed0fe84](ed0fe84))
* **deps:** bump prettier from 2.6.1 to 2.6.2 ([#25](#25)) ([da530b9](da530b9))
* **deps:** bump probot from 12.2.2 to 12.2.4 ([#30](#30)) ([8841d7c](8841d7c))
* **deps:** bump yaml from 1.10.2 to 2.1.1 ([#24](#24)) ([f83620b](f83620b))
* fix approval by providing url to pr ([3ffccd0](3ffccd0))
* fix typo in check name ([#14](#14)) ([4182098](4182098))
* only approve ([dbaa3d0](dbaa3d0))
* simplify dependabot workflow ([358ccfa](358ccfa))
* Synced file(s) with googlemaps/.github ([#8](#8)) ([2cd18ae](2cd18ae))
* update owners ([#20](#20)) ([e6437dd](e6437dd))
* update pull request approval comment ([eded567](eded567))
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.

2 participants