Skip to content

Commit a237171

Browse files
authored
release: 2.0.2 (#13)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent bfd3c39 commit a237171

File tree

3 files changed

+59
-9
lines changed

3 files changed

+59
-9
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## [2.0.2](https://github.com/flex-development/tsconfig-types/compare/2.0.1...2.0.2) (2023-01-30)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* fix [@dependabot](https://github.com/dependabot) npm package-ecosystem x yarn integration ([a74dc23](https://github.com/flex-development/tsconfig-types/commit/a74dc239d90787c13adc68ca0381992e08563d96))
7+
* **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))
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **workflows:** [`add-to-project`] add items from repo admin account ([ebec812](https://github.com/flex-development/tsconfig-types/commit/ebec8128cf86229a12663f6348adbc0b99751cc3))
13+
* **workflows:** [`add-to-project`] run workflow when pr is synchronized ([3dd2630](https://github.com/flex-development/tsconfig-types/commit/3dd2630369533216342b342fff2e91391a585d1e))
14+
* **workflows:** [`approve-pr`] refactor approval step conditional ([2e64c28](https://github.com/flex-development/tsconfig-types/commit/2e64c2863bd665822a8b758e8b58713f2d3c43c4))
15+
* **workflows:** [`ci`] split ci job into multiple jobs ([a047589](https://github.com/flex-development/tsconfig-types/commit/a047589c39b186b7ec459ad36d27931b9a27e222))
16+
* **workflows:** [`dependabot-auto`] sign lockfile fix commit ([00c1a45](https://github.com/flex-development/tsconfig-types/commit/00c1a45593ac31c4ec1af986cf3b785b1b6ee263))
17+
* **workflows:** [`integrity`] update `pull_request` event activity types ([a71fd97](https://github.com/flex-development/tsconfig-types/commit/a71fd97b7325dd78c1d61b3a539b12497d89cef6))
18+
* **workflows:** add `typescript-canary` ([d61a336](https://github.com/flex-development/tsconfig-types/commit/d61a336345e3c46f46905b98d91a6ceaa05ca571))
19+
20+
21+
### :pencil: Documentation
22+
23+
* add "contributor covenant code of conduct" ([f7e3115](https://github.com/flex-development/tsconfig-types/commit/f7e311510385927809c650658229ad560bef4a43))
24+
25+
26+
### :bug: Fixes
27+
28+
* **install:** [git] make `postinstall` script work with git install ([c7b0a64](https://github.com/flex-development/tsconfig-types/commit/c7b0a640b60d6047bc5160fc9734c0b758c5544b))
29+
30+
31+
### :house_with_garden: Housekeeping
32+
33+
* update project architecture ([6a3f959](https://github.com/flex-development/tsconfig-types/commit/6a3f9595236e498bcd7f4ecf3a48256fd607f868))
34+
* **github:** add "package manager" dropdown to bug report template ([caba16a](https://github.com/flex-development/tsconfig-types/commit/caba16aed34de63e1c56cd9c3809993685625dbb))
35+
* **github:** add "typescript version" input to bug report template ([9411923](https://github.com/flex-development/tsconfig-types/commit/941192320bdf56f10c038248c137757df2efe623))
36+
* **github:** add commit scope `install` ([3f9a968](https://github.com/flex-development/tsconfig-types/commit/3f9a9680c67c55c0dc7c869b81b13a2bf3bd1b40))
37+
* **github:** add commit scope `loader` ([8e72f09](https://github.com/flex-development/tsconfig-types/commit/8e72f09139a5515a7ef585a1a76919a7ac1d9366))
38+
* **github:** add commit scope `nvm` ([c920faf](https://github.com/flex-development/tsconfig-types/commit/c920faf903ab5a0e54ba4ee1f63eba35c71884b9))
39+
* **github:** add label `scope:install` ([89f85be](https://github.com/flex-development/tsconfig-types/commit/89f85be7dd7a0dfc1d06ffc7c68d38f310d4fe65))
40+
* **github:** add label `status:triaged` ([33683db](https://github.com/flex-development/tsconfig-types/commit/33683db66224ddf068428c20feeb5bc4782db6ea))
41+
* **github:** configure sponsor button ([731cbaa](https://github.com/flex-development/tsconfig-types/commit/731cbaa503d11d10e61b3d12de75397c4d7abf60))
42+
* **github:** remove "tests" section from pull request template ([be79239](https://github.com/flex-development/tsconfig-types/commit/be7923929e721867b23d10a7cb93cf1c50843a69))
43+
44+
45+
### :zap: Refactors
46+
47+
* **ts:** allow declaration merging ([13e1407](https://github.com/flex-development/tsconfig-types/commit/13e1407e6e82f3470955f8f579b860b286a6a2b7))
48+
149
## [2.0.1](https://github.com/flex-development/tsconfig-types/compare/2.0.0...2.0.1) (2022-12-20)
250

351

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/tsconfig-types",
33
"description": "TypeScript definitions for tsconfig.json",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"keywords": [
66
"tsconfig",
77
"tsconfig.json",
@@ -89,6 +89,7 @@
8989
"add-stream": "1.0.0",
9090
"chai": "4.3.7",
9191
"conventional-changelog": "3.1.25",
92+
"conventional-changelog-conventionalcommits": "5.0.0",
9293
"conventional-changelog-core": "4.2.4",
9394
"conventional-changelog-writer": "5.0.1",
9495
"conventional-commits-parser": "3.2.4",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,7 @@ __metadata:
12751275
add-stream: "npm:1.0.0"
12761276
chai: "npm:4.3.7"
12771277
conventional-changelog: "npm:3.1.25"
1278+
conventional-changelog-conventionalcommits: "npm:5.0.0"
12781279
conventional-changelog-core: "npm:4.2.4"
12791280
conventional-changelog-writer: "npm:5.0.1"
12801281
conventional-commits-parser: "npm:3.2.4"
@@ -3183,25 +3184,25 @@ __metadata:
31833184
languageName: node
31843185
linkType: hard
31853186

3186-
"conventional-changelog-conventionalcommits@npm:^4.5.0":
3187-
version: 4.6.3
3188-
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
3187+
"conventional-changelog-conventionalcommits@npm:5.0.0, conventional-changelog-conventionalcommits@npm:^5.0.0":
3188+
version: 5.0.0
3189+
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
31893190
dependencies:
31903191
compare-func: "npm:^2.0.0"
31913192
lodash: "npm:^4.17.15"
31923193
q: "npm:^1.5.1"
3193-
checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198
3194+
checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf
31943195
languageName: node
31953196
linkType: hard
31963197

3197-
"conventional-changelog-conventionalcommits@npm:^5.0.0":
3198-
version: 5.0.0
3199-
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
3198+
"conventional-changelog-conventionalcommits@npm:^4.5.0":
3199+
version: 4.6.3
3200+
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
32003201
dependencies:
32013202
compare-func: "npm:^2.0.0"
32023203
lodash: "npm:^4.17.15"
32033204
q: "npm:^1.5.1"
3204-
checksum: cd39e90a9637925b99c425197436f6cec1257f3ae82b437edeb93390d4cea90702cff31c06ab4d9dde71ea243cf64f7665eafa019bbfd7735ce2e4d30b9362bf
3205+
checksum: f8acf6ce04283f46f74ff7f01f768a0f4592b2c75881c73887d48380725a55b2bbaf318b9e67b560c329bef983a1debce8eb761b6654f1e045edfb29dd764198
32053206
languageName: node
32063207
linkType: hard
32073208

0 commit comments

Comments
 (0)