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

Bump flipper-ui, flipper, flipper-active_record, mail-notify, rails, dotenv-rails and axe-core-rspec #1723

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps flipper-ui, flipper, flipper-active_record, mail-notify, rails, dotenv-rails and axe-core-rspec. These dependencies needed to be updated together.
Updates flipper-ui from 1.2.2 to 1.3.1

Release notes

Sourced from flipper-ui's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: flippercloud/flipper@v1.3.0...v1.3.1

1.3.0

Read more about Flipper 1.3.0 on The Friday Deploy

What's Changed

New Contributors

Sponsors

A big thanks to @​PagerTree and @​kdaigle for being monthly sponsors. If your company uses Flipper, and Flipper Cloud is not a good fit, consider becoming a sponsor to invest in the software your business depends on and to help us make Flipper sustainable.

Full Changelog: flippercloud/flipper@v1.2.2...v1.3.0

Commits
  • 4b911dd Release 1.3.1
  • 873418a Cowboy code a default stub for telemetry
  • 91e1e43 Merge pull request #868 from flippercloud/dependabot/github_actions/superchar...
  • 18cccb9 Merge pull request #881 from flippercloud/active-record-poisoned-transaction
  • 0a38a46 require new transaction for add/set as well
  • 1c9e0a2 Use requires_new with transaction to avoid poisoning
  • 8695db3 Correct spelling
  • 110820b Silence more stuff
  • 028a9bb Update fail_on_output to use capture_output when checking
  • 16988d9 Fix failing spec due to deprecation warning
  • Additional commits viewable in compare view

Updates flipper from 1.2.2 to 1.3.1

Release notes

Sourced from flipper's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: flippercloud/flipper@v1.3.0...v1.3.1

1.3.0

Read more about Flipper 1.3.0 on The Friday Deploy

What's Changed

New Contributors

Sponsors

A big thanks to @​PagerTree and @​kdaigle for being monthly sponsors. If your company uses Flipper, and Flipper Cloud is not a good fit, consider becoming a sponsor to invest in the software your business depends on and to help us make Flipper sustainable.

Full Changelog: flippercloud/flipper@v1.2.2...v1.3.0

Commits
  • 4b911dd Release 1.3.1
  • 873418a Cowboy code a default stub for telemetry
  • 91e1e43 Merge pull request #868 from flippercloud/dependabot/github_actions/superchar...
  • 18cccb9 Merge pull request #881 from flippercloud/active-record-poisoned-transaction
  • 0a38a46 require new transaction for add/set as well
  • 1c9e0a2 Use requires_new with transaction to avoid poisoning
  • 8695db3 Correct spelling
  • 110820b Silence more stuff
  • 028a9bb Update fail_on_output to use capture_output when checking
  • 16988d9 Fix failing spec due to deprecation warning
  • Additional commits viewable in compare view

Updates flipper-active_record from 1.2.2 to 1.3.1

Release notes

Sourced from flipper-active_record's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: flippercloud/flipper@v1.3.0...v1.3.1

1.3.0

Read more about Flipper 1.3.0 on The Friday Deploy

What's Changed

New Contributors

Sponsors

A big thanks to @​PagerTree and @​kdaigle for being monthly sponsors. If your company uses Flipper, and Flipper Cloud is not a good fit, consider becoming a sponsor to invest in the software your business depends on and to help us make Flipper sustainable.

Full Changelog: flippercloud/flipper@v1.2.2...v1.3.0

Commits
  • 4b911dd Release 1.3.1
  • 873418a Cowboy code a default stub for telemetry
  • 91e1e43 Merge pull request #868 from flippercloud/dependabot/github_actions/superchar...
  • 18cccb9 Merge pull request #881 from flippercloud/active-record-poisoned-transaction
  • 0a38a46 require new transaction for add/set as well
  • 1c9e0a2 Use requires_new with transaction to avoid poisoning
  • 8695db3 Correct spelling
  • 110820b Silence more stuff
  • 028a9bb Update fail_on_output to use capture_output when checking
  • 16988d9 Fix failing spec due to deprecation warning
  • Additional commits viewable in compare view

Updates mail-notify from 1.2.0 to 2.0.0

Release notes

Sourced from mail-notify's releases.

2.0.0

  • Version 2.0.0 rewrites most of the gem, without altering the API
  • The gem no longer prepends code in ActionMailer
  • Previews are now 100% supported in Rails, but will require a Notify API key
  • The preview layout has been updated and uses the Tudor Crown
  • This version fixes a bug that meant not all Rails preview functionality would work
  • This version fixes a bug that meant no Rails preview functionality would work from version 7.1.0 onwards
