Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a19b257
Update CLI Release Pipeline and update contentstack package.json
harshitha-cstk May 21, 2026
3b9c227
Update @contentstack/apps-cli dependency version in package.json
harshitha-cstk May 21, 2026
9e2bf18
Add @contentstack/cli-bulk-operations dependency to package.json
harshitha-cstk May 22, 2026
effff88
Update @contentstack/cli-cm-migrate-rte dependency version to ~1.7.0 …
harshitha-cstk May 22, 2026
360223f
Merge pull request #2585 from contentstack/main
cs-raj May 25, 2026
5522c5a
Merge branch 'development' into feat/migrate-external-cli-plugins-v1
harshitha-cstk May 26, 2026
ced041d
Remove the CLI Release Pipeline workflow from GitHub Actions
harshitha-cstk May 26, 2026
03a8e06
Remove external dependencies from package.json as it increases the pa…
harshitha-cstk May 26, 2026
3438697
Refactor package.json
harshitha-cstk May 26, 2026
5658c27
Update pnpm-lock.yaml
harshitha-cstk May 26, 2026
efa959b
update pnpm lock
harshitha-cstk May 28, 2026
8a3b48e
upgrade oclif dependency
harshitha-cstk May 28, 2026
6a4c0d8
update pnpm lock
harshitha-cstk May 29, 2026
76af093
update pnpm lock file
harshitha-cstk May 29, 2026
e6394bb
upgrade package json files
harshitha-cstk May 29, 2026
89626e6
upgrade package json files
harshitha-cstk May 29, 2026
433a5c0
Merge pull request #2581 from contentstack/feat/migrate-external-cli-…
harshitha-cstk May 29, 2026
6b8db5e
version bump
harshitha-cstk May 29, 2026
1b1bbb8
update pnpm lock
harshitha-cstk May 29, 2026
0ed0442
Merge pull request #2594 from contentstack/fix/version-bump-1
harshitha-cstk May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: e681fe223b950539b98013001ec3efbebb3df00e8546c46f6d31e93e549933e3
checksum: 4936f0e86d5b2e1d605ae1915c417110ab649486943bb27375cab1b3b7c42b58
version: '1.0'
12 changes: 6 additions & 6 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.8.2",
"version": "1.8.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-utilities": "~1.18.3",
"@oclif/core": "^4.10.5",
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
},
"overrides": {
Expand All @@ -26,7 +26,7 @@
}
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.18",
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
Expand All @@ -39,7 +39,7 @@
"mocha": "10.8.2",
"nock": "^13.5.6",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"oclif": "^4.23.8",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-command",
"description": "Contentstack CLI plugin for configuration",
"version": "1.8.2",
"version": "1.8.3",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,17 +14,17 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-utilities": "~1.18.4",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5"
"@oclif/core": "^4.11.4"
},
"overrides": {
"@oclif/core": {
"picomatch": "^4.0.4"
}
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.18",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"eslint": "^9.26.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.20.3",
"version": "1.20.4",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,10 +14,10 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.8.3"
"@oclif/core": "^4.11.4"
},
"overrides": {
"@oclif/core": {
Expand All @@ -36,7 +36,7 @@
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"oclif": "^4.23.8",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.3",
"version": "1.18.4",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@contentstack/management": "~1.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@oclif/core": "^4.10.5",
"axios": "^1.15.2",
"@oclif/core": "^4.11.4",
"axios": "^1.16.1",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@contentstack/cli-cm-clone": "~1.21.5",
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
"@contentstack/cli-cm-import-setup": "~1.8.3",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-migrate-rte": "1.6.4",
"@contentstack/cli-cm-seed": "~1.15.4",
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-config": "~1.20.3",
"@contentstack/cli-launch": "^1.10.0",
"@contentstack/cli-migration": "~1.12.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-variants": "~1.5.0",
"@oclif/core": "^4.10.5",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
"@oclif/plugin-plugins": "^5.4.54",
Expand All @@ -51,7 +51,7 @@
}
},
"devDependencies": {
"@oclif/test": "^4.1.16",
"@oclif/test": "^4.1.18",
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
Expand All @@ -61,15 +61,15 @@
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
"globby": "^10.0.2",
"globby": "^11.1.0",
"mocha": "10.8.2",
"nock": "^13.5.6",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"oclif": "^4.23.8",
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^21.0.1",
"tmp": "^0.2.5",
"tmp": "^0.2.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
Expand Down
Loading
Loading