Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Sep 12, 2023
1 parent 344042c commit c315e79
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 95 deletions.
32 changes: 0 additions & 32 deletions change/change-614618c9-a1b6-472a-88f6-804b2f807596.json

This file was deleted.

11 changes: 0 additions & 11 deletions change/change-6e58ba57-a942-4fea-83ef-40028f6674ee.json

This file was deleted.

25 changes: 0 additions & 25 deletions change/change-88ae8b26-ab3d-48b4-a8e7-b4773e9c6589.json

This file was deleted.

18 changes: 0 additions & 18 deletions change/change-e402bc49-9d44-40fb-86c6-1dcb2e91e896.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/example-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=14"
},
"devDependencies": {
"just-scripts": ">=2.2.0 <3.0.0",
"just-scripts": ">=2.2.1 <3.0.0",
"ts-node": "^9.1.1"
}
}
23 changes: 23 additions & 0 deletions packages/just-scripts-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "just-scripts-utils",
"entries": [
{
"date": "Tue, 12 Sep 2023 08:02:05 GMT",
"version": "2.0.1",
"tag": "just-scripts-utils_v2.0.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "just-scripts-utils",
"commit": "5b4e7073ffd1f06a7383deccee6883aa7e63342c",
"comment": "Set up API Extractor"
}
],
"patch": [
{
"author": "[email protected]",
"package": "just-scripts-utils",
"commit": "e849046a3d1e5c1b4c1a81e12c400391a108323e",
"comment": "Update dependency fs-extra to v11"
}
]
}
},
{
"date": "Thu, 09 Mar 2023 08:02:09 GMT",
"tag": "just-scripts-utils_v2.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-scripts-utils

This log was last generated on Thu, 09 Mar 2023 08:02:09 GMT and should not be manually modified.
This log was last generated on Tue, 12 Sep 2023 08:02:05 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.1

Tue, 12 Sep 2023 08:02:05 GMT

### Patches

- Update dependency fs-extra to v11 ([email protected])

## 2.0.0

Thu, 09 Mar 2023 08:02:09 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts-utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities for Just stack scripts",
"repository": {
"type": "git",
Expand Down
41 changes: 41 additions & 0 deletions packages/just-scripts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Tue, 12 Sep 2023 08:02:05 GMT",
"version": "2.2.1",
"tag": "just-scripts_v2.2.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "just-scripts",
"commit": "5b4e7073ffd1f06a7383deccee6883aa7e63342c",
"comment": "Remove local copy of API Extractor types"
},
{
"author": "[email protected]",
"package": "just-scripts",
"commit": "e849046a3d1e5c1b4c1a81e12c400391a108323e",
"comment": "Update dependency fs-extra to v11"
},
{
"author": "beachball",
"package": "just-scripts",
"comment": "Bump just-scripts-utils to v2.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "just-scripts",
"comment": "Bump just-task to v1.8.0",
"commit": "not available"
}
],
"none": [
{
"author": "[email protected]",
"package": "just-scripts",
"commit": "06eaab127501104e008ace0c34bd8dfb6d0d2a51",
"comment": "Unpin dev deps"
}
]
}
},
{
"date": "Sat, 19 Aug 2023 08:01:49 GMT",
"tag": "just-scripts_v2.2.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/just-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - just-scripts

This log was last generated on Sat, 19 Aug 2023 08:01:49 GMT and should not be manually modified.
This log was last generated on Tue, 12 Sep 2023 08:02:05 GMT and should not be manually modified.

<!-- Start content -->

## 2.2.1

Tue, 12 Sep 2023 08:02:05 GMT

### Patches

- Remove local copy of API Extractor types ([email protected])
- Update dependency fs-extra to v11 ([email protected])
- Bump just-scripts-utils to v2.0.1
- Bump just-task to v1.8.0

## 2.2.0

Sat, 19 Aug 2023 08:01:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/just-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "2.2.0",
"version": "2.2.1",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"diff-match-patch": "1.0.5",
"fs-extra": "^11.0.0",
"glob": "^7.1.3",
"just-scripts-utils": "^2.0.0",
"just-task": ">=1.7.2 <2.0.0",
"just-scripts-utils": "^2.0.1",
"just-task": ">=1.8.0 <2.0.0",
"prompts": "^2.4.0",
"run-parallel-limit": "^1.0.6",
"semver": "^7.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/just-task-logger/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-task-logger",
"entries": [
{
"date": "Tue, 12 Sep 2023 08:02:05 GMT",
"version": "1.2.1",
"tag": "just-task-logger_v1.2.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "just-task-logger",
"commit": "5b4e7073ffd1f06a7383deccee6883aa7e63342c",
"comment": "Set up API Extractor"
}
]
}
},
{
"date": "Thu, 09 Mar 2023 08:02:09 GMT",
"tag": "just-task-logger_v1.2.1",
Expand Down
37 changes: 37 additions & 0 deletions packages/just-task/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
{
"name": "just-task",
"entries": [
{
"date": "Tue, 12 Sep 2023 08:02:05 GMT",
"version": "1.8.0",
"tag": "just-task_v1.8.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "just-task",
"commit": "5b4e7073ffd1f06a7383deccee6883aa7e63342c",
"comment": "Add `@types` referenced by exports as dependencies"
}
],
"patch": [
{
"author": "email not defined",
"package": "just-task",
"commit": "2bc7eaec9203ef96bf1e48823f2f38a3527d24d5",
"comment": "Update dependency @rushstack/package-deps-hash to v4"
},
{
"author": "[email protected]",
"package": "just-task",
"commit": "e849046a3d1e5c1b4c1a81e12c400391a108323e",
"comment": "Update dependency fs-extra to v11"
}
],
"none": [
{
"author": "[email protected]",
"package": "just-task",
"commit": "06eaab127501104e008ace0c34bd8dfb6d0d2a51",
"comment": "Unpin dev deps"
}
]
}
},
{
"date": "Fri, 10 Mar 2023 08:01:53 GMT",
"tag": "just-task_v1.7.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/just-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - just-task

This log was last generated on Fri, 10 Mar 2023 08:01:53 GMT and should not be manually modified.
This log was last generated on Tue, 12 Sep 2023 08:02:05 GMT and should not be manually modified.

<!-- Start content -->

## 1.8.0

Tue, 12 Sep 2023 08:02:05 GMT

### Minor changes

- Add `@types` referenced by exports as dependencies ([email protected])

### Patches

- Update dependency @rushstack/package-deps-hash to v4 (email not defined)
- Update dependency fs-extra to v11 ([email protected])

## 1.7.2

Fri, 10 Mar 2023 08:01:53 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "1.7.2",
"version": "1.8.0",
"description": "Build task definition library",
"keywords": [],
"repository": {
Expand Down

0 comments on commit c315e79

Please sign in to comment.