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

Update all non-major dependencies #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/devtools (source) 4.3.1 -> 4.3.3 age adoption passing confidence
@tailwindcss/forms 0.5.7 -> 0.5.10 age adoption passing confidence
@types/react (source) 18.2.74 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.3.5 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
github.com/prisma/prisma-client-go v0.35.0 -> v0.46.0 age adoption passing confidence
github.com/shopspring/decimal v1.3.1 -> v1.4.0 age adoption passing confidence
jotai 2.7.2 -> 2.12.1 age adoption passing confidence
loglevel 1.9.1 -> 1.9.2 age adoption passing confidence
postcss (source) 8.4.38 -> 8.5.3 age adoption passing confidence
prettier (source) 3.2.5 -> 3.5.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-hook-form (source) 7.51.2 -> 7.54.2 age adoption passing confidence
rimraf 5.0.5 -> 5.0.10 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.17 age adoption passing confidence
turbo (source) 1.13.2 -> 1.13.4 age adoption passing confidence
typescript (source) 5.4.3 -> 5.7.3 age adoption passing confidence
vite (source) 5.2.8 -> 5.4.14 age adoption passing confidence

Release Notes

react-hook-form/devtools (@​hookform/devtools)

v4.3.3: Version 4.3.3

Compare Source

  • fix #​216 dev tool freeze app issue

v4.3.2: Version 4.3.2

Compare Source

  • update react 19 support support
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)

v0.5.9

Compare Source

Fixed
  • Fallback to static chevron color if theme is using variables (#​167)

v0.5.8

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​163)
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
eslint/eslint (eslint)

v8.57.1

Compare Source

prisma/prisma-client-go (github.com/prisma/prisma-client-go)

v0.46.0

Compare Source

v0.46.0

Upgrade Prisma; bugfixes

Major changes

Changes

Contributors

@​steebchen and @​ynden


Full Changelog: steebchen/prisma-client-go@v0.45.0...v0.46.0

v0.45.0

Compare Source

v0.45.0

Upgrade prisma to v6. Please read the v6 release notes.

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.44.0...v0.45.0

v0.44.0

Compare Source

v0.44.0

MongoDB findRaw, aggregateRaw and runCommandRaw. Huge thanks to @​truanguyenvan!

Major changes

Contributors

@​truanguyenvan


Full Changelog: steebchen/prisma-client-go@v0.43.0...v0.44.0

v0.43.0

Compare Source

v0.43.0

Upgrade Prisma, prisma engine lifecycle improvements

Major changes

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.42.0...v0.43.0

v0.42.0

Compare Source

v0.42.0

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.41.0...v0.42.0

v0.41.0

Compare Source

v0.41.0

Fix an issue with enum values

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.40.1...v0.41.0

v0.40.1

Compare Source

v0.40.1

Patch release to upgrade prisma to v5.19.1

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.39.0...v0.40.0

v0.39.0

Compare Source

v0.39.0

Upgrade prisma to v5.19.0. Note that the Go client currently does not offer TypedSQL.

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.38.0...v0.39.0

v0.38.0

Compare Source

v0.38.0

Upgrades Prisma to v5.16 & minor updates

Adds support for multi file Prisma schema

Major changes

Changes

Contributors

@​mattn and @​steebchen


Full Changelog: steebchen/prisma-client-go@v0.37.0...v0.38.0

v0.37.0

Compare Source

v0.37.0

Add .Select() and .Omit(). Omitted fields will default to their zero value.
Upgrades prisma to v5.13.0.

Major changes

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.36.0...v0.37.0

v0.36.0

Compare Source

v0.36.0

Upgrade Prisma to v5.12.0

Major changes

Changes

Contributors

@​steebchen


Full Changelog: steebchen/prisma-client-go@v0.35.0...v0.36.0

shopspring/decimal (github.com/shopspring/decimal)

v1.4.0

Compare Source

BREAKING
  • Drop support for Go version older than 1.10 #​361
FEATURES
  • Add implementation of natural logarithm #​339 #​357
  • Add improved implementation of power operation #​358
  • Add Compare method which forwards calls to Cmp #​346
  • Add NewFromBigRat constructor #​288
  • Add NewFromUint64 constructor #​352
ENHANCEMENTS
  • Migrate to Github Actions #​245 #​340
  • Fix examples for RoundDown, RoundFloor, RoundUp, and RoundCeil #​285 #​328 #​341
  • Use Godoc standard to mark deprecated Equals and StringScaled methods #​342
  • Removed unnecessary min function for RescalePair method #​265
  • Avoid reallocation of initial slice in MarshalBinary (GobEncode) #​355
  • Optimize NumDigits method #​301 #​356
  • Optimize BigInt method #​359
  • Support scanning uint64 #​131 #​364
  • Add docs section with alternative libraries #​363
BUGFIXES
  • Fix incorrect calculation of decimal modulo #​258 #​317
  • Allocate new(big.Int) in Copy method to deeply clone it #​278
  • Fix overflow edge case in QuoRem method #​322
pmndrs/jotai (jotai)

v2.12.1

Compare Source

This fixes an internal behavior necessary for some Jotai ecosystem libraries.

What's Changed

Full Changelog: pmndrs/jotai@v2.12.0...v2.12.1

v2.12.0

Compare Source

This introduces a significant change in the history of Jotai development. The Jotai core aims to remain minimal while supporting the growth of the ecosystem. It now exposes some internal functions for the ecosystem.

