Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump flipper-ui, flipper and flipper-active_record #4100

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps flipper-ui, flipper and flipper-active_record. These dependencies needed to be updated together.
Updates flipper-ui from 0.28.3 to 1.0.0

Release notes

Sourced from flipper-ui's releases.

1.0.0 - One Point Oh!

This release is more than just a version number. Read more about this release and the future of Flipper.

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new

Become a Sponsor

If your company uses Flipper and wants to help us make it better, consider becoming a sponsor.

Changelog

Sourced from flipper-ui's changelog.

1.0.0

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new
Commits
  • 7439f4d Ignore asdf version manager file
  • c7db42e Prepare for 1.0.0 release
  • 0532a23 Update links from jnunemaker => flippercloud
  • 934ee05 Merge pull request #749 from jnunemaker/remove-dsl-methods
  • 4d10a6f Removed bool, actors, time, actor, percentage_of_actors, and `perce...
  • 13a2780 Bump version for prerelease
  • f25e1af Merge pull request #743 from jnunemaker/the-one-true-gem
  • 94cfbdd Update changelog
  • 4e4decb Use climate_control to modify ENV in specs
  • 88b7956 Add direct links to homepage urls in gemspecs
  • Additional commits viewable in compare view

Updates flipper from 0.28.3 to 1.0.0

Release notes

Sourced from flipper's releases.

1.0.0 - One Point Oh!

This release is more than just a version number. Read more about this release and the future of Flipper.

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new

Become a Sponsor

If your company uses Flipper and wants to help us make it better, consider becoming a sponsor.

Changelog

Sourced from flipper's changelog.

1.0.0

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new
Commits
  • 7439f4d Ignore asdf version manager file
  • c7db42e Prepare for 1.0.0 release
  • 0532a23 Update links from jnunemaker => flippercloud
  • 934ee05 Merge pull request #749 from jnunemaker/remove-dsl-methods
  • 4d10a6f Removed bool, actors, time, actor, percentage_of_actors, and `perce...
  • 13a2780 Bump version for prerelease
  • f25e1af Merge pull request #743 from jnunemaker/the-one-true-gem
  • 94cfbdd Update changelog
  • 4e4decb Use climate_control to modify ENV in specs
  • 88b7956 Add direct links to homepage urls in gemspecs
  • Additional commits viewable in compare view

Updates flipper-active_record from 0.28.3 to 1.0.0

Release notes

Sourced from flipper-active_record's releases.

1.0.0 - One Point Oh!

This release is more than just a version number. Read more about this release and the future of Flipper.

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new

Become a Sponsor

If your company uses Flipper and wants to help us make it better, consider becoming a sponsor.

Changelog

Sourced from flipper-active_record's changelog.

1.0.0

Additions/Changes

  • ui, api: Allow Rack 3 (flippercloud/flipper#670)
  • cloud: The flipper-cloud gem has been merged into the flipper and no longer needs to be added separately. Configure cloud by setting the FLIPPER_CLOUD_TOKEN environment variable. (flippercloud/flipper#743)
      # Gemfile
      gem 'flipper'
    - gem 'flipper-cloud'

Breaking Changes

  • Removed bool, actors, time, actor, percentage_of_actors, and percentage_of_time methods on Flipper and Flipper::DSL. They are rarely if ever used and conflict with some upcoming features. If you are using them, you can migrate via a search and replace like so:
    • Change Flipper.bool => Flipper::Types::Boolean.new
    • Change Flipper.boolean => Flipper::Types::Boolean.new
    • Change Flipper.actor => Flipper::Types::Actor.new
    • Change Flipper.percentage_of_actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.actors => Flipper::Types::PercentageOfActors.new
    • Change Flipper.percentage_of_time => Flipper::Types::PercentageOfTime.new
    • Change Flipper.time => Flipper::Types::PercentageOfTime.new
Commits
  • 7439f4d Ignore asdf version manager file
  • c7db42e Prepare for 1.0.0 release
  • 0532a23 Update links from jnunemaker => flippercloud
  • 934ee05 Merge pull request #749 from jnunemaker/remove-dsl-methods
  • 4d10a6f Removed bool, actors, time, actor, percentage_of_actors, and `perce...
  • 13a2780 Bump version for prerelease
  • f25e1af Merge pull request #743 from jnunemaker/the-one-true-gem
  • 94cfbdd Update changelog
  • 4e4decb Use climate_control to modify ENV in specs
  • 88b7956 Add direct links to homepage urls in gemspecs
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [flipper-ui](https://github.com/flippercloud/flipper), [flipper](https://github.com/flippercloud/flipper) and [flipper-active_record](https://github.com/flippercloud/flipper). These dependencies needed to be updated together.

Updates `flipper-ui` from 0.28.3 to 1.0.0
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v0.28.3...v1.0.0)

Updates `flipper` from 0.28.3 to 1.0.0
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v0.28.3...v1.0.0)

Updates `flipper-active_record` from 0.28.3 to 1.0.0
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v0.28.3...v1.0.0)

---
updated-dependencies:
- dependency-name: flipper-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flipper
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flipper-active_record
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 28, 2023
@KevinMulhern KevinMulhern temporarily deployed to odin-review-app-pr-4100 August 28, 2023 08:37 Inactive
@KevinMulhern KevinMulhern temporarily deployed to odin-review-app-pr-4100 September 9, 2023 09:39 Inactive
@KevinMulhern KevinMulhern merged commit 0b3b0f8 into main Sep 10, 2023
4 checks passed
@KevinMulhern KevinMulhern deleted the dependabot/bundler/flipper-ui-and-flipper-and-flipper-active_record-1.0.0 branch September 10, 2023 07:26
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 ruby Pull requests that update Ruby code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant