chore(deps): update all non-major dependencies #718
Merged
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:
1.5.0
->1.5.1
18.2.42
->18.2.43
0.4.1
->0.4.2
v1.12.0
->v1.13.0
v5.5.0
->v5.5.1
3.5.0
->3.6.0
3.1.0
->3.1.1
5.3.2
->5.3.3
1.23.0
->1.24.0
Release Notes
bufbuild/protobuf-es (@bufbuild/protoc-gen-es)
v1.5.1
Compare Source
What's Changed
@bufbuild/protoplugin
by @timostamm in https://github.com/bufbuild/protobuf-es/pull/644@bufbuild/protoplugin
, improve error messages by @timostamm in https://github.com/bufbuild/protobuf-es/pull/642Full Changelog: bufbuild/protobuf-es@v1.5.0...v1.5.1
alecthomas/bit (bit)
v0.4.2
Changelog
308c8fc
Configure renovate1dcaf8f
fix: combine outputs when usingbit -D deps
77368bc
refactor: make Hasher public + move CSI under loggingconnectrpc/connect-go (connectrpc.com/connect)
v1.13.0
Compare Source
What's Changed
Enhancements
Schema
field toconnect.Spec
for introspection by @emcfarlane in #629Bugfixes
Other changes
Full Changelog: connectrpc/connect-go@v1.12.0...v1.13.0
jackc/pgx (github.com/jackc/pgx/v5)
v5.5.1
Compare Source
pre-commit/pre-commit (pre-commit)
v3.6.0
Compare Source
==================
Features
minimum_pre_commit_version
first when parsing configs.Fixes
importlib.resources
.Updating
prettier/prettier (prettier)
v3.1.1
Compare Source
diff
Fix config file search (#15363 by @fisker)
Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.
Skip explicitly passed symbolic links with
--no-error-on-unmatched-pattern
(#15533 by @sanmai-NL)Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.
In Prettier 3.1.1, you can use
--no-error-on-unmatched-pattern
to simply skip symbolic links.Consistently use tabs in ternaries when
useTabs
istrue
(#15662 by @auvred)Improve config file search (#15663 by @fisker)
The Prettier config file search performance has been improved by more effective cache strategy.
Fix unstable and ugly formatting for comments in destructuring patterns (#15708 by @sosukesuzuki)
Support "Import Attributes" (#15718 by @fisker)
TypeScript 5.3 supports the latest updates to the import attributes proposal.
Fix false claim in docs that cursorOffset is incompatible with rangeStart/rangeEnd (#15750 by @ExplodingCabbage)
The cursorOffset option has in fact been compatible with rangeStart/rangeEnd for over 5 years, thanks to work by @ds300. However, Prettier's documentation (including the CLI
--help
text) continued to claim otherwise, falsely. The documentation is now fixed.Keep curly braces and
from
keyword in emptyimport
statements (#15756 by @fisker)Keep empty import attributes and assertions (#15757 by @fisker)
Microsoft/TypeScript (typescript)
v5.3.3
: TypeScript 5.3.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
watchexec/watchexec (watchexec)
v1.24.0
: CLI v1.24.0Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with
cargo-binstall watchexec-cli
, from the binaries below, find it in your favourite package manager, or build it from source withcargo install watchexec-cli
.In this release:
--colour=never
(--color
also accepted) to disable, or the conventionalalways
andauto
. (#144, #237, #698)--timings
to print how long the command took. (#278, #698)--quiet
to disable printing any message (except warning and error logs). (#698)--bell
to ring the terminal bell on command end. (#238, #698)--ignore-nothing
to switch on all the--no-*-ignore
flags. (#275, #625, #695)--only-emit-events
disables launching a command, and only prints events to stdout. Requires--emit-events-to
to specify the format to print. This lets you obtain a stream of change events to handle directly rather than mediating via a command. (#676, #691)--map-signal
to map signals received by Watchexec to other signals sent to the command. (#151, #387, #710)--emit-events-to
stdin
andjson-stdin
modes are renamed tostdio
andjson-stdio
respectively; the old names are aliased to preserve compatibility.Other changes:
-w /dev/null
disables watching any files. This is the literal string/dev/null
, it won't detect the null device via links or fifos. (#601)command-group
5). (#601)notify
6). (#601)--print-events
and--clear
can meaningfully be used together. (#601)--help
and short-h
flags. (#601)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.