For library authors, please make sure to pin the jotai package version if you rely on these internal functions.

Huge thanks to @​dmaskasky for helping finalize the API.

What's Changed

Full Changelog: pmndrs/jotai@v2.11.3...v2.12.0

v2.11.3

Compare Source

Unfortunately, we encountered another regression with the v2.11 rearchitecture. We hope there are no more issues, but we can't be sure if it's stable unless no more are reported. Please give it a try and let us know if you find anything!

What's Changed

Full Changelog: pmndrs/jotai@v2.11.2...v2.11.3

v2.11.2

Compare Source

There was a regression in v2.11.1, which is fixed in this patch.

What's Changed

  • fix(core): derived atom is not re-evaluated if it read between multiple set by @​dai-shi in

New Contributors

Full Changelog: pmndrs/jotai@v2.11.1...v2.11.2

v2.11.1

Compare Source

Jotai v2.11.0 was a big change, and we faced some fundamental issues. It required time to reconsider the architecture from the ground up. We've added various tests, and this patch version should be more stable.

Having that said, we are still in the middle of the re-architecture. If you prefer to stay away from bleeding-edge features and encounter no bugs, feel free to keep using the previous versions.

Kudos to @​dmaskasky

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.11.0...v2.11.1

v2.11.0

Compare Source

There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #​2782.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.4...v2.11.0

v2.10.4

Compare Source

A minor improvement for some edge cases. (For more information, see #​2789.)

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4

v2.10.3

Compare Source

v2.10.2

Compare Source

Fixed some jotai/utils for a regression in v2.10.0.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.1...v2.10.2

v2.10.1

Compare Source

This fixes a bug in an extreme edge case. If you find this change breaks something, please report to us.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.10.0...v2.10.1

v2.10.0

Compare Source

It comes with another significant internal change to address some edge cases.

Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.

Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.3...v2.10.0

v2.9.3

Compare Source

This fixes a regression in an edge case that is introduced in v2.9.0.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.2...v2.9.3

v2.9.2

Compare Source

v2.9.1

Compare Source

This patch version includes various fixes. Huge thanks to contributors!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.0...v2.9.1

v2.9.0

Compare Source

This version introduces a new core implementation. All tests are passing but there can be some regressions due to missing tests. Please feel free to report such cases and let's improve test coverage.

The benefit with the new implementation:

  • Fix memory leak issue with vanilla store usage.
  • More readability of the core code.

What's Changed

Full Changelog: pmndrs/jotai@v2.8.4...v2.9.0

v2.8.4

Compare Source

This changes the behavior of async atom with abort signal on unmount to fix some use cases.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.8.3...v2.8.4

v2.8.3

[Compare Source](https://


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Apr 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/prisma/[email protected]: parsing go.mod:
	module declares its path as: github.com/steebchen/prisma-client-go
	        but was required as: github.com/prisma/prisma-client-go

Copy link

changeset-bot bot commented Apr 4, 2024

⚠️ No Changeset found

Latest commit: ab69789

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ea52930 to 25d4953 Compare April 12, 2024 17:27
Copy link

socket-security bot commented Apr 12, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3101a2f to c145816 Compare April 16, 2024 09:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ec2c843 to ee76614 Compare April 26, 2024 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af1b900 to 84dc496 Compare May 4, 2024 07:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84dc496 to 15d24ad Compare May 10, 2024 20:30
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/prisma/[email protected]: parsing go.mod:
	module declares its path as: github.com/steebchen/prisma-client-go
	        but was required as: github.com/prisma/prisma-client-go

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa96c92 to 138ea35 Compare May 12, 2024 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 138ea35 to 79b5e83 Compare May 21, 2024 23:30
Copy link

coderabbitai bot commented May 21, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update enhances a Go and JavaScript project by upgrading various dependencies in the go.mod and package.json files. Significant version increments have been made to libraries including Prisma Client, TypeScript, React, and related tools. These changes improve functionality, performance, and compatibility with the latest standards while ensuring that the core logic of the application remains unchanged.

Changes

Files Change Summary
go.mod Updated github.com/prisma/prisma-client-go from v0.35.0 to v0.39.0 and github.com/shopspring/decimal from v1.3.1 to v1.4.0.
package.json Upgraded prettier to 3.3.3, rimraf to 5.0.10, turbo to 1.13.4, and typescript to 5.5.4.
packages/web/package.json Incremented versions for jotai, react, react-dom, react-hook-form, and several development tools like tailwindcss and vite.

Possibly related issues

  • Dependency Dashboard #4: The dependency update aligns with the objectives of this issue, specifically addressing the need for various dependency upgrades that enhance functionality and performance.

🐰 In fields of code, we hop so bright,
With upgrades galore, our future's in sight.
Dependencies dance, bug fixes in tow,
Performance will flourish, watch us all grow!
A leap for the project, we're ready to play,
Here's to the changes that brighten our day! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79b5e83 to 4b1de8f Compare May 22, 2024 05:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4973952 to 0c7e6df Compare December 16, 2024 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5453cc5 to 2695ad4 Compare December 23, 2024 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f6a343f to 372aa0a Compare January 14, 2025 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fb7ec7b to 28d66c4 Compare January 21, 2025 10:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 02ff2a2 to e7432c3 Compare February 1, 2025 06:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from efd825c to ca178fb Compare February 13, 2025 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca178fb to f179fe2 Compare February 18, 2025 18:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f179fe2 to ab69789 Compare February 19, 2025 17:52
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.

0 participants