File tree Expand file tree Collapse file tree
checkup-plugin-javascript Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ ## v2.0.2 (2022-07-26)
3+
4+ #### :bug : Bug Fix
5+ * ` test-helpers `
6+ * [ #1279 ] ( https://github.com/checkupjs/checkup/pull/1279 ) Fixes destructure of fs-extra ([ @scalvert ] ( https://github.com/scalvert ) )
7+
8+ #### Committers: 1
9+ - Steve Calvert ([ @scalvert ] ( https://github.com/scalvert ) )
10+
11+
112## v2.0.1 (2022-07-21)
213
314#### :bug : Bug Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " checkup" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "private" : true ,
55 "repository" : " https://github.com/checkupjs/checkup.git" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " checkup-plugin-ember" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " A checkup plugin for Ember project tasks" ,
55 "keywords" : [
66 " checkup-plugin"
2727 "@babel/parser" : " ^7.18.0" ,
2828 "@babel/traverse" : " ^7.14.2" ,
2929 "@babel/types" : " 7.18.8" ,
30- "@checkup/core" : " ^2.0.1 " ,
30+ "@checkup/core" : " ^2.0.2 " ,
3131 "debug" : " ^4.3.1" ,
3232 "ember-template-recast" : " ^5.0.3" ,
3333 "eslint-plugin-ember" : " ^10.6.1" ,
3636 "tslib" : " ^2"
3737 },
3838 "devDependencies" : {
39- "@checkup/plugin" : " ^2.0.1 " ,
40- "@checkup/test-helpers" : " ^2.0.1 " ,
39+ "@checkup/plugin" : " ^2.0.2 " ,
40+ "@checkup/test-helpers" : " ^2.0.2 " ,
4141 "@types/lodash.kebabcase" : " ^4.1.7" ,
4242 "eslint" : " ^8.15.0" ,
4343 "fixturify-project" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " checkup-plugin-javascript" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " A checkup plugin for Javascript project tasks" ,
55 "keywords" : [
66 " checkup-plugin"
2525 "dependencies" : {
2626 "@babel/eslint-parser" : " ^7.17.0" ,
2727 "@babel/parser" : " ^7.18.0" ,
28- "@checkup/core" : " ^2.0.1 " ,
28+ "@checkup/core" : " ^2.0.2 " ,
2929 "ember-template-recast" : " ^5.0.3" ,
3030 "npm-check" : " ^5.9.2" ,
3131 "recast" : " ^0.20.5" ,
3434 "tslib" : " ^2"
3535 },
3636 "devDependencies" : {
37- "@checkup/plugin" : " ^2.0.1 " ,
38- "@checkup/test-helpers" : " ^2.0.1 " ,
37+ "@checkup/plugin" : " ^2.0.2 " ,
38+ "@checkup/test-helpers" : " ^2.0.2 " ,
3939 "@types/semver" : " ^7.3.9" ,
4040 "fixturify-project" : " ^2.1.1" ,
4141 "rimraf" : " ^3.0.2"
Original file line number Diff line number Diff line change 11{
22 "name" : " @checkup/cli" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " A health checkup for your project" ,
55 "keywords" : [
66 " checkup"
3030 "@babel/parser" : " ^7.18.0" ,
3131 "@babel/traverse" : " ^7.13.17" ,
3232 "@babel/types" : " 7.18.8" ,
33- "@checkup/core" : " 2.0.1 " ,
34- "@checkup/ui" : " 2.0.1 " ,
33+ "@checkup/core" : " 2.0.2 " ,
34+ "@checkup/ui" : " 2.0.2 " ,
3535 "chalk" : " ^4.0.0" ,
3636 "clean-stack" : " ^4.2.0" ,
3737 "convert-hrtime" : " ^3.0.0" ,
6060 "yeoman-generator" : " ^5.4.2"
6161 },
6262 "devDependencies" : {
63- "@checkup/test-helpers" : " 2.0.1 " ,
63+ "@checkup/test-helpers" : " 2.0.2 " ,
6464 "execa" : " ^5.0.0" ,
6565 "yeoman-test" : " ^6.2.0"
6666 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @checkup/core" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Checkup's core library" ,
55 "homepage" : " https://github.com/checkupjs/checkup" ,
66 "bugs" : " https://github.com/checkupjs/checkup/issues" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @checkup/plugin" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Checkup plugin utility library" ,
55 "homepage" : " https://github.com/checkupjs/checkup" ,
66 "bugs" : " https://github.com/checkupjs/checkup/issues" ,
2424 "dependencies" : {
2525 "@babel/traverse" : " ^7.13.17" ,
2626 "@babel/types" : " 7.18.8" ,
27- "@checkup/core" : " ^2.0.1 " ,
27+ "@checkup/core" : " ^2.0.2 " ,
2828 "fs-extra" : " ^9.1.0" ,
2929 "recast" : " ^0.20.5"
3030 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @checkup/test-helpers" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Checkup's test helper library" ,
55 "homepage" : " https://github.com/checkupjs/checkup" ,
66 "bugs" : " https://github.com/checkupjs/checkup/issues" ,
1919 "test" : " echo \" No tests\" "
2020 },
2121 "dependencies" : {
22- "@checkup/core" : " 2.0.1 " ,
22+ "@checkup/core" : " 2.0.2 " ,
2323 "fixturify-project" : " ^2.1.1" ,
2424 "fs-extra" : " ^10.1.0" ,
2525 "handlebars" : " ^4.7.7" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @checkup/ui" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Checkup ui library" ,
55 "bugs" : " https://github.com/checkupjs/checkup/issues" ,
66 "repository" : " https://github.com/checkupjs/checkup" ,
1313 "test" : " vitest run"
1414 },
1515 "dependencies" : {
16- "@checkup/core" : " 2.0.1 " ,
16+ "@checkup/core" : " 2.0.2 " ,
1717 "@types/react" : " ^17.0.15" ,
1818 "chalk" : " ^4.0.0" ,
1919 "events" : " ^3.3.0" ,
You can’t perform that action at this time.
0 commit comments