Skip to content

Commit b4bb636

Browse files
committed
Applying package updates.
1 parent dd1c08c commit b4bb636

File tree

18 files changed

+114
-43
lines changed

18 files changed

+114
-43
lines changed

common/changes/eslint-plugin-codegen/deps-read-pkg-up_pr-243.json

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

common/changes/expect-type/fix-constructor-params_pr-245.json

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

common/changes/io-ts-extra/main_pr-240.json

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

packages/eslint-plugin-codegen/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "eslint-plugin-codegen",
33
"entries": [
4+
{
5+
"version": "0.16.1",
6+
"tag": "eslint-plugin-codegen_v0.16.1",
7+
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "fix: make read-pkg-up a prod dependency (#243)"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"io-ts-extra\" to `0.11.6`"
17+
},
18+
{
19+
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "0.15.0",
626
"tag": "eslint-plugin-codegen_v0.15.0",

packages/eslint-plugin-codegen/CHANGELOG.md

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

3-
This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
3+
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.
4+
5+
## 0.16.1
6+
Sat, 16 Oct 2021 13:17:24 GMT
7+
8+
### Patches
9+
10+
- fix: make read-pkg-up a prod dependency (#243)
411

512
## 0.15.0
613
Tue, 29 Jun 2021 08:48:24 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.16.0",
3+
"version": "0.16.1",
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.13.0",
6+
"tag": "expect-type_v0.13.0",
7+
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Fix constructor parameter comparison (#245)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.11.0",
618
"tag": "expect-type_v0.11.0",

packages/expect-type/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - expect-type
22

3-
This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
3+
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.
4+
5+
## 0.13.0
6+
Sat, 16 Oct 2021 13:17:24 GMT
7+
8+
### Minor changes
9+
10+
- Fix constructor parameter comparison (#245)
411

512
## 0.11.0
613
Tue, 29 Jun 2021 08:48:24 GMT

packages/expect-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect-type",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"keywords": [
55
"typescript",
66
"type-check",

packages/fs-syncer/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "fs-syncer",
33
"entries": [
4+
{
5+
"version": "0.3.6",
6+
"tag": "fs-syncer_v0.3.6",
7+
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.3.4",
618
"tag": "fs-syncer_v0.3.4",

0 commit comments

Comments
 (0)