Skip to content

Commit 2189b1b

Browse files
committed
Merge branch 'v2-dev' into fix/DX-3921
2 parents cf65e49 + 1f1b75b commit 2189b1b

24 files changed

Lines changed: 517 additions & 529 deletions

File tree

.github/workflows/release-v2-beta-plugins.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,13 @@ jobs:
192192
access: public
193193
tag: beta
194194
# External Migrate
195-
- name: Publishing external-migrate (Production)
195+
- name: Publishing external-migrate (Beta)
196196
uses: JS-DevTools/npm-publish@v3
197197
with:
198198
token: ${{ secrets.NPM_TOKEN }}
199199
package: ./packages/contentstack-external-migrate/package.json
200-
tag: latest
200+
access: public
201+
tag: beta
201202

202203
- name: Create Production Release
203204
id: create_release

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: fd4d1491aa85dc6f4d84abd4639c1a1ee63aec4fab3bcd48cacf408369bf6d3a
3+
checksum: 0b457537758c783fd47916e9b51175f62b1c58dd691e7bda29d687be65bcdbe6
44
version: ""

packages/contentstack-apps-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-apps-cli",
@@ -22,9 +22,9 @@
2222
],
2323
"dependencies": {
2424
"@apollo/client": "^3.14.1",
25-
"@contentstack/cli-command": "~2.0.0-beta.8",
25+
"@contentstack/cli-command": "~2.0.0-beta.9",
2626
"@contentstack/cli-launch": "^1.10.0",
27-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
27+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
2828
"adm-zip": "^0.5.17",
2929
"chalk": "^5.6.2",
3030
"lodash": "^4.18.1",

packages/contentstack-asset-management/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-asset-management",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Contentstack Assets API adapter for export and import",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -30,8 +30,8 @@
3030
],
3131
"license": "MIT",
3232
"dependencies": {
33-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
34-
"lodash": "^4.17.21"
33+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
34+
"lodash": "^4.18.1"
3535
},
3636
"oclif": {
3737
"commands": "./lib/commands",

packages/contentstack-audit/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-audit",
3-
"version": "2.0.0-beta.13",
3+
"version": "2.0.0-beta.14",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~2.0.0-beta.8",
22-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
21+
"@contentstack/cli-command": "~2.0.0-beta.9",
22+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
2323
"@oclif/core": "^4.11.4",
2424
"chalk": "^5.6.2",
2525
"fast-csv": "^4.3.6",

packages/contentstack-bootstrap/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-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "2.0.0-beta.20",
4+
"version": "2.0.0-beta.21",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,10 +16,10 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.20",
20-
"@contentstack/cli-command": "~2.0.0-beta.8",
21-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
22-
"@contentstack/cli-config": "~2.0.0-beta.11",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.21",
20+
"@contentstack/cli-command": "~2.0.0-beta.9",
21+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
22+
"@contentstack/cli-config": "~2.0.0-beta.12",
2323
"@oclif/core": "^4.11.4",
2424
"inquirer": "12.11.1",
2525
"mkdirp": "^2.1.6",

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "2.0.0-beta.8",
4+
"version": "2.0.0-beta.9",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.8",
8+
"@contentstack/cli-command": "~2.0.0-beta.9",
99
"@oclif/core": "^4.11.4",
10-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
10+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
1111
"chalk": "^5.6.2",
1212
"just-diff": "^6.0.2",
1313
"lodash": "^4.18.1"

packages/contentstack-bulk-operations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-bulk-operations",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Contentstack CLI plugin for bulk operations",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-bulk-operations",
@@ -20,9 +20,9 @@
2020
"/oclif.manifest.json"
2121
],
2222
"dependencies": {
23-
"@contentstack/cli-asset-management": "1.0.0-beta.4",
24-
"@contentstack/cli-command": "~2.0.0-beta.8",
25-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
23+
"@contentstack/cli-asset-management": "1.0.0-beta.5",
24+
"@contentstack/cli-command": "~2.0.0-beta.9",
25+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
2626
"@contentstack/delivery-sdk": "^5.2.0",
2727
"@contentstack/management": "^1.30.2",
2828
"lodash": "^4.18.1",
Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1+
import js from '@eslint/js';
12
import tseslint from 'typescript-eslint';
23
import globals from 'globals';
3-
import oclif from 'eslint-config-oclif';
44

55
export default [
6-
...tseslint.configs.recommended,
7-
8-
oclif,
9-
106
{
11-
ignores: [
12-
'lib/**/*',
13-
],
7+
ignores: ['lib/**/*', 'test/**/*', 'bin/*'],
148
},
15-
169
{
10+
files: ['src/**/*.ts'],
1711
languageOptions: {
1812
parser: tseslint.parser,
1913
parserOptions: {
@@ -24,25 +18,19 @@ export default [
2418
...globals.node,
2519
},
2620
},
27-
2821
plugins: {
2922
'@typescript-eslint': tseslint.plugin,
3023
},
31-
3224
rules: {
33-
'unicorn/prefer-module': 'off',
25+
...js.configs.recommended.rules,
26+
...tseslint.configs.recommended[1].rules,
3427
'@typescript-eslint/no-require-imports': 'off',
35-
'unicorn/no-array-for-each': 'off',
36-
camelcase: 'off',
28+
'camelcase': 'off',
3729
'@typescript-eslint/no-unused-vars': 'error',
38-
quotes: ['error', 'single', { avoidEscape: true }],
39-
semi: ['error', 'never'],
40-
'unicorn/import-style': 'off',
41-
'unicorn/prefer-node-protocol': 'off',
42-
'unicorn/consistent-function-scoping': 'off',
30+
'quotes': ['error', 'single', { avoidEscape: true }],
31+
'semi': ['error', 'never'],
4332
'@typescript-eslint/ban-ts-comment': 'off',
4433
'object-curly-spacing': ['error', 'never'],
45-
'node/no-missing-import': 'off',
4634
},
4735
},
48-
];
36+
];

packages/contentstack-cli-cm-regex-validate/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-regex-validate",
33
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
4-
"version": "2.0.0-beta.0",
4+
"version": "2.0.0-beta.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-plugins/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.8",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.9",
8+
"@contentstack/cli-command": "~2.0.0-beta.9",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.10",
1010
"@contentstack/management": "^1.30.2",
1111
"cli-table3": "^0.6.5",
1212
"inquirer": "12.11.1",
@@ -74,8 +74,8 @@
7474
"postpack": "rm -f oclif.manifest.json",
7575
"test": "jest --detectOpenHandles --silent",
7676
"test:unit": "jest --detectOpenHandles --silent",
77-
"posttest": "eslint src/**/*.ts",
78-
"lint": "eslint src/**/*.ts",
77+
"posttest": "eslint src/**/*.ts --fix",
78+
"lint": "eslint src/**/*.ts --fix",
7979
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
8080
"version": "oclif readme && git add README.md"
8181
},

0 commit comments

Comments
 (0)