Skip to content

Commit 91ee562

Browse files
committed
Merge branch 'development' into feat/DX-3870-2
2 parents a45db4c + ca5fb69 commit 91ee562

17 files changed

Lines changed: 800 additions & 673 deletions

File tree

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: b94beee5a76100a7ed7dbeb236b6e243b644451e504e2233bfa0b3b00d01d647
3+
checksum: 79d66c3fb3dadb841f01de14a9443d24fd58b3086701c91d585de736b2979142
44
- filename: pnpm-lock.yaml
5-
checksum: 4a0b3d0ceb02487a1f055221938a14d005303b981994295bec60e7f32364d961
5+
checksum: c380022fc24a8be55a44bf33184b61f5fb11056cdcbaab2ab0505e64a44da24e
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
77
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
88
- filename: packages/contentstack-import-setup/test/config.json

package-lock.json

Lines changed: 425 additions & 341 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -45,7 +45,7 @@
4545
"nyc": "^15.1.0",
4646
"oclif": "^4.17.46",
4747
"shx": "^0.4.0",
48-
"sinon": "^19.0.5",
48+
"sinon": "^21.0.1",
4949
"ts-node": "^10.9.2",
5050
"typescript": "^5.8.3"
5151
},

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -36,7 +36,7 @@
3636
"@types/mkdirp": "^1.0.2",
3737
"@types/mocha": "^8.2.3",
3838
"@types/node": "^14.18.63",
39-
"@types/sinon": "^10.0.20",
39+
"@types/sinon": "^21.0.0",
4040
"chai": "^4.5.0",
4141
"dotenv": "^16.4.7",
4242
"eslint": "^8.57.1",
@@ -45,7 +45,7 @@
4545
"mocha": "10.8.2",
4646
"nyc": "^15.1.0",
4747
"oclif": "^4.17.46",
48-
"sinon": "^19.0.5",
48+
"sinon": "^21.0.1",
4949
"ts-node": "^10.9.2",
5050
"typescript": "^4.9.5"
5151
},

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,7 +16,7 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~1.14.1",
19+
"@contentstack/cli-cm-seed": "~1.14.2",
2020
"@contentstack/cli-command": "~1.7.2",
2121
"@contentstack/cli-utilities": "~1.17.0",
2222
"@oclif/core": "^4.3.0",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mocha": "10.8.2",
2626
"nyc": "^15.1.0",
2727
"oclif": "^4.17.46",
28-
"sinon": "^19.0.5",
28+
"sinon": "^21.0.1",
2929
"ts-node": "^10.9.2",
3030
"typescript": "^4.9.5"
3131
},

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.10.5",
4+
"version": "1.10.6",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-config": "~1.17.0",
9+
"@contentstack/cli-config": "~1.18.0",
1010
"@contentstack/cli-utilities": "~1.17.0",
1111
"@oclif/core": "^4.3.0",
1212
"@oclif/plugin-help": "^6.2.28",

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.19.0",
4+
"version": "1.19.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.23.0",
10-
"@contentstack/cli-cm-import": "~1.31.1",
9+
"@contentstack/cli-cm-export": "~1.23.1",
10+
"@contentstack/cli-cm-import": "~1.31.2",
1111
"@contentstack/cli-command": "~1.7.2",
1212
"@contentstack/cli-utilities": "~1.17.0",
1313
"@oclif/core": "^4.3.0",
@@ -33,7 +33,7 @@
3333
"mocha": "^10.8.2",
3434
"nyc": "^15.1.0",
3535
"oclif": "^4.17.46",
36-
"sinon": "^19.0.5",
36+
"sinon": "^21.0.1",
3737
"ts-node": "^10.9.2",
3838
"typescript": "^4.9.5"
3939
},

packages/contentstack-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.17.0",
4+
"version": "1.18.0",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
@@ -32,15 +32,15 @@
3232
"@types/chai": "^4.3.20",
3333
"@types/mocha": "^8.2.3",
3434
"@types/node": "^14.18.63",
35-
"@types/sinon": "^10.0.20",
35+
"@types/sinon": "^21.0.0",
3636
"chai": "^4.5.0",
3737
"eslint": "^8.57.1",
3838
"eslint-config-oclif": "^6.0.62",
3939
"eslint-config-oclif-typescript": "^3.1.14",
4040
"mocha": "10.8.2",
4141
"nyc": "^15.1.0",
4242
"oclif": "^4.17.46",
43-
"sinon": "^19.0.5",
43+
"sinon": "^21.0.1",
4444
"ts-node": "^10.9.2",
4545
"typescript": "^4.9.5"
4646
},

packages/contentstack-export-to-csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
99
"@contentstack/cli-utilities": "~1.17.0",
10-
"@oclif/core": "^4.3.0",
10+
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",
1313
"inquirer": "8.2.7",

0 commit comments

Comments
 (0)