Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 20, 2021
1 parent bf4e71c commit 58df8b7
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 44 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.9.2](https://github.com/Akryum/peeky/compare/v0.9.1...v0.9.2) (2021-12-20)


### Bug Fixes

* add new line before general summary ([874c40a](https://github.com/Akryum/peeky/commit/874c40a3f16663410dae16ec003c44cf1fdd155c))
* coverage NaN% ([edc6b68](https://github.com/Akryum/peeky/commit/edc6b68c8ce94796e0e3923aebfc4d32b2e448b3))
* don't display coverage summary if no files ([e5551df](https://github.com/Akryum/peeky/commit/e5551df484ae0c4f643314113cd35a87fde59070))
* memfs error when loading node_modules package ([079daa2](https://github.com/Akryum/peeky/commit/079daa2123935a155417f241cf0c5716696b4acd))
* use bg color for log type ([bf4e71c](https://github.com/Akryum/peeky/commit/bf4e71c8786b973dd05ac9db19ed3258437ad9c5))



## [0.9.1](https://github.com/Akryum/peeky/compare/v0.9.0...v0.9.1) (2021-12-20)


Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add scripts to use the CLI in your `package.json` file:
"test": "peeky run"
},
"devDependencies": {
"@peeky/test": "^0.9.1"
"@peeky/test": "^0.9.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-demo",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"scripts": {
"server": "nodemon ../../packages/peeky-server/dist/standalone.js --watch ../../packages --delay 200ms -e js --ignore tests/ --nexus-artifacts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-mono-repo",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"repository": {
"url": "https://github.com/Akryum/peeky.git",
Expand Down
10 changes: 5 additions & 5 deletions packages/peeky-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/cli",
"version": "0.9.1",
"version": "0.9.2",
"description": "Command-line interface for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/config": "^0.9.1",
"@peeky/eslint-plugin": "^0.9.1",
"@peeky/runner": "^0.9.1",
"@peeky/server": "^0.9.1",
"@peeky/config": "^0.9.2",
"@peeky/eslint-plugin": "^0.9.2",
"@peeky/runner": "^0.9.2",
"@peeky/server": "^0.9.2",
"consola": "^2.15.0",
"lodash": "^4.17.21",
"open": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-client-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client-dist",
"version": "0.9.1",
"version": "0.9.2",
"description": "Frontend production build for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client",
"version": "0.9.1",
"version": "0.9.2",
"description": "Frontend for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@peeky/server": "^0.9.1",
"@peeky/utils": "^0.9.1",
"@peeky/server": "^0.9.2",
"@peeky/utils": "^0.9.2",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"@vue/apollo-util": "^4.0.0-alpha.14",
"@zhuowenli/vue-feather-icons": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/peeky-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/config",
"version": "0.9.1",
"version": "0.9.2",
"description": "Configuration utils for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/utils": "^0.9.1",
"@peeky/utils": "^0.9.2",
"consola": "^2.15.0",
"reactive-fs": "^0.4.1",
"shortid": "^2.2.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/eslint-plugin",
"version": "0.9.1",
"version": "0.9.2",
"description": "Eslint plugin for Peeky, the testing framework for curious minds",
"license": "MIT",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/runner",
"version": "0.9.1",
"version": "0.9.2",
"description": "Test runner for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@akryum/workerpool": "^6.0.5-alpha.2",
"@peeky/config": "^0.9.1",
"@peeky/utils": "^0.9.1",
"@peeky/config": "^0.9.2",
"@peeky/utils": "^0.9.2",
"@types/sinon": "^9.0.10",
"anymatch": "^3.1.2",
"chalk": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/peeky-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/server",
"version": "0.9.1",
"version": "0.9.2",
"description": "Server for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/client-dist": "^0.9.1",
"@peeky/config": "^0.9.1",
"@peeky/runner": "^0.9.1",
"@peeky/client-dist": "^0.9.2",
"@peeky/config": "^0.9.2",
"@peeky/runner": "^0.9.2",
"ansi_up": "^5.1.0",
"apollo-server-express": "^2.19.2",
"chokidar": "^3.5.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/peeky-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/test",
"version": "0.9.1",
"version": "0.9.2",
"description": "A fast and fun test runner for Vite & Node 🐈️",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/cli": "^0.9.1",
"@peeky/config": "^0.9.1",
"@peeky/eslint-plugin": "^0.9.1",
"@peeky/runner": "^0.9.1"
"@peeky/cli": "^0.9.2",
"@peeky/config": "^0.9.2",
"@peeky/eslint-plugin": "^0.9.2",
"@peeky/runner": "^0.9.2"
},
"devDependencies": {
"@types/node": "^14.14.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/utils",
"version": "0.9.1",
"version": "0.9.2",
"description": "Common utilities for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit 58df8b7

Please sign in to comment.