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 #2252

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.29.0 -> 6.30.0 age adoption passing confidence dependencies minor
@storybook/addon-essentials (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/addon-onboarding (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/addon-themes (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/blocks (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/react (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/react-vite (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@storybook/test (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.13 -> 20.14.14 age adoption passing confidence devDependencies patch
@types/vscode (source) 1.91.0 -> 1.92.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.17.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.17.0 -> 7.18.0 age adoption passing confidence devDependencies minor
act 0.2.64 -> 0.2.65 age adoption passing confidence patch
buf 1.35.1 -> 1.36.0 age adoption passing confidence minor
clap 4.5.11 -> 4.5.14 age adoption passing confidence workspace.dependencies patch
github.com/alecthomas/assert/v2 v2.6.0 -> v2.10.0 age adoption passing confidence require minor
github.com/tliron/commonlog v0.2.17 -> v0.2.18 age adoption passing confidence require patch
github.com/tliron/kutil v0.3.24 -> v0.3.25 age adoption passing confidence require patch
go 1.22.5 -> 1.22.6 age adoption passing confidence patch
golang.org/x/mod v0.19.0 -> v0.20.0 age adoption passing confidence require minor
golang.org/x/net v0.27.0 -> v0.28.0 age adoption passing confidence require minor
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence require minor
golang.org/x/sys v0.22.0 -> v0.24.0 age adoption passing confidence require minor
golang.org/x/term v0.22.0 -> v0.23.0 age adoption passing confidence require minor
golang.org/x/tools v0.18.0 -> v0.24.0 age adoption passing confidence require minor
just 1.32.0 -> 1.34.0 age adoption passing confidence minor
k3d 5.7.2 -> 5.7.3 age adoption passing confidence patch
kotlin 2.0.0 -> 2.0.10 age adoption passing confidence patch
lint-staged 15.2.7 -> 15.2.8 age adoption passing confidence devDependencies patch
modernc.org/sqlite v1.31.1 -> v1.32.0 age adoption passing confidence require minor
postcss (source) 8.4.40 -> 8.4.41 age adoption passing confidence devDependencies patch
postgres 15.7 -> 15.8 age adoption passing confidence minor
pre-commit 3.7.1 -> 3.8.0 age adoption passing confidence minor
protoc 27.2 -> 27.3 age adoption passing confidence minor
react-router-dom (source) 6.25.1 -> 6.26.0 age adoption passing confidence dependencies minor
serde (source) 1.0.204 -> 1.0.205 age adoption passing confidence workspace.dependencies patch
serde_json 1.0.121 -> 1.0.122 age adoption passing confidence workspace.dependencies patch
sqlc 1.26.0 -> 1.27.0 age adoption passing confidence minor
storybook (source) 8.2.7 -> 8.2.8 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.7 -> 3.4.9 age adoption passing confidence dependencies patch
type-fest 4.23.0 -> 4.24.0 age adoption passing confidence dependencies minor
vscode-languageclient (source) 10.0.0-next.9 -> 10.0.0-next.11 age adoption passing confidence dependencies patch
yq 4.44.2 -> 4.44.3 age adoption passing confidence patch
org.codehaus.mojo:exec-maven-plugin (source) 3.3.0 -> 3.4.0 age adoption passing confidence build minor
org.jetbrains.kotlin:kotlin-reflect (source) 2.0.0 -> 2.0.10 age adoption passing confidence compile patch
io.grpc:grpc-stub 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
io.grpc:grpc-protobuf 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
io.grpc:grpc-netty 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
org.jetbrains.kotlin:kotlin-maven-plugin (source) 2.0.0 -> 2.0.10 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-test-junit5 (source) 2.0.0 -> 2.0.10 age adoption passing confidence test patch
org.jetbrains.kotlin:kotlin-stdlib (source) 2.0.0 -> 2.0.10 age adoption passing confidence compile patch

Release Notes

codemirror/view (@​codemirror/view)

v6.30.0

Compare Source

Bug fixes

Make spell check corrections work again on EditContext-enabled Chrome versions.

New features

The value returned by hoverTooltip now has an active property providing the state field used to store the open tooltips.

v6.29.1

Compare Source

Bug fixes

Fix a crash on old Safari browsers that don't support MediaQueryList.addEventListener.

Fix an issue where EditorView.viewportLineBlocks (and thus other things like the gutter) might be out of date after some kinds of decoration changes.

storybookjs/storybook (@​storybook/addon-essentials)

v8.2.8

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.2.8

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.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.

nektos/act (act)

v0.2.65

Changelog

Bug fixes
Other
bufbuild/buf (buf)

v1.36.0

  • Add --list-services and --list-methods flags to buf curl, which trigger the command to list
    known services or methods in the RPC schema, instead of invoking an RPC method.
  • Add clean as a top-level option in buf.gen.yaml, matching the buf generate --clean flag. If
    set to true, this will delete the directories, jar files, or zip files set to out for each
    plugin.
  • Fix git input handling of annotated tags.
  • Update buf registry login to complete the login flow in the browser by default. This allows
    users to login with their browser and have the token automatically provided to the CLI.
  • Add buf registry organization {create, delete, info, update} commands to manage BSR
    organizations. Remove buf beta registry organization commands.
  • Add buf registry module {create, delete, deprecate, info, undeprecate, update} commands to
    manage BSR modules. Remove buf beta registry repository commands.
  • Add buf registry label {archive, info, list, unarchive} commands to manage BSR module labels.
    Remove buf beta registry label commands and buf beta registry {archive, unarchive}.
  • Add buf registry commit {add-label, info, list, resolve} to manage BSR module commits. Remove
    buf beta registry commit commands.
clap-rs/clap (clap)

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

alecthomas/assert (github.com/alecthomas/assert/v2)

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.0

Compare Source

tliron/commonlog (github.com/tliron/commonlog)

v0.2.18

Compare Source

tliron/kutil (github.com/tliron/kutil)

v0.3.25

Compare Source

golang/go (go)

v1.22.6

casey/just (just)

v1.34.0

Compare Source

Fixed
  • Make function paths relative to correct working directory (#​2294 by casey)
Changed
Misc

v1.33.0

Compare Source

Fixed
  • Use correct backtick and shell() expression working directory in submodules (#​2285 by casey)
Added
Misc
rancher/k3d (k3d)

v5.7.3

What's Changed

Full Changelog: k3d-io/k3d@v5.7.2...v5.7.3

JetBrains/kotlin (kotlin)

v2.0.10: Kotlin 2.0.10

2.0.10

Apple Ecosystem
  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0
Compiler
Fixes
  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring

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 August 5, 2024 01:05
@renovate renovate bot enabled auto-merge (squash) August 5, 2024 01:05
@renovate renovate bot requested review from matt2e and removed request for a team August 5, 2024 01:05
@@ -35,14 +35,14 @@
"@uiw/codemirror-theme-atomone": "^4.22.0",
"@uiw/codemirror-theme-github": "^4.22.0",
"@vitejs/plugin-react": "^4.0.4",
"codemirror-json-schema": "0.7.0",
"codemirror-json-schema": "0.7.8",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we definitely don't want this update as it will make all the syntax files come back. I'll add a PR to ignore this dependency from renovate

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d35de39 to 305317d Compare August 9, 2024 04:28
Copy link
Contributor Author

renovate bot commented Aug 9, 2024

ℹ Artifact update notice

File name: cmd/lint-commit-or-rollback/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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/mod v0.15.0 -> v0.20.0
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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/text v0.16.0 -> v0.17.0

Copy link
Contributor Author

renovate bot commented Aug 9, 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.

@alecthomas alecthomas added this pull request to the merge queue Aug 9, 2024
@alecthomas
Copy link
Collaborator

@wesbillman I retried this and couldn't see the package you were referring to, but obviously revert if you find it

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 9, 2024
@alecthomas
Copy link
Collaborator

@worstell mind taking a look at this?

The extraction code is failing, not sure why, but some upstream code has broken us :(

=== RUN   TestExtractModuleSchemaFSM
    schema_test.go:285: Did not expect an error but got:
        ./... matched no packages
--- FAIL: TestExtractModuleSchemaFSM (0.03s)
FAIL
FAIL    github.com/TBD54566975/ftl/go-runtime/schema    0.274s
FAIL

@matt2e
Copy link
Contributor

matt2e commented Aug 11, 2024

@worstell mind taking a look at this?
The extraction code is failing, not sure why, but some upstream code has broken us :(

go mod tidy on that testdata module fixed it

@matt2e matt2e added this pull request to the merge queue Aug 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 11, 2024
@matt2e matt2e added this pull request to the merge queue Aug 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 11, 2024
@matt2e matt2e enabled auto-merge August 11, 2024 23:56
@matt2e matt2e added this pull request to the merge queue Aug 11, 2024
Merged via the queue into main with commit eb712a8 Aug 12, 2024
17 checks passed
@matt2e matt2e deleted the renovate/all-minor-patch branch August 12, 2024 00:03
@matt2e matt2e added the approved Marks an already closed PR as approved label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Marks an already closed PR as approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants