UweKnopf / stoex

https://stoex.vercel.app
3 stars 1 forks source link

Bump the prod-major group with 3 updates #110

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the prod-major group with 3 updates: @prisma/client, @tabler/icons-svelte and prisma.

Updates @prisma/client from 5.5.2 to 5.7.1

Release notes

Sourced from @​prisma/client's releases.

5.7.1

Today, we are issuing the 5.7.1 patch release.

This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

Fixes in Prisma Client

5.7.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X (formerly Twitter) about the release.

Highlights

✨ In this release, we improved the SQL queries Prisma Client generates for you with two new Preview features, the driver adapters, and support for the database drivers we currently support. 5.7.0 will be the last release of the year. Stay tuned for the next one in January! ✨

Preview support for JOINs for relation queries for PostgreSQL and CockroachDB

We’re excited to announce Preview support for JOINs in Prisma Client when querying relations. Support for JOINs has been a long-standing feature request, and this release adds support for PostgreSQL and CockroachDB. The upcoming releases will expand support for other databases Prisma supports.

To get started using JOINs, enable the Preview feature in your Prisma schema:

// schema.prisma
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["relationJoins"]
}

Run prisma generate to regenerate Prisma Client and enable the Preview feature.

Prisma Client will use a JOIN in your query to fetch relation data for a majority of the cases.

Example queries

Prisma Client query

await prisma.user.findUnique({
    where: {
        id: 1
</tr></table> 

... (truncated)

Commits
  • 57c979f chore: revert wasm engine (#22458)
  • 7be2d03 bump engine
  • 990e591 chore(client): fix a typo in a comment in e2e/_utils/run.ts (#22269)
  • 3af4569 fix(e2e): fix failing studio-1128-spawn-enoent test (#22272)
  • 7eb9800 feat(client): integrate relation joins (#22243)
  • 4d1347d chore(deps): update engines to 5.7.0-40.1964a5cbd8c8ab62f2ef25627fbcd8489aa2e...
  • bb06b83 fix(client): Netlify using Node.js 20 should use rhel-openssl-3.0.x (#22241)
  • 60d4094 chore(deps): update engines to 5.7.0-39.0d724e37b36bf276aa095d4571213cd035eaf...
  • 363e028 test(client): add --preview-features to test setup CLI (#22246)
  • 4c493a1 feat(driver adapters): [public API] Rename flavour field to provider, rem...
  • Additional commits viewable in compare view


Updates @tabler/icons-svelte from 2.40.0 to 2.45.0

Release notes

Sourced from @​tabler/icons-svelte's releases.

Release 2.45.0

18 new icons:

  • brand-apple-filled
  • brand-bluesky
  • brand-livewire
  • brand-pnpm
  • brand-stocktwits
  • brand-yarn
  • circle-dashed-percentage
  • circle-percentage
  • meter-cube
  • meter-square
  • paywall
  • pilcrow-left
  • pilcrow-right
  • protocol
  • receipt-rupee
  • square-percentage
  • square-rounded-percentage
  • transaction-rupee

Fixed icons: brand-apple

Release 2.44.0

18 new icons:

  • border-corner-pill
  • border-corner-rounded
  • border-corner-square
  • favicon
  • receipt-bitcoin
  • receipt-dollar
  • receipt-euro
  • receipt-pound
  • receipt-yen
  • receipt-yuan
  • sandbox
  • text-grammar
  • transaction-bitcoin
  • transaction-dollar
  • transaction-euro
  • transaction-pound
  • transaction-yen
  • transaction-yuan

... (truncated)

Commits


Updates prisma from 5.5.2 to 5.7.1

Release notes

Sourced from prisma's releases.

5.7.1

Today, we are issuing the 5.7.1 patch release.

This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

Fixes in Prisma Client

5.7.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X (formerly Twitter) about the release.

Highlights

✨ In this release, we improved the SQL queries Prisma Client generates for you with two new Preview features, the driver adapters, and support for the database drivers we currently support. 5.7.0 will be the last release of the year. Stay tuned for the next one in January! ✨

Preview support for JOINs for relation queries for PostgreSQL and CockroachDB

We’re excited to announce Preview support for JOINs in Prisma Client when querying relations. Support for JOINs has been a long-standing feature request, and this release adds support for PostgreSQL and CockroachDB. The upcoming releases will expand support for other databases Prisma supports.

To get started using JOINs, enable the Preview feature in your Prisma schema:

// schema.prisma
generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["relationJoins"]
}

Run prisma generate to regenerate Prisma Client and enable the Preview feature.

Prisma Client will use a JOIN in your query to fetch relation data for a majority of the cases.

Example queries

Prisma Client query

await prisma.user.findUnique({
    where: {
        id: 1
</tr></table> 

... (truncated)

Commits
  • dd2e8ff chore(cli): refine platform help command copy (#22282)
  • ae47208 feat: show auth commands as part of root help (#22267)
  • e8f2cf7 fix(cli): replace platform cli links using underlines with links (#22264)
  • 1e198d3 feat(cli): add temporary docs link to platform cli help (#22254)
  • dc24a2d feat(cli): move platform login and logout under auth command (#22258)
  • 0681a1e feat(cli): Include link to getting started guide for accelerate enable (#22...
  • 0f25e2f fix(cli): Add optional placeholder parameter region for accelerate enable (...
  • ece299f fix(cli): rename platform command option --display-name to --name (#22257)
  • ce984aa feat(cli): Display full connection string for accelerate enable command (#22256)
  • a7aea0a fix(cli): Platform commands fixes (#22255)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 6 months ago

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

Name Status Preview Comments Updated (UTC)
stoex ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 4:18pm
dependabot[bot] commented 6 months ago

Superseded by #112.