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

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 10, 2021
1 parent dacc8a2 commit 24ab831
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 48 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.8.2](https://github.com/Akryum/peeky/compare/v0.8.1...v0.8.2) (2021-12-10)


### Bug Fixes

* **config:** normalize buildInclude & buildExclude + improved default buildInclude ([41fa34d](https://github.com/Akryum/peeky/commit/41fa34de04f997979eef3bd3487f7b779813ca8e))
* externalize @vue/test-utils@1 ([dacc8a2](https://github.com/Akryum/peeky/commit/dacc8a2f793d68be9e84102f08ac08e615e941d5))
* load unserializable config options in workers ([8a00059](https://github.com/Akryum/peeky/commit/8a00059353b66951753feeacdd93f2fda6cd5e12))


### Performance Improvements

* externals cache ([72d0b29](https://github.com/Akryum/peeky/commit/72d0b2989ca86691f1a8521ebd4ef6f2da7792d0))
* optimize shouldBeExternal ([3a4f63b](https://github.com/Akryum/peeky/commit/3a4f63be161803aa736f44d1492e78e2f21ce9ed))



## [0.8.1](https://github.com/Akryum/peeky/compare/v0.8.0...v0.8.1) (2021-12-10)


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.8.1"
"@peeky/test": "^0.8.2"
}
}
```
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.8.1",
"version": "0.8.2",
"private": true,
"repository": {
"url": "https://github.com/Akryum/peeky.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-demo",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"dev-server": "nodemon ../peeky-server/dist/standalone.js --watch .. --delay 200ms -e js --ignore tests/ --ignore demo/ --nexus-artifacts",
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext js,ts"
},
"devDependencies": {
"@peeky/eslint-plugin": "^0.8.1",
"@peeky/test": "^0.8.1",
"@peeky/eslint-plugin": "^0.8.2",
"@peeky/test": "^0.8.2",
"lodash-es": "^4.17.21",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
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.8.1",
"version": "0.8.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.8.1",
"@peeky/eslint-plugin": "^0.8.1",
"@peeky/runner": "^0.8.1",
"@peeky/server": "^0.8.1",
"@peeky/config": "^0.8.2",
"@peeky/eslint-plugin": "^0.8.2",
"@peeky/runner": "^0.8.2",
"@peeky/server": "^0.8.2",
"consola": "^2.15.0",
"lodash": "^4.17.21",
"open": "^7.3.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "0.8.2",
"description": "Frontend production build for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand All @@ -18,6 +18,6 @@
"prepublishOnly": "cd ../peeky-client && pnpm run build-client"
},
"devDependencies": {
"@peeky/client": "^0.8.1"
"@peeky/client": "^0.8.2"
}
}
4 changes: 2 additions & 2 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.8.1",
"version": "0.8.2",
"description": "Frontend for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@peeky/utils": "^0.8.1",
"@peeky/utils": "^0.8.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.8.1",
"version": "0.8.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.8.1",
"@peeky/utils": "^0.8.2",
"consola": "^2.15.0",
"reactive-fs": "^0.4.1",
"vite": "^2.7.1"
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.8.1",
"version": "0.8.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.8.1",
"version": "0.8.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.8.1",
"@peeky/utils": "^0.8.1",
"@peeky/config": "^0.8.2",
"@peeky/utils": "^0.8.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.8.1",
"version": "0.8.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.8.1",
"@peeky/config": "^0.8.1",
"@peeky/runner": "^0.8.1",
"@peeky/client-dist": "^0.8.2",
"@peeky/config": "^0.8.2",
"@peeky/runner": "^0.8.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.8.1",
"version": "0.8.2",
"description": "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/cli": "^0.8.1",
"@peeky/config": "^0.8.1",
"@peeky/eslint-plugin": "^0.8.1",
"@peeky/runner": "^0.8.1"
"@peeky/cli": "^0.8.2",
"@peeky/config": "^0.8.2",
"@peeky/eslint-plugin": "^0.8.2",
"@peeky/runner": "^0.8.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.8.1",
"version": "0.8.2",
"description": "Common utilities for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
36 changes: 18 additions & 18 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 24ab831

Please sign in to comment.