Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Oct 16, 2021
1 parent dd1c08c commit b4bb636
Show file tree
Hide file tree
Showing 18 changed files with 114 additions and 43 deletions.
11 changes: 0 additions & 11 deletions common/changes/eslint-plugin-codegen/deps-read-pkg-up_pr-243.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/expect-type/fix-constructor-params_pr-245.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/io-ts-extra/main_pr-240.json

This file was deleted.

20 changes: 20 additions & 0 deletions packages/eslint-plugin-codegen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "eslint-plugin-codegen",
"entries": [
{
"version": "0.16.1",
"tag": "eslint-plugin-codegen_v0.16.1",
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
"comments": {
"patch": [
{
"comment": "fix: make read-pkg-up a prod dependency (#243)"
}
],
"dependency": [
{
"comment": "Updating dependency \"io-ts-extra\" to `0.11.6`"
},
{
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
}
]
}
},
{
"version": "0.15.0",
"tag": "eslint-plugin-codegen_v0.15.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/eslint-plugin-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - eslint-plugin-codegen

This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.

## 0.16.1
Sat, 16 Oct 2021 13:17:24 GMT

### Patches

- fix: make read-pkg-up a prod dependency (#243)

## 0.15.0
Tue, 29 Jun 2021 08:48:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-codegen",
"version": "0.16.0",
"version": "0.16.1",
"keywords": [
"eslint",
"eslint plugin",
Expand Down
12 changes: 12 additions & 0 deletions packages/expect-type/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "expect-type",
"entries": [
{
"version": "0.13.0",
"tag": "expect-type_v0.13.0",
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
"comments": {
"minor": [
{
"comment": "Fix constructor parameter comparison (#245)"
}
]
}
},
{
"version": "0.11.0",
"tag": "expect-type_v0.11.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - expect-type

This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.

## 0.13.0
Sat, 16 Oct 2021 13:17:24 GMT

### Minor changes

- Fix constructor parameter comparison (#245)

## 0.11.0
Tue, 29 Jun 2021 08:48:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect-type",
"version": "0.12.0",
"version": "0.13.0",
"keywords": [
"typescript",
"type-check",
Expand Down
12 changes: 12 additions & 0 deletions packages/fs-syncer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "fs-syncer",
"entries": [
{
"version": "0.3.6",
"tag": "fs-syncer_v0.3.6",
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
}
]
}
},
{
"version": "0.3.4",
"tag": "fs-syncer_v0.3.4",
Expand Down
7 changes: 6 additions & 1 deletion packages/fs-syncer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - fs-syncer

This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.

## 0.3.6
Sat, 16 Oct 2021 13:17:24 GMT

_Version update only_

## 0.3.4
Tue, 29 Jun 2021 08:48:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/fs-syncer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-syncer",
"version": "0.3.5",
"version": "0.3.6",
"keywords": [
"fs",
"file",
Expand Down
17 changes: 17 additions & 0 deletions packages/io-ts-extra/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "io-ts-extra",
"entries": [
{
"version": "0.11.6",
"tag": "io-ts-extra_v0.11.6",
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
"comments": {
"patch": [
{
"comment": "fix: make strict combinator check for missing values (#240) - @jpdenford"
}
],
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
}
]
}
},
{
"version": "0.11.4",
"tag": "io-ts-extra_v0.11.4",
Expand Down
9 changes: 8 additions & 1 deletion packages/io-ts-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - io-ts-extra

This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.

## 0.11.6
Sat, 16 Oct 2021 13:17:24 GMT

### Patches

- fix: make strict combinator check for missing values (#240) - @jpdenford

## 0.11.4
Tue, 29 Jun 2021 08:48:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/io-ts-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-ts-extra",
"version": "0.11.5",
"version": "0.11.6",
"keywords": [
"typescript",
"validation",
Expand Down
12 changes: 12 additions & 0 deletions packages/memorable-moniker/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "memorable-moniker",
"entries": [
{
"version": "0.5.1",
"tag": "memorable-moniker_v0.5.1",
"date": "Sat, 16 Oct 2021 13:17:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.13.0`"
}
]
}
},
{
"version": "0.4.0",
"tag": "memorable-moniker_v0.4.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/memorable-moniker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - memorable-moniker

This log was last generated on Tue, 29 Jun 2021 08:48:24 GMT and should not be manually modified.
This log was last generated on Sat, 16 Oct 2021 13:17:24 GMT and should not be manually modified.

## 0.5.1
Sat, 16 Oct 2021 13:17:24 GMT

_Version update only_

## 0.4.0
Tue, 29 Jun 2021 08:48:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/memorable-moniker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memorable-moniker",
"version": "0.5.0",
"version": "0.5.1",
"keywords": [
"word",
"words",
Expand Down

0 comments on commit b4bb636

Please sign in to comment.