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

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/adapter-neon (source) 5.8.1 -> 5.9.1 age adoption passing confidence
@prisma/client (source) 5.8.1 -> 5.9.1 age adoption passing confidence
@storybook/addon-a11y (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/addon-links (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/addon-viewport (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/blocks (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/nextjs (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@storybook/react (source) 7.6.10 -> 7.6.12 age adoption passing confidence
@tabler/icons-react (source) 2.46.0 -> 2.47.0 age adoption passing confidence
@types/node (source) 20.11.10 -> 20.11.16 age adoption passing confidence
@types/react (source) 18.2.48 -> 18.2.53 age adoption passing confidence
@vercel/speed-insights (source) 1.0.8 -> 1.0.9 age adoption passing confidence
chromatic (source) 10.6.1 -> 10.7.1 age adoption passing confidence
eslint-plugin-turbo (source) 1.11.3 -> 1.12.2 age adoption passing confidence
husky 9.0.7 -> 9.0.10 age adoption passing confidence
i18next (source) 23.8.1 -> 23.8.2 age adoption passing confidence
i18next-http-backend 2.4.2 -> 2.4.3 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.2 age adoption passing confidence
nanoid 5.0.4 -> 5.0.5 age adoption passing confidence
pnpm (source) 8.15.0 -> 8.15.1 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence
prettier-plugin-packagejson 2.4.9 -> 2.4.10 age adoption passing confidence
prisma (source) 5.8.1 -> 5.9.1 age adoption passing confidence
react-i18next 14.0.1 -> 14.0.3 age adoption passing confidence
storybook (source) 7.6.10 -> 7.6.12 age adoption passing confidence
turbo (source) 1.11.3 -> 1.12.2 age adoption passing confidence
type-fest 4.10.1 -> 4.10.2 age adoption passing confidence

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 of module/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-report

Note: 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:

  • Improve the performance of relation queries by introducing JOINs (see last release).
  • Support deployment to edge functions (already available in Early Access, you can apply for trying it out by taking our survey).

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 the RETURNING keyword for several queries on PostrgeSQL and CockroachDB. We now expanded the use of RETURNING 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
Prisma Migrate
Language 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

v7.6.11

Compare Source

tabler/tabler-icons (@​tabler/icons-react)

v2.47.0: Release 2.47.0

Compare 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 router

chromaui/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.2

Compare Source

What's Changed

create-turbo
Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v1.12.1...v1.12.2

v1.12.1: Turborepo v1.12.1

Compare Source

What's Changed

Docs
create-turbo
Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v1.12.0...v1.12.1

v1.12.0: Turborepo v1.12.0

Compare Source

What's Changed

Docs
create-turbo
Examples
Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/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

  • optimize addResources to address 2130
i18next/i18next-http-backend (i18next-http-backend)

v2.4.3

Compare Source

  • fix: overriding options
okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes

Configuration

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner February 1, 2024 00:08
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Feb 1, 2024
Copy link

vercel bot commented Feb 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
glaad ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 3:21pm

Copy link

socket-security bot commented Feb 1, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@prisma/adapter-neon@5.9.1 Transitive: environment, network +16 4.8 MB apolanc, aqrln, janpio, ...8 more
npm/@prisma/client@5.9.1 environment, filesystem, shell Transitive: eval +6 18.6 MB prismabot
npm/@storybook/addon-a11y@7.6.12 None +3 2.49 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/addon-essentials@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +345 63.5 MB shilman
npm/@storybook/addon-interactions@7.6.12 Transitive: environment, eval, filesystem +61 16.4 MB shilman
npm/@storybook/addon-links@7.6.12 environment, eval +7 935 kB shilman
npm/@storybook/addon-viewport@7.6.12 Transitive: environment +2 82.2 kB shilman
npm/@storybook/blocks@7.6.12 eval Transitive: environment, filesystem, network, shell, unsafe +226 45.7 MB shilman
npm/@storybook/nextjs@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +675 191 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/react@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +181 65.9 MB shilman
npm/@tabler/icons-react@2.47.0 Transitive: environment +7 195 MB codecalm
npm/@types/node@20.11.16 None +1 4.06 MB types
npm/@types/react@18.2.53 None +3 1.67 MB types
npm/@vercel/speed-insights@1.0.9 Transitive: environment, filesystem, network, shell, unsafe +68 104 MB chriswdmr, ijjk, matheuss, ...6 more
npm/chromatic@10.7.1 None 0 4.3 MB ghengeveld
npm/eslint-plugin-turbo@1.12.2 Transitive: environment, eval, filesystem, shell, unsafe +87 11.1 MB turbobot, vercel-release-bot
npm/husky@9.0.10 None 0 3.61 kB typicode
npm/i18next-http-backend@2.4.3 Transitive: network +5 691 kB adrai, jamuhl
npm/i18next@23.8.2 None +2 907 kB adrai
npm/lint-staged@15.2.2 Transitive: environment, filesystem, shell +55 2.49 MB okonet
npm/nanoid@5.0.5 None 0 10.8 kB ai
npm/prettier-plugin-packagejson@2.4.10 Transitive: environment, filesystem +34 9.19 MB matzkoh
npm/prettier@3.2.5 None 0 8.39 MB azz, duailibe, fisker, ...8 more
npm/prisma@5.9.1 environment Transitive: eval, filesystem, shell +5 13.8 MB prismabot
npm/react-i18next@14.0.3 Transitive: environment +10 6.23 MB adrai, jamuhl
npm/storybook@7.6.12 Transitive: environment, eval, filesystem, network, shell, unsafe +592 83.1 MB shilman
npm/turbo@1.12.2 None 0 30.6 kB jaredpalmer, turbobot, vercel-release-bot
npm/type-fest@4.10.2 None 0 320 kB sindresorhus

🚮 Removed packages: npm/@prisma/adapter-neon@5.8.1, npm/@prisma/client@5.8.1, npm/@storybook/addon-a11y@7.6.10, npm/@storybook/addon-essentials@7.6.10, npm/@storybook/addon-interactions@7.6.10, npm/@storybook/addon-links@7.6.10, npm/@storybook/addon-viewport@7.6.10, npm/@storybook/blocks@7.6.10, npm/@storybook/nextjs@7.6.10, npm/@storybook/react@7.6.10, npm/@tabler/icons-react@2.46.0, npm/@types/node@20.11.10, npm/@types/react@18.2.48, npm/@vercel/speed-insights@1.0.8, npm/chromatic@10.6.1, npm/eslint-plugin-turbo@1.11.3, npm/husky@9.0.7, npm/i18next-http-backend@2.4.2, npm/i18next@23.8.1, npm/lint-staged@15.2.0, npm/nanoid@5.0.4, npm/prettier-plugin-packagejson@2.4.9, npm/prettier@3.2.4, npm/prisma@5.8.1, npm/react-i18next@14.0.1, npm/storybook@7.6.10, npm/turbo@1.11.3, npm/type-fest@4.10.1

View full report↗︎

Copy link

github-actions bot commented Feb 1, 2024

📦 Next.js Bundle Analysis for @weareinreach/glaad

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@kodiakhq kodiakhq bot merged commit f19e236 into dev Feb 5, 2024
19 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch February 5, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

None yet

1 participant