Skip to content

Commit 05d64e9

Browse files
committed
chore(release): publish [skip ci]
- @ionic/cli-framework-output@2.2.8 - @ionic/cli-framework-prompts@2.1.13 - @ionic/cli-framework@6.0.1 - @ionic/cli@7.1.6 - @ionic/discover@3.1.8 - @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 - cli-scripts@2.1.73
1 parent 4050419 commit 05d64e9

File tree

22 files changed

+152
-34
lines changed

22 files changed

+152
-34
lines changed

packages/@ionic/cli-framework-output/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.8](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.2.7...@ionic/cli-framework-output@2.2.8) (2023-12-19)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-output
9+
10+
11+
12+
13+
614
## [2.2.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-output@2.2.6...@ionic/cli-framework-output@2.2.7) (2023-11-07)
715

816
**Note:** Version bump only for package @ionic/cli-framework-output

packages/@ionic/cli-framework-output/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework-output",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "The log/tasks/spinners portion of Ionic CLI Framework",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com)",
@@ -31,12 +31,12 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@ionic/utils-terminal": "2.3.4",
34+
"@ionic/utils-terminal": "2.3.5",
3535
"debug": "^4.0.0",
3636
"tslib": "^2.0.1"
3737
},
3838
"devDependencies": {
39-
"@ionic/utils-stream": "3.1.6",
39+
"@ionic/utils-stream": "3.1.7",
4040
"@types/debug": "^4.1.1",
4141
"@types/inquirer": "0.0.43",
4242
"@types/jest": "^26.0.10",

packages/@ionic/cli-framework-prompts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.13](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.1.12...@ionic/cli-framework-prompts@2.1.13) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [2.1.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.1.11...@ionic/cli-framework-prompts@2.1.12) (2023-11-07)
718

819
**Note:** Version bump only for package @ionic/cli-framework-prompts

packages/@ionic/cli-framework-prompts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework-prompts",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "The interactive prompts portion of Ionic CLI Framework",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com)",
@@ -31,7 +31,7 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@ionic/utils-terminal": "2.3.4",
34+
"@ionic/utils-terminal": "2.3.5",
3535
"debug": "^4.0.0",
3636
"inquirer": "^7.0.0",
3737
"tslib": "^2.0.1"

packages/@ionic/cli-framework/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@6.0.0...@ionic/cli-framework@6.0.1) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@5.1.7...@ionic/cli-framework@6.0.0) (2023-11-08)
718

819

packages/@ionic/cli-framework/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "The foundation framework of the Ionic CLI",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
@@ -26,14 +26,14 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@ionic/cli-framework-output": "2.2.7",
29+
"@ionic/cli-framework-output": "2.2.8",
3030
"@ionic/utils-array": "2.1.6",
3131
"@ionic/utils-fs": "3.1.7",
3232
"@ionic/utils-object": "2.1.6",
33-
"@ionic/utils-process": "2.1.11",
34-
"@ionic/utils-stream": "3.1.6",
35-
"@ionic/utils-subprocess": "3.0.0",
36-
"@ionic/utils-terminal": "2.3.4",
33+
"@ionic/utils-process": "2.1.12",
34+
"@ionic/utils-stream": "3.1.7",
35+
"@ionic/utils-subprocess": "3.0.1",
36+
"@ionic/utils-terminal": "2.3.5",
3737
"chalk": "^4.0.0",
3838
"debug": "^4.0.0",
3939
"lodash": "^4.17.5",

packages/@ionic/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.1.5...@ionic/cli@7.1.6) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [7.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.1.4...@ionic/cli@7.1.5) (2023-11-08)
718

819

packages/@ionic/cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "7.1.5",
3+
"version": "7.1.6",
44
"description": "A tool for creating and developing Ionic Framework mobile apps.",
55
"homepage": "https://ionicframework.com",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
@@ -40,16 +40,16 @@
4040
},
4141
"license": "MIT",
4242
"dependencies": {
43-
"@ionic/cli-framework": "6.0.0",
44-
"@ionic/cli-framework-output": "2.2.7",
45-
"@ionic/cli-framework-prompts": "2.1.12",
43+
"@ionic/cli-framework": "6.0.1",
44+
"@ionic/cli-framework-output": "2.2.8",
45+
"@ionic/cli-framework-prompts": "2.1.13",
4646
"@ionic/utils-array": "2.1.6",
4747
"@ionic/utils-fs": "3.1.7",
48-
"@ionic/utils-network": "2.1.6",
49-
"@ionic/utils-process": "2.1.11",
50-
"@ionic/utils-stream": "3.1.6",
51-
"@ionic/utils-subprocess": "3.0.0",
52-
"@ionic/utils-terminal": "2.3.4",
48+
"@ionic/utils-network": "2.1.7",
49+
"@ionic/utils-process": "2.1.12",
50+
"@ionic/utils-stream": "3.1.7",
51+
"@ionic/utils-subprocess": "3.0.1",
52+
"@ionic/utils-terminal": "2.3.5",
5353
"chalk": "^4.0.0",
5454
"debug": "^4.0.0",
5555
"diff": "^4.0.1",
@@ -58,12 +58,12 @@
5858
"lodash": "^4.17.5",
5959
"open": "^7.0.4",
6060
"os-name": "^4.0.0",
61+
"proxy-agent": "^6.3.0",
6162
"semver": "^7.1.1",
6263
"split2": "^3.0.0",
6364
"ssh-config": "^1.1.1",
6465
"stream-combiner2": "^1.1.1",
6566
"superagent": "^8.0.9",
66-
"proxy-agent": "^6.3.0",
6767
"tar": "^6.0.1",
6868
"tslib": "^2.0.1"
6969
},

packages/@ionic/discover/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.8](https://github.com/ionic-team/ionic-cli/compare/@ionic/discover@3.1.7...@ionic/discover@3.1.8) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [3.1.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/discover@3.1.6...@ionic/discover@3.1.7) (2023-11-07)
718

819
**Note:** Version bump only for package @ionic/discover

packages/@ionic/discover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/discover",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)