From a237171ae04d9d0f9f4a963d67832556abfd32d7 Mon Sep 17 00:00:00 2001 From: Lex Date: Mon, 30 Jan 2023 18:45:56 -0500 Subject: [PATCH] release: 2.0.2 (#13) Signed-off-by: Lexus Drumgold --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 3 ++- yarn.lock | 17 +++++++++-------- 3 files changed, 59 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25eca05a..cbbf6a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,51 @@ +## [2.0.2](https://github.com/flex-development/tsconfig-types/compare/2.0.1...2.0.2) (2023-01-30) + + +### :robot: Continuous Integration + +* fix [@dependabot](https://github.com/dependabot) npm package-ecosystem x yarn integration ([a74dc23](https://github.com/flex-development/tsconfig-types/commit/a74dc239d90787c13adc68ca0381992e08563d96)) +* **deps:** Bump actions/checkout from 3.2.0 to 3.3.0 ([#9](https://github.com/flex-development/tsconfig-types/issues/9)) ([bc477a5](https://github.com/flex-development/tsconfig-types/commit/bc477a51ef5edbf7319597ec980d724cb6ecc65c)) +* **deps:** Bump actions/github-script from 6.3.3 to 6.4.0 ([#12](https://github.com/flex-development/tsconfig-types/issues/12)) ([3b3350b](https://github.com/flex-development/tsconfig-types/commit/3b3350b7e2ff3a0c15885cc4d8e7b38f8adf8e5d)) +* **deps:** Bump actions/setup-node from 3.5.1 to 3.6.0 ([#8](https://github.com/flex-development/tsconfig-types/issues/8)) ([115d74e](https://github.com/flex-development/tsconfig-types/commit/115d74e007cd60703a0c9189e1b11d03bfec6f1e)) +* **deps:** Bump actions/upload-artifact from 3.1.1 to 3.1.2 ([#10](https://github.com/flex-development/tsconfig-types/issues/10)) ([bfd3c39](https://github.com/flex-development/tsconfig-types/commit/bfd3c398ebbdbb4f7b388db7c7a031f9ce138eca)) +* **deps:** Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 ([#11](https://github.com/flex-development/tsconfig-types/issues/11)) ([78a4c6c](https://github.com/flex-development/tsconfig-types/commit/78a4c6c6d107161b77bfad99aaf939fea9ce5a08)) +* **workflows:** [`add-to-project`] add items from repo admin account ([ebec812](https://github.com/flex-development/tsconfig-types/commit/ebec8128cf86229a12663f6348adbc0b99751cc3)) +* **workflows:** [`add-to-project`] run workflow when pr is synchronized ([3dd2630](https://github.com/flex-development/tsconfig-types/commit/3dd2630369533216342b342fff2e91391a585d1e)) +* **workflows:** [`approve-pr`] refactor approval step conditional ([2e64c28](https://github.com/flex-development/tsconfig-types/commit/2e64c2863bd665822a8b758e8b58713f2d3c43c4)) +* **workflows:** [`ci`] split ci job into multiple jobs ([a047589](https://github.com/flex-development/tsconfig-types/commit/a047589c39b186b7ec459ad36d27931b9a27e222)) +* **workflows:** [`dependabot-auto`] sign lockfile fix commit ([00c1a45](https://github.com/flex-development/tsconfig-types/commit/00c1a45593ac31c4ec1af986cf3b785b1b6ee263)) +* **workflows:** [`integrity`] update `pull_request` event activity types ([a71fd97](https://github.com/flex-development/tsconfig-types/commit/a71fd97b7325dd78c1d61b3a539b12497d89cef6)) +* **workflows:** add `typescript-canary` ([d61a336](https://github.com/flex-development/tsconfig-types/commit/d61a336345e3c46f46905b98d91a6ceaa05ca571)) + + +### :pencil: Documentation + +* add "contributor covenant code of conduct" ([f7e3115](https://github.com/flex-development/tsconfig-types/commit/f7e311510385927809c650658229ad560bef4a43)) + + +### :bug: Fixes + +* **install:** [git] make `postinstall` script work with git install ([c7b0a64](https://github.com/flex-development/tsconfig-types/commit/c7b0a640b60d6047bc5160fc9734c0b758c5544b)) + + +### :house_with_garden: Housekeeping + +* update project architecture ([6a3f959](https://github.com/flex-development/tsconfig-types/commit/6a3f9595236e498bcd7f4ecf3a48256fd607f868)) +* **github:** add "package manager" dropdown to bug report template ([caba16a](https://github.com/flex-development/tsconfig-types/commit/caba16aed34de63e1c56cd9c3809993685625dbb)) +* **github:** add "typescript version" input to bug report template ([9411923](https://github.com/flex-development/tsconfig-types/commit/941192320bdf56f10c038248c137757df2efe623)) +* **github:** add commit scope `install` ([3f9a968](https://github.com/flex-development/tsconfig-types/commit/3f9a9680c67c55c0dc7c869b81b13a2bf3bd1b40)) +* **github:** add commit scope `loader` ([8e72f09](https://github.com/flex-development/tsconfig-types/commit/8e72f09139a5515a7ef585a1a76919a7ac1d9366)) +* **github:** add commit scope `nvm` ([c920faf](https://github.com/flex-development/tsconfig-types/commit/c920faf903ab5a0e54ba4ee1f63eba35c71884b9)) +* **github:** add label `scope:install` ([89f85be](https://github.com/flex-development/tsconfig-types/commit/89f85be7dd7a0dfc1d06ffc7c68d38f310d4fe65)) +* **github:** add label `status:triaged` ([33683db](https://github.com/flex-development/tsconfig-types/commit/33683db66224ddf068428c20feeb5bc4782db6ea)) +* **github:** configure sponsor button ([731cbaa](https://github.com/flex-development/tsconfig-types/commit/731cbaa503d11d10e61b3d12de75397c4d7abf60)) +* **github:** remove "tests" section from pull request template ([be79239](https://github.com/flex-development/tsconfig-types/commit/be7923929e721867b23d10a7cb93cf1c50843a69)) + + +### :zap: Refactors + +* **ts:** allow declaration merging ([13e1407](https://github.com/flex-development/tsconfig-types/commit/13e1407e6e82f3470955f8f579b860b286a6a2b7)) + ## [2.0.1](https://github.com/flex-development/tsconfig-types/compare/2.0.0...2.0.1) (2022-12-20) diff --git a/package.json b/package.json index 90b3d245..e24c9236 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/tsconfig-types", "description": "TypeScript definitions for tsconfig.json", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "tsconfig", "tsconfig.json", @@ -89,6 +89,7 @@ "add-stream": "1.0.0", "chai": "4.3.7", "conventional-changelog": "3.1.25", + "conventional-changelog-conventionalcommits": "5.0.0", "conventional-changelog-core": "4.2.4", "conventional-changelog-writer": "5.0.1", "conventional-commits-parser": "3.2.4", diff --git a/yarn.lock b/yarn.lock index a51a118b..eb55f48b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1275,6 +1275,7 @@ __metadata: add-stream: "npm:1.0.0" chai: "npm:4.3.7" conventional-changelog: "npm:3.1.25" + conventional-changelog-conventionalcommits: "npm:5.0.0" conventional-changelog-core: "npm:4.2.4" conventional-changelog-writer: "npm:5.0.1" conventional-commits-parser: "npm:3.2.4" @@ -3183,25 +3184,25 @@ __metadata: languageName: node linkType: hard -"conventional-changelog-conventionalcommits@npm:^4.5.0": - version: 4.6.3 - resolution: "conventional-changelog-conventionalcommits@npm:4.6.3" +"conventional-changelog-conventionalcommits@npm:5.0.0, conventional-changelog-conventionalcommits@npm:^5.0.0": + version: 5.0.0 + resolution: "conventional-changelog-conventionalcommits@npm:5.0.0" dependencies: compare-func: "npm:^2.0.0" lodash: "npm:^4.17.15" q: "npm:^1.5.1" - checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198 + checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf languageName: node linkType: hard -"conventional-changelog-conventionalcommits@npm:^5.0.0": - version: 5.0.0 - resolution: "conventional-changelog-conventionalcommits@npm:5.0.0" +"conventional-changelog-conventionalcommits@npm:^4.5.0": + version: 4.6.3 + resolution: "conventional-changelog-conventionalcommits@npm:4.6.3" dependencies: compare-func: "npm:^2.0.0" lodash: "npm:^4.17.15" q: "npm:^1.5.1" - checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf + checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198 languageName: node linkType: hard