Skip to content

Commit 66c35b3

Browse files
Merge pull request #2618 from contentstack/development
DX | 29-06-2026 | Release
2 parents bcdc7cd + 3cb37b0 commit 66c35b3

10 files changed

Lines changed: 1058 additions & 2419 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pnpm": "^10.28.0"
77
},
88
"engines": {
9-
"node": ">=18.0.0"
9+
"node": ">=22.0.0"
1010
},
1111
"private": true,
1212
"scripts": {

packages/contentstack-auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
It is Contentstack’s CLI plugin to perform authentication-related activities. To get started with authentication, refer to the [CLI’s Authentication documentation](https://www.contentstack.com/docs/developers/cli/authentication)
44

5-
[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
5+
[![License](https://img.shields.io/npm/l/@contentstack/cli-auth)](https://github.com/contentstack/cli/blob/main/LICENSE)
66

77
<!-- toc -->
88
* [@contentstack/cli-auth](#contentstackcli-auth)
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.8.2 darwin-arm64 node-v24.14.0
21+
@contentstack/cli-auth/1.8.4 darwin-arm64 node-v22.21.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -15,8 +15,8 @@
1515
"lint": "eslint src/**/*.ts"
1616
},
1717
"dependencies": {
18-
"@contentstack/cli-command": "~1.8.3",
19-
"@contentstack/cli-utilities": "~1.18.4",
18+
"@contentstack/cli-command": "~1.8.4",
19+
"@contentstack/cli-utilities": "~1.18.5",
2020
"@oclif/core": "^4.11.4",
2121
"otplib": "^12.0.1"
2222
},
@@ -33,7 +33,7 @@
3333
"@types/sinon": "^21.0.0",
3434
"chai": "^4.5.0",
3535
"dotenv": "^16.4.7",
36-
"eslint": "^9.26.0",
36+
"eslint": "^10.5.0",
3737
"eslint-config-oclif": "^5.2.2",
3838
"eslint-config-oclif-typescript": "^3.1.14",
3939
"mocha": "10.8.2",
@@ -45,7 +45,7 @@
4545
"typescript": "^4.9.5"
4646
},
4747
"engines": {
48-
"node": ">=14.0.0"
48+
"node": ">=22.0.0"
4949
},
5050
"files": [
5151
"/lib",

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.3",
4+
"version": "1.8.4",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.4",
17+
"@contentstack/cli-utilities": "~1.18.5",
1818
"contentstack": "^3.27.0",
1919
"@oclif/core": "^4.11.4"
2020
},
@@ -27,7 +27,7 @@
2727
"@oclif/test": "^4.1.18",
2828
"@types/mocha": "^8.2.3",
2929
"@types/node": "^14.18.63",
30-
"eslint": "^9.26.0",
30+
"eslint": "^10.5.0",
3131
"eslint-config-oclif": "^6.0.15",
3232
"eslint-config-oclif-typescript": "^3.1.13",
3333
"mocha": "10.8.2",
@@ -36,7 +36,7 @@
3636
"typescript": "^4.9.5"
3737
},
3838
"engines": {
39-
"node": ">=14.0.0"
39+
"node": ">=22.0.0"
4040
},
4141
"files": [
4242
"/types",

packages/contentstack-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The config namespace contains all the commands that you will need to configure the CLI as per your requirements. Contentstack currently supports four regions: North America, Europe, Azure North America and Azure Europe. [Configure the CLI documentation](https://www.contentstack.com/docs/developers/cli/configure-the-cli)
44

5-
[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
5+
[![License](https://img.shields.io/npm/l/@contentstack/cli-config)](https://github.com/contentstack/cli/blob/main/LICENSE)
66

77
<!-- toc -->
88
* [@contentstack/cli-config](#contentstackcli-config)
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-config/1.20.3 darwin-arm64 node-v24.14.0
21+
@contentstack/cli-config/1.20.5 darwin-arm64 node-v22.21.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

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.4",
4+
"version": "1.20.5",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -14,8 +14,8 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-command": "~1.8.3",
18-
"@contentstack/cli-utilities": "~1.18.4",
17+
"@contentstack/cli-command": "~1.8.4",
18+
"@contentstack/cli-utilities": "~1.18.5",
1919
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.11.4"
2121
},
@@ -31,7 +31,7 @@
3131
"@types/node": "^14.18.63",
3232
"@types/sinon": "^21.0.0",
3333
"chai": "^4.5.0",
34-
"eslint": "^9.26.0",
34+
"eslint": "^10.5.0",
3535
"eslint-config-oclif": "^6.0.62",
3636
"eslint-config-oclif-typescript": "^3.1.14",
3737
"mocha": "10.8.2",
@@ -42,7 +42,7 @@
4242
"typescript": "^4.9.5"
4343
},
4444
"engines": {
45-
"node": ">=14.0.0"
45+
"node": ">=22.0.0"
4646
},
4747
"files": [
4848
"/lib",

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.4",
3+
"version": "1.18.5",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,7 +41,7 @@
4141
"inquirer": "8.2.7",
4242
"inquirer-search-checkbox": "^1.0.0",
4343
"inquirer-search-list": "^1.2.6",
44-
"js-yaml": "^4.1.1",
44+
"js-yaml": "^4.2.0",
4545
"klona": "^2.0.6",
4646
"lodash": "^4.18.1",
4747
"mkdirp": "^1.0.4",
@@ -72,7 +72,7 @@
7272
"@types/sinon": "^21.0.0",
7373
"@types/traverse": "^0.6.37",
7474
"chai": "^4.5.0",
75-
"eslint": "^9.26.0",
75+
"eslint": "^10.5.0",
7676
"eslint-config-oclif": "^6.0.62",
7777
"eslint-config-oclif-typescript": "^3.1.14",
7878
"fancy-test": "^2.0.42",

0 commit comments

Comments
 (0)