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 the jest group with 4 updates #504

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the jest group with 4 updates: jest, @types/jest, jest-runner-vscode and ts-jest.

Updates jest from 27.4.3 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.0.3 to 29.5.12

Commits

Updates jest-runner-vscode from 2.1.0 to 3.0.1

Release notes

Sourced from jest-runner-vscode's releases.

v3.0.1

Fixed

  • Non-Yarn workspaces no longer result in a stall due to an infinite loop. (af87fa7)
  • Corrected path to buildArgv function in jest-cli dependency after it was moved in Jest 29.2.1. (7ac716a)

Full Changelog: adalinesimonian/jest-runner-vscode@v3.0.0...v3.0.1

v3.0.0

Breaking Changes

  • Dropped support for Node.js 14.x and 16.13.x, VS Code <1.71.0, and Jest <29.0.0. (f779c3a)

Changed

  • The VS Code extension host is no longer killed when the test run is finished. (91d6743)
  • The package now specifies to Yarn that it should be unplugged to allow VS Code to start using the package's entry point in a PnP environment. (bf17692)

Full Changelog: adalinesimonian/jest-runner-vscode@v2.2.0...v3.0.0

v2.2.0

Added

  • Environments using Yarn PnP are now supported. (#46)
  • All options from the parent Jest runner are now passed to the child runner. (f300e64)
  • VS Code process information and download progress can now be suppressed using the quiet option. (f300e64)

Changed

  • A less internal API is now used to start the child instance of Jest. (6196f24)

Fixed

  • Tests in nested directories no longer result in the runner expecting and failing tests from a different directory that are not yet queued. (f300e64)
Commits
  • 0c98dc1 docs: update changelog
  • 9830187 chore: bump version to 3.0.1
  • 7ac716a fix: use new path for buildArgv in jest 29.2.1
  • af98fa7 fix: don't infinitely loop when resolving pkg root
  • 1602e8d chore: swap link order to allow publishing
  • 13de146 docs: update readme, changelog
  • 0314f53 test: fix lint error
  • c33a086 chore: constrain renovate to node 16.14.2
  • 3622571 chore(deps): update actions/cache action to v3 (#62)
  • 3a87533 chore(deps): update actions/setup-node action to v3 (#66)
  • Additional commits viewable in compare view

Updates ts-jest from 27.0.7 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 added the pr: dependencies relates to dependencies label Feb 13, 2024
Bumps the jest group with 4 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-runner-vscode](https://github.com/adalinesimonian/jest-runner-vscode) and [ts-jest](https://github.com/kulshekhar/ts-jest).


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

Updates `jest-runner-vscode` from 2.1.0 to 3.0.1
- [Release notes](https://github.com/adalinesimonian/jest-runner-vscode/releases)
- [Commits](adalinesimonian/jest-runner-vscode@v2.1.0...v3.0.1)

Updates `ts-jest` from 27.0.7 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.0.7...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: jest-runner-vscode
  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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-c08388a87c branch from 7c25ddc to 3a14306 Compare February 13, 2024 23:56
@ybiquitous
Copy link
Member

@ybiquitous
Copy link
Member

ybiquitous commented Feb 14, 2024

Hum..., only tests on Windows fail for some reason 🤔

No test result returned for D:\a\vscode-stylelint\vscode-stylelint\test\e2e\__tests__\code-actions.ts

https://github.com/stylelint/vscode-stylelint/actions/runs/7895645542/job/21548330658?pr=504#step:13:42

Why "No test result"?

@ybiquitous
Copy link
Member

@adalinesimonian The "No test result returned" error seems to be raised by jest-runner-vscode . Do you have any ideas?
https://github.com/adalinesimonian/jest-runner-vscode/blob/v3.0.1/packages/jest-runner-vscode/src/run-vscode.ts#L202

See also adalinesimonian/jest-runner-vscode#77

@adalinesimonian
Copy link
Member

@adalinesimonian The "No test result returned" error seems to be raised by jest-runner-vscode . Do you have any ideas? https://github.com/adalinesimonian/jest-runner-vscode/blob/v3.0.1/packages/jest-runner-vscode/src/run-vscode.ts#L202

See also adalinesimonian/jest-runner-vscode#77

I'm not sure off the top of my head, I'd have to investigate. The soonest I can do that is this weekend, I'm flying to my father's funeral today.

@ybiquitous
Copy link
Member

ybiquitous commented Feb 15, 2024

Don't worry. 👍🏼

This patch (524d950) now can resolve the error:

No test result returned for D:\a\vscode-stylelint\vscode-stylelint\test\e2e\__tests__\code-actions.ts

See also the CI log below in the debugging PR #514. cwd is wrong on Windows for some reason. projects should include only 'D:\\a\\vscode-stylelint\\vscode-stylelint\\test\\e2e':

  projects: Set(2) {
    'D:\\a\\vscode-stylelint\\vscode-stylelint\\.vscode-test\\vscode-win32-x64-archive-1.82.3\\test\\e2e',
    'D:\\a\\vscode-stylelint\\vscode-stylelint\\test\\e2e'
  },
  cwd: 'D:\\a\\vscode-stylelint\\vscode-stylelint\\.vscode-test\\vscode-win32-x64-archive-1.82.3'

https://github.com/stylelint/vscode-stylelint/actions/runs/7909719029/job/21591211505#step:11:373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants