Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2188

Merged
merged 4 commits into from
Jul 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.28.4 -> 6.29.0 age adoption passing confidence dependencies minor
@heroicons/react 2.1.4 -> 2.1.5 age adoption passing confidence dependencies patch
@types/node (source) 20.14.10 -> 20.14.13 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.15.0 -> 7.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.15.0 -> 7.17.0 age adoption passing confidence devDependencies minor
@vscode/test-cli ^0.0.9 -> ^0.0.10 age adoption passing confidence devDependencies patch
@vscode/vsce (source) 2.29.0 -> 2.31.1 age adoption passing confidence devDependencies minor
buf 1.34.0 -> 1.35.1 age adoption passing confidence minor
clap 4.5.8 -> 4.5.11 age adoption passing confidence workspace.dependencies patch
connectrpc.com/otelconnect v0.7.0 -> v0.7.1 age adoption passing confidence require patch
dbmate 2.18.0 -> 2.19.0 age adoption passing confidence minor
dlv 1.22.1 -> 1.23.0 age adoption passing confidence minor
eslint-plugin-react 7.34.3 -> 7.35.0 age adoption passing confidence devDependencies minor
github.com/amacneil/dbmate/v2 v2.18.0 -> v2.19.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.30.1 -> v1.30.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.27.24 -> v1.27.27 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.24 -> v1.17.27 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.1 -> v1.32.4 age adoption passing confidence require patch
github.com/beevik/etree v1.4.0 -> v1.4.1 age adoption passing confidence require patch
github.com/docker/docker v27.0.3+incompatible -> v27.1.1+incompatible age adoption passing confidence require minor
github.com/puzpuzpuz/xsync/v3 v3.3.1 -> v3.4.0 age adoption passing confidence require minor
helm 3.15.2 -> 3.15.3 age adoption passing confidence patch
just 1.30.1 -> 1.32.0 age adoption passing confidence minor
k3d 5.7.1 -> 5.7.2 age adoption passing confidence patch
modernc.org/sqlite v1.30.1 -> v1.31.1 age adoption passing confidence require minor
pbjson 0.6.0 -> 0.7.0 age adoption passing confidence workspace.dependencies minor
pbjson-build 0.6.2 -> 0.7.0 age adoption passing confidence workspace.dependencies minor
pbjson-types 0.6.0 -> 0.7.0 age adoption passing confidence workspace.dependencies minor
postcss (source) 8.4.39 -> 8.4.40 age adoption passing confidence devDependencies patch
postgres 15.4 -> 15.7 age adoption passing confidence minor
prost 0.12.6 -> 0.13.0 age adoption passing confidence workspace.dependencies minor
prost-build 0.12.6 -> 0.13.0 age adoption passing confidence workspace.dependencies minor
prost-types 0.12.6 -> 0.13.0 age adoption passing confidence workspace.dependencies minor
react-router-dom (source) 6.24.1 -> 6.25.1 age adoption passing confidence dependencies minor
react-use 17.5.0 -> 17.5.1 age adoption passing confidence dependencies patch
semver 7.6.2 -> 7.6.3 age adoption passing confidence dependencies patch
serde_json 1.0.120 -> 1.0.121 age adoption passing confidence workspace.dependencies patch
syn 2.0.69 -> 2.0.72 age adoption passing confidence workspace.dependencies patch
tailwindcss (source) 3.4.4 -> 3.4.7 age adoption passing confidence dependencies patch
tokio (source) 1.38.0 -> 1.39.2 age adoption passing confidence workspace.dependencies minor
tonic 0.11.0 -> 0.12.0 age adoption passing confidence workspace.dependencies minor
tonic-build 0.11.0 -> 0.12.0 age adoption passing confidence workspace.dependencies minor
type-fest 4.21.0 -> 4.23.0 age adoption passing confidence dependencies minor
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence devDependencies patch
webpack 5.92.1 -> 5.93.0 age adoption passing confidence devDependencies minor
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 -> 3.3.1 age adoption passing confidence build patch
org.assertj:assertj-core (source) 3.26.0 -> 3.26.3 age adoption passing confidence test patch
io.grpc:grpc-stub 1.65.0 -> 1.65.1 age adoption passing confidence compile patch
io.grpc:grpc-protobuf 1.65.0 -> 1.65.1 age adoption passing confidence compile patch
io.grpc:grpc-netty 1.65.0 -> 1.65.1 age adoption passing confidence compile patch

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
  • Add new icons (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
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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 #​9263 checkThenables

  • 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
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

Microsoft/vsce (@​vscode/vsce)

v2.31.1

Compare Source

Changes:

  • #​1027: Update deprecated dependencies
  • #​1025: Don't package default readme if a path is provided and default is ignored
  • #​1024: add executes code property

This list of changes was auto generated.

v2.31.0

Compare Source

Changes:

  • #​1022: Throw error if provided readmePath or provided changelogPath could not be found
  • #​1020: Throw when unused files pattern in package.json
  • #​1015: Support "ls --tree"

This list of changes was auto generated.

v2.30.0

Compare Source

Changes:

Feature Requests:
  • #​1009: Azure - create a custom chained token credential to place the AzureCLICredential prior to the ManagedIdentityCredential
Others:
  • #​1011: Validate publisher on package
  • #​1013: Print packaged files/folders

This list of changes was auto generated.

bufbuild/buf (buf)

v1.35.1

  • Fix the git input parameter ref to align with the git notion of a ref. This allows for the use
    of branch names, tag names, and commit hashes.
  • Fix unexpected buf build errors with absolute path directory inputs without workspace and/or
    module configurations (e.g. buf.yaml, buf.work.yaml) and proto file paths set to the --path flag.

v1.35.0

  • Add buf generate --clean flag that will delete the directories, jar files, or zip files that the
    plugins will write to, prior to generation. Allows cleaning of existing assets without having
    to call rm -rf.
  • Deprecate --username flag on and username prompt on buf registry login. A username is no longer
    required to log in.
clap-rs/clap (clap)

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
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
Fixed
Changed
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
  • support eslint v9 ([#​3759][] @​mdjermanovic)
  • export flat configs from plugin root and fix flat con

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from alecthomas and a team as code owners July 29, 2024 00:47
Copy link
Contributor Author

renovate bot commented Jul 29, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated

Details:

Package Change
connectrpc.com/connect v1.16.1 -> v1.16.2
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20240707233637-46b078467d37
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 -> v1.16.11
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 -> v1.3.15
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 -> v2.6.15
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 -> v1.11.17
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 -> v1.22.4
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.2 -> v1.26.4
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 -> v1.30.3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 -> v0.53.0
golang.org/x/tools v0.22.0 -> v0.23.0
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20240709173604-40e1e62336c5
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20240709173604-40e1e62336c5
google.golang.org/grpc v1.64.0 -> v1.65.0
modernc.org/libc v1.52.1 -> v1.55.3

@renovate renovate bot requested review from worstell and removed request for a team July 29, 2024 00:47
@renovate renovate bot enabled auto-merge (squash) July 29, 2024 00:47
Copy link
Contributor Author

renovate bot commented Jul 29, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

This needs some discussion, not sure why it has turned into a problem
@renovate renovate bot merged commit c419313 into main Jul 29, 2024
61 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 29, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants