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

build(deps): bump activemodel, railties, actionpack and actionview #238

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps activemodel, railties, actionpack and actionview. These dependencies needed to be updated together.
Updates activemodel from 6.1.7.6 to 7.1.2

Release notes

Sourced from activemodel's releases.

7.1.2

Active Support

  • Fix :expires_in option for RedisCacheStore#write_multi.

    fatkodima

  • Fix deserialization of non-string "purpose" field in Message serializer

    Jacopo Beschi

  • Prevent global cache options being overwritten when setting dynamic options inside a ActiveSupport::Cache::Store#fetch block.

    Yasha Krasnou

  • Fix missing require resulting in NoMethodError when running bin/rails secrets:show or bin/rails secrets:edit.

    Stephen Ierodiaconou

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Fix BroadcastLogger#dup so that it duplicates the logger's broadcasts.

    Andrew Novoselac

  • Fix issue where bootstrap.rb overwrites the level of a BroadcastLogger's broadcasts.

    Andrew Novoselac

  • Fix ActiveSupport::Cache to handle outdated Marshal payload from Rails 6.1 format.

    Active Support's Cache is supposed to treat a Marshal payload that can no longer be deserialized as a cache miss. It fail to do so for compressed payload in the Rails 6.1 legacy format.

    Jean Boussier

  • Fix OrderedOptions#dig for array indexes.

    fatkodima

... (truncated)

Changelog

Sourced from activemodel's changelog.

Rails 7.1.2 (November 10, 2023)

  • Make ==(other) method of AttributeSet safe.

    Dmitry Pogrebnoy

Rails 7.1.1 (October 11, 2023)

  • No changes.

Rails 7.1.0 (October 05, 2023)

  • No changes.

Rails 7.1.0.rc2 (October 01, 2023)

  • No changes.

Rails 7.1.0.rc1 (September 27, 2023)

  • Remove change in the typography of user facing error messages. For example, “can’t be blank” is again “can't be blank”.

    Rafael Mendonça França

Rails 7.1.0.beta1 (September 13, 2023)

  • Support composite identifiers in to_key

    to_key avoids wrapping #id value into an Array if #id already an array

    Nikita Vasilevsky

  • Add ActiveModel::Conversion.param_delimiter to configure delimiter being used in to_param

    Nikita Vasilevsky

  • undefine_attribute_methods undefines alias attribute methods along with attribute methods.

    Nikita Vasilevsky

  • Error.full_message now strips ":base" from the message.

    zzak

... (truncated)

Commits
  • 6b93fff Preparing for 7.1.2 release
  • 200749d Sync CHANGELOG
  • 58e4100 Merge pull request #49904 from MaicolBen/bug/infinite-changed
  • b64cb3a Merge pull request #49832 from jonathanhefner/active_model-forgetting_assignm...
  • e0b98e3 Merge pull request #49677 from DmitryPogrebnoy/49670
  • 2393805 Preparing for 7.1.1 release
  • 3023ec1 Fix typo in method names [ci-skip]
  • d39db5d Preparing for 7.1.0 release
  • 8340f8f Preparing for 7.1.0.rc2 release
  • e5386cb Preparing for 7.1.0.rc1 release
  • Additional commits viewable in compare view

Updates railties from 6.1.7.6 to 7.1.2

Release notes

Sourced from railties's releases.

7.1.2

Active Support

  • Fix :expires_in option for RedisCacheStore#write_multi.

    fatkodima

  • Fix deserialization of non-string "purpose" field in Message serializer

    Jacopo Beschi

  • Prevent global cache options being overwritten when setting dynamic options inside a ActiveSupport::Cache::Store#fetch block.

    Yasha Krasnou

  • Fix missing require resulting in NoMethodError when running bin/rails secrets:show or bin/rails secrets:edit.

    Stephen Ierodiaconou

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Fix BroadcastLogger#dup so that it duplicates the logger's broadcasts.

    Andrew Novoselac

  • Fix issue where bootstrap.rb overwrites the level of a BroadcastLogger's broadcasts.

    Andrew Novoselac

  • Fix ActiveSupport::Cache to handle outdated Marshal payload from Rails 6.1 format.

    Active Support's Cache is supposed to treat a Marshal payload that can no longer be deserialized as a cache miss. It fail to do so for compressed payload in the Rails 6.1 legacy format.

    Jean Boussier

  • Fix OrderedOptions#dig for array indexes.

    fatkodima

... (truncated)

Changelog

Sourced from railties's changelog.

