diff --git a/.codeclimate.yml b/.codeclimate.yml index df9c6cb..6b37a5f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -29,3 +29,6 @@ exclude_patterns: - '**/dist' - '**/test' - '**/node_modules' + - '**/commitlint.config.js' + - '**/**/*.spec.ts' + - 'CHANGELOG.md' diff --git a/.conventionalCommit.json b/.conventionalCommit.json index a23f240..a2b749f 100644 --- a/.conventionalCommit.json +++ b/.conventionalCommit.json @@ -35,6 +35,12 @@ } }, "scopes": { + "dependencies": { + "description": "Changes which affect dependencies" + }, + "devdependencies": { + "description": "Changes which affect development dependencies" + }, "codeclimate": { "description": "Changes which affect Code Climate integration" }, diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b64e8ef..d7a2a4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: submodules: recursive - name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org/' diff --git a/CHANGELOG.md b/CHANGELOG.md index 3061aca..d75afd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1 @@ -### [0.0.17](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.16...v0.0.17) (2022-02-25) - -### [0.0.16](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.15...v0.0.16) (2022-02-25) - - -### Bug Fixes - -* **ci:** :green_heart: Fixes windows ci build ([811b0e3](https://github.com/gregoranders/nodejs-project-info/commit/811b0e34d3f69dab8299db5e23878c5b650e4f6f)) -* **ci:** :green_heart: Fixes windows ci build ([442aac8](https://github.com/gregoranders/nodejs-project-info/commit/442aac8c3508c02c2c614ebc6f90e98b115c7e34)) -* **ci:** :green_heart: Fixes windows ci build ([63eedc7](https://github.com/gregoranders/nodejs-project-info/commit/63eedc771788cd04ae0cbf9bb3070ffd02fb1265)) -* **ci:** :green_heart: Fixes windows ci build ([c50aaba](https://github.com/gregoranders/nodejs-project-info/commit/c50aaba9e0e7872c272ed173f9039ff5411b0af9)) -* **ci:** :green_heart: Fixes windows ci build ([30df4f8](https://github.com/gregoranders/nodejs-project-info/commit/30df4f8f0c2ac2c781b90bfba50dab65d72d90ed)) -* **dependencies:** :bug: Downgrades @types/node ([c9c5535](https://github.com/gregoranders/nodejs-project-info/commit/c9c5535de4e26e01ad5b7dea1b08ea8845f461bf)) -* **vscode:** :wrench: Removes extension ([13e454b](https://github.com/gregoranders/nodejs-project-info/commit/13e454bd265299c075d9ec52c8ef6b3e036aaa26)) - - -### Reverts - -* **dependencies:** :arrow_down: Reverts dependencies update ([0436051](https://github.com/gregoranders/nodejs-project-info/commit/0436051b8c747dd122f5b7f42246521298e6898f)) -* **dependencies:** :arrow_up: Reverts eslint dependencies ([7e289da](https://github.com/gregoranders/nodejs-project-info/commit/7e289dae47ba6780ac76a359d7dd8681e8fce5f1)) -* **dependencies:** :rewind: Revert husky dependency ([7f9b9ca](https://github.com/gregoranders/nodejs-project-info/commit/7f9b9ca7855c5feb68f38be1d89d0ac1ab4b728d)) - -### [0.0.14](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.13...v0.0.14) (2022-02-25) - -### [0.0.13](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.12...v0.0.13) (2022-02-01) - -### [0.0.12](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.11...v0.0.12) (2020-12-29) - -### [0.0.11](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.10...v0.0.11) (2020-08-19) - -### [0.0.10](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.9...v0.0.10) (2020-07-20) - -### [0.0.9](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.8...v0.0.9) (2020-07-19) - -### [0.0.8](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.7...v0.0.8) (2020-07-19) - - -### Features - -* **CHANGELOG:** add CHANGELOG.md ([c78402f](https://github.com/gregoranders/nodejs-project-info/commit/c78402f2cbe1304ea3c378840e8d3858f1ef8e8f)) -* **docs:** add GitHub related files ([08428ab](https://github.com/gregoranders/nodejs-project-info/commit/08428ab7f8df0f345fb83d2277f0c27262a7d68a)) -* **eslint:** add jest and unicorn plugin ([fd5b235](https://github.com/gregoranders/nodejs-project-info/commit/fd5b2357258eac6dc8d23aa91f7932a308aeefb1)) - - -### Bug Fixes - -* **package:** replace changelog generation package ([aa73861](https://github.com/gregoranders/nodejs-project-info/commit/aa73861c69e7a0a7ae0136202cc6fd6ae53fad7c)) - +### [0.0.18](https://github.com/gregoranders/nodejs-project-info/compare/v0.0.17...v0.0.18) (2022-02-26) diff --git a/README.md b/README.md index 99d07b4..c1e2d7a 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ This action provides the _name_, _version_ and the content of **package.json**, ... - name: nodejs project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.17 + uses: gregoranders/nodejs-project-info@v0.0.18 - name: create release action id: createrelease - uses: gregoranders/nodejs-create-release@v0.0.17 + uses: gregoranders/nodejs-create-release@v0.0.18 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }} diff --git a/SECURITY.md b/SECURITY.md index ddbab70..624c139 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,8 @@ | Version | Supported | | :------ | :----------------: | -| 0.0.17 | :white_check_mark: | +| 0.0.18 | :white_check_mark: | +| 0.0.17 | :x: | | 0.0.16 | :x: | | 0.0.15 | :x: | | 0.0.14 | :x: | diff --git a/package.json b/package.json index 2699e4d..e3d338d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-project-info", - "version": "0.0.17", + "version": "0.0.18", "description": "NodeJS Project Information", "main": "./dist/index.js", "scripts": { @@ -107,7 +107,7 @@ "conventional-changelog-cli": "2.2.2", "cross-env": "7.0.3", "dictionary-en": "3.1.0", - "eslint": "8.9.0", + "eslint": "8.10.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-jest": "26.1.1", "eslint-plugin-prettier": "4.0.0",