chore(deps): update all non-major dependencies #2188
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:
6.28.4
->6.29.0
2.1.4
->2.1.5
20.14.10
->20.14.13
7.15.0
->7.17.0
7.15.0
->7.17.0
^0.0.9
->^0.0.10
2.29.0
->2.31.1
1.34.0
->1.35.1
4.5.8
->4.5.11
v0.7.0
->v0.7.1
2.18.0
->2.19.0
1.22.1
->1.23.0
7.34.3
->7.35.0
v2.18.0
->v2.19.0
v1.30.1
->v1.30.3
v1.27.24
->v1.27.27
v1.17.24
->v1.17.27
v1.32.1
->v1.32.4
v1.4.0
->v1.4.1
v27.0.3+incompatible
->v27.1.1+incompatible
v3.3.1
->v3.4.0
3.15.2
->3.15.3
1.30.1
->1.32.0
5.7.1
->5.7.2
v1.30.1
->v1.31.1
0.6.0
->0.7.0
0.6.2
->0.7.0
0.6.0
->0.7.0
8.4.39
->8.4.40
15.4
->15.7
0.12.6
->0.13.0
0.12.6
->0.13.0
0.12.6
->0.13.0
6.24.1
->6.25.1
17.5.0
->17.5.1
7.6.2
->7.6.3
1.0.120
->1.0.121
2.0.69
->2.0.72
3.4.4
->3.4.7
1.38.0
->1.39.2
0.11.0
->0.12.0
0.11.0
->0.12.0
4.21.0
->4.23.0
5.5.3
->5.5.4
5.92.1
->5.93.0
3.3.0
->3.3.1
3.26.0
->3.26.3
1.65.0
->1.65.1
1.65.0
->1.65.1
1.65.0
->1.65.1
Release Notes
codemirror/view (@codemirror/view)
v6.29.0
Compare Source
Bug fixes
Fix an issue that caused typing into an editor marked read-only to cause document changes when using
EditContext
.Associate a cursor created by clicking above the end of the text on a wrap point with the line before it.
New features
The package now exports the type of hover tooltip sources as
HoverTooltipSource
.v6.28.6
Compare Source
Bug fixes
Fix an issue where the editor got confused about the position of inserted text when using Chrome's
EditContext
and canceling transactions for typed text.v6.28.5
Compare Source
Bug fixes
Fix a bug that broke drag scrolling along one axis when the innermost scrollable element around the editor was only scrollable along the other axis.
Work around a memory leak in Chrome's EditContext implementation.
tailwindlabs/heroicons (@heroicons/react)
v2.1.5
Compare Source
Added
arrow-turn-*
,bold
,calendar-date-range
,divide
,document-currency-*
,equals
,h1
,h2
,h3
,italic
,link-slash
,numbered-list
,percent-badge
,slash
,strikethrough
,underline
)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.17.0
Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.0
Compare Source
🚀 Features
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
eslint-plugin: [no-floating-promises] add
suggestions
to tests from #9263checkThenables
website: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArray
option is enabled❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.17.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.0
Compare Source
🩹 Fixes
deps: update dependency @eslint-community/regexpp to v4.11.0
website: react key error on internal pages of website
❤️ Thank You
You can read about our versioning strategy and releases on our website.
Microsoft/vsce (@vscode/vsce)
v2.31.1
Compare Source
Changes:
This list of changes was auto generated.
v2.31.0
Compare Source
Changes:
This list of changes was auto generated.
v2.30.0
Compare Source
Changes:
Feature Requests:
Others:
This list of changes was auto generated.
bufbuild/buf (buf)
v1.35.1
ref
to align with thegit
notion of a ref. This allows for the useof branch names, tag names, and commit hashes.
buf build
errors with absolute path directory inputs without workspace and/ormodule configurations (e.g.
buf.yaml
,buf.work.yaml
) and proto file paths set to the--path
flag.v1.35.0
buf generate --clean
flag that will delete the directories, jar files, or zip files that theplugins will write to, prior to generation. Allows cleaning of existing assets without having
to call
rm -rf
.--username
flag on and username prompt onbuf registry login
. A username is no longerrequired to log in.
clap-rs/clap (clap)
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
connectrpc/otelconnect-go (connectrpc.com/otelconnect)
v0.7.1
Compare Source
This is a bug-fix release that addresses a race condition when closing a stream.
What's Changed
Bugfixes
New Contributors
Full Changelog: connectrpc/otelconnect-go@v0.7.0...v0.7.1
amacneil/dbmate (dbmate)
v2.19.0
What's Changed
New Contributors
Full Changelog: amacneil/dbmate@v2.18.0...v2.19.0
go-delve/delve (dlv)
v1.23.0
Deprecation notice: starting with the next version of Delve version 1 of the API will be removed. Version 2 was added in version 0.12.0 in 2017 and has been the recommended way to connect to Delve since.
Added
next-instruction
command (#3671, @derekparker)break
now allows adding a condition the a breakpoint with a postfix notation (break <name> <locspec> if <condition>
) (#3693, #3702, @derekparker)step
command is executed ongo funccall()
statements it will stop on the newly created goroutine (#3686, @aarzilli)$DELVE_RR_RECORD_FLAGS
and$DELVE_RR_REPLAY_FLAGS
(#3726, @aarzilli)--follow-calls
to trace command (#3594, @archanaravindar)Fixed
Changed
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.35.0
Compare Source
Added
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.