Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

chore(deps-dev): bump jest from 29.5.0 to 29.6.2 #282

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps jest from 29.5.0 to 29.6.2.

Release notes

Sourced from jest's releases.

v29.6.2

Fixes

  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#14309)

Chore & Maintenance

  • [@jest/core] Use pluralize from jest-util rather than own internal (#14322)

New Contributors

Full Changelog: jestjs/jest@v29.6.1...v29.6.2

v29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change (#14304)

Full Changelog: jestjs/jest@v29.6.0...v29.6.1

v29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)

... (truncated)

Changelog

Sourced from jest's changelog.

29.6.2

Fixes

  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#14309)

Chore & Maintenance

  • [@jest/core] Use pluralize from jest-util rather than own internal (#14322)

29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change (#14304)

29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument .json modules (#14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#14015)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#14004)

... (truncated)

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 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 9, 2023
@aslafy-z
Copy link
Owner

aslafy-z commented Aug 9, 2023

@dependabot rebase

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-29.6.2 branch from b719d79 to d4cbb68 Compare August 9, 2023 09:14
@aslafy-z aslafy-z merged commit 41af946 into main Aug 9, 2023
5 checks passed
@aslafy-z aslafy-z deleted the dependabot/npm_and_yarn/jest-29.6.2 branch August 9, 2023 09:14
@aslafy-z
Copy link
Owner

🎉 This PR is included in version 3.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

renovate bot referenced this pull request in 4m-mazi/gh-test Aug 11, 2023
….1 (#374)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[aslafy-z/conventional-pr-title-action](https://github.com/aslafy-z/conventional-pr-title-action)
| action | minor | `v3.0.1` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>aslafy-z/conventional-pr-title-action
(aslafy-z/conventional-pr-title-action)</summary>

###
[`v3.1.1`](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.1)

[Compare
Source](https://github.com/aslafy-z/conventional-pr-title-action/compare/v3.1.0...v3.1.1)

#### This release is a mirror of
[v3.1.0](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.0)

###
[`v3.1.0`](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.0)

[Compare
Source](https://github.com/aslafy-z/conventional-pr-title-action/compare/v3.0.1...v3.1.0)

#### What's Changed

- docs(README): no input is required by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/265](https://github.com/aslafy-z/conventional-pr-title-action/pull/265)
- chore(deps-dev): bump jest from 29.4.2 to 29.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/263](https://github.com/aslafy-z/conventional-pr-title-action/pull/263)
- docs: minor documentation improvements by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/266](https://github.com/aslafy-z/conventional-pr-title-action/pull/266)
- test: add assertions and run tests before creating a release by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/268](https://github.com/aslafy-z/conventional-pr-title-action/pull/268)
- feat(action): migrate from docker to node by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/267](https://github.com/aslafy-z/conventional-pr-title-action/pull/267)
- revert: feat(action): migrate from docker to node by
[@&#8203;aslaFY-Z](https://github.com/aslaFY-Z) in
https://github.com/aslafy-z/conventional-pr-title-action/commits/2ce59b07f86bd51b521dd088f0acfb0d7fdac55e
- chore(deps): bump conventional-changelog-conventionalcommits from
5.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/278](https://github.com/aslafy-z/conventional-pr-title-action/pull/278)
- chore(deps-dev): bump jest from 29.5.0 to 29.6.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/282](https://github.com/aslafy-z/conventional-pr-title-action/pull/282)
- chore(deps): bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/281](https://github.com/aslafy-z/conventional-pr-title-action/pull/281)
- chore(deps): bump conventional-commits-parser from 3.2.4 to 4.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/271](https://github.com/aslafy-z/conventional-pr-title-action/pull/271)

#### New Contributors

- [@&#8203;iamludal](https://github.com/iamludal) made their first
contribution in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/265](https://github.com/aslafy-z/conventional-pr-title-action/pull/265)

**Full Changelog**:
aslafy-z/conventional-pr-title-action@v3.0.1...v3.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant