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

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.4.2 -> 1.4.6 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.61 -> 18.2.64 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.19 -> 18.2.21 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.1.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 7.1.0 -> 7.1.1 age adoption passing confidence devDependencies patch
@typescript-eslint/typescript-estree (source) 7.1.0 -> 7.1.1 age adoption passing confidence devDependencies patch
buf 1.29.0 -> 1.30.0 age adoption passing confidence minor
eslint-plugin-react 7.33.2 -> 7.34.0 age adoption passing confidence devDependencies minor
github.com/golang/protobuf v1.5.3 -> v1.5.4 age adoption passing confidence require patch
github.com/jackc/pgx/v5 v5.5.3 -> v5.5.5 age adoption passing confidence require patch
github.com/swaggest/jsonschema-go v0.3.66 -> v0.3.69 age adoption passing confidence require patch
go 1.22.0 -> 1.22.1 age adoption passing confidence patch
golang.org/x/mod v0.15.0 -> v0.16.0 age adoption passing confidence require minor
golang.org/x/net v0.21.0 -> v0.22.0 age adoption passing confidence require minor
golang.org/x/term v0.17.0 -> v0.18.0 age adoption passing confidence require minor
golang.org/x/tools v0.18.0 -> v0.19.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.32.0 -> v1.33.0 age adoption passing confidence require minor
just 1.24.0 -> 1.25.2 age adoption passing confidence minor
kotlin 1.9.22 -> 1.9.23 age adoption passing confidence patch
modernc.org/sqlite v1.29.2 -> v1.29.3 age adoption passing confidence require patch
node 21.6.2 -> 21.7.1 age adoption passing confidence minor
postcss-nesting (source) 12.0.4 -> 12.1.0 age adoption passing confidence devDependencies minor
protoc-gen-go 1.32.0 -> 1.33.0 age adoption passing confidence minor
react-router-dom (source) 6.22.2 -> 6.22.3 age adoption passing confidence dependencies patch
shellcheck 0.9.0 -> 0.10.0 age adoption passing confidence minor
typescript (source) 5.3.3 -> 5.4.2 age adoption passing confidence devDependencies minor
org.jetbrains.dokka:dokka-maven-plugin 1.9.10 -> 1.9.20 age adoption passing confidence build patch
ch.qos.logback:logback-core (source, changelog) 1.5.2 -> 1.5.3 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.2 -> 1.5.3 age adoption passing confidence compile patch
org.jetbrains.kotlin:kotlin-maven-plugin (source) 1.9.22 -> 1.9.23 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-test-junit5 (source) 1.9.22 -> 1.9.23 age adoption passing confidence test patch
org.jetbrains.kotlin:kotlin-stdlib (source) 1.9.22 -> 1.9.23 age adoption passing confidence compile patch
io.github.classgraph:classgraph 4.8.165 -> 4.8.168 age adoption passing confidence compile patch
org.jetbrains.kotlin:kotlin-reflect (source) 1.9.22 -> 1.9.23 age adoption passing confidence compile patch

Release Notes

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

v1.4.6

Compare Source

Bug Fixes
Performance

v1.4.5

Compare Source

Bug Fixes
Features

v1.4.4

Compare Source

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin 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/parser)

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

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

v7.1.1

Compare Source

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

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

bufbuild/buf (buf)

v1.30.0

  • Update buf generate so it populates the recently-added
    source_file_descriptors
    field of the CodeGeneratorRequest message. This provides the plugin with access to options
    that are configured to only be retained in source and not at runtime (via
    field option).
    Descriptors in the proto_file field will not include any options configured this way
    for the files named in file_to_generate field.
  • Add --exclude-source-retention-options flag to buf build, which
    causes options configured to only be retained in source to be stripped
    from the output descriptors.
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.0

Compare Source

Added
Fixed
Changed
golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version
jackc/pgx (github.com/jackc/pgx/v5)

v5.5.5

Compare Source

v5.5.4

Compare Source

swaggest/jsonschema-go (github.com/swaggest/jsonschema-go)

v0.3.69

Compare Source

What's Changed

Full Changelog: swaggest/jsonschema-go@v0.3.68...v0.3.69

v0.3.68

Compare Source

What's Changed

Full Changelog: swaggest/jsonschema-go@v0.3.67...v0.3.68

v0.3.67

Compare Source

What's Changed

Full Changelog: swaggest/jsonschema-go@v0.3.66...v0.3.67

golang/go (go)

v1.22.1

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

v1.33.0

Compare Source

casey/just (just)

v1.25.2

Compare Source

v1.25.0

Compare Source

Added
Misc
JetBrains/kotlin (kotlin)

v1.9.23: Kotlin 1.9.23

1.9.23
Apple Ecosystem
  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used
Backend. Wasm
  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support
Compiler
  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function
Tools. Gradle
  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories
Tools. Gradle. JS
  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22
Tools. Gradle. Multiplatform
  • KT-65954 commonTest dependencies affect commoMainMetadata compilation
Tools. Gradle. Native
  • KT-64573 Default value for produceUnpackedKlib was not provided
cznic/sqlite (modernc.org/sqlite)

v1.29.3

Compare Source

nodejs/node (node)

v21.7.1: 2024-03-08, Version 21.7.1 (Current), @​targos

Compare Source

Notable Changes

This release reverts #​51389, which
landed in Node.js 21.7.0. It is a documented feature that t.after() hooks are
run even if a test has no subtests. The hook can be used to clean up the test
itself.

Commits

v21.7.0

Compare Source

csstools/postcss-plugins (postcss-nesting)

v12.1.0

Compare Source

March 6, 2024

  • Add the edition plugin option to control which CSS nesting specification version should be used. The default is 2021 but you can also set it to the newer 2024-02 edition to have more modern behavior.
remix-run/react-router (react-router-dom)

v6.22.3

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/router@1.15.3
    • react-router@6.22.3
koalaman/shellcheck (shellcheck)

v0.10.0

Added
  • Precompiled binaries for macOS ARM64 (darwin.aarch64)
  • Added support for busybox sh
  • Added flag --rcfile to specify an rc file by name.
  • Added extended-analysis=true directive to enable/disable dataflow analysis
    (with a corresponding --extended-analysis flag).
  • SC2324: Warn when x+=1 appends instead of increments
  • SC2325: Warn about multiple !s in dash/sh.
  • SC2326: Warn about foo | ! bar in bash/dash/sh.
  • SC3012: Warn about lexicographic-compare bashism in test like in [ ]
  • SC3013: Warn bashism test _ -op/-nt/-ef _ like in [ ]
  • SC3014: Warn bashism test _ == _ like in [ ]
  • SC3015: Warn bashism test _ =~ _ like in [ ]
  • SC3016: Warn bashism test -v _ like in [ ]
  • SC3017: Warn bashism test -a _ like in [ ]
Fixed
  • source statements with here docs now work correctly
  • "(Array.!): undefined array element" error should no longer occur
Microsoft/TypeScript (typescript)

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Kotlin/dokka (org.jetbrains.dokka:dokka-maven-plugin)

v1.9.20: 1.9.20

Compare Source

General bugfixes

HTML format

Runners

Gradle Plugin
Maven Plugin
CLI runner

Plugin API

Other:


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.

Copy link
Contributor Author

renovate bot commented Mar 11, 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 merged commit fa565f5 into main Mar 11, 2024
@alecthomas alecthomas deleted the renovate/all-minor-patch branch March 11, 2024 03:01
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.

1 participant