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

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.4.17 -> 1.5.6 age adoption passing confidence devDependencies minor
@testing-library/react 15.0.6 -> 15.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.8 -> 20.12.12 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.1 -> 18.3.2 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.8.0 -> 7.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 7.8.0 -> 7.9.0 age adoption passing confidence devDependencies minor
@viz-js/viz (source) 3.4.0 -> 3.5.0 age adoption passing confidence dependencies minor
@vscode/test-electron 2.3.9 -> 2.3.10 age adoption passing confidence devDependencies patch
codemirror-json-schema (source) 0.7.1 -> 0.7.2 age adoption passing confidence dependencies patch
github.com/beevik/etree v1.3.0 -> v1.4.0 age adoption passing confidence require minor
github.com/tmc/langchaingo v0.1.9 -> v0.1.10 age adoption passing confidence require patch
go 1.22.2 -> 1.22.3 age adoption passing confidence patch
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f -> v0.0.0-20240506185415-9bf2ced13842 age adoption passing confidence require patch
golang.org/x/net v0.24.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/tools v0.20.0 -> v0.21.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.0 -> v1.34.1 age adoption passing confidence require patch
goreleaser 1.25.1 -> 1.26.0 age adoption passing confidence minor
kotlin 1.9.23 -> 1.9.24 age adoption passing confidence patch
postcss-nesting (source) 12.1.2 -> 12.1.4 age adoption passing confidence devDependencies patch
pre-commit 3.7.0 -> 3.7.1 age adoption passing confidence patch
protoc-gen-go 1.34.0 -> 1.34.1 age adoption passing confidence patch
react-router-dom (source) 6.23.0 -> 6.23.1 age adoption passing confidence dependencies patch
semver 7.6.0 -> 7.6.2 age adoption passing confidence dependencies patch
yq 4.43.1 -> 4.44.1 age adoption passing confidence minor
org.jetbrains.kotlin:kotlin-reflect (source) 1.9.23 -> 1.9.24 age adoption passing confidence compile patch
org.jetbrains.kotlin:kotlin-maven-plugin (source) 1.9.23 -> 1.9.24 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-test-junit5 (source) 1.9.23 -> 1.9.24 age adoption passing confidence test patch
org.jetbrains.kotlin:kotlin-stdlib (source) 1.9.23 -> 1.9.24 age adoption passing confidence compile patch

Release Notes

swc-project/swc (@​swc/core)

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

Bug Fixes
  • (es/decorator) Support for legacy decorators in class expressions (#​8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#​8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#​8888) (be359fa)

v1.5.0

Compare Source

Bug Fixes
Features
testing-library/react-testing-library (@​testing-library/react)

v15.0.7

Compare Source

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

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

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

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

v7.9.0

Compare Source

🩹 Fixes
  • do not pass tsconfig canonical file name to typescript API to get program details for config file
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

mdaines/viz-js (@​viz-js/viz)

v3.5.0

Compare Source

  • Update Graphviz to 11.0.0.
Microsoft/vscode-test (@​vscode/test-electron)

v2.3.10

Compare Source

  • Add runVSCodeCommand method and workaround for Node CVE-2024-27980
acao/codemirror-json-schema (codemirror-json-schema)

v0.7.2

Compare Source

Patch Changes
beevik/etree (github.com/beevik/etree)

v1.4.0

Compare Source

==============

New Features

  • Add AutoClose option to ReadSettings.
  • Add ValidateInput to ReadSettings.
  • Add NotNil function to Element.
  • Add NextSibling and PrevSibling functions to Element.
tmc/langchaingo (github.com/tmc/langchaingo)

v0.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: tmc/langchaingo@v0.1.9...v0.1.10

golang/go (go)

v1.22.3

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.34.1

Compare Source

Minor fixes for editions compliance:

  • CL/582635: all: update to protobuf 27.0-rc1 and regenerate protos
  • CL/582755: encoding/proto[json|text]: accept lower case names for group-like fields
goreleaser/goreleaser (goreleaser)

v1.26.0

Changelog

New Features
Security updates
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

Full Changelog: goreleaser/goreleaser@v1.25.1...v1.26.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

JetBrains/kotlin (kotlin)

v1.9.24: 1.9.24

Changelog
Backend. Wasm
  • KT-64890 K/Wasm compiler crash with external class and Kodein
Compiler
  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation
Tools. Gradle. Multiplatform
  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
  • KT-65043 JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
csstools/postcss-plugins (postcss-nesting)

v12.1.4

Compare Source

May 13, 2024

v12.1.3

Compare Source

May 11, 2024

pre-commit/pre-commit (pre-commit)

v3.7.1

Compare Source

==================

Fixes
  • Fix language: rust default langu

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from alecthomas and a team as code owners May 13, 2024 01:22
@renovate renovate bot requested review from deniseli and removed request for a team May 13, 2024 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 510651e to 545e0b9 Compare May 13, 2024 19:34
@deniseli
Copy link
Contributor

Interesting, looks like this change breaks the FSM tests:

=== FAIL: go-runtime/compile TestExtractModuleSchemaFSM (0.06s)
    /home/runner/work/ftl/ftl/go-runtime/compile/schema_test.go:211: Did not expect an error but got:
        no packages found in "testdata/fsm", does "go mod tidy" need to be run?

@alecthomas what do you think is going on there?

@alecthomas
Copy link
Collaborator

My guess would be that the change in Go compiler probably means it needs go mod tidy to be run for some irritating reason.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d875d5f to 08c071a Compare May 14, 2024 07:14
Copy link
Contributor Author

renovate bot commented May 14, 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.

@wesbillman
Copy link
Member

@deniseli I updated this PR with some fixes. I found the just tidy command that @alecthomas added a week ago, which worked great for this.

There was also a bit of extension deps that needed update. Should be good now.

@deniseli
Copy link
Contributor

Sweeeet! Thanks @wesbillman! This completely slipped my mind. Really appreciate it :)

@deniseli deniseli merged commit ceafb1b into main May 14, 2024
10 checks passed
@deniseli deniseli deleted the renovate/all-minor-patch branch May 14, 2024 18:30
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.

None yet

3 participants