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): bump @stryker-mutator/jest-runner from 6.4.2 to 7.0.0 #218

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2023

Bumps @stryker-mutator/jest-runner from 6.4.2 to 7.0.0.

Release notes

Sourced from @​stryker-mutator/jest-runner's releases.

v7.0.0

7.0.0 (2023-06-02)

Bug Fixes

  • core: improve no-mutate warning (#4248) (6bf7a56)
  • deps: update babel monorepo (#4233) (a8f2c1e)
  • deps: update dependency @​cucumber/messages to v22 (#4091) (ad6f82b)
  • deps: update dependency inquirer to ~9.2.0 (#4137) (d985780)
  • deps: update dependency minimatch to v8 (#4079) (af4a62c)
  • deps: update dependency mutation-testing-elements to v2 (#4148) (50071e6)
  • deps: update dependency semver to v7.4.0 (#4101) (c317294)
  • deps: update dependency semver to v7.5.0 (#4121) (4c8dade)
  • deps: update dependency tap-parser to v13 (#4116) (161f099)
  • deps: update dependency tslib to v2.5.2 (#4241) (4cd2a86)
  • deps: update dependency weapon-regex to ~1.1.0 (#4102) (899ae6e)
  • deps: update mutation-testing-elements monorepo to v2.0.1 (#4182) (c1b7312)
  • deps: update mutation-testing-metrics and mutation-report-schema to v2 (#4154) (9b77a3f)
  • incremental: correctly identify removed test files (#4134) (7342ac6)
  • instrumenter: Use globalThis when available (#4169) (7d1e58e)
  • Reporter API: use 1-based locations with onMutantTested (#4158) (f5227e0)
  • tap-runner: add glob as a dependency (#4225) (ba6bb7e)
  • vitest: explicitly error when browser-mode is enabled (#4243) (e70ff30)
  • vitest: use cwd for communication dir (#4217) (736d97c)

chore

Features

BREAKING CHANGES

  • type-checking: disableTypeChecks is now true by default. You can use this configuration to opt out:

... (truncated)

Changelog

Sourced from @​stryker-mutator/jest-runner's changelog.

7.0.0 (2023-06-02)

Bug Fixes

chore

Features

BREAKING CHANGES

  • esm: Deep (and undocumented) imports from @stryker-mutator/core or one of the plugins will no longer work. If you want to import something that's not available, please let us know by opening an issue
  • node: Node 14 is no longer supported. Please install an LTS version of node: nodejs.org/
Commits
  • aeedbd2 v7.0.0
  • a19d9bc chore(deps): update dependency @​types/node to v18.16.16 (#4231)
  • 510bb04 chore(deps): update dependency @​types/node to v18.16.14 (#4207)
  • b789dd7 chore(deps): update dependency @​types/node to v18.16.13 (#4201)
  • 68686d1 chore(deps): update dependency @​types/node to v18.16.12 (#4196)
  • d2cc75f chore(deps): update dependency @​types/node to v18.16.11 (#4195)
  • 164048b chore(deps): update dependency @​types/node to v18.16.10 (#4194)
  • c98ea43 chore(deps): update dependency @​types/node to v18.16.9 (#4188)
  • bb06087 chore(deps): update dependency @​types/node to v18.16.8 (#4183)
  • c575555 chore(deps): update dependency @​types/semver to v7.5.0 (#4177)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2023
@dependabot dependabot bot requested a review from antoinezanardi June 3, 2023 08:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/stryker-mutator/jest-runner-7.0.0 branch from 6253d25 to 86db58a Compare June 3, 2023 08:43
Bumps [@stryker-mutator/jest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/jest-runner) from 6.4.2 to 7.0.0.
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/jest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v7.0.0/packages/jest-runner)

---
updated-dependencies:
- dependency-name: "@stryker-mutator/jest-runner"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/stryker-mutator/jest-runner-7.0.0 branch from 86db58a to b5cf3de Compare June 3, 2023 08:49
@antoinezanardi antoinezanardi merged commit 33d989e into develop Jun 3, 2023
8 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/stryker-mutator/jest-runner-7.0.0 branch June 3, 2023 08:55
antoinezanardi pushed a commit that referenced this pull request Jun 17, 2023
## [1.10.0](v1.9.0...v1.10.0) (2023-06-17)

### 🚀 Features

* **game-maker:** game play methods ([#229](#229)) ([aa1c954](aa1c954))
* **game:** get game by id pipe in controller ([#211](#211)) ([bb1e34f](bb1e34f))

### 🔩 Refactor

* **game:** get playing game helper removed ([#214](#214)) ([e2cfd8a](e2cfd8a))
* **methods:** use private when necessary ([#217](#217)) ([42a81ab](42a81ab))
* **tests:** better readability and mocks ([#224](#224)) ([410715c](410715c))

### ✅ Tests

* **mongoose:** object id factory ([#215](#215)) ([81d7f9e](81d7f9e))

### 🧹 Chore

* **deps:** bump @commitlint/cli from 17.6.3 to 17.6.5 ([#210](#210)) ([44b8128](44b8128))
* **deps:** bump @commitlint/config-conventional from 17.6.3 to 17.6.5 ([#208](#208)) ([aafc9f7](aafc9f7))
* **deps:** bump @faker-js/faker from 8.0.1 to 8.0.2 ([#207](#207)) ([3020acc](3020acc))
* **deps:** bump @nestjs/cli from 10.0.1 to 10.0.2 ([#252](#252)) ([dc83b18](dc83b18))
* **deps:** bump @nestjs/cli from 9.5.0 to 10.0.1 ([#250](#250)) ([f717f33](f717f33))
* **deps:** bump @nestjs/common from 9.4.2 to 9.4.3 ([#237](#237)) ([25eaeaf](25eaeaf))
* **deps:** bump @nestjs/config from 2.3.2 to 2.3.3 ([#243](#243)) ([5d67fed](5d67fed))
* **deps:** bump @nestjs/config from 2.3.3 to 2.3.4 ([#245](#245)) ([1d323d1](1d323d1))
* **deps:** bump @nestjs/config from 2.3.4 to 3.0.0 ([#249](#249)) ([a254172](a254172))
* **deps:** bump @nestjs/core from 9.4.2 to 9.4.3 ([#235](#235)) ([c1e6e91](c1e6e91))
* **deps:** bump @nestjs/mongoose from 9.2.2 to 10.0.0 ([#251](#251)) ([3fe60fb](3fe60fb))
* **deps:** bump @nestjs/platform-express from 9.4.2 to 9.4.3 ([#234](#234)) ([d56efbc](d56efbc))
* **deps:** bump @nestjs/platform-fastify from 9.4.2 to 9.4.3 ([#241](#241)) ([dcb1582](dcb1582))
* **deps:** bump @nestjs/schematics from 9.2.0 to 10.0.1 ([#248](#248)) ([a5a6a26](a5a6a26))
* **deps:** bump @nestjs/swagger from 6.3.0 to 7.0.0 ([#253](#253)) ([3e60868](3e60868))
* **deps:** bump @nestjs/terminus from 9.2.2 to 10.0.0 ([#255](#255)) ([d2f9750](d2f9750))
* **deps:** bump @nestjs/testing from 9.4.2 to 9.4.3 ([#239](#239)) ([91d78f7](91d78f7))
* **deps:** bump @stryker-mutator/jest-runner from 6.4.2 to 7.0.0 ([#218](#218)) ([33d989e](33d989e))
* **deps:** bump @stryker-mutator/typescript-checker from 6.4.2 to 7.0.0 ([#221](#221)) ([b1d3b6f](b1d3b6f))
* **deps:** bump @types/jest from 29.5.1 to 29.5.2 ([#213](#213)) ([10bcfc9](10bcfc9))
* **deps:** bump @types/node from 20.2.4 to 20.2.5 ([#206](#206)) ([492e9b2](492e9b2))
* **deps:** bump @types/node from 20.2.5 to 20.3.0 ([#232](#232)) ([34a0cec](34a0cec))
* **deps:** bump @types/node from 20.3.0 to 20.3.1 ([#236](#236)) ([d342c3f](d342c3f))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 ([#205](#205)) ([4da8dd0](4da8dd0))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 ([#226](#226)) ([36ee256](36ee256))
* **deps:** bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 ([#238](#238)) ([324be15](324be15))
* **deps:** bump @typescript-eslint/parser from 5.59.7 to 5.59.8 ([#204](#204)) ([4c48548](4c48548))
* **deps:** bump @typescript-eslint/parser from 5.59.8 to 5.59.9 ([#227](#227)) ([326e5fd](326e5fd))
* **deps:** bump @typescript-eslint/parser from 5.59.9 to 5.59.11 ([#242](#242)) ([2cdc497](2cdc497))
* **deps:** bump eslint from 8.41.0 to 8.42.0 ([#219](#219)) ([7ebdfc1](7ebdfc1))
* **deps:** bump eslint from 8.42.0 to 8.43.0 ([#256](#256)) ([f50b4de](f50b4de))
* **deps:** bump mongoose from 7.2.1 to 7.2.2 ([#209](#209)) ([61c4cc3](61c4cc3))
* **deps:** bump mongoose from 7.2.2 to 7.2.3 ([#231](#231)) ([dfe6b37](dfe6b37))
* **deps:** bump mongoose from 7.2.3 to 7.2.4 ([#240](#240)) ([61e97b1](61e97b1))
* **deps:** bump mongoose from 7.2.4 to 7.3.0 ([#246](#246)) ([808f6c3](808f6c3))
* **deps:** bump radash from 10.8.1 to 10.9.0 ([#254](#254)) ([3b02efa](3b02efa))
* **deps:** bump semantic-release from 21.0.2 to 21.0.3 ([#220](#220)) ([5e7555f](5e7555f))
* **deps:** bump semantic-release from 21.0.3 to 21.0.5 ([#233](#233)) ([063b901](063b901))
* **deps:** bump typescript from 5.0.4 to 5.1.3 ([#216](#216)) ([bd80920](bd80920))
* **jest:** adapt tests to jest-extended v4 ([#257](#257)) ([645ca7e](645ca7e))
* **script:** allow numbers in git branches ([#223](#223)) ([4a328d6](4a328d6))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.10.0 🎉

The release is available on GitHub release

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant