Skip to content

Commit

Permalink
v8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 25, 2024
1 parent 1751564 commit 7a04415
Show file tree
Hide file tree
Showing 33 changed files with 174 additions and 101 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

### Bug Fixes

- **deps:** update dependency commander to v12 ([#4713](https://github.com/stryker-mutator/stryker-js/issues/4713)) ([76b1acd](https://github.com/stryker-mutator/stryker-js/commit/76b1acd7f378930e9577ed6d26116b1f4a3c76d4))
- **deps:** update dependency npm-run-path to ~5.3.0 ([#4752](https://github.com/stryker-mutator/stryker-js/issues/4752)) ([e440d3e](https://github.com/stryker-mutator/stryker-js/commit/e440d3ebb227160187856024820f986aa7b4ba59))
- **instrumenter:** support typescript constructors with code before `super()` ([#4757](https://github.com/stryker-mutator/stryker-js/issues/4757)) ([bf85d37](https://github.com/stryker-mutator/stryker-js/commit/bf85d375e2c60be3eb9ecf90cbd803b3a4b0d55e)), closes [#4744](https://github.com/stryker-mutator/stryker-js/issues/4744)

## [8.2.5](https://github.com/stryker-mutator/stryker-js/compare/v8.2.4...v8.2.5) (2024-02-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "8.2.5",
"version": "8.2.6",
"command": {
"version": {
"allowBranch": ["master", "epic/*", "feat/*"],
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

**Note:** Version bump only for package @stryker-mutator/api

## [8.2.5](https://github.com/stryker-mutator/stryker-js/compare/v8.2.4...v8.2.5) (2024-02-20)

**Note:** Version bump only for package @stryker-mutator/api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/api",
"version": "8.2.5",
"version": "8.2.6",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

### Bug Fixes

- **deps:** update dependency commander to v12 ([#4713](https://github.com/stryker-mutator/stryker-js/issues/4713)) ([76b1acd](https://github.com/stryker-mutator/stryker-js/commit/76b1acd7f378930e9577ed6d26116b1f4a3c76d4))
- **deps:** update dependency npm-run-path to ~5.3.0 ([#4752](https://github.com/stryker-mutator/stryker-js/issues/4752)) ([e440d3e](https://github.com/stryker-mutator/stryker-js/commit/e440d3ebb227160187856024820f986aa7b4ba59))

## [8.2.5](https://github.com/stryker-mutator/stryker-js/compare/v8.2.4...v8.2.5) (2024-02-20)

**Note:** Version bump only for package @stryker-mutator/core
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/core",
"version": "8.2.5",
"version": "8.2.6",
"description": "The extendable JavaScript mutation testing framework",
"type": "module",
"files": [
Expand Down Expand Up @@ -68,9 +68,9 @@
"stryker": "./bin/stryker.js"
},
"dependencies": {
"@stryker-mutator/api": "8.2.5",
"@stryker-mutator/instrumenter": "8.2.5",
"@stryker-mutator/util": "8.2.5",
"@stryker-mutator/api": "8.2.6",
"@stryker-mutator/instrumenter": "8.2.6",
"@stryker-mutator/util": "8.2.6",
"ajv": "~8.12.0",
"chalk": "~5.3.0",
"commander": "~12.0.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"typed-rest-client": "~1.8.11"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "8.2.5",
"@stryker-mutator/test-helpers": "8.2.6",
"@types/diff-match-patch": "1.0.36",
"@types/inquirer": "9.0.7",
"@types/lodash.groupby": "4.6.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.2.6](https://github.com/stryker-mutator/stryker-js/compare/v8.2.5...v8.2.6) (2024-02-25)

**Note:** Version bump only for package create-stryker

## [8.2.5](https://github.com/stryker-mutator/stryker-js/compare/v8.2.4...v8.2.5) (2024-02-20)

**Note:** Version bump only for package create-stryker
Expand Down
4 changes: 2 additions & 2 deletions packages/create-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-stryker",
"version": "8.2.5",
"version": "8.2.6",
"description": "Initializer for StrykerJS",
"type": "module",
"files": [
Expand Down Expand Up @@ -38,6 +38,6 @@
"homepage": "https://stryker-mutator.io/",
"bin": "dist/src/index.js",
"dependencies": {
"@stryker-mutator/core": "8.2.5"
"@stryker-mutator/core": "8.2.6"
}
}
Loading

0 comments on commit 7a04415

Please sign in to comment.