release: v1.1.5 - #75
Merged
Merged
Conversation
Bump @hyphen/browser-sdk from 1.1.4 to 1.1.5. Patch release. src/ is untouched since v1.1.4; the one consumer-visible change is hookified ^3.0.0 -> ^3.0.1, whose upstream listener fixes land in the published IIFE browser bundle. Everything else is devDependencies and CI. Verified with pnpm install --frozen-lockfile, pnpm build, pnpm test, and pnpm test:ci. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017yE8zYCcXS9wG6NfmwNAdg
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.
Release summary
Patch release cutting
@hyphen/browser-sdk@1.1.5. Dependency maintenance only —src/is untouched sincev1.1.4; the one consumer-visible change is thehookifiedruntime bump.@hyphen/browser-sdk@1.1.5 — 2026-07-24
Dependency maintenance release; picks up hookified 3.0.1 listener fixes in the browser bundle.
Bug Fixes
emititerating a snapshot so it survives mid-emit mutation (5d96483, root - chore: upgrade hookified and pnpm package manager #73)Internal
@biomejs/biome2.5.5,vitestand@vitest/coverage-v84.1.10,@hyphen/sdk4.0.1 (544798f, root - chore: upgrade code quality dependencies #69)@types/node24.13.3,@swc/core1.15.46,tsdown0.22.13 (31681ca, root - chore: upgrade TypeScript and build tooling #70)actions/setup-nodev6 to v7 (8577380, root - chore: upgrade GitHub Actions (breaking) #71)packageManagerpin to 11.15.1 (a91f759, root - chore: upgrade pnpm package manager #74)Contributors
Full List of Changes
Full diff: v1.1.4...v1.1.5
Verification
pnpm install --frozen-lockfilesucceedspnpm buildsucceedspnpm testpasses locally — 156 tests, 100% statements / 94.44% branchespnpm test:cipasses locallyNotes for the reviewer
Two things that could read wrong at a glance:
(breaking)in the root - chore: upgrade GitHub Actions (breaking) #71 and root - chore: upgrade TypeScript to 7.0.2 (breaking) #72 titles is not a consumer break. Both refer to upstream tooling majors —actions/setup-nodev6→v7 and TypeScript 6→7.src/andtest/are untouched across this range, and TypeScript 7 emitted byte-identical build output. Hence patch, not major.hookifiedlanded in it. The pnpm bump missed that merge by about two minutes and shipped separately in root - chore: upgrade pnpm package manager #74. The inventory above keeps the real PR titles; the categorized sections attribute each change to where it actually landed.This repo keeps no
CHANGELOG.md, so these notes live here and in the eventual GitHub Release.This session is pinned to the
claude/browser-sdk-dependency-maintenance-23z2gqbranch, so the PR does not come from arelease/v1.1.5branch as it normally would. The branch name is left over from the dependency-maintenance run; the commit is the version bump alone.Post-merge
Merge, then create a GitHub Release at tag
v1.1.5—release.yamltriggers onrelease: types: [released]and publishes to npm via OIDC trusted publishing.Generated by Claude Code