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

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@connectrpc/connect (source) 1.2.0 -> 1.2.1 age adoption passing confidence dependencies patch
@connectrpc/connect-web (source) 1.2.0 -> 1.2.1 age adoption passing confidence dependencies patch
@connectrpc/protoc-gen-connect-es (source) 1.2.0 -> 1.2.1 age adoption passing confidence dependencies patch
@testing-library/jest-dom 6.1.6 -> 6.2.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.46 -> 18.2.47 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.16.0 -> 6.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.16.0 -> 6.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 6.16.0 -> 6.18.0 age adoption passing confidence devDependencies minor
@viz-js/viz (source) 3.2.3 -> 3.2.4 age adoption passing confidence dependencies patch
golang.org/x/sync v0.5.0 -> v0.6.0 age adoption passing confidence require minor
just 1.21.0 -> 1.22.0 age adoption passing confidence minor
postcss (source) 8.4.32 -> 8.4.33 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.0 -> 3.4.1 age adoption passing confidence dependencies patch
watchexec 1.24.2 -> 1.25.1 age adoption passing confidence minor
com.github.ajalt.clikt:clikt-jvm 4.2.1 -> 4.2.2 age adoption passing confidence compile patch

Release Notes

connectrpc/connect-es (@​connectrpc/connect)

v1.2.1

Compare Source

What's Changed

Full Changelog: connectrpc/connect-es@v1.2.0...v1.2.1

testing-library/jest-dom (@​testing-library/jest-dom)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

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

v6.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.

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • typescript-estree: throw error when CatchClause param contains initializer

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-estree

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

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

v3.2.4

Compare Source

  • Update Emscripten SDK to 3.1.51

  • Export the Viz type (#​224, #​225)

casey/just (just)

v1.22.0

Compare Source

Added
  • Recipes can be invoked with path syntax (#​1809)
  • Add --format and --initialize as aliases for --fmt and --init (#​1802)
Misc
  • Move table of contents pointer to right (#​1806)
postcss/postcss (postcss)

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.1

Compare Source

Fixed
  • Don't remove keyframe stops when using important utilities (#​12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#​12704)
  • Restore old behavior for class dark mode strategy (#​12717)
Added
  • Add new selector and variant strategies for dark mode (#​12717)
Changed
  • Support rtl and ltr variants on same element as dir attribute (#​12717)
watchexec/watchexec (watchexec)

v1.25.1: CLI v1.25.1

Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:
  • Fix compatibility with 32-bit platforms (#​730)
  • Fix bugs introduced by inconsistent path normalisation in optimised ignore handling (#​759)

v1.25.0: CLI v1.25.0

Software development often involves running the same commands over and over. Boring! Watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:
  • Startup performance improvements reducing the amount of directories visited when discovering ignore files. (#​663 by @​t3hmrman)
  • Improvements to handling of nested ignore files. (#​745 by @​thislooksfun)
Other changes:
  • Project origin detection tweaked a little to avoid some false positives. (#​748)
ajalt/clikt (com.github.ajalt.clikt:clikt-jvm)

v4.2.2

Compare Source

Changed
  • Options and arguments can now reference option groups in their defaultLazy and other finalization blocks. They can also freely reference each other, including though chains of references. (#​473)
  • Updated Kotlin to 1.9.21 (#​472)

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 Jan 8, 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 force-pushed the renovate/all-minor-patch branch from f9c5e6d to c9d6c5a Compare January 8, 2024 00:18
@alecthomas alecthomas merged commit 84e2304 into main Jan 8, 2024
11 checks passed
@alecthomas alecthomas deleted the renovate/all-minor-patch branch January 8, 2024 00:32
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