Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps unleash-client from 3.4.0 to 3.6.0.

Release notes

Sourced from unleash-client's releases.

v3.6.0

  • b465885 - chore: Update build-details
  • 853f8e5 - fix: add meta to test-script
  • 3f083a3 - chore: update to ava@3
  • e7acb4e - chore: update nock
  • 9929a77 - fix tests for node 10
  • 2d2ae78 - chore: setup separate workflow for PRs
  • e52de05 - feat: flexible rollout - custom stickiness (#201)
  • 2543cc3 - fix: emit warn if initialize is called multiple times
  • 40eecc5 - chore: Clarify ready event in readme (#208)
  • cff7f90 - fix: Keep fetching if customHeadersFunction fails. (#210)
  • 6b6ddaf - fix: add test for variants validation
  • c3e990d - fix: add another test-script
  • a4d97cc - chore: update changelog
  • 3447de9 - 3.6.0

v3.5.0

  • c2473be - chore: Update build-details
  • 9870bce - Fix: typo in context example (#195)
  • dcb440e - build(deps): bump ini from 1.3.5 to 1.3.7 (#198)
  • 17b83df - build(deps): bump acorn from 6.1.1 to 6.4.2 (#194)
  • 3a36a6d - build(deps): bump lodash from 4.17.15 to 4.17.19 (#182)
  • ba3945e - chore: Migrate to github actions
  • 50a89e4 - chore: Make coverage create lcov file
  • 198577a - chore: Make slack notification say node version
  • 1cb5b0b - feat: Replaces request with node-fetch
  • fbe258d - Merge pull request #203 from Unleash/feat-169-use-node-fetch
  • d5a72e7 - Updated changelog with node about request/node-fetch
  • c50bbec - fix: set content-type headers
  • de4cf11 - chore: add a small test script to trigger all toggles
  • 51c407f - fix: protocol scheme for https is https:
  • f09a8bf - fix: upgrade nyc to version 15.1.0
  • 28df6d0 - fix: update mkdirp to version 1.0.4
  • 554d1f0 - Added test for acquiring agent
  • 1ebd167 - Use nextTick to emit ready event for client.
  • 3f115a9 - Merge pull request #205 from Unleash/fix-199-emit-on-next-tick
  • 51290ec - fix: upgrade client-specification to latest
  • f9f82ad - Update build status to point to GHA
  • fb8b9c9 - Add 10.x build
  • eca73c9 - chore: Set correct version in changelog
  • 0756074 - 3.5.0
Changelog

Sourced from unleash-client's changelog.

3.6.0

  • feat: flexible rollout - custom stickiness (#201)
  • fix: add another test-script
  • fix: add test for variants validation
  • fix: Keep fetching if customHeadersFunction fails. (#210)
  • fix: emit warn if initialize is called multiple times
  • fix tests for node 10
  • fix: add meta to test-script

3.5.0

  • fix: Replace deprecated request library with node-fetch
  • chore: upgrade typescript to 4.1.3
  • chore: upgrade sinon to 9.2.4
  • chore: upgrade eslint to 7.19.0
  • chore: migrate to eslint-config-airbnb
  • chore: upgrade nock to 13.0.7
  • chore: upgrade ava to 3.15.0
  • chore: adopt eslint-config-airbnb-typescript
Commits
  • 3447de9 3.6.0
  • a4d97cc chore: update changelog
  • c3e990d fix: add another test-script
  • 6b6ddaf fix: add test for variants validation
  • cff7f90 fix: Keep fetching if customHeadersFunction fails. (#210)
  • 40eecc5 chore: Clarify ready event in readme (#208)
  • 2543cc3 fix: emit warn if initialize is called multiple times
  • e52de05 feat: flexible rollout - custom stickiness (#201)
  • 2d2ae78 chore: setup separate workflow for PRs
  • 9929a77 fix tests for node 10
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 15, 2021
@dependabot-preview
Copy link
Contributor Author

A newer version of unleash-client exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@allaVolkov allaVolkov merged commit 88dea08 into master Mar 10, 2021
@allaVolkov allaVolkov deleted the dependabot/npm_and_yarn/unleash-client-3.6.0 branch March 10, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants