Skip to content

Commit ffdd3df

Browse files
authored
Merge pull request #1641 from contentstack/fix/version-bump
CLi version bump
2 parents ce270d3 + 00c631b commit ffdd3df

9 files changed

Lines changed: 2500 additions & 1483 deletions

File tree

package-lock.json

Lines changed: 1878 additions & 899 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@
2121
"@contentstack/cli-command": "~1.3.2",
2222
"@contentstack/cli-utilities": "~1.8.0",
2323
"@oclif/plugin-help": "^5",
24-
"@oclif/plugin-plugins": "^5.0.0",
24+
"@oclif/plugin-plugins": "^5.4.15",
2525
"chalk": "^4.1.2",
2626
"fast-csv": "^4.3.6",
27-
"fs-extra": "^11.1.1",
27+
"fs-extra": "^11.2.0",
2828
"lodash": "^4.17.21",
2929
"uuid": "^9.0.1",
30-
"winston": "^3.10.0"
30+
"winston": "^3.15.0"
3131
},
3232
"devDependencies": {
3333
"@contentstack/cli-dev-dependencies": "^1.2.4",
3434
"@oclif/test": "^2.5.6",
35-
"@types/chai": "^4.3.5",
36-
"@types/fs-extra": "^11.0.2",
37-
"@types/mocha": "^10.0.6",
38-
"@types/node": "^20.3.1",
39-
"@types/uuid": "^9.0.4",
40-
"chai": "^4.3.7",
41-
"eslint": "^8.43.0",
35+
"@types/chai": "^4.3.20",
36+
"@types/fs-extra": "^11.0.4",
37+
"@types/mocha": "^10.0.9",
38+
"@types/node": "^20.16.14",
39+
"@types/uuid": "^9.0.8",
40+
"chai": "^4.5.0",
41+
"eslint": "^8.57.1",
4242
"eslint-config-oclif": "^4.0.0",
43-
"eslint-config-oclif-typescript": "^3.0.8",
44-
"mocha": "^10.2.0",
43+
"eslint-config-oclif-typescript": "^3.1.12",
44+
"mocha": "^10.7.3",
4545
"nyc": "^15.1.0",
4646
"oclif": "^3",
4747
"shx": "^0.3.4",
48-
"sinon": "^19.0.0",
49-
"ts-jest": "^29.1.1",
50-
"ts-node": "^10.9.1",
51-
"tslib": "^2.5.3",
52-
"typescript": "^5.1.3"
48+
"sinon": "^19.0.2",
49+
"ts-jest": "^29.2.5",
50+
"ts-node": "^10.9.2",
51+
"tslib": "^2.8.0",
52+
"typescript": "^5.6.3"
5353
},
5454
"oclif": {
5555
"bin": "csdx",

packages/contentstack-auth/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,35 @@
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.3.2",
2626
"@contentstack/cli-utilities": "~1.8.0",
27-
"chalk": "^4.0.0",
27+
"chalk": "^4.1.2",
2828
"debug": "^4.1.1",
29-
"inquirer": "8.2.4",
30-
"winston": "^3.7.2"
29+
"inquirer": "8.2.6",
30+
"winston": "^3.15.0"
3131
},
3232
"devDependencies": {
3333
"@fancy-test/nock": "^0.1.1",
34-
"@oclif/plugin-help": "^5.1.19",
34+
"@oclif/plugin-help": "^5.2.20",
3535
"@oclif/test": "^2.5.6",
36-
"@types/chai": "^4.2.18",
37-
"@types/inquirer": "^9.0.3",
38-
"@types/mkdirp": "^1.0.1",
39-
"@types/mocha": "^8.2.2",
40-
"@types/node": "^14.14.32",
41-
"@types/sinon": "^10.0.2",
42-
"chai": "^4.3.4",
43-
"dotenv": "^16.0.3",
44-
"eslint": "^8.18.0",
36+
"@types/chai": "^4.3.20",
37+
"@types/inquirer": "^9.0.7",
38+
"@types/mkdirp": "^1.0.2",
39+
"@types/mocha": "^8.2.3",
40+
"@types/node": "^14.18.63",
41+
"@types/sinon": "^10.0.20",
42+
"chai": "^4.5.0",
43+
"dotenv": "^16.4.5",
44+
"eslint": "^8.57.1",
4545
"eslint-config-oclif": "^4.0.0",
46-
"eslint-config-oclif-typescript": "^3.0.8",
46+
"eslint-config-oclif-typescript": "^3.1.12",
4747
"globby": "^10.0.2",
48-
"mocha": "10.1.0",
48+
"mocha": "10.7.3",
4949
"nyc": "^15.1.0",
50-
"oclif": "^3.8.1",
50+
"oclif": "^3.17.2",
5151
"rimraf": "^2.7.1",
52-
"sinon": "^19.0.0",
52+
"sinon": "^19.0.2",
5353
"tmp": "^0.2.2",
54-
"ts-node": "^10.9.1",
55-
"typescript": "^4.9.3"
54+
"ts-node": "^10.9.2",
55+
"typescript": "^4.9.5"
5656
},
5757
"engines": {
5858
"node": ">=14.0.0"

packages/contentstack-bootstrap/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"@contentstack/cli-cm-seed": "~1.10.0",
2121
"@contentstack/cli-command": "~1.3.2",
2222
"@contentstack/cli-utilities": "~1.8.0",
23-
"inquirer": "8.2.4",
23+
"inquirer": "8.2.6",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "
2626
},
2727
"devDependencies": {
2828
"@oclif/test": "^2.5.6",
29-
"@types/inquirer": "^9.0.3",
30-
"@types/mkdirp": "^1.0.1",
31-
"@types/node": "^14.14.32",
32-
"@types/tar": "^6.1.3",
33-
"chai": "^4.3.4",
34-
"eslint": "^8.18.0",
29+
"@types/inquirer": "^9.0.7",
30+
"@types/mkdirp": "^1.0.2",
31+
"@types/node": "^14.18.63",
32+
"@types/tar": "^6.1.13",
33+
"chai": "^4.5.0",
34+
"eslint": "^8.57.1",
3535
"eslint-config-oclif": "^4.0.0",
36-
"eslint-config-oclif-typescript": "^3.0.8",
36+
"eslint-config-oclif-typescript": "^3.1.12",
3737
"globby": "^10.0.2",
38-
"mocha": "10.1.0",
38+
"mocha": "10.7.3",
3939
"nyc": "^15.1.0",
40-
"oclif": "^3.8.1",
40+
"oclif": "^3.17.2",
4141
"rimraf": "^2.7.1",
42-
"tmp": "^0.2.2",
42+
"tmp": "^0.2.3",
4343
"ts-node": "^8.10.2",
44-
"typescript": "^4.9.3"
44+
"typescript": "^4.9.5"
4545
},
4646
"engines": {
4747
"node": ">=14.0.0"

packages/contentstack-branches/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,42 @@
88
"@contentstack/cli-command": "~1.3.2",
99
"@contentstack/cli-utilities": "~1.8.0",
1010
"@oclif/core": "^3.26.5",
11-
"async": "^3.2.4",
11+
"async": "^3.2.6",
1212
"big-json": "^3.2.0",
1313
"bluebird": "^3.7.2",
1414
"chalk": "^4.1.2",
1515
"is-valid-path": "^0.1.1",
1616
"just-diff": "^6.0.2",
17-
"lodash": "^4.17.20",
17+
"lodash": "^4.17.21",
1818
"merge": "^2.1.1",
1919
"mkdirp": "^1.0.4",
2020
"path": "^0.12.7",
2121
"progress-stream": "^2.0.0",
2222
"promise-limit": "^2.7.0",
2323
"proxyquire": "^2.1.3",
24-
"tslib": "^2.4.1",
25-
"winston": "^3.7.2"
24+
"tslib": "^2.8.0",
25+
"winston": "^3.15.0"
2626
},
2727
"devDependencies": {
2828
"@contentstack/cli-auth": "~1.3.22",
2929
"@contentstack/cli-config": "~1.8.0",
3030
"@contentstack/cli-dev-dependencies": "~1.2.4",
31-
"@oclif/plugin-help": "^5.1.19",
31+
"@oclif/plugin-help": "^5.2.20",
3232
"@oclif/test": "^2.5.6",
33-
"@types/flat": "^5.0.2",
34-
"assert": "^2.0.0",
35-
"chai": "^4.2.0",
36-
"dotenv": "^16.0.1",
33+
"@types/flat": "^5.0.5",
34+
"assert": "^2.1.0",
35+
"chai": "^4.5.0",
36+
"dotenv": "^16.4.5",
3737
"dotenv-expand": "^9.0.0",
38-
"eslint": "^8.18.0",
38+
"eslint": "^8.57.1",
3939
"eslint-config-oclif": "^4.0.0",
4040
"globby": "^10.0.2",
41-
"mocha": "10.1.0",
41+
"mocha": "10.7.3",
4242
"nyc": "^15.1.0",
43-
"oclif": "^3.1.2",
44-
"sinon": "^19.0.0",
45-
"ts-node": "^10.9.1",
46-
"typescript": "^4.9.3"
43+
"oclif": "^3.17.2",
44+
"sinon": "^19.0.2",
45+
"ts-node": "^10.9.2",
46+
"typescript": "^4.9.5"
4747
},
4848
"scripts": {
4949
"build": "npm run clean && npm run compile",

packages/contentstack-bulk-publish/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"@contentstack/cli-utilities": "~1.8.0",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
12-
"dotenv": "^16.1.4",
13-
"inquirer": "8.2.4",
14-
"lodash": "^4.17.15",
12+
"dotenv": "^16.4.5",
13+
"inquirer": "8.2.6",
14+
"lodash": "^4.17.21",
1515
"mkdirp": "^1.0.4",
16-
"nock": "^13.0.2",
17-
"winston": "^3.7.2"
16+
"nock": "^13.5.5",
17+
"winston": "^3.15.0"
1818
},
1919
"devDependencies": {
2020
"@oclif/test": "^2.5.6",
21-
"chai": "^4.2.0",
22-
"eslint": "^8.18.0",
21+
"chai": "^4.5.0",
22+
"eslint": "^8.57.1",
2323
"eslint-config-oclif": "^4.0.0",
2424
"globby": "^10.0.2",
25-
"mocha": "^10.0.0",
25+
"mocha": "^10.7.3",
2626
"nyc": "^15.1.0",
27-
"oclif": "^3.8.1",
28-
"tslib": "^1.13.0"
27+
"oclif": "^3.17.2",
28+
"tslib": "^1.14.1"
2929
},
3030
"engines": {
3131
"node": ">=14.0.0"

packages/contentstack/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.28.1 darwin-arm64 node-v22.2.0
21+
@contentstack/cli/1.29.0 darwin-arm64 node-v22.8.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -3592,7 +3592,7 @@ EXAMPLES
35923592
$ csdx plugins
35933593
```
35943594

3595-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/index.ts)_
3595+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/index.ts)_
35963596

35973597
## `csdx plugins:add PLUGIN`
35983598

@@ -3666,7 +3666,7 @@ EXAMPLES
36663666
$ csdx plugins:inspect myplugin
36673667
```
36683668

3669-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/inspect.ts)_
3669+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/inspect.ts)_
36703670

36713671
## `csdx plugins:install PLUGIN`
36723672

@@ -3715,7 +3715,7 @@ EXAMPLES
37153715
$ csdx plugins:install someuser/someplugin
37163716
```
37173717

3718-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/install.ts)_
3718+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/install.ts)_
37193719

37203720
## `csdx plugins:link PATH`
37213721

@@ -3746,7 +3746,7 @@ EXAMPLES
37463746
$ csdx plugins:link myplugin
37473747
```
37483748

3749-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/link.ts)_
3749+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/link.ts)_
37503750

37513751
## `csdx plugins:remove [PLUGIN]`
37523752

@@ -3787,7 +3787,7 @@ FLAGS
37873787
--reinstall Reinstall all plugins after uninstalling.
37883788
```
37893789

3790-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/reset.ts)_
3790+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/reset.ts)_
37913791

37923792
## `csdx plugins:uninstall [PLUGIN]`
37933793

@@ -3815,7 +3815,7 @@ EXAMPLES
38153815
$ csdx plugins:uninstall myplugin
38163816
```
38173817

3818-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/uninstall.ts)_
3818+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/uninstall.ts)_
38193819

38203820
## `csdx plugins:unlink [PLUGIN]`
38213821

@@ -3859,7 +3859,7 @@ DESCRIPTION
38593859
Update installed plugins.
38603860
```
38613861

3862-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/update.ts)_
3862+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/update.ts)_
38633863

38643864
## `csdx tokens`
38653865

packages/contentstack/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.28.1",
4+
"version": "1.29.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -38,46 +38,46 @@
3838
"@contentstack/cli-launch": "~1.2.3",
3939
"@contentstack/cli-migration": "~1.6.3",
4040
"@contentstack/cli-utilities": "~1.8.0",
41-
"@contentstack/management": "~1.17.0",
41+
"@contentstack/management": "~1.18.2",
4242
"@contentstack/cli-variants": "~1.1.2",
4343
"@oclif/core": "^3.26.5",
4444
"@oclif/plugin-help": "^5",
45-
"@oclif/plugin-not-found": "^2.4.0",
46-
"@oclif/plugin-plugins": "^5.0.0",
45+
"@oclif/plugin-not-found": "^2.4.3",
46+
"@oclif/plugin-plugins": "^5.4.15",
4747
"chalk": "^4.1.2",
48-
"debug": "^4.1.1",
49-
"figlet": "^1.5.2",
50-
"inquirer": "8.2.4",
48+
"debug": "^4.3.7",
49+
"figlet": "^1.8.0",
50+
"inquirer": "8.2.6",
5151
"node-machine-id": "^1.1.12",
5252
"open": "^8.4.2",
5353
"short-uuid": "^4.2.2",
5454
"uuid": "^9.0.1",
55-
"winston": "^3.7.2"
55+
"winston": "^3.15.0"
5656
},
5757
"devDependencies": {
5858
"@oclif/test": "^2.5.6",
59-
"@types/chai": "^4.2.18",
60-
"@types/inquirer": "^9.0.3",
61-
"@types/mkdirp": "^1.0.1",
62-
"@types/mocha": "^8.2.2",
63-
"@types/node": "^14.14.32",
64-
"@types/sinon": "^10.0.2",
65-
"chai": "^4.3.4",
66-
"eslint": "^8.18.0",
59+
"@types/chai": "^4.3.20",
60+
"@types/inquirer": "^9.0.7",
61+
"@types/mkdirp": "^1.0.2",
62+
"@types/mocha": "^8.2.3",
63+
"@types/node": "^14.18.63",
64+
"@types/sinon": "^10.0.20",
65+
"chai": "^4.5.0",
66+
"eslint": "^8.57.1",
6767
"eslint-config-oclif": "^4.0.0",
68-
"eslint-config-oclif-typescript": "^3.0.8",
68+
"eslint-config-oclif-typescript": "^3.1.12",
6969
"globby": "^10.0.2",
70-
"mocha": "10.1.0",
71-
"nock": "^13.1.0",
70+
"mocha": "10.7.3",
71+
"nock": "^13.5.5",
7272
"nyc": "^15.1.0",
73-
"oclif": "^3.8.1",
73+
"oclif": "^3.17.2",
7474
"rimraf": "^2.7.1",
75-
"shelljs": "^0.8.4",
76-
"sinon": "^19.0.0",
77-
"tmp": "^0.2.2",
78-
"ts-node": "^10.9.1",
79-
"tslib": "^2.4.1",
80-
"typescript": "^4.9.3"
75+
"shelljs": "^0.8.5",
76+
"sinon": "^19.0.2",
77+
"tmp": "^0.2.3",
78+
"ts-node": "^10.9.2",
79+
"tslib": "^2.8.0",
80+
"typescript": "^4.9.5"
8181
},
8282
"engines": {
8383
"node": ">=14.0.0"

0 commit comments

Comments
 (0)