Skip to content

fix(deps): update dependency @growthbook/growthbook to ^0.30.0#45

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/growthbook-growthbook-0.x
Open

fix(deps): update dependency @growthbook/growthbook to ^0.30.0#45
renovate[bot] wants to merge 1 commit intomainfrom
renovate/growthbook-growthbook-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@growthbook/growthbook ^0.18.1 -> ^0.30.0 age adoption passing confidence

Release Notes

growthbook/growthbook (@​growthbook/growthbook)

v0.30.0

Compare Source

  • Pause and resume streaming connections when the browser tab is hidden or visible. Can be disabled by setting disableIdleStreams: false via configureCache(). A 20sec idle timeout is used by default before pausing the connection; this can be configured by setting idleStreamInterval via configureCache().
  • Fix bug with $exists operator and undefined values
  • Improvements and bug fixes when moving elements via the visual editor
  • New auto.js pre-bundled script for simpler SDK integration on no/low code platforms

v0.29.0

Compare Source

  • Add optional remoteEval mode for client-side applications (plus cacheKeyAttributes option to control when to re-fetch from the server)
  • New options to better control network requests (useful for corporate proxies): apiHostRequestHeaders, streamingHost, and streamingHostRequestHeaders
  • New public methods getForcedVariations and getForcedFeatures to see what's currently being overridden by DevTools, etc.
  • Fix bug when using the GrowthBook DevTools Extension with Visual Editor experiments
  • New maxEntries cache setting to enable garbage collection on the localStorage cache

v0.28.0

Compare Source

  • Fix bug with streaming SSE connections only working on initial page load
  • New context option backgroundSync. Set to false (default true) to disable opening a streaming connection to GrowthBook in the background
  • New context option subscribeToChanges. Set to true (default false) to update the instance in realtime as features change in GrowthBook. This replaces the old autoRefresh setting (the old setting continues to work for backwards compatibility)
  • Add missing types for TypeScript 5
  • Add additional type exports AutoExperiment and AutoExperimentVariation

v0.27.0

Compare Source

  • SemVer targeting conditions support (and other SemVer-like version strings)
  • Make targeting condition $in and $nin operators work with arrays
  • Support for custom JS injection as part of the visual editor
  • Fix bug - localStorage cache not getting updated TTL when features are refreshed

v0.26.0

Compare Source

  • Update GrowthBook test suite to v0.4.2
  • Fix bug when targeting condition value is null
  • Fix bug when an improper hashVersion is specified
  • Bump dom-mutator to v0.5.0 to support re-arranging page elements

v0.25.0

Compare Source

  • More graceful EventSource connection handling with exponential backoff

v0.24.0

Compare Source

  • Support for the new GrowthBook Visual Editor
  • Advanced URL targeting support

v0.23.0

Compare Source

  • Update GrowthBook test suite to v0.4.0
  • Support for holdout groups
  • Experiment dependencies (e.g. only run this experiment if user is in Variation B of another experiment)
  • Ability to force re-randomization when making changes in the middle of an experiment
  • Make experiment name and variation name/id available to the tracking callback
  • More flexibile configuration of hashing and variation bucketing
  • Fix bias in hashing algorithm when nested experiments have similar tracking keys

v0.22.0

Compare Source

  • Strongly typed feature flag support

v0.21.2

Compare Source

  • Fix localStorage incognito bug

v0.21.1

Compare Source

  • Enable more aggressive minification (Reduced bundle size by 10%)

v0.21.0

Compare Source

  • Built-in fetching, caching, and background sync

v0.20.1

Compare Source

  • Bug fix - coverage ignored when set to 0

v0.20.0

Compare Source

  • Built-in decryption support

v0.19.1

Compare Source

  • Increase browser support to include iOS 12.2+

v0.19.0

Compare Source

  • Disable Chrome DevTools by default. Require enableDevTools: true opt-in instead.
  • Upgrade Typescript to 4.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch 2 times, most recently from 4a01ab8 to 64ed175 Compare November 13, 2022 20:55
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.19.0 fix(deps): update dependency @growthbook/growthbook to ^0.20.0 Nov 13, 2022
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 64ed175 to 4fc8d6f Compare January 19, 2023 06:33
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.20.0 fix(deps): update dependency @growthbook/growthbook to ^0.21.0 Jan 19, 2023
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.21.0 fix(deps): update dependency @growthbook/growthbook to ^0.22.0 Feb 27, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch 2 times, most recently from eee6af8 to 1a8e107 Compare February 28, 2023 02:27
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.22.0 fix(deps): update dependency @growthbook/growthbook to ^0.23.0 Feb 28, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 1a8e107 to 5d52935 Compare March 31, 2023 23:43
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.23.0 fix(deps): update dependency @growthbook/growthbook to ^0.24.0 Mar 31, 2023
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.24.0 fix(deps): update dependency @growthbook/growthbook to ^0.25.0 Apr 4, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 5d52935 to 6865882 Compare April 4, 2023 22:46
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 6865882 to 3cd01c1 Compare May 1, 2023 06:17
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.25.0 fix(deps): update dependency @growthbook/growthbook to ^0.26.0 May 1, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 3cd01c1 to 56e86f2 Compare May 23, 2023 04:18
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.26.0 fix(deps): update dependency @growthbook/growthbook to ^0.27.0 May 23, 2023
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.27.0 fix(deps): update dependency @growthbook/growthbook to ^0.28.0 Aug 30, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 56e86f2 to 03fa3b8 Compare August 30, 2023 02:47
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.28.0 fix(deps): update dependency @growthbook/growthbook to ^0.29.0 Oct 5, 2023
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 03fa3b8 to 1a3c731 Compare October 5, 2023 05:34
@renovate renovate Bot force-pushed the renovate/growthbook-growthbook-0.x branch from 1a3c731 to b6a1302 Compare October 26, 2023 05:28
@renovate renovate Bot changed the title fix(deps): update dependency @growthbook/growthbook to ^0.29.0 fix(deps): update dependency @growthbook/growthbook to ^0.30.0 Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants