Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jan 14, 2021
1 parent 72630da commit a4ea781
Show file tree
Hide file tree
Showing 21 changed files with 131 additions and 76 deletions.
11 changes: 0 additions & 11 deletions common/changes/eslint-plugin-codegen/barrel-disambig_pr-222.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/expect-type/exclude-extract_pr-220.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/memorable-moniker/no-more-ass_pr-230.json

This file was deleted.

31 changes: 31 additions & 0 deletions packages/eslint-plugin-codegen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
{
"name": "eslint-plugin-codegen",
"entries": [
{
"version": "0.15.0",
"tag": "eslint-plugin-codegen_v0.15.0",
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
"comments": {
"patch": [
{
"comment": "fix: disambiguate barrelled imports (#222)"
},
{
"comment": "fix(deps): update dependency @babel/generator to ~7.12.0 (#210) - @renovate[bot]"
},
{
"comment": "chore(deps): pin dependency eslint to 7.15.0 (#224) - @renovate[bot]"
}
],
"minor": [
{
"comment": "Run typescript in custom codegen script (#228)"
}
],
"dependency": [
{
"comment": "Updating dependency \"io-ts-extra\" to `0.11.4`"
},
{
"comment": "Updating dependency \"expect-type\" to `0.11.0`"
}
]
}
},
{
"version": "0.14.3",
"tag": "eslint-plugin-codegen_v0.14.3",
Expand Down
15 changes: 14 additions & 1 deletion packages/eslint-plugin-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log - eslint-plugin-codegen

This log was last generated on Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.

## 0.15.0
Thu, 14 Jan 2021 17:39:22 GMT

### Minor changes

- Run typescript in custom codegen script (#228)

### Patches

- fix: disambiguate barrelled imports (#222)
- fix(deps): update dependency @babel/generator to ~7.12.0 (#210) - @renovate[bot]
- chore(deps): pin dependency eslint to 7.15.0 (#224) - @renovate[bot]

## 0.14.3
Thu, 03 Dec 2020 19:10:22 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.14.3",
"version": "0.15.0",
"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.11.0",
"tag": "expect-type_v0.11.0",
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
"comments": {
"minor": [
{
"comment": "Add `.exclude` and `.extract` helpers (#220)"
}
]
}
},
{
"version": "0.10.0",
"tag": "expect-type_v0.10.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 Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.

## 0.11.0
Thu, 14 Jan 2021 17:39:22 GMT

### Minor changes

- Add `.exclude` and `.extract` helpers (#220)

## 0.10.0
Thu, 03 Dec 2020 19:10:22 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.10.0",
"version": "0.11.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.4",
"tag": "fs-syncer_v0.3.4",
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.11.0`"
}
]
}
},
{
"version": "0.3.3",
"tag": "fs-syncer_v0.3.3",
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 Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.

## 0.3.4
Thu, 14 Jan 2021 17:39:22 GMT

_Version update only_

## 0.3.3
Thu, 03 Dec 2020 19:10:22 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.3",
"version": "0.3.4",
"keywords": [
"fs",
"file",
Expand Down
12 changes: 12 additions & 0 deletions packages/io-ts-extra/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "io-ts-extra",
"entries": [
{
"version": "0.11.4",
"tag": "io-ts-extra_v0.11.4",
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.11.0`"
}
]
}
},
{
"version": "0.11.3",
"tag": "io-ts-extra_v0.11.3",
Expand Down
7 changes: 6 additions & 1 deletion packages/io-ts-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - io-ts-extra

This log was last generated on Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.

## 0.11.4
Thu, 14 Jan 2021 17:39:22 GMT

_Version update only_

## 0.11.3
Thu, 03 Dec 2020 19:10:22 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.3",
"version": "0.11.4",
"keywords": [
"typescript",
"validation",
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.4.0",
"tag": "memorable-moniker_v0.4.0",
"date": "Thu, 14 Jan 2021 17:39:22 GMT",
"comments": {
"minor": [
{
"comment": "Remove ass/donkey from animal dictionary (#230)"
}
],
"dependency": [
{
"comment": "Updating dependency \"expect-type\" to `0.11.0`"
}
]
}
},
{
"version": "0.3.3",
"tag": "memorable-moniker_v0.3.3",
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 Thu, 03 Dec 2020 19:10:22 GMT and should not be manually modified.
This log was last generated on Thu, 14 Jan 2021 17:39:22 GMT and should not be manually modified.

## 0.4.0
Thu, 14 Jan 2021 17:39:22 GMT

### Minor changes

- Remove ass/donkey from animal dictionary (#230)

## 0.3.3
Thu, 03 Dec 2020 19:10:22 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.3.3",
"version": "0.4.0",
"keywords": [
"word",
"words",
Expand Down

0 comments on commit a4ea781

Please sign in to comment.