-
Notifications
You must be signed in to change notification settings - Fork 655
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 fix-live-reload-vue-service-4807
- Loading branch information
Showing
92 changed files
with
713 additions
and
253 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,22 @@ | |
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 | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29) | ||
|
||
**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.6", | ||
"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)", | ||
|
@@ -14,6 +14,13 @@ | |
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ionic-team/ionic-cli.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/ionic-cli/issues" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"lint": "true", | ||
|
@@ -24,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,25 @@ | |
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 | ||
|
||
|
||
|
||
|
||
|
||
## [2.1.11](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29) | ||
|
||
**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.11", | ||
"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)", | ||
|
@@ -14,6 +14,13 @@ | |
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ionic-team/ionic-cli.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/ionic-cli/issues" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"lint": "true", | ||
|
@@ -24,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,63 @@ | |
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) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use native ES2022 error cause ([#5010](https://github.com/ionic-team/ionic-cli/issues/5010)) ([a97ba2b](https://github.com/ionic-team/ionic-cli/commit/a97ba2bcac4556017ba010692f71fed2bef3f77b)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* `message`, `stack`, and `error` properties removed from `BaseError` and `SubprocessError` | ||
|
||
|
||
|
||
|
||
|
||
## [5.1.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08) | ||
|
||
|
||
### Reverts | ||
|
||
* use native ES2022 error cause ([#5060](https://github.com/ionic-team/ionic-cli/issues/5060)) ([1e64a1a](https://github.com/ionic-team/ionic-cli/commit/1e64a1ada60545adf8e7c99fbd1f8766cf2416f9)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.1.6](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 | ||
|
||
|
||
|
||
|
||
|
||
## [5.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use native ES2022 error cause ([#5010](https://github.com/ionic-team/ionic-cli/issues/5010)) ([0c4cd0f](https://github.com/ionic-team/ionic-cli/commit/0c4cd0f47e00b43e8c0ce4eef072351a846b566c)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29) | ||
|
||
**Note:** Version bump only for package @ionic/cli-framework | ||
|
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": "5.1.4", | ||
"version": "6.0.1", | ||
"description": "The foundation framework of the Ionic CLI", | ||
"homepage": "https://ionicframework.com/", | ||
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ", | ||
|
@@ -9,6 +9,13 @@ | |
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ionic-team/ionic-cli.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/ionic-cli/issues" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf index.* definitions.* errors.* guards.* lib utils", | ||
"lint": "true", | ||
|
@@ -19,14 +26,14 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic/cli-framework-output": "2.2.6", | ||
"@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": "2.1.12", | ||
"@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
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 |
Oops, something went wrong.