Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - grunt-stryker@0.13.17
 - stryker-api@0.24.1
 - stryker-babel-transpiler@0.10.1
 - stryker-html-reporter@0.18.1
 - stryker-jasmine-runner@0.4.1
 - stryker-jasmine@0.12.1
 - stryker-javascript-mutator@0.14.1
 - stryker-jest-runner@1.4.1
 - stryker-karma-runner@0.24.1
 - stryker-mocha-framework@0.15.1
 - stryker-mocha-runner@0.17.1
 - @stryker-mutator/test-helpers@0.1.1
 - stryker-typescript@0.18.1
 - stryker-vue-mutator@0.4.1
 - stryker-wct-runner@0.3.1
 - stryker-webpack-transpiler@0.9.1
 - stryker@0.35.1
  • Loading branch information
strykermutator-npa committed Feb 12, 2019
1 parent 594b3e5 commit 1882514
Show file tree
Hide file tree
Showing 34 changed files with 195 additions and 50 deletions.
8 changes: 8 additions & 0 deletions packages/grunt-stryker/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.

## [0.13.17](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.13.16...grunt-stryker@0.13.17) (2019-02-12)

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





## [0.13.16](https://github.com/stryker-mutator/stryker/compare/grunt-stryker@0.13.15...grunt-stryker@0.13.16) (2019-02-08)

