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 1, 2020
1 parent 87ebc7f commit b21eaaa
Show file tree
Hide file tree
Showing 25 changed files with 158 additions and 94 deletions.
11 changes: 0 additions & 11 deletions common/changes/check-clean/npmignore-coverage_pr-184.json

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/expect-type/npmignore-coverage_pr-184.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/expect-type/readonly-eq_pr-186.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/fs-syncer/npmignore-coverage_pr-184.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/io-ts-extra/npmignore-coverage_pr-184.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/memorable-moniker/npmignore-coverage_pr-184.json

This file was deleted.

12 changes: 12 additions & 0 deletions packages/check-clean/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "check-clean",
"entries": [
{
"version": "0.2.4",
"tag": "check-clean_v0.2.4",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
}
]
}
},
{
"version": "0.2.3",
"tag": "check-clean_v0.2.3",
Expand Down
9 changes: 8 additions & 1 deletion packages/check-clean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - check-clean

This log was last generated on Wed, 30 Sep 2020 15:34:55 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.2.4
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)

## 0.2.3
Wed, 30 Sep 2020 15:34:55 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/check-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-clean",
"version": "0.2.3",
"version": "0.2.4",
"description": "A cli tool to make sure you have no git changes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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.13.1",
"tag": "eslint-plugin-codegen_v0.13.1",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
}
],
"dependency": [
{
"comment": "Updating dependency \"io-ts-extra\" from `0.10.7` to `0.10.8`"
},
{
"comment": "Updating dependency \"expect-type\" from `0.7.10` to `0.7.11`"
}
]
}
},
{
"version": "0.13.0",
"tag": "eslint-plugin-codegen_v0.13.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 Mon, 28 Sep 2020 14:08:20 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.13.1
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)

## 0.13.0
Mon, 28 Sep 2020 14:08:20 GMT
Expand Down
6 changes: 3 additions & 3 deletions 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.13.0",
"version": "0.13.1",
"keywords": [
"eslint",
"eslint plugin",
Expand Down Expand Up @@ -40,7 +40,7 @@
"fp-ts": "^2.1.0",
"glob": "^7.1.4",
"io-ts": "^2.2.4",
"io-ts-extra": "0.10.7",
"io-ts-extra": "0.10.8",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"string.prototype.matchall": "^4.0.2"
Expand All @@ -57,7 +57,7 @@
"@types/lodash": "~4.14.161",
"@types/minimatch": "~3.0.3",
"dedent": "~0.7.0",
"expect-type": "0.7.10",
"expect-type": "0.7.11",
"minimatch": "~3.0.4",
"read-pkg-up": "~7.0.1"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/expect-type/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "expect-type",
"entries": [
{
"version": "0.7.11",
"tag": "expect-type_v0.7.11",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
},
{
"comment": "fix: distinguish readonly properties (#186)"
}
]
}
},
{
"version": "0.7.10",
"tag": "expect-type_v0.7.10",
Expand Down
10 changes: 9 additions & 1 deletion packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - expect-type

This log was last generated on Fri, 18 Sep 2020 16:56:41 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.7.11
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)
- fix: distinguish readonly properties (#186)

## 0.7.10
Fri, 18 Sep 2020 16:56:41 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.7.10",
"version": "0.7.11",
"keywords": [
"typescript",
"type-check",
Expand Down
17 changes: 17 additions & 0 deletions packages/fs-syncer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "fs-syncer",
"entries": [
{
"version": "0.2.6",
"tag": "fs-syncer_v0.2.6",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
}
],
"dependency": [
{
"comment": "Updating dependency \"expect-type\" from `0.7.10` to `0.7.11`"
}
]
}
},
{
"version": "0.2.5",
"tag": "fs-syncer_v0.2.5",
Expand Down
9 changes: 8 additions & 1 deletion packages/fs-syncer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - fs-syncer

This log was last generated on Fri, 18 Sep 2020 16:56:41 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.2.6
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)

## 0.2.5
Fri, 18 Sep 2020 16:56:41 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/fs-syncer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-syncer",
"version": "0.2.5",
"version": "0.2.6",
"keywords": [
"fs",
"file",
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"@mmkal/rig": "0.0.1",
"expect-type": "0.7.10"
"expect-type": "0.7.11"
}
}
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.10.8",
"tag": "io-ts-extra_v0.10.8",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
}
],
"dependency": [
{
"comment": "Updating dependency \"expect-type\" from `0.7.10` to `0.7.11`"
}
]
}
},
{
"version": "0.10.7",
"tag": "io-ts-extra_v0.10.7",
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 Fri, 18 Sep 2020 16:56:41 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.10.8
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)

## 0.10.7
Fri, 18 Sep 2020 16:56:41 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.10.7",
"version": "0.10.8",
"keywords": [
"typescript",
"validation",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@mmkal/rig": "0.0.1",
"@types/js-yaml": "~3.12.5",
"@types/lodash": "~4.14.161",
"expect-type": "0.7.10",
"expect-type": "0.7.11",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/memorable-moniker/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "memorable-moniker",
"entries": [
{
"version": "0.2.18",
"tag": "memorable-moniker_v0.2.18",
"date": "Thu, 01 Oct 2020 14:48:13 GMT",
"comments": {
"patch": [
{
"comment": "chore: npmignore coverage folder (#184)"
}
],
"dependency": [
{
"comment": "Updating dependency \"expect-type\" from `0.7.10` to `0.7.11`"
}
]
}
},
{
"version": "0.2.17",
"tag": "memorable-moniker_v0.2.17",
Expand Down
9 changes: 8 additions & 1 deletion packages/memorable-moniker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - memorable-moniker

This log was last generated on Fri, 18 Sep 2020 16:56:41 GMT and should not be manually modified.
This log was last generated on Thu, 01 Oct 2020 14:48:13 GMT and should not be manually modified.

## 0.2.18
Thu, 01 Oct 2020 14:48:13 GMT

### Patches

- chore: npmignore coverage folder (#184)

## 0.2.17
Fri, 18 Sep 2020 16:56:41 GMT
Expand Down
Loading

0 comments on commit b21eaaa

Please sign in to comment.