Rails 7.1.2 (November 10, 2023)

  • Fix running db:system:change when app has no Dockerfile.

    Hartley McGuire

  • If you accessed config.eager_load_paths and friends, later changes to config.paths were not reflected in the expected auto/eager load paths. Now, they are.

    This bug has been latent since Rails 3.

    Fixes #49629.

    Xavier Noria

Rails 7.1.1 (October 11, 2023)

  • Ensures the Rails generated Dockerfile uses correct ruby version and matches Gemfile.

    Abhay Nikam

Rails 7.1.0 (October 05, 2023)

  • No changes.

Rails 7.1.0.rc2 (October 01, 2023)

  • Always set the Rails logger to be an instance of ActiveSupport::BroadcastLogger.

    Edouard Chin

Rails 7.1.0.rc1 (September 27, 2023)

  • Require concurrent-ruby in config/puma.rb so that Puma can boot in production when WEB_CONCURRENCY is not explicitly specified.

    Fixes #49323.

    Matt Brictson

  • Raise error when generating attribute with dangerous name.

    The following will now raise an error as save and hash are already defined by Active Record.

... (truncated)

Commits
  • 6b93fff Preparing for 7.1.2 release
  • 200749d Sync CHANGELOG
  • fe1a9b7 Merge pull request #49839 from skipkayhil/hm-skb-deprecation
  • 6ef5e07 Merge pull request #49988 from skipkayhil/hm-fix-db-change-no-docker
  • a548edf Merge pull request #49967 from p8/railties/test-env-show-exceptions-comment
  • d33fb3d Merge pull request #49865 from guillaumewrobel/patch-1
  • 0258bf6 Merge pull request #49852 from jonathanhefner/config-public_file_server-enabl...
  • 8a27333 Merge pull request #49834 from zzak/7-1/railties/remove_from_file-gsub
  • fbe75b4 Merge pull request #45530 from skipkayhil/rm-add-sprockets-during-update
  • 35c7cbe Merge pull request #49803 from zzak/railties/remove_from_file-gsub
  • Additional commits viewable in compare view

Updates actionpack from 6.1.7.6 to 7.1.2

Release notes

Sourced from actionpack's releases.

7.1.2

Active Support

  • Fix :expires_in option for RedisCacheStore#write_multi.

    fatkodima

  • Fix deserialization of non-string "purpose" field in Message serializer

    Jacopo Beschi

  • Prevent global cache options being overwritten when setting dynamic options inside a ActiveSupport::Cache::Store#fetch block.

    Yasha Krasnou

  • Fix missing require resulting in NoMethodError when running bin/rails secrets:show or bin/rails secrets:edit.

    Stephen Ierodiaconou

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Fix BroadcastLogger#dup so that it duplicates the logger's broadcasts.

    Andrew Novoselac

  • Fix issue where bootstrap.rb overwrites the level of a BroadcastLogger's broadcasts.

    Andrew Novoselac

  • Fix ActiveSupport::Cache to handle outdated Marshal payload from Rails 6.1 format.

    Active Support's Cache is supposed to treat a Marshal payload that can no longer be deserialized as a cache miss. It fail to do so for compressed payload in the Rails 6.1 legacy format.

    Jean Boussier

  • Fix OrderedOptions#dig for array indexes.

    fatkodima

... (truncated)

Changelog

Sourced from actionpack's changelog.

Rails 7.1.2 (November 10, 2023)

  • Fix a race condition that could cause a Text file busy - chromedriver error with parallel system tests

    Matt Brictson

  • Fix StrongParameters#extract_value to include blank values

    Otherwise composite parameters may not be parsed correctly when one of the component is blank.

    fatkodima, Yasha Krasnou, Matthias Eiglsperger

  • Add racc as a dependency since it will become a bundled gem in Ruby 3.4.0

    Hartley McGuire

  • Support handling Enumerator for non-buffered responses.

    Zachary Scott

Rails 7.1.1 (October 11, 2023)

  • No changes.

Rails 7.1.0 (October 05, 2023)

  • No changes.

Rails 7.1.0.rc2 (October 01, 2023)

  • No changes.

Rails 7.1.0.rc1 (September 27, 2023)

  • Add support for #deep_merge and #deep_merge! to ActionController::Parameters.

    Sean Doyle

Rails 7.1.0.beta1 (September 13, 2023)

  • AbstractController::Translation.raise_on_missing_translations removed

... (truncated)

