Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twittwer committed Apr 3, 2022
1 parent 8dc2020 commit 896a22b
Show file tree
Hide file tree
Showing 8 changed files with 3,606 additions and 3,654 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

/dist
/coverage

.data

/packages/**/files/**/*.json__tpl__
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "ZjI4ZjE3NWMtMDEyZi00YmJkLWIwYTMtMDcwNzQzOGNlZDAxfHJlYWQtd3JpdGU="
"accessToken": "ZjI4ZjE3NWMtMDEyZi00YmJkLWIwYTMtMDcwNzQzOGNlZDAxfHJlYWQtd3JpdGU=",
"parallel": 1
}
}
},
Expand Down
7,129 changes: 3,550 additions & 3,579 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,37 @@
}
},
"dependencies": {
"@nrwl/devkit": "13.1.2",
"@nrwl/devkit": "13.9.6",
"tslib": "2.3.1"
},
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@jscutlery/semver": "2.11.2",
"@nrwl/cli": "13.1.2",
"@nrwl/eslint-plugin-nx": "13.1.2",
"@nrwl/jest": "13.1.2",
"@nrwl/linter": "13.1.2",
"@nrwl/node": "13.1.2",
"@nrwl/nx-cloud": "12.5.1",
"@nrwl/nx-plugin": "13.1.2",
"@nrwl/tao": "13.1.2",
"@nrwl/workspace": "13.1.2",
"@types/jest": "27.0.2",
"@types/node": "14.17.32",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@jscutlery/semver": "2.21.6",
"@nrwl/cli": "13.9.6",
"@nrwl/eslint-plugin-nx": "13.9.6",
"@nrwl/jest": "13.9.6",
"@nrwl/js": "13.9.6",
"@nrwl/linter": "13.9.6",
"@nrwl/node": "13.9.6",
"@nrwl/nx-cloud": "13.2.2",
"@nrwl/nx-plugin": "13.9.6",
"@nrwl/workspace": "13.9.6",
"@types/jest": "27.4.1",
"@types/node": "14.18.12",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.1.0",
"eslint-config-prettier": "8.3.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"husky": "7.0.4",
"jest": "27.3.1",
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4",
"verdaccio": "5.2.0"
"jest": "27.5.1",
"nx": "13.9.6",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"typescript": "4.5.5",
"verdaccio": "5.8.0"
},
"version": "0.0.0",
"private": false,
Expand Down
70 changes: 22 additions & 48 deletions packages/compodoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,97 +4,71 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

## [1.6.6](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.5...compodoc/v1.6.6) (2021-12-15)


### Bug Fixes

