[Snyk] Upgrade @rails/actioncable from 6.1.6 to 7.1.1 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @rails/actioncable from 6.1.6 to 7.1.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: @rails/actioncable
Active Support
Add support for keyword arguments when delegating calls to custom loggers from
ActiveSupport::BroadcastLogger
.Jenny Shen
NumberHelper
: handle objects respondingto_d
.fatkodima
Fix RedisCacheStore to properly set the TTL when incrementing or decrementing.
This bug was only impacting Redis server older than 7.0.
Thomas Countz
Fix MemoryStore to prevent race conditions when incrementing or decrementing.
Pierre Jambet
Active Model
Active Record
Fix auto populating IDENTITY columns for PostgreSQL.
fatkodima
Fix "ArgumentError: wrong number of arguments (given 3, expected 2)" when
down migrating
rename_table
in older migrations.fatkodima
Do not require the Action Text, Active Storage and Action Mailbox tables
to be present when running when running test on CI.
Rafael Mendonça França
Action View
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
Action Pack
Active Job
Don't log enqueuing details when the job wasn't enqueued.
Dustin Brown
Action Mailer
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
Ensures the Rails generated Dockerfile uses correct ruby version and matches Gemfile.
Abhay Nikam
Read more
Active Support
Fix
TimeWithZone
still using deprecated#to_s
whenENV
orconfig
todisable it are set.
Hartley McGuire
Fix CacheStore#write_multi when using a distributed Redis cache with a connection pool.
Fixes #48938.
Jonathan del Strother
Active Model
Active Record
Fix
change_column
not settingprecision: 6
ondatetime
columns whenusing 7.0+ Migrations and SQLite.
Hartley McGuire
Fix unscope is not working in specific case
Before:
After:
Fixes #48094.
Kazuya Hatanaka
Fix associations to a STI model including a
class_name
parameterhas_many :requests, as: :requestable, class_name: "ProductRequest", dependent: :destroy
end
# STI tables
class Request < ApplicationRecord
belongs_to :requestable, polymorphic: true
validate :request_type, presence: true
end
class ProductRequest < Request
belongs_to :user
end
Accessing such association would lead to:
Romain Filinto
Fix
change_table
setting datetime precision for 6.1 MigrationsHartley McGuire
Fix change_column setting datetime precision for 6.1 Migrations
Hartley McGuire
Action View
Fix
form_for
missing the hidden_method
input for models with anamespaced route.
Hartley McGuire
Fix
render collection: @ records, cache: true
insidejbuilder
templatesThe previous fix that shipped in
7.0.7
assumed template fragments are always strings,this isn't true with
jbuilder
.Jean Boussier
Action Pack
Fix
HostAuthorization
potentially displaying the value of theX_FORWARDED_HOST header when the HTTP_HOST header is being blocked.
Hartley McGuire, Daniel Schlosser
Active Job
Fix Active Job log message to correctly report a job failed to enqueue
when the adapter raises an
ActiveJob::EnqueueError
.Ben Sheldon
Action Mailer
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
Omit
webdrivers
gem dependency fromGemfile
templateSean Doyle
Commit messages
Package name: @rails/actioncable
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs