chore(deps): update all non-major dependencies#572
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
abb38c8 to
b8bbec1
Compare
7ea0b1b to
70db5a9
Compare
70db5a9 to
ce7b5a4
Compare
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.93.0→2.96.0v1.18.6→v1.19.0v0.55.0→v0.56.01.52.0→1.55.13.7.1→3.20.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cli/cli (gh)
v2.96.0: GitHub CLI 2.96.0Security
A security vulnerability has been identified, and fixed, that could allow command execution on a user's computer when connecting to a malicious Codespace via
gh codespace jupyter.Users of
gh codespace jupyterare advised to update gh to version v2.96.0 as soon as possible.For more information see: GHSA-8cg3-r6g9-fpg2
Download release assets without authentication
gh release downloadnow works against public repositories without authentication, matchinggh extension install. A token is still used when one is present:# Download assets from a public repository, no login required gh release download v2.96.0 --repo cli/cliWhat's Changed
✨ Features
gh release downloadwithout authentication on public repositories by @BagToad in #13723antigravity-cliandantigravity2.0ingh skillby @BagToad in #13784🐛 Fixes
~/.agents/skillsby @toller892 in #13681--dirwithout agent prompt by @happysnaker in #13766int64for GitHub database IDs by @williammartin in #13403📚 Docs & Chores
AGENTS.mdby @BagToad in #13720--cloneboolean flag behaviour ingh repo forkhelp by @BagToad in #13786TestHuhPrompterMultiSelectWithSearchPersistenceon slow architectures by @pdostal in #13675New Contributors
Full Changelog: cli/cli@v2.95.0...v2.96.0
v2.95.0: GitHub CLI 2.95.0Read repository files and directories with
gh repo read-fileandgh repo read-dirTwo new preview commands read repository contents without cloning:
Both commands default to the repository's default branch, accept
--refto target any branch, tag, or commit, and support--json,--jq, and--templatefor scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.What's Changed
✨ Features
repo read-fileandrepo read-dirby @babakks in #13580🐛 Fixes
📚 Docs & Chores
Full Changelog: cli/cli@v2.94.0...v2.95.0
v2.94.0: GitHub CLI 2.94.0Issue types, sub-issues, and relationships in
gh issueThis release brings GitHub's advanced issue features to
gh issue create,edit,view, andlist. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.
Manage discussions with
gh discussionThis release introduces the
discussioncommand set for working with GitHub Discussions ingh:Run
gh discussion --helpfor more information.Equip your agents with new
ghfeaturesTeach your agents how to leverage new GitHub CLI features on release day by installing the
ghskill:What's Changed
✨ Features
gh discussioncommand set (list,view,create,edit) as a preview by @babakks and @maxbeizer in #13541gh discussion commentto comment on and reply to discussions by @babakks in #13620gh skill listto inventory installed agent skills by @tommaso-moro in #13418--allflag togh skill installto install every skill in a repository by @tommaso-moro in #13471gh skill update --allby @tommaso-moro in #13469gh extension uninstalltogh extension removeby @BagToad in #13599🐛 Fixes
📚 Docs & Chores
gh discussionand Issues 2.0 reference to theghskill, plus a README note by @BagToad in #13631Full Changelog: cli/cli@v2.93.0...v2.94.0
klauspost/compress (github.com/klauspost/compress)
v1.19.0Compare Source
What's Changed
decodedLenby @eustas in #1148New Contributors
Full Changelog: klauspost/compress@v1.18.6...v1.19.0
v1.18.7Compare Source
Security release without other changes.
Full Changelog: klauspost/compress@v1.18.6...v1.18.7
casey/just (just)
v1.55.1Compare Source
Fixed
--showand--usage(#3511 by casey)Misc
Test::test_round_trip()(#3509 by casey)v1.55.0Compare Source
Fixed
Changed
[arg(pattern)]to be a list (#3484 by casey)[arg(help)]to be expression (#3483 by casey)[arg(pattern)]to be expression (#3482 by casey)Added
style()(#3503 by casey)-Ffor--dotenv-filename(#3498 by casey)just_version()function (#3497 by casey)[arg(multiple)](#3493 by casey)[arg(short)]to first character of parameter name (#3486 by casey)style()(#3479 by casey)style()function (#3478 by casey)set minimum-version(#3477 by casey)Misc
assert_eval_eqin tests (#3499 by casey)switch.apply()(#3491 by casey)[arg(help)]may be a list (#3485 by casey)Analyzer(#3481 by casey)ConstEvalError(#3480 by casey)ModuleAlias(#3475 by casey)Test::write()strings (#3469 by casey)Count(#3467 by casey)v1.54.0Compare Source
Fixed
Changed
--dotenv-commandmultiple times (#3445 by casey)[arg]valueto be expression (#3429 by casey)Added
[continue]attribute (#3442 by casey)--dotenv-commandandset dotenv-command(#3441 by casey)Cached Recipes
--no-cacheflag (#3463 by casey)just --clean(#3462 by casey)just --cleaninstructions to readme (#3461 by casey)--cleanby recipe and module path (#3460 by casey)--cleansubcommand for clearing recipe cache (#3459 by casey)Misc
AttributeDiscriminanttoAttributeKind(#3464 by casey)Environmentstruct (#3450 by casey)Test::no_justfile()(#3449 by casey)UnstableFeatureenum (#3448 by casey)ctrlconsistently (#3443 by casey)Local Variables:block from justfile (#3432 by casey)v1.53.0Compare Source
Added
recipe_name()function (#3366 by casey)Changed
assert()message (#3423 by casey)[arg]long key when formatting (#3397 by casey)Lists
split()function (#3420 by casey)which()requireset lists(#3418 by casey)env()functions work with lists (#3416 by casey)+and/work with lists (#3415 by casey)=~and!~(#3414 by casey)--dotenv-filenameand--dotenv-pathoptions (#3413 by casey).envfiles (#3412 by casey)[env]work with lists (#3409 by casey)assert()and[confirm]messages (#3408 by casey)assert(condition)evaluates tocondition(#3405 by casey)assert()evaluate to"true"whenset listsis enabled (#3404 by casey)=~and!~work with lists (#3403 by casey)ifwithoutelseevalutes to[]when false (#3401 by casey)!=and==(#3402 by casey)flag[arg]attribute (#3398 by casey)show()requireset lists(#3392 by casey)bool()function (#3391 by casey)!(#3389 by casey)show()function (#3383 by casey)--evaluate(#3382 by casey)append()andprepend()over lists (#3375 by casey)absolute_path()over lists (#3374 by casey)set lists(#3372 by casey)Misc
[arg]attribute examples in readme (#3422 by casey)[env]and[working-directory]string context errors (#3411 by casey)[parallel]with mapped dependencies (#3399 by casey)StringResultandValueResultinstead ofFunctionResult(#3396 by casey)Lexer::lex_choices()(#3390 by casey)summarymodule (#3385 by casey)show()and--evaluatein tests (#3384 by casey)rule110recipe todemogroup (#3368 by casey)--list(#3367 by casey)is_dependencyto defined function evaluators (#3365 by casey)valueconsistently in functions (#3364 by casey)protocolbuffers/protobuf (protoc)
v3.20.3: Protocol Buffers v3.20.3Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.20.2: Protocol Buffers v3.20.2C++
v3.20.1: Protocol Buffers v3.20.1PHP
Ruby
Other
v3.20.0: Protocol Buffers v3.20.02022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby
Ruby GC. In certain tests this leads to much lower memory usage due to more
frequent GC runs (#9586).
without losing precision.
systems.
putting such values in unknown fields.
Java
FieldSet.Builder.mergeFromsubfield. (previously it was replaced.)’
Kotlin
Python
in type annotations.
*[Breaking change] Protobuf python generated codes are simplified. Descriptors and message
classes' definitions are now dynamic created in internal/builder.py.
Insertion Points for messages classes are discarded.
rather than only PyLongObjects.
first.
specified, the function returns a timezone-aware datetime in the given time
zone. If omitted or None, the function returns a timezone-naive UTC datetime
(as previously).
JSON serializations with UTF-8 or other non-ASCII encodings.
multi-dimensional arrays. Numpy arrays should be indexed or flattened explicitly before assignment.
Compiler
guard against stack overflows
more than one invalid character.
Arenas
C++
protobuf_INSTALLto not install files (#7123)shadowed cached_size field
PHP
C#
Objective-C
proto_package_to_prefix_mappings_pathtopackage_to_prefix_mappings_path. (#9552)v3.19.4: Protocol Buffers v3.19.4Python
Ruby
optionalfields in a message is an exact multiple of 32. (#9440).PHP
optionalfields in a message is an exact multiple of 32. (#9440).v3.19.3: Protocol Buffers v3.19.3Python
v3.19.2: Protocol Buffers v3.19.2Java
v3.19.1: Protocol Buffers v3.19.1Bazel
JavaScript
ReferenceError: window is not definedwhen getting the global object (#9156)Ruby
v3.19.0: Protocol Buffers v3.19.0C++
MSVC_RUNTIME_LIBRARYproperty (#8851)Java
//java/com/google/protobuf/util/...with nullness annotationsConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.