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

fix(deps): update all non-major dependencies #93

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^19.5.0 -> ^19.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence devDependencies minor
@discordjs/builders (source) ^1.9.0 -> ^1.10.0 age adoption passing confidence dependencies minor
@nuxtjs/tailwindcss ^6.12.1 -> ^6.12.2 age adoption passing confidence devDependencies patch
@prisma/client (source) ^5.20.0 -> ^5.22.0 age adoption passing confidence dependencies minor
@sapphire/utilities (source) 3.17.0 -> 3.18.1 age adoption passing confidence dependencies minor
@skyra/http-framework (source) ^2.1.0 -> ^2.2.0 age adoption passing confidence dependencies minor
@tailwindcss/typography ^0.5.15 -> ^0.5.16 age adoption passing confidence devDependencies patch
@types/node (source) ^20.16.10 -> ^20.17.12 age adoption passing confidence devDependencies minor
@vite-pwa/nuxt ^0.10.5 -> ^0.10.6 age adoption passing confidence devDependencies patch
docker/build-push-action v5.1.0 -> v5.4.0 age adoption passing confidence action minor
docker/login-action v3.0.0 -> v3.3.0 age adoption passing confidence action minor
docker/setup-buildx-action v3.1.0 -> v3.8.0 age adoption passing confidence action minor
lint-staged ^15.2.10 -> ^15.3.0 age adoption passing confidence devDependencies minor
next-auth (source) ^4.24.8 -> ^4.24.11 age adoption passing confidence devDependencies patch
node (source) 18.19.1 -> 18.20.5 age adoption passing confidence volta minor
nuxt (source) ^3.13.2 -> ^3.15.1 age adoption passing confidence devDependencies minor
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.9 age adoption passing confidence devDependencies patch
prisma (source) ^5.20.0 -> ^5.22.0 age adoption passing confidence devDependencies minor
tslib (source) ^2.7.0 -> ^2.8.1 age adoption passing confidence dependencies minor
turbo (source) ^2.1.2 -> ^2.3.3 age adoption passing confidence devDependencies minor
vite (source) ^5.4.8 -> ^5.4.11 age adoption passing confidence devDependencies patch
vite-plugin-pwa ^0.20.5 -> ^0.21.1 age adoption passing confidence devDependencies minor
vitest (source) ^2.1.1 -> ^2.1.8 age adoption passing confidence devDependencies patch
vue-tsc (source) 2.1.6 -> 2.2.0 age adoption passing confidence devDependencies minor
yarn (source) 4.1.0 -> 4.6.0 age adoption passing confidence packageManager minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

discordjs/discord.js (@​discordjs/builders)

v1.10.0

Compare Source

nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.12.2

Compare Source

compare changes

🩹 Fixes
  • #​883 Tab view src leading baseURL (#​885, #​883)
  • viewer: Provide workaround for nuxt2 modules:done serverMiddleware race condition (9d42549)
📖 Documentation
  • Mention tailwind intelliSense integration with IDEs pointing to tailwind docs / editor config (#​875)
🏡 Chore
  • Use klona and content configuration as object (f606398)
  • Fix test and provide toggle (60a4bba)
  • Update docs and add examples test ci (#​853)
  • Update deps (#​900)
  • Indicate compatibility with new v4 major (#​876)
  • Update test (2d051e2)
  • Remove console output testing (98296a8)
  • Fix lint (a7b886a)
❤️ Contributors
prisma/prisma (@​prisma/client)

v5.22.0

Compare Source

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements
Prisma Migrate
Prisma
Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

v5.21.1

Compare Source

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

v5.21.0

Compare Source

Today, we are excited to share the 5.21.0 release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements
Prisma Engines
Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

sapphiredev/utilities (@​sapphire/utilities)

v3.18.1

Compare Source

Changelog

All notable changes to this project will be documented in this file.

v3.18.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

🚀 Features

skyra-project/archid-components (@​skyra/http-framework)

v2.2.0

Compare Source

🐛 Bug Fixes

🚀 Features

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
vite-pwa/nuxt (@​vite-pwa/nuxt)

v0.10.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
docker/build-push-action (docker/build-push-action)

v5.4.0

Compare Source

v5.3.0

Compare Source

Full Changelog: docker/build-push-action@v5.2.0...v5.3.0

v5.2.0

Compare Source

Full Changelog: docker/build-push-action@v5.1.0...v5.2.0

docker/login-action (docker/login-action)

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

Full Changelog: docker/login-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

Full Changelog: docker/login-action@v3.0.0...v3.1.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.8.0

Compare Source

v3.7.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1

v3.7.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

v3.2.0

Compare Source

[!NOTE]
config and config-inline input names are deprecated and will be removed in next major release.

Full Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from favna and kyranet as code owners March 10, 2024 00:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 9939f8d to 1d88dd1 Compare March 18, 2024 14:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d7e16ca to d5b9163 Compare March 22, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b2a7faf to a2ea2ed Compare November 26, 2024 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 37b52eb to 77d66ad Compare December 2, 2024 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f84085b to 8522efe Compare December 6, 2024 19:31
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3eb3a29 to 7bf1416 Compare December 16, 2024 13:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7e8674d to bc24ad9 Compare December 29, 2024 13:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 46bdff6 to 9fd367d Compare January 6, 2025 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9fd367d to 1b9c9a9 Compare January 8, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants