Skip to content

Commit

Permalink
chore: upgrade dependencies (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 29, 2023
1 parent 920a119 commit a0b7e94
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 161 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
## **WORK IN PROGRESS**
-->
## **WORK IN PROGRESS**
* Added "-lf" option to run the lock file update with the `--force` flag
* Added `-lf` option to run the lock file update with the `--force` flag
* Dependency upgrades

## 3.6.0 (2023-07-03)
* `git` plugin: Add the `--tagOnly` flag to only create a tag without pushing the commit to the release branch.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^2.6.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typescript": "~4.8.3"
"typescript": "~4.8.4"
},
"resolutions": {
"minimist": "^1.2.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/yargs": "^17.0.10",
"picocolors": "1.0.0",
"typescript": "~4.6.3",
"typescript": "~4.8.4",
"yargs": "^17.4.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-iobroker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"dependencies": {
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"axios": "^0.27.1",
"axios": "^1.6.2",
"fs-extra": "^10.1.0",
"semver": "^7.5.2"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-manual-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"node": ">=12.20"
},
"dependencies": {
"@alcalzone/pak": "^0.10.0",
"@alcalzone/pak": "^0.10.1",
"@alcalzone/release-script-core": "3.5.9",
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.1.0",
"semver": "^7.5.2"
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"jest-extended": "^2.0.0",
"typescript": "~4.6.3"
"jest-extended": "^3.1.0",
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
4 changes: 2 additions & 2 deletions packages/release-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@alcalzone/release-script-plugin-package": "3.6.0",
"@alcalzone/release-script-plugin-version": "3.6.0",
"alcalzone-shared": "^4.0.1",
"axios": "^0.27.1",
"axios": "^1.6.2",
"enquirer": "^2.3.6",
"fs-extra": "^10.1.0",
"picocolors": "1.0.0",
Expand All @@ -57,7 +57,7 @@
"devDependencies": {
"@alcalzone/release-script-testing": "3.5.9",
"@types/yargs": "^17.0.10",
"typescript": "~4.6.3"
"typescript": "~4.8.4"
},
"scripts": {
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@alcalzone/release-script-core": "3.5.9",
"execa": "^5.1.1",
"picocolors": "1.0.0",
"typescript": "~4.6.3"
"typescript": "~4.8.4"
},
"peerDependencies": {
"execa": "^5.1.1"
Expand Down

0 comments on commit a0b7e94

Please sign in to comment.