**Note:** Version bump only for package grunt-stryker
Expand Down
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": "0.13.16",
"version": "0.13.17",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
},
"peerDependencies": {
"grunt": ">=0.4.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/stryker-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.24.1](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.24.0...stryker-api@0.24.1) (2019-02-12)


### Bug Fixes

* **mutants:** Prevent memory leak when transpiling mutants ([#1376](https://github.com/stryker-mutator/stryker/issues/1376)) ([45c2852](https://github.com/stryker-mutator/stryker/commit/45c2852)), closes [#920](https://github.com/stryker-mutator/stryker/issues/920)





# [0.24.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.23.0...stryker-api@0.24.0) (2019-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-api",
"version": "0.24.0",
"version": "0.24.1",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-babel-transpiler/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.

## [0.10.1](https://github.com/stryker-mutator/stryker/compare/stryker-babel-transpiler@0.10.0...stryker-babel-transpiler@0.10.1) (2019-02-12)

**Note:** Version bump only for package stryker-babel-transpiler





# [0.10.0](https://github.com/stryker-mutator/stryker/compare/stryker-babel-transpiler@0.9.0...stryker-babel-transpiler@0.10.0) (2019-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-babel-transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-babel-transpiler",
"version": "0.10.0",
"version": "0.10.1",
"description": "A plugin for babel projects using Stryker",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@stryker-mutator/util": "^0.1.0",
"minimatch": "~3.0.4",
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
},
"peerDependencies": {
"@babel/core": "^7"
Expand All @@ -57,7 +57,7 @@
"@babel/preset-flow": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@stryker-mutator/test-helpers": "^0.1.0",
"@stryker-mutator/test-helpers": "^0.1.1",
"@types/babel__core": "~7.0.4",
"@types/babel__generator": "~7.0.1",
"@types/babel__template": "~7.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-html-reporter/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.

## [0.18.1](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.18.0...stryker-html-reporter@0.18.1) (2019-02-12)

**Note:** Version bump only for package stryker-html-reporter





# [0.18.0](https://github.com/stryker-mutator/stryker/compare/stryker-html-reporter@0.17.0...stryker-html-reporter@0.18.0) (2019-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-html-reporter",
"version": "0.18.0",
"version": "0.18.1",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"typings": "src/index.d.ts",
Expand Down Expand Up @@ -41,11 +41,11 @@
"mkdirp": "~0.5.1",
"mz": "~2.7.0",
"rimraf": "~2.6.1",
"stryker-api": "^0.24.0",
"stryker-api": "^0.24.1",
"typed-html": "~1.0.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "^0.1.0",
"@stryker-mutator/test-helpers": "^0.1.1",
"@types/file-url": "~2.0.0",
"@types/jsdom": "~12.2.0",
"@types/node": "^10.11.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-jasmine-runner/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.

## [0.4.1](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine-runner@0.4.0...stryker-jasmine-runner@0.4.1) (2019-02-12)

**Note:** Version bump only for package stryker-jasmine-runner





# [0.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine-runner@0.3.0...stryker-jasmine-runner@0.4.0) (2019-02-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/stryker-jasmine-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine-runner",
"version": "0.4.0",
"version": "0.4.1",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"jasmine": ">=2"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "^0.1.0",
"stryker-jasmine": "^0.12.0"
"@stryker-mutator/test-helpers": "^0.1.1",
"stryker-jasmine": "^0.12.1"
},
"dependencies": {
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
},
"initStrykerConfig": {
"jasmineConfigFile": "spec/support/jasmine.json"
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-jasmine/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.

## [0.12.1](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.12.0...stryker-jasmine@0.12.1) (2019-02-12)

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





# [0.12.0](https://github.com/stryker-mutator/stryker/compare/stryker-jasmine@0.11.0...stryker-jasmine@0.12.0) (2019-02-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/stryker-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jasmine",
"version": "0.12.0",
"version": "0.12.1",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"jasmine-core": ">=2"
},
"dependencies": {
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
},
"contributors": []
}
8 changes: 8 additions & 0 deletions packages/stryker-javascript-mutator/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.

## [0.14.1](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.14.0...stryker-javascript-mutator@0.14.1) (2019-02-12)

**Note:** Version bump only for package stryker-javascript-mutator





# [0.14.0](https://github.com/stryker-mutator/stryker/compare/stryker-javascript-mutator@0.13.0...stryker-javascript-mutator@0.14.0) (2019-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-javascript-mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-javascript-mutator",
"version": "0.14.0",
"version": "0.14.1",
"description": "A plugin for javascript projects using Stryker",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -39,12 +39,12 @@
"@babel/parser": "~7.3.1",
"@babel/traverse": "~7.2.2",
"lodash": "~4.17.4",
"stryker-api": "^0.24.0",
"stryker-api": "^0.24.1",
"tslib": "~1.9.3"
},
"devDependencies": {
"@babel/types": "~7.3.0",
"@stryker-mutator/test-helpers": "^0.1.0",
"@stryker-mutator/test-helpers": "^0.1.1",
"@types/babel__generator": "^7.0.0",
"@types/babel__traverse": "^7.0.0",
"stryker-mutator-specification": "^0.7.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-jest-runner/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.

## [1.4.1](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.4.0...stryker-jest-runner@1.4.1) (2019-02-12)

**Note:** Version bump only for package stryker-jest-runner





# [1.4.0](https://github.com/stryker-mutator/stryker/compare/stryker-jest-runner@1.3.0...stryker-jest-runner@1.4.0) (2019-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/stryker-jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-jest-runner",
"version": "1.4.0",
"version": "1.4.1",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-jest-runner#readme",
"devDependencies": {
"@stryker-mutator/test-helpers": "^0.1.0",
"@stryker-mutator/test-helpers": "^0.1.1",
"@types/semver": "~5.5.0",
"jest": "^23.6.0",
"react": "~16.8.1",
Expand All @@ -50,7 +50,7 @@
},
"dependencies": {
"semver": "~5.6.0",
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
},
"initStrykerConfig": {
"coverageAnalysis": "off"
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-karma-runner/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.

## [0.24.1](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.24.0...stryker-karma-runner@0.24.1) (2019-02-12)

**Note:** Version bump only for package stryker-karma-runner





# [0.24.0](https://github.io/stryker-mutator/stryker/compare/stryker-karma-runner@0.23.0...stryker-karma-runner@0.24.0) (2019-02-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/stryker-karma-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-karma-runner",
"version": "0.24.0",
"version": "0.24.1",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/stryker-karma-runner#readme",
"devDependencies": {
"@stryker-mutator/test-helpers": "^0.1.0",
"@stryker-mutator/test-helpers": "^0.1.1",
"@stryker-mutator/util": "^0.1.0",
"@types/decamelize": "^1.2.0",
"@types/express": "~4.16.0",
Expand All @@ -38,12 +38,12 @@
"karma": "~3.1.1",
"karma-jasmine": "~2.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"stryker-jasmine": "^0.12.0"
"stryker-jasmine": "^0.12.1"
},
"dependencies": {
"decamelize": "^2.0.0",
"semver": "~5.6.0",
"stryker-api": "^0.24.0",
"stryker-api": "^0.24.1",
"tslib": "~1.9.3"
},
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/stryker-mocha-framework/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.

## [0.15.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.15.0...stryker-mocha-framework@0.15.1) (2019-02-12)

**Note:** Version bump only for package stryker-mocha-framework





# [0.15.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-framework@0.14.0...stryker-mocha-framework@0.15.0) (2019-02-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/stryker-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stryker-mocha-framework",
"version": "0.15.0",
"version": "0.15.1",
"description": "A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -41,6 +41,6 @@
"mocha": ">= 2.3.3 < 6"
},
"dependencies": {
"stryker-api": "^0.24.0"
"stryker-api": "^0.24.1"
}
}
8 changes: 8 additions & 0 deletions packages/stryker-mocha-runner/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.

## [0.17.1](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.17.0...stryker-mocha-runner@0.17.1) (2019-02-12)

**Note:** Version bump only for package stryker-mocha-runner





# [0.17.0](https://github.com/stryker-mutator/stryker/compare/stryker-mocha-runner@0.16.0...stryker-mocha-runner@0.17.0) (2019-02-08)


Expand Down
Loading

0 comments on commit 1882514

Please sign in to comment.