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.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.5.0 -> ^19.6.0 age adoption passing confidence devDependencies 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
@types/node (source) ^20.16.10 -> ^20.17.10 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.7.1 age adoption passing confidence action minor
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence devDependencies patch
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.14.1592 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.1.10 age adoption passing confidence devDependencies patch
yarn (source) 4.1.0 -> 4.5.3 age adoption passing confidence packageManager minor

Release Notes

conventional-changelog/commitlint (@​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

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

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

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

nextauthjs/next-auth (next-auth)

v4.24.11

Compare Source

v4.24.10

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10

v4.24.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.9

nodejs/node (node)

v18.20.5: 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @​aduh95

Compare Source

Notable Changes
  • [ac37e554a5] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #​55333
Commits

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 4 times, most recently from d3b0f2f to a06e4f3 Compare November 11, 2024 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 40e1364 to 29c7320 Compare November 19, 2024 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 2104332 to ea9e2f0 Compare November 28, 2024 07:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 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 from 8522efe to ac450f7 Compare December 10, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac450f7 to 8c0c754 Compare December 11, 2024 11:24
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