Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Nov 2, 2021
1 parent fecb2e4 commit 5f0db80
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 19 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

## v1.3.0 (2021-11-02)

#### :rocket: Enhancement
* `checkup-plugin-ember`, `core`
* [#1130](https://github.com/checkupjs/checkup/pull/1130) Upgrades ember-template-lint to 3.11.0 ([@scalvert](https://github.com/scalvert))
* `checkup-formatter-pretty`, `core`
* [#1128](https://github.com/checkupjs/checkup/pull/1128) Adds validation task base class and associated component ([@scalvert](https://github.com/scalvert))
* `checkup-plugin-ember`, `checkup-plugin-javascript`
* [#1127](https://github.com/checkupjs/checkup/pull/1127) Adding ruleId into eslint and ember-template-lint disable tasks ([@scalvert](https://github.com/scalvert))

#### :memo: Documentation
* `core`
* [#1131](https://github.com/checkupjs/checkup/pull/1131) Removes @private jsdoc attribute ([@scalvert](https://github.com/scalvert))
* [#1129](https://github.com/checkupjs/checkup/pull/1129) Fixes base-task jsdoc generating invalid syntax for docs (mdx) ([@scalvert](https://github.com/scalvert))

#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v1.2.0 (2021-10-26)

#### :rocket: Enhancement
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": "checkup",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"repository": "https://github.com/checkupjs/checkup.git",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/checkup-formatter-pretty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup-formatter-pretty",
"version": "1.2.0",
"version": "1.3.0",
"description": "Checkup formatter pretty library",
"bugs": "https://github.com/checkupjs/checkup/issues",
"repository": "https://github.com/checkupjs/checkup",
Expand All @@ -12,7 +12,7 @@
"test": "jest --no-cache"
},
"dependencies": {
"@checkup/core": "1.2.0",
"@checkup/core": "1.3.0",
"@types/react": "^17.0.15",
"events": "^3.3.0",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/checkup-plugin-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup-plugin-ember",
"version": "1.2.0",
"version": "1.3.0",
"description": "A checkup plugin for Ember project tasks",
"keywords": [
"checkup-plugin"
Expand All @@ -25,7 +25,7 @@
"@babel/parser": "^7.14.2",
"@babel/traverse": "^7.14.2",
"@babel/types": "7.13.17",
"@checkup/core": "^1.2.0",
"@checkup/core": "^1.3.0",
"babel-eslint": "^10.1.0",
"debug": "^4.3.1",
"ember-template-recast": "^5.0.3",
Expand All @@ -35,8 +35,8 @@
"tslib": "^2"
},
"devDependencies": {
"@checkup/plugin": "^1.2.0",
"@checkup/test-helpers": "^1.2.0",
"@checkup/plugin": "^1.3.0",
"@checkup/test-helpers": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.6",
"fixturify-project": "^2.1.1",
"rimraf": "^3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/checkup-plugin-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup-plugin-javascript",
"version": "1.2.0",
"version": "1.3.0",
"description": "A checkup plugin for Javascript project tasks",
"keywords": [
"checkup-plugin"
Expand All @@ -23,16 +23,16 @@
},
"dependencies": {
"@babel/parser": "^7.13.13",
"@checkup/core": "^1.2.0",
"@checkup/core": "^1.3.0",
"ember-template-recast": "^5.0.3",
"npm-check": "^5.9.2",
"recast": "^0.20.5",
"sloc": "^0.2.1",
"tslib": "^2"
},
"devDependencies": {
"@checkup/plugin": "^1.2.0",
"@checkup/test-helpers": "^1.2.0",
"@checkup/plugin": "^1.3.0",
"@checkup/test-helpers": "^1.3.0",
"fixturify-project": "^2.1.1",
"rimraf": "^3.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "A health checkup for your project",
"keywords": [
"checkup"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/parser": "^7.13.13",
"@babel/traverse": "^7.13.17",
"@babel/types": "7.13.17",
"@checkup/core": "1.2.0",
"@checkup/core": "1.3.0",
"chalk": "^4.0.0",
"clean-stack": "^3.0.1",
"convert-hrtime": "^3.0.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"yeoman-generator": "^5.4.2"
},
"devDependencies": {
"@checkup/test-helpers": "1.2.0",
"@checkup/test-helpers": "1.3.0",
"execa": "^5.0.0",
"yeoman-test": "^6.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/core",
"version": "1.2.0",
"version": "1.3.0",
"description": "Checkup's core library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/plugin",
"version": "1.2.0",
"version": "1.3.0",
"description": "Checkup plugin utility library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@babel/traverse": "^7.13.17",
"@babel/types": "7.13.17",
"@checkup/core": "^1.2.0",
"@checkup/core": "^1.3.0",
"fs-extra": "^9.1.0",
"recast": "^0.20.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/test-helpers",
"version": "1.2.0",
"version": "1.3.0",
"description": "Checkup's test helper library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand All @@ -18,7 +18,7 @@
"test": "jest --passWithNoTests --no-cache"
},
"dependencies": {
"@checkup/core": "1.2.0",
"@checkup/core": "1.3.0",
"fixturify-project": "^2.1.1",
"handlebars": "^4.7.7",
"json-stable-stringify": "^1.0.1",
Expand Down

0 comments on commit 5f0db80

Please sign in to comment.