Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jun 3, 2023
1 parent 9dd4a76 commit ba5a887
Show file tree
Hide file tree
Showing 44 changed files with 157 additions and 77 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### 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": "7.0.0",
"version": "7.0.1",
"command": {
"version": {
"allowBranch": ["master", "epic/*", "feat/*"],
Expand Down
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.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

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

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package-lock.json

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

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": "7.0.0",
"version": "7.0.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

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

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

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": "7.0.0",
"version": "7.0.1",
"description": "The extendable JavaScript mutation testing framework",
"type": "module",
"exports": {
Expand Down Expand Up @@ -62,9 +62,9 @@
"stryker": "./bin/stryker.js"
},
"dependencies": {
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/instrumenter": "7.0.0",
"@stryker-mutator/util": "7.0.0",
"@stryker-mutator/api": "7.0.1",
"@stryker-mutator/instrumenter": "7.0.1",
"@stryker-mutator/util": "7.0.1",
"ajv": "~8.12.0",
"chalk": "~5.2.0",
"commander": "~10.0.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"typed-rest-client": "~1.8.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "7.0.0",
"@stryker-mutator/test-helpers": "7.0.1",
"@types/diff-match-patch": "1.0.32",
"@types/inquirer": "9.0.3",
"@types/lodash.flatmap": "4.5.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/cucumber-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cucumber-runner/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cucumber-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/cucumber-runner",
"version": "7.0.0",
"version": "7.0.1",
"description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework",
"exports": {
".": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "9.1.2",
"@stryker-mutator/test-helpers": "7.0.0",
"@stryker-mutator/test-helpers": "7.0.1",
"@types/semver": "7.5.0"
},
"peerDependencies": {
Expand All @@ -49,8 +49,8 @@
},
"dependencies": {
"@cucumber/messages": "^22.0.0",
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/util": "7.0.0",
"@stryker-mutator/api": "7.0.1",
"@stryker-mutator/util": "7.0.1",
"semver": "^7.3.7"
}
}
6 changes: 6 additions & 0 deletions packages/grunt-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/grunt-stryker/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-stryker",
"description": "Grunt plugin for the mutation testing framework 'stryker'",
"version": "7.0.0",
"version": "7.0.1",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker-js/issues"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/api": "7.0.1",
"@types/node": "18.16.16"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumenter/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.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

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

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumenter/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/instrumenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/instrumenter",
"version": "7.0.0",
"version": "7.0.1",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@babel/plugin-proposal-decorators": "~7.22.0",
"@babel/plugin-proposal-private-methods": "~7.18.0",
"@babel/preset-typescript": "~7.21.0",
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/util": "7.0.0",
"@stryker-mutator/api": "7.0.1",
"@stryker-mutator/util": "7.0.1",
"angular-html-parser": "~4.0.0",
"weapon-regex": "~1.1.0"
},
"devDependencies": {
"@babel/preset-react": "7.22.3",
"@stryker-mutator/test-helpers": "7.0.0",
"@stryker-mutator/test-helpers": "7.0.1",
"@types/babel__core": "7.20.1",
"@types/babel__generator": "7.6.4",
"babel-plugin-transform-decorators-legacy": "1.3.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/jasmine-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### chore
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-runner/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jasmine-runner",
"version": "7.0.0",
"version": "7.0.1",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"exports": {
".": {
Expand Down Expand Up @@ -47,12 +47,12 @@
"jasmine": ">=3.10 <5"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "7.0.0",
"@stryker-mutator/test-helpers": "7.0.1",
"@types/node": "18.16.16"
},
"dependencies": {
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/util": "7.0.0"
"@stryker-mutator/api": "7.0.1",
"@stryker-mutator/util": "7.0.1"
},
"initStrykerConfig": {
"jasmineConfigFile": "spec/support/jasmine.json"
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jest-runner",
"version": "7.0.0",
"version": "7.0.1",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"exports": {
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/jest-runner",
"devDependencies": {
"@stryker-mutator/test-helpers": "7.0.0",
"@stryker-mutator/test-helpers": "7.0.1",
"@types/node": "18.16.16",
"@types/semver": "7.5.0",
"jest": "29.5.0",
Expand All @@ -75,8 +75,8 @@
"@stryker-mutator/core": "~7.0.0"
},
"dependencies": {
"@stryker-mutator/api": "7.0.0",
"@stryker-mutator/util": "7.0.0",
"@stryker-mutator/api": "7.0.1",
"@stryker-mutator/util": "7.0.1",
"semver": "~7.5.0",
"tslib": "~2.5.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/karma-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/stryker-mutator/stryker-js/compare/v7.0.0...v7.0.1) (2023-06-03)

### Bug Fixes

- **deps:** update `@stryker-mutator/core` peer dep ([9dd4a76](https://github.com/stryker-mutator/stryker-js/commit/9dd4a767d30830861a3e997266a6491fae799acd))

# [7.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.4.2...v7.0.0) (2023-06-02)

### Bug Fixes
Expand Down
Loading

0 comments on commit ba5a887

Please sign in to comment.