Changelog

Sourced from mail-notify's changelog.

[2.0.0] - 2024-04-01

  • Version 2.0.0 rewrites most of the gem, without altering the API
  • The gem no longer prepends code in ActionMailer
  • Previews are now 100% supported in Rails, but will require a Notify API key
  • The preview layout has been updated and uses the Tudor Crown
  • This version fixes a bug that meant not all Rails preview functionality would work
  • This version fixes a bug that meant no Rails preview functionality would work from version 7.1.0 onwards
Commits

Updates rails from 7.1.3.4 to 7.2.0

Release notes

Sourced from rails's releases.

7.2.0

Active Support

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated

... (truncated)

Commits
  • fb6c430 Preparing for 7.2.0 release
  • c9a5cfd Merge pull request #52540 from mattbrictson/fix-brakeman-ci-desc
  • ac2035a Merge pull request #52555 from rails/rm-fix-system-test
  • 7ae1ec1 Remove WEB_CONCURRENCY "auto" from tuning_performance_for_deployment (#52545)
  • 0461267 Merge pull request #52554 from erados/patch-1
  • c2e0f6f Remove redundant Puma configuration settings from fresh config/puma.rb files
  • ecf787c Puma 5+ now pulls WEB_CONCURRENCY directly from ENV, so we cannot/should not ...
  • 573d4bd Merge pull request #52533 from denys-chaikovskyi/mod/auto-puma-workers
  • 0b3404e Merge pull request #52531 from n-studio/allow-bots
  • 6ffa94c Merge pull request #52524 from rubys/rm-redundant-comment
  • Additional commits viewable in compare view

Updates dotenv-rails from 3.1.3 to 3.1.4

Release notes

Sourced from dotenv-rails's releases.

3.1.4

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4

Changelog

Sourced from dotenv-rails's changelog.

3.1.4

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4

Commits

Updates axe-core-rspec from 4.9.1 to 4.10.0

Release notes

Sourced from axe-core-rspec's releases.

Release 4.10.0

Features

Bug Fixes

  • add Lazy-load Axe::API::Run to improve boot time (#396) (f16172e)
Changelog

Sourced from axe-core-rspec's changelog.

4.10.0 (2024-08-13)

Features

Bug Fixes

  • add Lazy-load Axe::API::Run to improve boot time (#396) (f16172e)
Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 18, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/multi-516d4d6e37 branch 2 times, most recently from b258b74 to 0f6f722 Compare September 23, 2024 08:24
@dependabot dependabot bot force-pushed the dependabot/bundler/multi-516d4d6e37 branch 6 times, most recently from 66987d1 to 2cbb20c Compare October 8, 2024 06:28
…dotenv-rails and axe-core-rspec

Bumps [flipper-ui](https://github.com/flippercloud/flipper), [flipper](https://github.com/flippercloud/flipper), [flipper-active_record](https://github.com/flippercloud/flipper), [mail-notify](https://github.com/dxw/mail-notify), [rails](https://github.com/rails/rails), [dotenv-rails](https://github.com/bkeepers/dotenv) and [axe-core-rspec](https://github.com/dequelabs/axe-core-gems). These dependencies needed to be updated together.

Updates `flipper-ui` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v1.2.2...v1.3.1)

Updates `flipper` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v1.2.2...v1.3.1)

Updates `flipper-active_record` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v1.2.2...v1.3.1)

Updates `mail-notify` from 1.2.0 to 2.0.0
- [Release notes](https://github.com/dxw/mail-notify/releases)
- [Changelog](https://github.com/dxw/mail-notify/blob/main/CHANGELOG.md)
- [Commits](dxw/mail-notify@1.2.0...2.0.0)

Updates `rails` from 7.1.3.4 to 7.2.0
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.3.4...v7.2.0)

Updates `dotenv-rails` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.3...v3.1.4)

Updates `axe-core-rspec` from 4.9.1 to 4.10.0
- [Release notes](https://github.com/dequelabs/axe-core-gems/releases)
- [Changelog](https://github.com/dequelabs/axe-core-gems/blob/v4.10.0/CHANGELOG.md)
- [Commits](dequelabs/axe-core-gems@v4.9.1...v4.10.0)

---
updated-dependencies:
- dependency-name: flipper-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flipper
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flipper-active_record
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: mail-notify
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dotenv-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: axe-core-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/multi-516d4d6e37 branch from 2cbb20c to 6319c86 Compare October 8, 2024 09:17
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants