fix: Upgrade to latest version of graphql-codegen cli#479
Merged
JustinRatner merged 3 commits intomainfrom Apr 20, 2026
Merged
Conversation
3 tasks
Vadman97
approved these changes
Apr 20, 2026
Contributor
|
@JustinRatner might need to run a |
Merged
Vadman97
pushed a commit
that referenced
this pull request
Apr 20, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>observability-node: 1.1.1</summary> ## [1.1.1](observability-node-1.1.0...observability-node-1.1.1) (2026-04-20) ### Bug Fixes * Upgrade to latest version of graphql-codegen cli ([#479](#479)) ([97061e6](97061e6)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release metadata update: only version/changelog/manifest bumps with no runtime code changes shown in this diff. > > **Overview** > Publishes `@launchdarkly/observability-node` `v1.1.1` by bumping the version in `package.json` and updating `.release-please-manifest.json`. > > Adds a `1.1.1` changelog entry noting a bugfix: upgrading the `graphql-codegen` CLI. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e51ea90. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
Summary
From Brad Bunce
The latest version of graphql-codegen cli removed lodash as an unnecessary dependency.
How did you test this change?
Ran codegen of observability-node successfully
Note
Low Risk
Low risk because changes are confined to dev/build tooling (
graphql-codegen) and lockfile updates, with no production runtime code modifications.Overview
Upgrades
@graphql-codegen/clifrom^5.0.7to^6.3.1for both@launchdarkly/observability-nodeand@launchdarkly/observability-shared, and moves it out ofobservability-noderuntimedependenciesintodevDependencies.Regenerates
yarn.lockto reflect the new codegen dependency tree (notably updating related@graphql-codegen/*,@graphql-tools/*, and@babel/*packages).Reviewed by Cursor Bugbot for commit 425f432. Bugbot is set up for automated code reviews on this repo. Configure here.