Skip to content

Commit a4ea781

Browse files
committed
Applying package updates.
1 parent 72630da commit a4ea781

File tree

21 files changed

+131
-76
lines changed

21 files changed

+131
-76
lines changed

common/changes/eslint-plugin-codegen/barrel-disambig_pr-222.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/eslint-plugin-codegen/codegen-debug-custom_pr-228.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/eslint-plugin-codegen/renovate-eslint-plugin-codegen_pr-210.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/eslint-plugin-codegen/renovate-pin-dependencies_pr-224.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/expect-type/exclude-extract_pr-220.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/memorable-moniker/no-more-ass_pr-230.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/eslint-plugin-codegen/CHANGELOG.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
{
22
"name": "eslint-plugin-codegen",
33
"entries": [
4+
{
5+
"version": "0.15.0",
6+
"tag": "eslint-plugin-codegen_v0.15.0",
7+
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "fix: disambiguate barrelled imports (#222)"
12+
},
13+
{
14+
"comment": "fix(deps): update dependency @babel/generator to ~7.12.0 (#210) - @renovate[bot]"
15+
},
16+
{
17+
"comment": "chore(deps): pin dependency eslint to 7.15.0 (#224) - @renovate[bot]"
18+
}
19+
],
20+
"minor": [
21+
{
22+
"comment": "Run typescript in custom codegen script (#228)"
23+
}
24+
],
25+
"dependency": [
26+
{
27+
"comment": "Updating dependency \"io-ts-extra\" to `0.11.4`"
28+
},
29+
{
30+
"comment": "Updating dependency \"expect-type\" to `0.11.0`"
31+
}
32+
]
33+
}
34+
},
435
{
536
"version": "0.14.3",
637
"tag": "eslint-plugin-codegen_v0.14.3",

packages/eslint-plugin-codegen/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log - eslint-plugin-codegen
22

3-
This log was last generated on Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
3+
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.
4+
5+
## 0.15.0
6+
Thu, 14 Jan 2021 17:39:22 GMT
7+
8+
### Minor changes
9+
10+
- Run typescript in custom codegen script (#228)
11+
12+
### Patches
13+
14+
- fix: disambiguate barrelled imports (#222)
15+
- fix(deps): update dependency @babel/generator to ~7.12.0 (#210) - @renovate[bot]
16+
- chore(deps): pin dependency eslint to 7.15.0 (#224) - @renovate[bot]
417

518
## 0.14.3
619
Thu, 03 Dec 2020 19:10:22 GMT

packages/eslint-plugin-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-codegen",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"keywords": [
55
"eslint",
66
"eslint plugin",

packages/expect-type/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "expect-type",
33
"entries": [
4+
{
5+
"version": "0.11.0",
6+
"tag": "expect-type_v0.11.0",
7+
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `.exclude` and `.extract` helpers (#220)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.10.0",
618
"tag": "expect-type_v0.10.0",

0 commit comments

Comments
 (0)