* ensure consistent root based working directory ([4471710](https://github.com/twittwer/nx-tools/commit/44717101fec66d59268812e5f69773abb628ec7e))
* execute compodoc via node_modules instead of package manager ([ee0e7fb](https://github.com/twittwer/nx-tools/commit/ee0e7fba5fd8f7d40e5fbfcefd5dc03690e4b510)), closes [#56](https://github.com/twittwer/nx-tools/issues/56)


- ensure consistent root based working directory ([4471710](https://github.com/twittwer/nx-tools/commit/44717101fec66d59268812e5f69773abb628ec7e))
- execute compodoc via node_modules instead of package manager ([ee0e7fb](https://github.com/twittwer/nx-tools/commit/ee0e7fba5fd8f7d40e5fbfcefd5dc03690e4b510)), closes [#56](https://github.com/twittwer/nx-tools/issues/56)

# 0.1.0 (2021-12-15)


### Bug Fixes

* add compodoc to cachable operations [#54](https://github.com/twittwer/nx-tools/issues/54) ([d010072](https://github.com/twittwer/nx-tools/commit/d01007227519eab8532cfb80ca45342747d6f174))
* add missing package.json configuration ([0698418](https://github.com/twittwer/nx-tools/commit/0698418e6d849da59d60ab1ace900a6abf837e62))
* deduplicate includes in tsconfig of workspace docs ([bf76ae4](https://github.com/twittwer/nx-tools/commit/bf76ae43c079abbdbd3b26bac2ac687588b8652d))
* ensure public package access ([ce69c71](https://github.com/twittwer/nx-tools/commit/ce69c71be069759d299cc96900e8a085e724fc59))
* ensure public version access ([d4ba25a](https://github.com/twittwer/nx-tools/commit/d4ba25a98a6a37130dcda6900c6a7170281ebfb7))
* wrap compodoc watch with nodemon for workspace docs ([a87844e](https://github.com/twittwer/nx-tools/commit/a87844e9c870a753d76169c001eb86a4509f07f6))

- add compodoc to cachable operations [#54](https://github.com/twittwer/nx-tools/issues/54) ([d010072](https://github.com/twittwer/nx-tools/commit/d01007227519eab8532cfb80ca45342747d6f174))
- add missing package.json configuration ([0698418](https://github.com/twittwer/nx-tools/commit/0698418e6d849da59d60ab1ace900a6abf837e62))
- deduplicate includes in tsconfig of workspace docs ([bf76ae4](https://github.com/twittwer/nx-tools/commit/bf76ae43c079abbdbd3b26bac2ac687588b8652d))
- ensure public package access ([ce69c71](https://github.com/twittwer/nx-tools/commit/ce69c71be069759d299cc96900e8a085e724fc59))
- ensure public version access ([d4ba25a](https://github.com/twittwer/nx-tools/commit/d4ba25a98a6a37130dcda6900c6a7170281ebfb7))
- wrap compodoc watch with nodemon for workspace docs ([a87844e](https://github.com/twittwer/nx-tools/commit/a87844e9c870a753d76169c001eb86a4509f07f6))

### Features

* add debug option to log resulting options & compodoc command ([dd8b6de](https://github.com/twittwer/nx-tools/commit/dd8b6de8edc556b6652aebc8cae96a36e7ac2917))
* ensure compodoc installation during project configuration ([ecb83e3](https://github.com/twittwer/nx-tools/commit/ecb83e36539014483ba0f9d1f9884884135e773a))
* rewrite compodoc executor (standalone config & watch mode support) ([29fb34c](https://github.com/twittwer/nx-tools/commit/29fb34cd49ad6f14087ec5c727f0c754dc4f05ae))
* rewrite compodoc generator (standalone config) ([122d772](https://github.com/twittwer/nx-tools/commit/122d772057aa7ccce385d5069d182414cf7cd9ff))


- add debug option to log resulting options & compodoc command ([dd8b6de](https://github.com/twittwer/nx-tools/commit/dd8b6de8edc556b6652aebc8cae96a36e7ac2917))
- ensure compodoc installation during project configuration ([ecb83e3](https://github.com/twittwer/nx-tools/commit/ecb83e36539014483ba0f9d1f9884884135e773a))
- rewrite compodoc executor (standalone config & watch mode support) ([29fb34c](https://github.com/twittwer/nx-tools/commit/29fb34cd49ad6f14087ec5c727f0c754dc4f05ae))
- rewrite compodoc generator (standalone config) ([122d772](https://github.com/twittwer/nx-tools/commit/122d772057aa7ccce385d5069d182414cf7cd9ff))

## [1.6.5](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.4...compodoc/v1.6.5) (2021-11-14)


### Bug Fixes

* add compodoc to cachable operations [#54](https://github.com/twittwer/nx-tools/issues/54) ([d010072](https://github.com/twittwer/nx-tools/commit/d01007227519eab8532cfb80ca45342747d6f174))


- add compodoc to cachable operations [#54](https://github.com/twittwer/nx-tools/issues/54) ([d010072](https://github.com/twittwer/nx-tools/commit/d01007227519eab8532cfb80ca45342747d6f174))

## [1.6.4](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.3...compodoc/v1.6.4) (2021-10-31)


### Bug Fixes

* wrap compodoc watch with nodemon for workspace docs ([a87844e](https://github.com/twittwer/nx-tools/commit/a87844e9c870a753d76169c001eb86a4509f07f6))


- wrap compodoc watch with nodemon for workspace docs ([a87844e](https://github.com/twittwer/nx-tools/commit/a87844e9c870a753d76169c001eb86a4509f07f6))

## [1.6.3](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.2...compodoc/v1.6.3) (2021-10-31)


### Bug Fixes

* ensure public package access ([ce69c71](https://github.com/twittwer/nx-tools/commit/ce69c71be069759d299cc96900e8a085e724fc59))


- ensure public package access ([ce69c71](https://github.com/twittwer/nx-tools/commit/ce69c71be069759d299cc96900e8a085e724fc59))

## [1.6.2](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.1...compodoc/v1.6.2) (2021-10-31)


### Bug Fixes

* add missing package.json configuration ([0698418](https://github.com/twittwer/nx-tools/commit/0698418e6d849da59d60ab1ace900a6abf837e62))


- add missing package.json configuration ([0698418](https://github.com/twittwer/nx-tools/commit/0698418e6d849da59d60ab1ace900a6abf837e62))

## [1.6.1](https://github.com/twittwer/nx-tools/compare/compodoc/v1.6.0...compodoc/v1.6.1) (2021-10-31)


### Bug Fixes

* ensure public version access ([d4ba25a](https://github.com/twittwer/nx-tools/commit/d4ba25a98a6a37130dcda6900c6a7170281ebfb7))


- ensure public version access ([d4ba25a](https://github.com/twittwer/nx-tools/commit/d4ba25a98a6a37130dcda6900c6a7170281ebfb7))

## [1.6.0](https://github.com/twittwer/nx-tools/compare/compodoc/v1.5.3...compodoc/v1.6.0) (2021-10-31)


### Bug Fixes

* deduplicate includes in tsconfig of workspace docs ([bf76ae4](https://github.com/twittwer/nx-tools/commit/bf76ae43c079abbdbd3b26bac2ac687588b8652d))

- deduplicate includes in tsconfig of workspace docs ([bf76ae4](https://github.com/twittwer/nx-tools/commit/bf76ae43c079abbdbd3b26bac2ac687588b8652d))

### Features

* add debug option to log resulting options & compodoc command ([dd8b6de](https://github.com/twittwer/nx-tools/commit/dd8b6de8edc556b6652aebc8cae96a36e7ac2917))
* ensure compodoc installation during project configuration ([ecb83e3](https://github.com/twittwer/nx-tools/commit/ecb83e36539014483ba0f9d1f9884884135e773a))
* rewrite compodoc executor (standalone config & watch mode support) ([29fb34c](https://github.com/twittwer/nx-tools/commit/29fb34cd49ad6f14087ec5c727f0c754dc4f05ae))
* rewrite compodoc generator (standalone config) ([122d772](https://github.com/twittwer/nx-tools/commit/122d772057aa7ccce385d5069d182414cf7cd9ff))


- add debug option to log resulting options & compodoc command ([dd8b6de](https://github.com/twittwer/nx-tools/commit/dd8b6de8edc556b6652aebc8cae96a36e7ac2917))
- ensure compodoc installation during project configuration ([ecb83e3](https://github.com/twittwer/nx-tools/commit/ecb83e36539014483ba0f9d1f9884884135e773a))
- rewrite compodoc executor (standalone config & watch mode support) ([29fb34c](https://github.com/twittwer/nx-tools/commit/29fb34cd49ad6f14087ec5c727f0c754dc4f05ae))
- rewrite compodoc generator (standalone config) ([122d772](https://github.com/twittwer/nx-tools/commit/122d772057aa7ccce385d5069d182414cf7cd9ff))

## [1.5.3](https://github.com/twittwer/nx-tools/compare/compodoc/v1.5.2...compodoc/v1.5.3) (2021-05-20)

Expand Down
4 changes: 2 additions & 2 deletions packages/compodoc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"build": {
"executor": "@nrwl/node:package",
"executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/compodoc",
Expand Down Expand Up @@ -74,7 +74,7 @@
}
},
"release": {
"builder": "@nrwl/workspace:run-commands",
"executor": "@nrwl/workspace:run-commands",
"options": {
"parallel": false
},
Expand Down
1 change: 1 addition & 0 deletions packages/compodoc/src/generators/compodoc/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function determineTsconfigFile(
generateFiles(tree, join(__dirname, 'files'), projectConfiguration.root, {
tsconfigBase: `./${tsconfig}`,
includes: includes,
tpl: '',
});
return 'tsconfig.compodoc.json';
}
Expand Down

0 comments on commit 896a22b

Please sign in to comment.