Update all non-major dependencies to v2.7.5 - #324
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Container Scanning Status: ❌ Failure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6.5→2.7.54.46.0→4.47.00.48.0→0.60.32.9.6-aarch64-linux-gnu→2.9.6Release Notes
ctran/annotate_models (annotate)
v2.7.5Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.5
v2.7.4Compare Source
v2.7.3Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
v2.7.2Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.2
v2.7.1Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.1
v2.7.0Compare Source
See https://github.com/ctran/annotate_models/releases/tag/v2.7.0
v2.6.10: Revert incompatible changeCompare Source
Revert "Prefer SQL column type over normalized AR type"
v2.6.9Compare Source
v2.6.8Compare Source
options[:model_dir]is specified, #234v2.6.7Compare Source
options[:model_dir]is specified, #234v2.6.6Compare Source
SeleniumHQ/selenium (selenium-webdriver)
v4.47.0=========================
castwide/solargraph (solargraph)
v0.60.3Compare Source
v0.60.2Compare Source
v0.60.1Compare Source
v0.60.0Compare Source
v0.59.2Compare Source
v0.59.1Compare Source
v0.59.0Compare Source
v0.58.3Compare Source
v0.58.2Compare Source
v0.58.1Compare Source
v0.58.0Compare Source
v0.57.0Compare Source
v0.56.2Compare Source
v0.56.1Compare Source
v0.56.0Compare Source
v0.55.5Compare Source
v0.55.4Compare Source
v0.55.3Compare Source
v0.55.2Compare Source
v0.55.1Compare Source
v0.55.0Compare Source
v0.54.5Compare Source
v0.54.4Compare Source
v0.54.3Compare Source
v0.54.2Compare Source
v0.54.1Compare Source
v0.54.0Compare Source
warntodebug(#897)v0.53.4Compare Source
v0.53.3Compare Source
v0.53.2Compare Source
v0.53.1Compare Source
v0.53.0Compare Source
v0.52.0Compare Source
v0.51.2Compare Source
v0.51.1Compare Source
v0.51.0Compare Source
v0.50.0Compare Source
v0.49.0Compare Source
sparklemotion/sqlite3-ruby (sqlite3)
v2.9.6Compare Source
Security / Stability
stepwas not visible to the GC, so arguments could be collected mid-conversion when the aggregate takes two or more arguments, corrupting the values passed tostepor crashing the process. See GHSA-mwm8-39rw-8826 for more information. #733 @jeremyFixed
GROUP BYgroup per query for its lifetime. #722 @djmb#traceand#authorizer=. These callbacks were registered with sqlite by passing a raw Ruby object pointer as user data; keeping the object reachable prevented collection but not relocation, after which sqlite held a stale address and the next call could raiseNoMethodError, return a wrong result, or segfault. Affects applications that callGC.compactor run withGC.auto_compact = true. The equivalent issue in#busy_handlerwas fixed in #466. #723 @djmbDatabase#open_v2and#open16silently replacing a live connection and leaking the previous connection handle when invoked viasendon an open database. They now raiseSQLite3::Exception. #729 @flavorjonesDatabase#define_function. #730 @flavorjonesDatabase#define_functionblock leaving the connection's sqlite mutex held, which deadlocked any other thread that later used the connection. The exception now propagates to the caller and the connection remains usable. #731 @flavorjonesDatabase.newnow raisesArgumentErrorwhen the filename or VFS name contains an embedded NUL byte (or an embedded 0x0000 code unit in a UTF-16 filename), instead of silently openingConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.