-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #328
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
automerge
Enable Kodiak auto-merge
dependencies
Change in project dependencies.
labels
Feb 1, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/glaadThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 1, 2024 08:42
b5063c4
to
9f79d55
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 1, 2024 10:40
9f79d55
to
4ceccc5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 1, 2024 16:33
4ceccc5
to
eda5db8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 1, 2024 19:49
eda5db8
to
941374f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 1, 2024 22:04
941374f
to
76d2ae8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 2, 2024 00:12
76d2ae8
to
3f022e2
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 2, 2024 03:38
3f022e2
to
95fb2b9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 2, 2024 07:46
95fb2b9
to
8cb2f79
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 3, 2024 05:03
8cb2f79
to
bae17a5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 4, 2024 08:10
bae17a5
to
1187aac
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 5, 2024 04:27
1187aac
to
071793c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 5, 2024 10:13
071793c
to
3b485dd
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 5, 2024 15:19
3b485dd
to
799aec6
Compare
JoeKarow
approved these changes
Feb 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.8.1
->5.9.1
5.8.1
->5.9.1
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
7.6.10
->7.6.12
2.46.0
->2.47.0
20.11.10
->20.11.16
18.2.48
->18.2.53
1.0.8
->1.0.9
10.6.1
->10.7.1
1.11.3
->1.12.2
9.0.7
->9.0.10
23.8.1
->23.8.2
2.4.2
->2.4.3
15.2.0
->15.2.2
5.0.4
->5.0.5
8.15.0
->8.15.1
3.2.4
->3.2.5
2.4.9
->2.4.10
5.8.1
->5.9.1
14.0.1
->14.0.3
7.6.10
->7.6.12
1.11.3
->1.12.2
4.10.1
->4.10.2
Release Notes
prisma/prisma (@prisma/adapter-neon)
v5.9.1
Compare Source
Today, we are issuing the
5.9.1
patch release.Fixes in Prisma Client
In
5.9.0
we have changed our conditional exports in@prisma/client
. This resulted in broken types for TypesScript users using certain combinations ofmodule
/moduleResolution
settings. Additionally, it also caused a regression for Next.js users which have encountered invalid error messages from our side.You can now try out
5.9.1
and let us know if you find a bug at https://pris.ly/prisma-prisma-bug-reportError: Prisma Client is unable to run in an edge runtime. As an alternative, try Accelerate: https://pris.ly/d/accelerate.
#22889Note: many issues are duplicates.
v5.9.0
Compare Source
Today, we are excited to share the
5.9.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
This release brings a number of small improvements as we continue our work on larger features which you will hear more about in the coming weeks:
Highlights
Optimized result sets for more efficient queries
We continue our efforts of the performance of Prisma Client queries. In
5.1.0
, we introduced theRETURNING
keyword for several queries on PostrgeSQL and CockroachDB. We now expanded the use ofRETURNING
to SQLite and a broader range of queries for existing databases (e.g.delete
on PostgreSQL and MongoDB). You can learn more about the optimizations of the result sets in these PRs:SQL Server: Return proper error for unreachable database
When trying migrate/introspect a SQL server instance that’s unreachable, Prisma ORM now returns the correct
P1001
error instead of failing without an error. Learn more in this PR: SQL Server: Migrate/Introspection engine doesn't return P1001 error for unreachable url.Fixes and improvements
Prisma Client
select
queries on create/update/deletePrisma Migrate
ERROR: column "..." being dropped, try again later
when applying migrations with CRDB 23.1Language tools (e.g. VS Code)
Company news
Test edge functions support in Early Access
Today, the only way how to use Prisma ORM in edge functions (e.g. Cloudflare Workers or Vercel Edge Functions) is by using Prisma Accelerate. However, we are actively working on making Prisma ORM compatible with edge functions natively as well. If you want to become an early tester, you can apply for the private Early Accessing program by taking this survey.
We Transitioned Prisma Accelerate to IPv6 Without Anyone Noticing
Last year, AWS announced the decision to begin charging for IPv4 addresses beginning in February 2024. This move had a major impact on Prisma Accelerate, prompting us to go all-in on IPv6. Learn more in this technical deep dive into how we approached our IPv6 migration, lessons learned, and the outcome for users of Prisma Accelerate.
Credits
Huge thanks to @laplab, @Druue, @anuraaga, @onichandame, @LucianBuzzo, @RobertCraigie, @almeidx, @victorgdb, @tinola, @sampolahtinen, @AikoRamalho, @petradonka for helping!
storybookjs/storybook (@storybook/addon-a11y)
v7.6.12
Compare Source
upgrade
detecting the wrong version of existing Storybooks - #25752, thanks @JReinhold!v7.6.11
Compare Source
tabler/tabler-icons (@tabler/icons-react)
v2.47.0
: Release 2.47.0Compare Source
18 new icons:
border-corner-ios
brightness-auto
clipboard-smile
database-smile
glass-champagne
glass-cocktail
glass-gin
image-in-picture
math-max-min
prong
shopping-bag-heart
temperature-snow
temperature-sun
transform-point-bottom-left
transform-point-bottom-right
transform-point-top-left
transform-point-top-right
transform-point
Fixed icons:
brand-linktree
,glass-off
,glass
,math-max
,math-min
vercel/speed-insights (@vercel/speed-insights)
v1.0.9
Compare Source
Improved
route
support for Next.js pages routerchromaui/chromatic-cli (chromatic)
v10.7.1
Compare Source
🐛 Bug Fix
Authors: 1
v10.7.0
Compare Source
🚀 Enhancement
Authors: 1
vercel/turbo (eslint-plugin-turbo)
v1.12.2
: Turborepo v1.12.2Compare Source
What's Changed
create-turbo
Changelog
Full Changelog: vercel/turborepo@v1.12.1...v1.12.2
v1.12.1
: Turborepo v1.12.1Compare Source
What's Changed
Docs
create-turbo
Changelog
New Contributors
Full Changelog: vercel/turborepo@v1.12.0...v1.12.1
v1.12.0
: Turborepo v1.12.0Compare Source
What's Changed
Docs
what-to-cache.mdx
by @pjlangley in https://github.com/vercel/turbo/pull/6960exports
in Internal Packages doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7079create-turbo
Examples
Changelog
@turbo/repository
to use new terminology by @mrmckeb in https://github.com/vercel/turbo/pull/7078@turbo/[email protected]
by @mrmckeb in https://github.com/vercel/turbo/pull/7090New Contributors
Full Changelog: vercel/turborepo@v1.11.3...v1.12.0
typicode/husky (husky)
v9.0.10
Compare Source
v9.0.9
Compare Source
v9.0.8
Compare Source
i18next/i18next (i18next)
v23.8.2
Compare Source
addResources
to address 2130i18next/i18next-http-backend (i18next-http-backend)
v2.4.3
Compare Source
okonet/lint-staged (lint-staged)
v15.2.2
Compare Source
Patch Changes
fdcdad4
](https://togithub.com/lint-stageConfiguration
📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.