Commits
  • 6b93fff Preparing for 7.1.2 release
  • 200749d Sync CHANGELOG
  • eaee120 Merge pull request #49908 from mattbrictson/bugs/chromedriver-race-cond
  • eba77c4 Fix code example indentation [ci-skip]
  • 7cfd0fa Fix spelling in Action Pack changelog [ci-skip]
  • 407bed3 Merge pull request #49749 from fatkodima/fix-extract_value
  • a33614d Merge pull request #49722 from skipkayhil/hm-add-racc-dep
  • f5b2d88 Merge pull request #49616 from zzak/49588
  • 2393805 Preparing for 7.1.1 release
  • 5abcfd4 Merge pull request #49538 from akhilgkrishnan/capitalize-framework-names
  • Additional commits viewable in compare view

Updates actionview from 6.1.7.6 to 7.1.2

Release notes

Sourced from actionview's releases.

7.1.2

Active Support

  • Fix :expires_in option for RedisCacheStore#write_multi.

    fatkodima

  • Fix deserialization of non-string "purpose" field in Message serializer

    Jacopo Beschi

  • Prevent global cache options being overwritten when setting dynamic options inside a ActiveSupport::Cache::Store#fetch block.

    Yasha Krasnou

  • Fix missing require resulting in NoMethodError when running bin/rails secrets:show or bin/rails secrets:edit.

    Stephen Ierodiaconou

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Fix BroadcastLogger#dup so that it duplicates the logger's broadcasts.

    Andrew Novoselac

  • Fix issue where bootstrap.rb overwrites the level of a BroadcastLogger's broadcasts.

    Andrew Novoselac

  • Fix ActiveSupport::Cache to handle outdated Marshal payload from Rails 6.1 format.

    Active Support's Cache is supposed to treat a Marshal payload that can no longer be deserialized as a cache miss. It fail to do so for compressed payload in the Rails 6.1 legacy format.

    Jean Boussier

  • Fix OrderedOptions#dig for array indexes.

    fatkodima

... (truncated)

Changelog

Sourced from actionview's changelog.

Rails 7.1.2 (November 10, 2023)

  • Fix the number_to_human_size view helper to correctly work with negative numbers.

    Earlopain

  • Automatically discard the implicit locals injected by collection rendering for template that can't accept them

    When rendering a collection, two implicit variables are injected, which breaks templates with strict locals.

    Now they are only passed if the template will actually accept them.

    Yasha Krasnou, Jean Boussier

  • Fix @rails/ujs calling start() an extra time when using bundlers

    Hartley McGuire, Ryunosuke Sato

  • Fix the capture view helper compatibility with HAML and Slim

    When a blank string was captured in HAML or Slim (and possibly other template engines) it would instead return the entire buffer.

    Jean Boussier

Rails 7.1.1 (October 11, 2023)

  • Updated @rails/ujs files to ignore certain data-* attributes when element is contenteditable.

    This fix was already landed in >= 7.0.4.3, < 7.1.0. [CVE-2023-23913]

    Ryunosuke Sato

Rails 7.1.0 (October 05, 2023)

  • No changes.

Rails 7.1.0.rc2 (October 01, 2023)

  • No changes.

Rails 7.1.0.rc1 (September 27, 2023)

  • Introduce ActionView::TestCase.register_parser

... (truncated)

Commits
  • 6b93fff Preparing for 7.1.2 release
  • fb96a02 Merge pull request #49989 from cjilbert504/preposition-fix-fields-for-comments
  • 7f6714e Merge pull request #49957 from gjtorikian/patch-1
  • e952133 Merge pull request #49933 from jonathanhefner/gitattributes-update-all
  • bb9a6f0 Merge pull request #49931 from jonathanhefner/javascript_package_test-update-all
  • 7cbc3ea Merge pull request #49924 from jonathanhefner/action_view-register_parser-doc...
  • 64acf4b Format inline code [ci-skip]
  • 6d55d50 Merge pull request #49791 from Earlopain/number-human-size-negative
  • ba1285c Merge pull request #49782 from Shopify/fix-strict-locals
  • b849cf8 Fix rails-ujs auto start() in bundled environments
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [activemodel](https://github.com/rails/rails), [railties](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [actionview](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `activemodel` from 6.1.7.6 to 7.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.2/activemodel/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.6...v7.1.2)

Updates `railties` from 6.1.7.6 to 7.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.2/railties/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.6...v7.1.2)

Updates `actionpack` from 6.1.7.6 to 7.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.6...v7.1.2)

Updates `actionview` from 6.1.7.6 to 7.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionview/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7.6...v7.1.2)

---
updated-dependencies:
- dependency-name: activemodel
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: actionpack
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: actionview
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 13, 2023
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2024

Superseded by #275.

@dependabot dependabot bot closed this Jan 17, 2024
@dependabot dependabot bot deleted the dependabot/bundler/activemodel-and-railties-and-actionpack-and-actionview-7.1.2 branch January 17, 2024 11: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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants