fix(deps): update non-major dependencies #8090
Open
+305
−273
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 contains the following updates:
2.3.4
->2.3.8
9.12.1
->9.14.6
1.75.0
->1.76.0
7.2.1.1
->7.2.2
5.9.1
->5.12.0
9.4.1
->9.5.1
4.0.1
->4.2.0
17.37.1
->17.37.2
14.0.2
->14.0.3
23.6.0
->23.6.1
1.67.0
->1.68.0
0.17.16
->0.21.1
1.80.3
->1.80.5
5.4.9
->5.4.10
4.19.7
->4.19.9
Release Notes
Kong/public-ui-components (@kong-ui-public/spec-renderer)
v2.3.8
Compare Source
Note: Version bump only for package @kong-ui-public/spec-renderer
v2.3.7
Compare Source
Bug Fixes
v2.3.6
Compare Source
Note: Version bump only for package @kong-ui-public/spec-renderer
v2.3.5
Compare Source
Note: Version bump only for package @kong-ui-public/spec-renderer
Kong/kongponents (@kong/kongponents)
v9.14.6
Compare Source
Bug Fixes
v9.14.5
Compare Source
Bug Fixes
v9.14.4
Compare Source
Bug Fixes
v9.14.3
Compare Source
Bug Fixes
v9.14.2
Compare Source
Bug Fixes
v9.14.1
Compare Source
Bug Fixes
v9.14.0
Compare Source
Features
before
slot (#2481) (dfb5f07)9.13.1 (2024-10-25)
Bug Fixes
v9.13.1
Compare Source
Bug Fixes
v9.13.0
Compare Source
Features
9.12.1 (2024-10-17)
Bug Fixes
segmentio/analytics-next (@segment/analytics-next)
v1.76.0
Compare Source
Minor Changes
9e6db285
Thanks @danieljackins! - Add sampling logic and block non debug trafficrails/rails (activesupport)
v7.2.2
: 7.2.2Compare Source
Active Support
Include options when instrumenting
ActiveSupport::Cache::Store#delete
andActiveSupport::Cache::Store#delete_multi
.Adam Renberg Tamm
Print test names when running
rails test -v
for parallel tests.John Hawthorn, Abeid Ahmed
Active Model
Fix regression in
alias_attribute
to work with user defined methods.alias_attribute
would wrongly assume the attribute accessor was generated by Active Model.Jean Boussier
Active Record
Fix support for
query_cache: false
indatabase.yml
.query_cache: false
would no longer entirely disable the Active Record query cache.zzak
Set
.attributes_for_inspect
to:all
by default.For new applications it is set to
[:id]
in config/environment/production.rb.In the console all the attributes are always shown.
Andrew Novoselac
PG::UnableToSend: no connection to the server
is now retryable as a connection-related exceptionKazuma Watanabe
Fix marshalling of unsaved associated records in 7.1 format.
The 7.1 format would only marshal associated records if the association was loaded.
But associations that would only contain unsaved records would be skipped.
Jean Boussier
Fix incorrect SQL query when passing an empty hash to
ActiveRecord::Base.insert
.David Stosik
Allow to save records with polymorphic join tables that have
inverse_of
specified.
Markus Doits
Fix association scopes applying on the incorrect join when using a polymorphic
has_many through:
.Joshua Young
Fix
dependent: :destroy
for bi-directional has one through association.Fixes #50948.
In the above example
left.destroy
wouldn't destroy its associatedRight
record.
Andy Stewart
Properly handle lazily pinned connection pools.
Fixes #53147.
When using transactional fixtures with system tests to similar tools
such as capybara, it could happen that a connection end up pinned by the
server thread rather than the test thread, causing
"Cannot expire connection, it is owned by a different thread"
errors.Jean Boussier
Fix
ActiveRecord::Base.with
to accept more than two sub queries.Fixes #53110.
The above now works as expected.
fatkodima
Properly release pinned connections with non joinable connections.
Fixes #52973
When running system tests with transactional fixtures on, it could happen that
the connection leased by the Puma thread wouldn't be properly released back to the pool,
causing "Cannot expire connection, it is owned by a different thread" errors in later tests.
Jean Boussier
Make Float distinguish between
float4
andfloat8
in PostgreSQL.Fixes #52742
Ryota Kitazawa, Takayuki Nagatomi
Fix an issue where
.left_outer_joins
used with multiple associations that havethe same child association but different parents does not join all parents.
Previously, using
.left_outer_joins
with the same child association would only join one of the parents.Now it will correctly join both parents.
Fixes #41498.
Garrett Blehm
Ensure
ActiveRecord::Encryption.config
is always ready before access.Previously,
ActiveRecord::Encryption
configuration was deferred untilActiveRecord::Base
was loaded. Therefore, accessing
ActiveRecord::Encryption.config
properties beforeActiveRecord::Base
was loaded would give incorrect results.ActiveRecord::Encryption
now has its own loading hook so that its configuration is set assoon as needed.
When
ActiveRecord::Base
is loaded, even lazily, it in turn triggers the loading ofActiveRecord::Encryption
, thus preserving the original behavior of having its config readybefore any use of
ActiveRecord::Base
.Maxime Réty
Add
TimeZoneConverter#==
method, so objects will be properly compared bytheir type, scale, limit & precision.
Address #52699.
Ruy Rocha
Action View
Action Pack
Fix non-GET requests not updating cookies in
ActionController::TestCase
.Jon Moss, Hartley McGuire
Active Job
Action Mailer
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
Guides
v7.2.1.2
: 7.2.1.2Compare Source
Active Support
Active Model
Active Record
Action View
Action Pack
Active Job
Action Mailer
Fix NoMethodError in
block_format
helperMichael Leimstaedtner
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
Guides
algolia/algoliasearch-client-javascript (algoliasearch)
v5.12.0
Compare Source
v5.11.0
Compare Source
v5.10.2
Compare Source
v5.10.1
Compare Source
v5.10.0
Compare Source
sindresorhus/execa (execa)
v9.5.1
Compare Source
v9.5.0
Compare Source
netlify/cli (netlify-cli)
v17.37.2
Compare Source
Bug Fixes
csstools/postcss-plugins (postcss-custom-properties)
v14.0.3
Compare Source
October 23, 2024
@csstools/css-parser-algorithms
to3.0.3
(patch)@csstools/cascade-layer-name-parser
to2.0.3
(patch)puppeteer/puppeteer (puppeteer)
v23.6.1
Compare Source
rubocop/rubocop (rubocop)
v1.68.0
Compare Source
New features
Style/BitwisePredicate
cop. ([@koic][])Style/CombinableDefined
cop. ([@dvandersluis][])Style/AmbiguousEndlessMethodDefinition
cop. ([@dvandersluis][])Lint/UnescapedBracketInRegexp
cop. ([@dvandersluis][])AllowSteepAnnotation
config option toLayout/LeadingCommentSpace
. ([@tk0miya][])IgnoreDuplicateElseBranch
option toLint/DuplicateBranch
. ([@fatkodima][])Style/SafeNavigationChainLength
cop. ([@fatkodima][])Style/KeywordArgumentsMerging
cop. ([@fatkodima][])Bug fixes
Style/RedundantLineContinuation
when there is a line continuation at the EOF. ([@koic][])Naming/BlockForwarding
withStyle/ExplicitBlockArgument
. ([@koic][])Style/BlockDelimiters
autocorrection does not move other code between the block and comment. ([@dvandersluis][])Lint/UselessAssignment
cop when there is a useless assignment followed by a block. ([@pCosta99][])Style/MapIntoArray
when using non-splatted arguments. ([@vlad-pisanov][])Layout/SpaceBeforeBrackets
when there is a dot before[]=
. ([@earlopain][])Lint/SafeNavigationConsistency
when using safe navigation on the LHS with operator method on the RHS of&&
. ([@koic][])Style/GuardClause
when using a local variable assigned in a conditional expression in a branch. ([@koic][])Style/RedundantLineContinuation
when required line continuations for&&
is used with an assignment after a line break. ([@koic][])Style/RedundantParentheses
when parentheses are used around method chain withdo
...end
block in keyword argument. ([@koic][])Lint/SafeNavigationChain
when a safe navigation operator is used with a method call as the RHS operand of&&
for the same receiver. ([@koic][])--disable-uncorrectable
to not insert a comment inside a string continuation. ([@dvandersluis][])Lint/UselessAssignment
a multiple assignment orfor
contains an inner assignment. ([@dvandersluis][])Style/BlockDelimiters
whenEnforcedStyle: semantic
is set and used withLayout/SpaceInsideBlockBraces
. ([@koic][])Style/RedundantInterpolationUnfreeze
andStyle/RedundantFreeze
when strings contain interpolated global, instance, and class variables. ([@vlad-pisanov][])Layout/LineLength
from breaking up a method with arguments chained onto a heredoc delimiter. ([@dvandersluis][])--display-only-correctable
and--display-only-safe-correctable
when no offenses are displayed. ([@dvandersluis][])Style/MultipleComparison
whenComparisonsThreshold
exceeds 2. ([@fatkodima][],[@vlad-pisanov][])Lint/NonAtomicFileOperation
when using a postfixunless
for file existence checks before creating a file, in cases withDir.mkdir
. ([@kotaro0522][])PercentLiteralCorrector
to be able to write pairs of delimiters without excessive escaping. ([@dvandersluis][])Style/SafeNavigation
to not autocorrect if the RHS of anand
node is anor
node. ([@dvandersluis][])Style/TernaryParentheses
with asend
node condition, ensure its arguments are parenthesized. ([@dvandersluis][])Changes
rubocop -V
, show the analysis Ruby version of the current directory. ([@earlopain][])Shopify/ruby-lsp (ruby-lsp)
v0.21.1
v0.21.1
🐛 Bug Fixes
v0.21.0
v0.21.0
🚧 Breaking Changes
on_call_node_leave
events in index enhancement (https://github.com/Shopify/ruby-lsp/pull/2754) by @st0012✨ Enhancements
🐛 Bug Fixes
bin/bundle
(https://github.com/Shopify/ruby-lsp/pull/2765) by @vinistock📦 Other Changes
.ruby-lsp
directory always exists (https://github.com/Shopify/ruby-lsp/pull/2747) by @vinistockv0.20.1
v0.20.1
✨ Enhancements
🐛 Bug Fixes
v0.20.0
v0.20.0
🚧 Breaking Changes
✨ Enhancements
📦 Other Changes
v0.19.1
v0.19.1
✨ Enhancements
type
optional inIndex#entries_for
(https://github.com/Shopify/ruby-lsp/pull/2667) by @KaanOzkan🐛 Bug Fixes
ruby-lsp-check
raising when server message itself is an error (https://github.com/Shopify/ruby-lsp/pull/2659) by @Earlopainv0.19.0
v0.19.0
🚧 Breaking Changes
✨ Enhancements
🐛 Bug Fixes
📦 Other Changes
v0.18.4
v0.18.4
✨ Enhancements
🐛 Bug Fixes
📦 Other Changes
v0.18.3
v0.18.3
🐛 Bug Fixes
📦 Other Changes
v0.18.2
v0.18.2
✨ Enhancements
🐛 Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.