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

deps: bump the jest group in /telemetry/vscode with 3 updates #685

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2024

Bumps the jest group in /telemetry/vscode with 3 updates: jest, @types/jest and ts-jest.

Updates jest from 27.5.1 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

v29.6.4

Fixes

  • [jest-core] Fix typo in scheduleAndRun performance marker (#14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#14437)

New Contributors

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

v29.6.3

Fixes

  • [expect, @jest/expect-utils] ObjectContaining support symbol as key (#14414)
  • [expect] Remove @types/node from dependencies (#14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#14059 & #14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#14401)
  • [jest-mock] Revert #13692 as it was a breaking change (#14429)
  • [jest-mock] Revert #13866 as it was a breaking change (#14429)

... (truncated)

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)

29.6.4

Fixes

  • [jest-core] Fix typo in scheduleAndRun performance marker (#14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#14437)

29.6.3

Fixes

  • [expect, @jest/expect-utils] ObjectContaining support sumbol as key (#14414)
  • [expect] Remove @types/node from dependencies (#14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#14059 & #14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#14401)
  • [jest-mock] Revert #13692 as it was a breaking change (#14429)
  • [jest-mock] Revert #13866 as it was a breaking change (#14429)
  • [jest-mock] Revert #13867 as it was a breaking change (#14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#14397)

Chore & Maintenance

  • [jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#14366)

29.6.2

Fixes

... (truncated)

Commits

Updates @types/jest from 27.5.2 to 29.5.12

Commits

Updates ts-jest from 27.1.5 to 29.1.2

Release notes

Sourced from ts-jest's releases.

v29.1.2

Please refer to CHANGELOG.md for details.

v29.1.1

Please refer to CHANGELOG.md for details.

v29.1.0

Please refer to CHANGELOG.md for details.

v29.0.5

Please refer to CHANGELOG.md for details.

v29.0.4

Please refer to CHANGELOG.md for details.

v29.0.3

Please refer to CHANGELOG.md for details.

v29.0.2

Please refer to CHANGELOG.md for details.

v29.0.1

Please refer to CHANGELOG.md for details.

v29.0.0

Please refer to CHANGELOG.md for details.

v29.0.0-next.1

Please refer to CHANGELOG.md for details.

v29.0.0-next.0

Please refer to CHANGELOG.md for details.

v28.0.8

Please refer to CHANGELOG.md for details.

v28.0.7

No release notes provided.

v28.0.6

No release notes provided.

v28.0.5

No release notes provided.

v28.0.4

No release notes provided.

v28.0.3

No release notes provided.

... (truncated)

Changelog

Sourced from ts-jest's changelog.

29.1.2 (2024-01-22)

Bug Fixes

  • calculated cache key based on supportsStaticESM (a5d6f2d)
  • correct error handling in processAsync (e7be4bf), closes #4207
  • use Config.ProjectConfig (918312b), closes #4028

29.1.1 (2023-06-23)

Security Fixes

  • bump semver to 7.5.3

29.1.0 (2023-03-26)

Features

29.0.5 (2023-01-13)

Reverts

  • Revert "fix(transformer): don't use cache when tsJestConfig is different (#3966)" (185eb18), closes #3966

29.0.4 (2023-01-10)

Bug Fixes

29.0.3 (2022-09-28)

... (truncated)

Commits
  • 70d48be chore(release): 29.1.2
  • 19778bd build: reference transform options via jest TransformOptions type
  • a5d6f2d fix: calculated cache key based on supportsStaticESM
  • 2d16f4a test(e2e): remove onNodeVersions function
  • 0861a66 build(deps): Update dependency node-fetch to ^3.3.2
  • f41cc3e build(deps): Update babel monorepo
  • 41b8460 build(deps): Update dependency docusaurus-remark-plugin-tab-blocks to ^1.3.1
  • e7be4bf fix: correct error handling in processAsync
  • e31d953 build(deps): Update actions/setup-node digest to 1a4442c
  • 622539d build(deps): Update dependency @​formatjs/ts-transformer to ^3.13.9
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@dependabot dependabot bot requested a review from a team as a code owner February 2, 2024 02:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 3dc7a16 to 28b732d Compare February 8, 2024 02:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 23db391 to 62038ea Compare February 14, 2024 02:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 7603411 to 1479863 Compare February 21, 2024 02:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from e1d654d to ab6cc6f Compare March 1, 2024 02:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 3 times, most recently from 270535e to e51a97a Compare March 12, 2024 02:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 8d110a2 to 93b7c08 Compare March 19, 2024 02:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 65dd7a8 to ac79cd5 Compare March 29, 2024 02:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from 9a7be4d to 4458daf Compare April 5, 2024 02:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 3 times, most recently from c7af50a to cc90975 Compare April 19, 2024 02:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from df2884f to 5287534 Compare April 25, 2024 02:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch 2 times, most recently from f7e7570 to ef7a57b Compare May 10, 2024 02:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch from ef7a57b to c4229ed Compare May 14, 2024 02:57
Bumps the jest group in /telemetry/vscode with 3 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `jest` from 27.5.1 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 27.5.2 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `ts-jest` from 27.1.5 to 29.1.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v27.1.5...v29.1.2)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch from c4229ed to 1f4643b Compare May 20, 2024 02:18
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2024

Superseded by #740.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/telemetry/vscode/main/jest-0129d0e940 branch May 22, 2024 02:34
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants