Skip to content

Commit 893e404

Browse files
committed
Merge branch 'main' into fix/dx-8777
2 parents 2f6b2cc + 3703289 commit 893e404

8 files changed

Lines changed: 1044 additions & 1104 deletions

File tree

.talismanrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
fileignoreconfig:
2-
- filename: package-lock.json
3-
checksum: aab78d730263a87dc48990c36bc24ac9377124c5acdae8ca14d2311a141785dc
4-
- filename: packages/contentstack/README.md
5-
checksum: befaafe3b34f57839be52b157a5446f8f81ad1ce2013da1e3656f13793809f7e
2+
- filename: pnpm-lock.yaml
3+
checksum: edefcca3fd5f62b396c6558fc1b97c42f3a58e8325fe988f8c88aad0ee9a1a7a
64
version: '1.0'

packages/contentstack-auth/package.json

Lines changed: 6 additions & 6 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.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -15,9 +15,9 @@
1515
"lint": "eslint src/**/*.ts"
1616
},
1717
"dependencies": {
18-
"@contentstack/cli-command": "~1.8.2",
19-
"@contentstack/cli-utilities": "~1.18.3",
20-
"@oclif/core": "^4.10.5",
18+
"@contentstack/cli-command": "~1.8.3",
19+
"@contentstack/cli-utilities": "~1.18.4",
20+
"@oclif/core": "^4.11.4",
2121
"otplib": "^12.0.1"
2222
},
2323
"overrides": {
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"devDependencies": {
29-
"@oclif/test": "^4.1.13",
29+
"@oclif/test": "^4.1.18",
3030
"@types/chai": "^4.3.20",
3131
"@types/mocha": "^8.2.3",
3232
"@types/node": "^14.18.63",
@@ -39,7 +39,7 @@
3939
"mocha": "10.8.2",
4040
"nock": "^13.5.6",
4141
"nyc": "^15.1.0",
42-
"oclif": "^4.17.46",
42+
"oclif": "^4.23.8",
4343
"sinon": "^21.0.1",
4444
"ts-node": "^10.9.2",
4545
"typescript": "^4.9.5"

packages/contentstack-command/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -14,17 +14,17 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.3",
17+
"@contentstack/cli-utilities": "~1.18.4",
1818
"contentstack": "^3.27.0",
19-
"@oclif/core": "^4.10.5"
19+
"@oclif/core": "^4.11.4"
2020
},
2121
"overrides": {
2222
"@oclif/core": {
2323
"picomatch": "^4.0.4"
2424
}
2525
},
2626
"devDependencies": {
27-
"@oclif/test": "^4.1.13",
27+
"@oclif/test": "^4.1.18",
2828
"@types/mocha": "^8.2.3",
2929
"@types/node": "^14.18.63",
3030
"eslint": "^9.26.0",

packages/contentstack-config/package.json

Lines changed: 5 additions & 5 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.20.3",
4+
"version": "1.20.4",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -14,10 +14,10 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-command": "~1.8.2",
18-
"@contentstack/cli-utilities": "~1.18.3",
17+
"@contentstack/cli-command": "~1.8.3",
18+
"@contentstack/cli-utilities": "~1.18.4",
1919
"@contentstack/utils": "~1.9.1",
20-
"@oclif/core": "^4.8.3"
20+
"@oclif/core": "^4.11.4"
2121
},
2222
"overrides": {
2323
"@oclif/core": {
@@ -36,7 +36,7 @@
3636
"eslint-config-oclif-typescript": "^3.1.14",
3737
"mocha": "10.8.2",
3838
"nyc": "^15.1.0",
39-
"oclif": "^4.17.46",
39+
"oclif": "^4.23.8",
4040
"sinon": "^21.0.1",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^4.9.5"

packages/contentstack-utilities/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.18.3",
3+
"version": "1.18.4",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@contentstack/management": "~1.30.1",
3131
"@contentstack/marketplace-sdk": "^1.5.1",
32-
"@oclif/core": "^4.10.5",
33-
"axios": "^1.15.2",
32+
"@oclif/core": "^4.11.4",
33+
"axios": "^1.16.1",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
3636
"cli-progress": "^3.12.0",

packages/contentstack/package.json

Lines changed: 9 additions & 9 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.62.1",
4+
"version": "1.63.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -22,7 +22,7 @@
2222
"@contentstack/cli-audit": "~1.19.4",
2323
"@contentstack/cli-cm-export": "~1.25.1",
2424
"@contentstack/cli-cm-import": "~1.33.3",
25-
"@contentstack/cli-auth": "~1.8.2",
25+
"@contentstack/cli-auth": "~1.8.3",
2626
"@contentstack/cli-cm-bootstrap": "~1.19.6",
2727
"@contentstack/cli-cm-branches": "~1.8.2",
2828
"@contentstack/cli-cm-bulk-publish": "~1.12.0",
@@ -31,11 +31,11 @@
3131
"@contentstack/cli-cm-import-setup": "~1.8.4",
3232
"@contentstack/cli-cm-migrate-rte": "~1.7.0",
3333
"@contentstack/cli-cm-seed": "~1.15.6",
34-
"@contentstack/cli-command": "~1.8.2",
35-
"@contentstack/cli-config": "~1.20.3",
34+
"@contentstack/cli-command": "~1.8.3",
35+
"@contentstack/cli-config": "~1.20.4",
3636
"@contentstack/cli-launch": "^1.10.0",
3737
"@contentstack/cli-migration": "~1.12.3",
38-
"@contentstack/cli-utilities": "~1.18.3",
38+
"@contentstack/cli-utilities": "~1.18.4",
3939
"@contentstack/cli-variants": "~1.5.1",
4040
"@oclif/core": "^4.10.5",
4141
"@oclif/plugin-help": "^6.2.28",
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"devDependencies": {
54-
"@oclif/test": "^4.1.16",
54+
"@oclif/test": "^4.1.18",
5555
"@types/chai": "^4.3.20",
5656
"@types/mocha": "^8.2.3",
5757
"@types/node": "^14.18.63",
@@ -61,15 +61,15 @@
6161
"eslint": "^9.26.0",
6262
"eslint-config-oclif": "^6.0.137",
6363
"eslint-config-oclif-typescript": "^3.1.14",
64-
"globby": "^10.0.2",
64+
"globby": "^11.1.0",
6565
"mocha": "10.8.2",
6666
"nock": "^13.5.6",
6767
"nyc": "^15.1.0",
68-
"oclif": "^4.17.46",
68+
"oclif": "^4.23.8",
6969
"rimraf": "^5.0.10",
7070
"shelljs": "^0.10.0",
7171
"sinon": "^21.0.1",
72-
"tmp": "^0.2.5",
72+
"tmp": "^0.2.7",
7373
"ts-node": "^10.9.2",
7474
"tslib": "^2.8.1",
7575
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)