-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into deprecate-ssl
- Loading branch information
Showing
91 changed files
with
508 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.2.8](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-12-19) | ||
|
||
**Note:** Version bump only for package @ionic/cli-framework-output | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07) | ||
|
||
**Note:** Version bump only for package @ionic/cli-framework-output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ionic/cli-framework-output", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "The log/tasks/spinners portion of Ionic CLI Framework", | ||
"homepage": "https://ionicframework.com/", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com)", | ||
|
@@ -31,12 +31,12 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic/utils-terminal": "2.3.4", | ||
"@ionic/utils-terminal": "2.3.5", | ||
"debug": "^4.0.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@ionic/utils-stream": "3.1.6", | ||
"@ionic/utils-stream": "3.1.7", | ||
"@types/debug": "^4.1.1", | ||
"@types/inquirer": "0.0.43", | ||
"@types/jest": "^26.0.10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.13](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cli:** resolve vm2 security vulnerability ([#5070](https://github.com/ionic-team/ionic-cli/issues/5070)) ([4050419](https://github.com/ionic-team/ionic-cli/commit/4050419bef70fb92e58b0a83cd4b68b48090e596)) | ||
|
||
|
||
|
||
|
||
|
||
## [2.1.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07) | ||
|
||
**Note:** Version bump only for package @ionic/cli-framework-prompts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ionic/cli-framework-prompts", | ||
"version": "2.1.12", | ||
"version": "2.1.13", | ||
"description": "The interactive prompts portion of Ionic CLI Framework", | ||
"homepage": "https://ionicframework.com/", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com)", | ||
|
@@ -31,7 +31,7 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic/utils-terminal": "2.3.4", | ||
"@ionic/utils-terminal": "2.3.5", | ||
"debug": "^4.0.0", | ||
"inquirer": "^7.0.0", | ||
"tslib": "^2.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [6.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cli:** resolve vm2 security vulnerability ([#5070](https://github.com/ionic-team/ionic-cli/issues/5070)) ([4050419](https://github.com/ionic-team/ionic-cli/commit/4050419bef70fb92e58b0a83cd4b68b48090e596)) | ||
|
||
|
||
|
||
|
||
|
||
# [6.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ionic/cli-framework", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "The foundation framework of the Ionic CLI", | ||
"homepage": "https://ionicframework.com/", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
|
@@ -26,14 +26,14 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic/cli-framework-output": "2.2.7", | ||
"@ionic/cli-framework-output": "2.2.8", | ||
"@ionic/utils-array": "2.1.6", | ||
"@ionic/utils-fs": "3.1.7", | ||
"@ionic/utils-object": "2.1.6", | ||
"@ionic/utils-process": "2.1.11", | ||
"@ionic/utils-stream": "3.1.6", | ||
"@ionic/utils-subprocess": "3.0.0", | ||
"@ionic/utils-terminal": "2.3.4", | ||
"@ionic/utils-process": "2.1.12", | ||
"@ionic/utils-stream": "3.1.7", | ||
"@ionic/utils-subprocess": "3.0.1", | ||
"@ionic/utils-terminal": "2.3.5", | ||
"chalk": "^4.0.0", | ||
"debug": "^4.0.0", | ||
"lodash": "^4.17.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
!jest.config.js | ||
!lint-staged.config.js | ||
*.d.ts | ||
*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **cli:** resolve vm2 security vulnerability ([#5070](https://github.com/ionic-team/ionic-cli/issues/5070)) ([4050419](https://github.com/ionic-team/ionic-cli/commit/4050419bef70fb92e58b0a83cd4b68b48090e596)) | ||
|
||
|
||
|
||
|
||
|
||
## [7.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ionic/cli", | ||
"version": "7.1.5", | ||
"version": "7.1.6", | ||
"description": "A tool for creating and developing Ionic Framework mobile apps.", | ||
"homepage": "https://ionicframework.com", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
|
@@ -40,16 +40,16 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic/cli-framework": "6.0.0", | ||
"@ionic/cli-framework-output": "2.2.7", | ||
"@ionic/cli-framework-prompts": "2.1.12", | ||
"@ionic/cli-framework": "6.0.1", | ||
"@ionic/cli-framework-output": "2.2.8", | ||
"@ionic/cli-framework-prompts": "2.1.13", | ||
"@ionic/utils-array": "2.1.6", | ||
"@ionic/utils-fs": "3.1.7", | ||
"@ionic/utils-network": "2.1.6", | ||
"@ionic/utils-process": "2.1.11", | ||
"@ionic/utils-stream": "3.1.6", | ||
"@ionic/utils-subprocess": "3.0.0", | ||
"@ionic/utils-terminal": "2.3.4", | ||
"@ionic/utils-network": "2.1.7", | ||
"@ionic/utils-process": "2.1.12", | ||
"@ionic/utils-stream": "3.1.7", | ||
"@ionic/utils-subprocess": "3.0.1", | ||
"@ionic/utils-terminal": "2.3.5", | ||
"chalk": "^4.0.0", | ||
"debug": "^4.0.0", | ||
"diff": "^4.0.1", | ||
|
@@ -58,12 +58,12 @@ | |
"lodash": "^4.17.5", | ||
"open": "^7.0.4", | ||
"os-name": "^4.0.0", | ||
"proxy-agent": "^6.3.0", | ||
"semver": "^7.1.1", | ||
"split2": "^3.0.0", | ||
"ssh-config": "^1.1.1", | ||
"stream-combiner2": "^1.1.1", | ||
"superagent": "^8.0.9", | ||
"superagent-proxy": "^3.0.0", | ||
"tar": "^6.0.1", | ||
"tslib": "^2.0.1" | ||
}, | ||
|
@@ -77,7 +77,6 @@ | |
"@types/semver": "^7.1.0", | ||
"@types/split2": "^2.1.6", | ||
"@types/superagent": "4.1.3", | ||
"@types/superagent-proxy": "^3.0.0", | ||
"@types/tar": "^6.1.2", | ||
"jest": "^26.4.2", | ||
"jest-cli": "^26.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.