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

chore(deps-dev): bump jest and @types/jest #842

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps jest and @types/jest. These dependencies needed to be updated together.
Updates jest from 29.6.4 to 29.7.0

Release notes

Sourced from jest's releases.

v29.7.0

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#14465)

New Contributors

Full Changelog: jestjs/jest@v29.6.4...v29.7.0

Changelog

Sourced from jest's changelog.

29.7.0

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#14465)
Commits

Updates @types/jest from 29.5.4 to 29.5.5

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) September 18, 2023 06:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-and-types/jest-29.7.0 branch from 24f8d1c to 50a45d3 Compare September 18, 2023 06:50
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.6.4 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.4 to 29.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-and-types/jest-29.7.0 branch from 50a45d3 to 3e8c71c Compare September 18, 2023 06:50
@googlemaps-bot googlemaps-bot merged commit ec27f1e into main Sep 18, 2023
17 checks passed
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/jest-and-types/jest-29.7.0 branch September 18, 2023 06:53
github-actions bot pushed a commit that referenced this pull request Sep 18, 2023
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.6.4 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.4 to 29.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ec27f1e
googlemaps-bot pushed a commit that referenced this pull request Oct 9, 2023
### [4.0.6](v4.0.5...v4.0.6) (2023-10-09)

### Miscellaneous Chores

* **deps-dev:** bump @babel/preset-env from 7.22.14 to 7.22.15 ([#832](#832)) ([981f98d](981f98d))
* **deps-dev:** bump @babel/preset-env from 7.22.15 to 7.22.20 ([#841](#841)) ([b1b2f73](b1b2f73))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.22.11 to 7.22.15 ([#828](#828)) ([3ef4247](3ef4247))
* **deps-dev:** bump @babel/runtime-corejs3 from 7.22.15 to 7.23.1 ([#854](#854)) ([9eba519](9eba519))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.19.3 to 2.20.0 ([#846](#846)) ([f163fa9](f163fa9))
* **deps-dev:** bump @rollup/plugin-babel from 6.0.3 to 6.0.4 ([#868](#868)) ([30c12b9](30c12b9))
* **deps-dev:** bump @rollup/plugin-html from 1.0.2 to 1.0.3 ([#863](#863)) ([ce255b9](ce255b9))
* **deps-dev:** bump @rollup/plugin-json from 6.0.0 to 6.0.1 ([#864](#864)) ([a7d4549](a7d4549))
* **deps-dev:** bump @rollup/plugin-typescript from 11.1.2 to 11.1.3 ([#838](#838)) ([f8e3d65](f8e3d65))
* **deps-dev:** bump @rollup/plugin-typescript from 11.1.3 to 11.1.5 ([#862](#862)) ([de8bd42](de8bd42))
* **deps-dev:** bump @types/google.maps from 3.54.0 to 3.54.1 ([#839](#839)) ([59c9aa0](59c9aa0))
* **deps-dev:** bump @types/google.maps from 3.54.1 to 3.54.2 ([#853](#853)) ([8722771](8722771))
* **deps-dev:** bump @types/proj4 from 2.5.2 to 2.5.3 ([#851](#851)) ([fdf285a](fdf285a))
* **deps-dev:** bump @types/stats.js from 0.17.0 to 0.17.1 ([#859](#859)) ([60383a9](60383a9))
* **deps-dev:** bump @types/three from 0.155.1 to 0.156.0 ([#844](#844)) ([006cd28](006cd28))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#831](#831)) ([54015bf](54015bf))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#849](#849)) ([2af9326](2af9326))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#852](#852)) ([27521f4](27521f4))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#867](#867)) ([6307dc1](6307dc1))
* **deps-dev:** bump @typescript-eslint/parser from 6.4.1 to 6.6.0 ([#830](#830)) ([9737f2c](9737f2c))
* **deps-dev:** bump @typescript-eslint/parser from 6.6.0 to 6.7.2 ([#847](#847)) ([8579735](8579735))
* **deps-dev:** bump @typescript-eslint/parser from 6.7.2 to 6.7.4 ([#870](#870)) ([51acc55](51acc55))
* **deps-dev:** bump core-js from 3.32.1 to 3.32.2 ([#835](#835)) ([6c6e190](6c6e190))
* **deps-dev:** bump core-js from 3.32.2 to 3.33.0 ([#855](#855)) ([3de3ee2](3de3ee2))
* **deps-dev:** bump eslint from 8.47.0 to 8.49.0 ([#845](#845)) ([072aff6](072aff6))
* **deps-dev:** bump eslint from 8.49.0 to 8.50.0 ([#850](#850)) ([517360f](517360f))
* **deps-dev:** bump eslint from 8.50.0 to 8.51.0 ([#866](#866)) ([d88fd52](d88fd52))
* **deps-dev:** bump eslint-plugin-jest from 27.2.3 to 27.4.0 ([#843](#843)) ([c95143f](c95143f))
* **deps-dev:** bump eslint-plugin-jest from 27.4.0 to 27.4.2 ([#857](#857)) ([35f5f01](35f5f01))
* **deps-dev:** bump geckodriver from 4.2.0 to 4.2.1 ([#840](#840)) ([95df208](95df208))
* **deps-dev:** bump jest and @types/jest ([#842](#842)) ([ec27f1e](ec27f1e))
* **deps-dev:** bump jest-environment-jsdom from 29.6.4 to 29.7.0 ([#858](#858)) ([b9591a3](b9591a3))
* **deps-dev:** bump rollup from 3.28.1 to 3.29.1 ([#834](#834)) ([b5120fd](b5120fd))
* **deps-dev:** bump rollup from 3.29.1 to 3.29.3 ([#848](#848)) ([4c4aa51](4c4aa51))
* **deps-dev:** bump selenium-webdriver and @types/selenium-webdriver ([#824](#824)) ([e4e71fd](e4e71fd))
* **deps-dev:** bump selenium-webdriver and @types/selenium-webdriver ([#856](#856)) ([08119bd](08119bd))
* **deps-dev:** bump three from 0.156.0 to 0.156.1 ([#833](#833)) ([9d83066](9d83066))
* **deps-dev:** bump three from 0.156.1 to 0.157.0 ([#865](#865)) ([d929d20](d929d20))
* **deps-dev:** bump typedoc from 0.25.0 to 0.25.1 ([#836](#836)) ([ceababa](ceababa))
* **deps-dev:** bump typedoc from 0.25.1 to 0.25.2 ([#869](#869)) ([2a7c6e0](2a7c6e0))
* **deps-dev:** bump typescript from 5.1.6 to 5.2.2 ([#829](#829)) ([32380a5](32380a5))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 4.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant