Skip to content

Comments

build(deps): bump launchdarkly-js-client-sdk from 3.5.0 to 3.9.0 in /console in the launchdarkly group#35108

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/console/launchdarkly-daa6cac45a
Open

build(deps): bump launchdarkly-js-client-sdk from 3.5.0 to 3.9.0 in /console in the launchdarkly group#35108
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/console/launchdarkly-daa6cac45a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps the launchdarkly group in /console with 1 update: launchdarkly-js-client-sdk.

Updates launchdarkly-js-client-sdk from 3.5.0 to 3.9.0

Release notes

Sourced from launchdarkly-js-client-sdk's releases.

v3.9.0

3.9.0 (2025-09-09)

Features

  • Add experimental debug override functionality. (9af8be9)
  • Add experimental debug override functionality. (9fcac21)
  • Add experimental debug override functionality. (#326) (9af8be9)

v3.8.1

3.8.1 (2025-05-30)

Bug Fixes

  • Update to js-sdk-common 5.7.1 for updated docs (#324) (5be94b1)

v3.8.0

3.8.0 (2025-05-23)

Features

  • Add support for per-context summary events. (#321) (f5a1f80)

v3.7.0

3.7.0 (2025-04-29)

Features

  • Add plugin support. (3e3b7cc)
  • Add support for the afterTrack stage for hooks. (3e3b7cc)

v3.6.1

3.6.1 (2025-04-25)

Bug Fixes

  • Update configuration to expect hooks. (#317) (574dec8)

v3.6.0

3.6.0 (2025-04-21)

Features

... (truncated)

Changelog

Sourced from launchdarkly-js-client-sdk's changelog.

3.9.0 (2025-09-09)

Features

  • Add experimental debug override functionality. (9af8be9)
  • Add experimental debug override functionality. (9fcac21)
  • Add experimental debug override functionality. (#326) (9af8be9)

3.8.1 (2025-05-30)

Bug Fixes

  • Update to js-sdk-common 5.7.1 for updated docs (#324) (5be94b1)

3.8.0 (2025-05-23)

Features

  • Add support for per-context summary events. (#321) (f5a1f80)

3.7.0 (2025-04-29)

Features

  • Add plugin support. (3e3b7cc)
  • Add support for the afterTrack stage for hooks. (3e3b7cc)

3.6.1 (2025-04-25)

Bug Fixes

  • Update configuration to expect hooks. (#317) (574dec8)

3.6.0 (2025-04-21)

Features

  • Add hooks support. (46f4571)
  • Inline contexts in custom events. (46f4571)
Commits
  • 533b4b5 chore(main): release 3.9.0 (#327)
  • 68c975c chore(main): release 3.9.0
  • 9af8be9 feat: Add experimental debug override functionality. (#326)
  • 9fcac21 feat: Add experimental debug override functionality.
  • 5a23c6e chore(main): release 3.8.1 (#325)
  • 5be94b1 fix: Update to js-sdk-common 5.7.1 for updated docs (#324)
  • d612582 chore: Update CODEOWNERS to be language specific (#323)
  • 23fcb47 chore(main): release 3.8.0 (#322)
  • f5a1f80 feat: Add support for per-context summary events. (#321)
  • 7859252 chore(main): release 3.7.0 (#320)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the launchdarkly group in /console with 1 update: [launchdarkly-js-client-sdk](https://github.com/launchdarkly/js-client-sdk).


Updates `launchdarkly-js-client-sdk` from 3.5.0 to 3.9.0
- [Release notes](https://github.com/launchdarkly/js-client-sdk/releases)
- [Changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md)
- [Commits](launchdarkly/js-client-sdk@3.5.0...3.9.0)

---
updated-dependencies:
- dependency-name: launchdarkly-js-client-sdk
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: launchdarkly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Feb 20, 2026
@github-actions
Copy link

Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone.

PR title guidelines

  • Use imperative mood: "Fix X" not "Fixed X" or "Fixes X"
  • Be specific: "Fix panic in catalog sync when controller restarts" not "Fix bug" or "Update catalog code"
  • Prefix with area if helpful: compute: , storage: , adapter: , sql:

Pre-merge checklist

  • The PR title is descriptive and will make sense in the git log.
  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants