Bump version to release intellistory feature in beta - #2377
Merged
Conversation
prklm10
approved these changes
Aug 10, 2026
RaghavsBrowserStack
added a commit
that referenced
this pull request
Aug 10, 2026
d302b09 deleted these on this branch, but master picked up the same accidental add in d663543 (bump version, #2377), so merging master back in (2405903) restored them and left PR #2378 with an empty diff. packages/core/.test-archive-symlink/linked.json is an absolute symlink into a developer's home directory. It dangles on a fresh CI checkout, so `babel packages -d build` (build_cjs) fails with ENOENT and takes down the Build Executables job. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
prklm10
pushed a commit
that referenced
this pull request
Aug 10, 2026
* bump version * remove stray archive test fixtures committed by mistake packages/core/.test-archive-mixed and .test-archive-symlink were leftovers from a local unit-test run that got picked up by the version-bump commit. .test-archive-symlink/linked.json is an absolute symlink into a developer's home directory, so it dangles on a fresh CI checkout and makes `babel packages -d build` (build_cjs) fail with ENOENT, breaking the Build Executables job. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * fix unwanted commits * remove stray archive test fixtures reintroduced by the master merge d302b09 deleted these on this branch, but master picked up the same accidental add in d663543 (bump version, #2377), so merging master back in (2405903) restored them and left PR #2378 with an empty diff. packages/core/.test-archive-symlink/linked.json is an absolute symlink into a developer's home directory. It dangles on a fresh CI checkout, so `babel packages -d build` (build_cjs) fails with ENOENT and takes down the Build Executables job. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
RaghavsBrowserStack
added a commit
that referenced
this pull request
Aug 11, 2026
* bump version * remove stray archive test fixtures committed by mistake packages/core/.test-archive-mixed and .test-archive-symlink were leftovers from a local unit-test run that got picked up by the version-bump commit. .test-archive-symlink/linked.json is an absolute symlink into a developer's home directory, so it dangles on a fresh CI checkout and makes `babel packages -d build` (build_cjs) fail with ENOENT, breaking the Build Executables job. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * fix unwanted commits * remove stray archive test fixtures reintroduced by the master merge d302b09 deleted these on this branch, but master picked up the same accidental add in d663543 (bump version, #2377), so merging master back in (2405903) restored them and left PR #2378 with an empty diff. packages/core/.test-archive-symlink/linked.json is an absolute symlink into a developer's home directory. It dangles on a fresh CI checkout, so `babel packages -d build` (build_cjs) fails with ENOENT and takes down the Build Executables job. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * regenerate yarn.lock so `lerna publish` sees a clean tree The lockfile block added in 8311242 (IntelliStory, #2339) was edited by hand rather than regenerated, leaving it inconsistent with the dependency graph: - @types/node@* had no entry, though @types/cacheable-request, @types/keyv, @types/responselike and @types/yauzl all require it - get-stream@^5.1.0 had no entry, though cacheable-request@^7.0.2 requires it - @types/yauzl@^2.9.1 was orphaned — nothing referenced it So `yarn` on a clean CI checkout resolved the two missing descriptors, pruned the orphan and rewrote the file. That left the working tree dirty, and `lerna publish from-package` aborted with EUNCOMMIT (M yarn.lock), failing the Release job. Regenerated with a plain `yarn install`. `yarn install --frozen-lockfile` is now a no-op, so the release checkout stays clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Merged
rishigupta1599
pushed a commit
that referenced
this pull request
Aug 18, 2026
Lockstep version bump across all packages (npm dist-tag: beta). Also realigns lerna.json, which #2377 left at 1.32.6 while every packages/*/package.json moved to 1.32.7-beta.0. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.