Skip to content

Bump version to release intellistory feature in beta - #2377

Merged
prklm10 merged 1 commit into
masterfrom
intellistory_beta
Aug 10, 2026
Merged

Bump version to release intellistory feature in beta#2377
prklm10 merged 1 commit into
masterfrom
intellistory_beta

Conversation

@RaghavsBrowserStack

Copy link
Copy Markdown
Contributor

No description provided.

@prklm10
prklm10 merged commit d663543 into master Aug 10, 2026
7 of 8 checks passed
@prklm10
prklm10 deleted the intellistory_beta branch August 10, 2026 13:06
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants