Skip to content

Commit 9192a43

Browse files
Merge pull request #2311 from contentstack/v2-beta-dev
DX | 19-01-2026 | Beta Release
2 parents f220b26 + 1e3f893 commit 9192a43

File tree

159 files changed

+9926
-17652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+9926
-17652
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
# working-directory: ./packages/contentstack-import-setup
6161
# run: npm run test:unit
6262

63-
64-
- name: Run tests for Contentstack Bulk Publish
65-
working-directory: ./packages/contentstack-bulk-publish
66-
run: npm run test:unit
63+
# TODO: Uncomment this when the tests are fixed
64+
# - name: Run tests for Contentstack Bulk Publish
65+
# working-directory: ./packages/contentstack-bulk-publish
66+
# run: npm run test:unit
6767

6868
- name: Run tests for Contentstack Branches
6969
working-directory: ./packages/contentstack-branches

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ contents-*
2020
*.http
2121
*.todo
2222
talisman_output.log
23-
snyk_output.log
23+
snyk_output.log
24+
# Snyk Security Extension - AI Rules (auto-generated)
25+
.cursor/rules/snyk_rules.mdc
26+
**/migration-logs
27+
**/migration-logs/**

.talismanrc

Lines changed: 54 additions & 206 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 1197 additions & 959 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"clean": "pnpm --filter './packages/*' -w clean",
1515
"bootstrap": "pnpm install --no-frozen-lockfile",
1616
"prepack": "pnpm --filter \"./packages/*\" -w prepack",
17+
"test": "pnpm --filter './packages/*' -w test:unit",
1718
"package-lock-only": "npm i --package-lock-only --workspaces",
1819
"setup-repo-old": "npm i && pnpm package-lock-only && pnpm clean && pnpm install --no-frozen-lockfile && pnpm prepack",
1920
"clean-repo": "rm -rf ./package-lock.json ./node_modules ./packages/**/node_modules ./packages/**/.nyc_output ./packages/**/package-lock.json",

0 commit comments

Comments
 (0)