@systemfsoftware/stryker-js-mutation-report 1.2.8 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @systemfsoftware/stryker-js-mutation-report
2
2
 
3
+ ## 1.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Plugins are discovered under this scope by default. The `plugins` option now
8
+ defaults to a glob over this scope instead of the original project's, so a
9
+ configuration that relied on the previous default while installing plugins from
10
+ the original project must now list those plugins explicitly. Discovery also no
11
+ longer fails when no matching scope directory is installed: it loads nothing and
12
+ warns.
13
+
14
+ The report's dependency section names the packages of this scope, and the
15
+ report's home link points at this project.
16
+
3
17
  ## 1.2.8
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@systemfsoftware/stryker-js-mutation-report",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
@@ -20,8 +20,8 @@
20
20
  "mutation-testing-metrics": "3.7.3",
21
21
  "progress": "~2.0.3",
22
22
  "typed-inject": "~5.0.0",
23
- "@systemfsoftware/stryker-js-mutation-run": "^4.0.0",
24
- "@systemfsoftware/stryker-js-plugin-api": "^2.1.0"
23
+ "@systemfsoftware/stryker-js-plugin-api": "^2.2.0",
24
+ "@systemfsoftware/stryker-js-mutation-run": "^4.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.58.7",
@@ -36,8 +36,8 @@
36
36
  "vitest": "^4.1.10",
37
37
  "@systemfsoftware/effect-gherkin-spec": "^2.0.1",
38
38
  "@systemfsoftware/oxlint-config": "^0.1.0",
39
- "@systemfsoftware/tsconfig": "^1.3.3",
40
- "@systemfsoftware/vitest-config": "^0.1.0"
39
+ "@systemfsoftware/vitest-config": "^0.1.0",
40
+ "@systemfsoftware/tsconfig": "^1.3.3"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=20.0.0"