chore(@nylas/react): upgrade @nylas/web-elements to 2.6.0 - #100
Merged
Merged
Conversation
The release pipeline's update-nylas-javascript-web-elements job did not run for 2.6.0: web-elements published in an earlier run than the one that finally succeeded, so it was absent from that run's publishedPackages and the job was skipped. Opening the bump manually. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
radenkovic
approved these changes
Sep 22, 2026
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.
Bumps
@nylas/web-elementsinpackages/reactfrom2.5.18to2.6.0, plus a patch changeset for@nylas/react. Same shape as the automated bumps (#92, #90, #88), opened by hand.Why this wasn't automatic
nylas/nylas'supdate-nylas-javascript-web-elementsjob only runs when the release that just completed lists@nylas/web-elementsin itspublishedPackages.2.6.0published in an earlier release run than the one that eventually went green, so by the time a run succeeded web-elements was already on npm and correctly reported as "not being published" — the bump job saw no web-elements in that run's output and skipped.Background: the original release was blocked because a
Version Packagesmerge failed on an unrelated@nylas/notebookCloudflare deploy (nylas/nylas#971 fixes that), and thenNPM_TOKENlacked publish rights to@nylas/core,@nylas/identityand@nylas/login-component. That token access has since been granted and all four packages are now published.Verification
@nylas/web-elements@2.6.0depends on@nylas/core@^1.4.0and@nylas/identity@^3.2.0. Both are now on npm, so the install resolves — it did not until those published, which is why this PR was held back.pnpm install --no-frozen-lockfile— cleanpnpm build— passesformat/lint/typecheck— pass (the lint warnings shown are pre-existing on main)Lockfile changes are limited to the expected three:
🤖 Generated with Claude Code