Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 8, 2024
1 parent 0d0eb06 commit a06a7a1
Show file tree
Hide file tree
Showing 19 changed files with 177 additions and 53 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** pin dependency @azure/functions to 4.3.0 ([#532](https://github.com/stryker-mutator/stryker-dashboard/issues/532)) ([5c8e1a7](https://github.com/stryker-mutator/stryker-dashboard/commit/5c8e1a7d8293f4973789d3800115bf2f8b1627e9))
- **deps:** update `mutation-testing-elements` to `3.0.1` ([#414](https://github.com/stryker-mutator/stryker-dashboard/issues/414)) ([d7c4b74](https://github.com/stryker-mutator/stryker-dashboard/commit/d7c4b742d8e804ea56cd279d9c3fbcec7bc32d83))
- **deps:** update dependency @nestjs/config to v3.2.0 ([#506](https://github.com/stryker-mutator/stryker-dashboard/issues/506)) ([2111a9c](https://github.com/stryker-mutator/stryker-dashboard/commit/2111a9c04cafe45675a748e2c8ac8c9a7a5da642))
- **deps:** update dependency bootstrap to v5.3.3 ([#498](https://github.com/stryker-mutator/stryker-dashboard/issues/498)) ([be6a7b8](https://github.com/stryker-mutator/stryker-dashboard/commit/be6a7b8b3f926ad2b4a37196517d51e18e9c3379))
- **deps:** update dependency express to v4.18.3 ([#517](https://github.com/stryker-mutator/stryker-dashboard/issues/517)) ([f8417f3](https://github.com/stryker-mutator/stryker-dashboard/commit/f8417f3ea93c464320b032ee107071950b4b7154))
- **deps:** update dependency js-sha512 to v0.9.0 ([#460](https://github.com/stryker-mutator/stryker-dashboard/issues/460)) ([384653e](https://github.com/stryker-mutator/stryker-dashboard/commit/384653efad4fe14a163f1ce728e909407db5fa52))
- **deps:** update dependency jsonwebtoken to v9.0.2 ([#439](https://github.com/stryker-mutator/stryker-dashboard/issues/439)) ([5a02d45](https://github.com/stryker-mutator/stryker-dashboard/commit/5a02d45b93d39a63b6794168788dbbbd643860c8))
- **deps:** update dependency passport to v0.7.0 ([#461](https://github.com/stryker-mutator/stryker-dashboard/issues/461)) ([dc7f2b6](https://github.com/stryker-mutator/stryker-dashboard/commit/dc7f2b6999af39b8abf2ed556886f35a80bbe8bf))
- **deps:** update dependency zone.js to v0.14.4 ([#458](https://github.com/stryker-mutator/stryker-dashboard/issues/458)) ([5051c6b](https://github.com/stryker-mutator/stryker-dashboard/commit/5051c6b00dedcd72082cbe2c2102e7c5d59a20b2))
- **deps:** update mutation-testing-elements monorepo to v3.0.2 ([#440](https://github.com/stryker-mutator/stryker-dashboard/issues/440)) ([8785fb1](https://github.com/stryker-mutator/stryker-dashboard/commit/8785fb190299d03802815f9840f6fe8a952c5bee))
- **deps:** update nest monorepo ([#468](https://github.com/stryker-mutator/stryker-dashboard/issues/468)) ([ea09abd](https://github.com/stryker-mutator/stryker-dashboard/commit/ea09abdebc1646852f6ade9926e7407def4dd323))
- **deps:** update nest monorepo ([#493](https://github.com/stryker-mutator/stryker-dashboard/issues/493)) ([a769f7d](https://github.com/stryker-mutator/stryker-dashboard/commit/a769f7db10619f3b4480de6430152d005c21ada6))
- **deps:** upgrade Angular to v17 ([#416](https://github.com/stryker-mutator/stryker-dashboard/issues/416)) ([5f94448](https://github.com/stryker-mutator/stryker-dashboard/commit/5f944489bc043336615cb28de400f85d60cfd736))
- **deps:** use latest node lts ([#415](https://github.com/stryker-mutator/stryker-dashboard/issues/415)) ([ea17536](https://github.com/stryker-mutator/stryker-dashboard/commit/ea175368cd5929c8645966be75cb9e8d4d63a0cc))

### Features

- enable compression ([#533](https://github.com/stryker-mutator/stryker-dashboard/issues/533)) ([5b0e83d](https://github.com/stryker-mutator/stryker-dashboard/commit/5b0e83dac4e289a420ca2458adb0d5621400682c))
- harden security headers and use crypto module for uuid and hashes ([#535](https://github.com/stryker-mutator/stryker-dashboard/issues/535)) ([6798b9d](https://github.com/stryker-mutator/stryker-dashboard/commit/6798b9ddaa71ab63a040035b806e5dc3bb675592))
- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "0.13.4",
"version": "0.14.0",
"command": {
"version": {
"forcePublish": true,
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

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

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** pin dependency @azure/functions to 4.3.0 ([#532](https://github.com/stryker-mutator/stryker-dashboard/issues/532)) ([5c8e1a7](https://github.com/stryker-mutator/stryker-dashboard/commit/5c8e1a7d8293f4973789d3800115bf2f8b1627e9))

### Features

- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

**Note:** Version bump only for package @stryker-mutator/dashboard-badge-api
Expand Down
6 changes: 3 additions & 3 deletions packages/badge-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stryker-mutator/dashboard-badge-api",
"description": "The stryker dashboard badge-api serverless app",
"type": "module",
"version": "0.13.4",
"version": "0.14.0",
"main": "badge/start.mjs",
"publishConfig": {
"access": "public"
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@azure/functions": "4.3.0",
"@stryker-mutator/dashboard-common": "0.13.4",
"@stryker-mutator/dashboard-data-access": "0.13.4",
"@stryker-mutator/dashboard-common": "0.14.0",
"@stryker-mutator/dashboard-data-access": "0.14.0",
"source-map-support": "0.5.21"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/common/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.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** update `mutation-testing-elements` to `3.0.1` ([#414](https://github.com/stryker-mutator/stryker-dashboard/issues/414)) ([d7c4b74](https://github.com/stryker-mutator/stryker-dashboard/commit/d7c4b742d8e804ea56cd279d9c3fbcec7bc32d83))
- **deps:** update mutation-testing-elements monorepo to v3.0.2 ([#440](https://github.com/stryker-mutator/stryker-dashboard/issues/440)) ([8785fb1](https://github.com/stryker-mutator/stryker-dashboard/commit/8785fb190299d03802815f9840f6fe8a952c5bee))

### Features

- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

**Note:** Version bump only for package @stryker-mutator/dashboard-common
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-common",
"version": "0.13.4",
"version": "0.14.0",
"type": "module",
"description": "This package contains common utilities to be shared between the different dashboard components.",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/data-access/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.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** update `mutation-testing-elements` to `3.0.1` ([#414](https://github.com/stryker-mutator/stryker-dashboard/issues/414)) ([d7c4b74](https://github.com/stryker-mutator/stryker-dashboard/commit/d7c4b742d8e804ea56cd279d9c3fbcec7bc32d83))
- **deps:** update mutation-testing-elements monorepo to v3.0.2 ([#440](https://github.com/stryker-mutator/stryker-dashboard/issues/440)) ([8785fb1](https://github.com/stryker-mutator/stryker-dashboard/commit/8785fb190299d03802815f9840f6fe8a952c5bee))

### Features

- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

**Note:** Version bump only for package @stryker-mutator/dashboard-data-access
Expand Down
4 changes: 2 additions & 2 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/dashboard-data-access",
"version": "0.13.4",
"version": "0.14.0",
"type": "module",
"description": "This package contains the data access layer of the stryker dashboard application.",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"typings": "src/index.ts",
"license": "ISC",
"dependencies": {
"@stryker-mutator/dashboard-common": "0.13.4",
"@stryker-mutator/dashboard-common": "0.14.0",
"azure-storage": "2.10.7",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-report-schema": "3.0.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** update `mutation-testing-elements` to `3.0.1` ([#414](https://github.com/stryker-mutator/stryker-dashboard/issues/414)) ([d7c4b74](https://github.com/stryker-mutator/stryker-dashboard/commit/d7c4b742d8e804ea56cd279d9c3fbcec7bc32d83))
- **deps:** update dependency jsonwebtoken to v9.0.2 ([#439](https://github.com/stryker-mutator/stryker-dashboard/issues/439)) ([5a02d45](https://github.com/stryker-mutator/stryker-dashboard/commit/5a02d45b93d39a63b6794168788dbbbd643860c8))
- **deps:** update mutation-testing-elements monorepo to v3.0.2 ([#440](https://github.com/stryker-mutator/stryker-dashboard/issues/440)) ([8785fb1](https://github.com/stryker-mutator/stryker-dashboard/commit/8785fb190299d03802815f9840f6fe8a952c5bee))
- **deps:** upgrade Angular to v17 ([#416](https://github.com/stryker-mutator/stryker-dashboard/issues/416)) ([5f94448](https://github.com/stryker-mutator/stryker-dashboard/commit/5f944489bc043336615cb28de400f85d60cfd736))

### Features

- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

**Note:** Version bump only for package e2e
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "e2e",
"version": "0.13.4",
"version": "0.14.0",
"type": "module",
"description": "The end to end tests for the Stryker Dashboard",
"main": "index.js",
Expand All @@ -15,8 +15,8 @@
"author": "Nico Jansen",
"devDependencies": {
"@playwright/test": "1.42.1",
"@stryker-mutator/dashboard-common": "0.13.4",
"@stryker-mutator/dashboard-contract": "0.13.4",
"@stryker-mutator/dashboard-common": "0.14.0",
"@stryker-mutator/dashboard-contract": "0.14.0",
"@types/jsonwebtoken": "9.0.6"
},
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/stryker-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.4...v0.14.0) (2024-03-08)

### Bug Fixes

- **deps:** upgrade Angular to v17 ([#416](https://github.com/stryker-mutator/stryker-dashboard/issues/416)) ([5f94448](https://github.com/stryker-mutator/stryker-dashboard/commit/5f944489bc043336615cb28de400f85d60cfd736))

### Features

- **website-frontend:** load mutation-test-report-app component directly instead of via cdn ([#524](https://github.com/stryker-mutator/stryker-dashboard/issues/524)) ([5a133a9](https://github.com/stryker-mutator/stryker-dashboard/commit/5a133a9a27e3e2f9c406902ebb8c0c0c5d1fb112))

## [0.13.4](https://github.com/stryker-mutator/stryker-dashboard/compare/v0.13.3...v0.13.4) (2023-12-08)

**Note:** Version bump only for package @stryker-mutator/stryker-elements
Expand Down
2 changes: 1 addition & 1 deletion packages/stryker-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/stryker-elements",
"version": "0.13.4",
"version": "0.14.0",
"type": "module",
"files": [
"dist",
Expand Down
Loading

0 comments on commit a06a7a1

Please sign in to comment.