UweKnopf / stoex

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

Bump the prod-major group with 5 updates #65

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the prod-major group with 5 updates:

Package From To
@prisma/client 5.2.0 5.4.2
@tabler/icons-svelte 2.30.0 2.39.0
@vercel/analytics 1.0.2 1.1.1
lucia 2.4.2 2.7.1
prisma 5.2.0 5.4.2

Updates @prisma/client from 5.2.0 to 5.4.2

Release notes

Sourced from @​prisma/client's releases.

5.4.2

Today, we are issuing the 5.4.2 patch release.

Fix in Prisma Client

5.4.1

Today, we are issuing the 5.4.1 patch release.

Fix in Prisma Client

Fix in @prisma/adapter-planetscale

5.4.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Preview support for PlanetScale and Neon serverless database drivers

We’re excited to announce Preview support for the Neon and PlanetScale serverless database drivers. The PlanetScale and Neon serverless database drivers allow Prisma to connect to your database using protocols besides TCP — HTTP (PlanetScale) or WebSockets (Neon).

To get started with the serverless database drivers, first enable the driverAdapters Preview feature flag in your Prisma schema:

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

Next, to set up Prisma Client to use the serverless database drivers:

PlanetScale

Install the Prisma adapter for PlanetScale and PlanetScale serverless database driver, and undici:

npm install @prisma/adapter-planetscale @planetscale/database undici

Prisma ORM supports Node 16 and up. In Node 18 and up, undici is not needed.

... (truncated)

Commits
  • f02bc5c bump engines
  • e502f6b test regression
  • 7533183 bump engines
  • 6800c63 fix(client): disable env loading for driver adapters (#21286)
  • 94cd9dc fix(client): Ensure types renamed by the bundler do not leak to third-party p...
  • 1307482 chore(deps): update engines to 5.4.0-47.a5596b96668f0f4b397761ce0956db54e17e4...
  • 73451c9 chore(deps): update prisma driver adapters (#21327)
  • 920ef9e fix(client): extension types with mocking library (#21138)
  • e0f2e5f chore(deps): update engines to 5.4.0-46.3b37c318a976ae7ee215b71633a315315b232...
  • e2cb42f chore(deps): update engines to 5.4.0-45.06e0f081c833fd3b6af31e608cbe53650873c...
  • Additional commits viewable in compare view


Updates @tabler/icons-svelte from 2.30.0 to 2.39.0

Release notes

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

Release 2.39.0

27 new icons:

  • brand-patreon-filled
  • briefcase-filled
  • bug-filled
  • caret-left-right-filled
  • caret-up-down-filled
  • chart-dots-filled
  • chart-grid-dots-filled
  • coin-bitcoin-filled
  • coin-euro-filled
  • coin-filled
  • coin-monero-filled
  • coin-pound-filled
  • coin-rupee-filled
  • coin-taka-filled
  • coin-taka
  • coin-yen-filled
  • coin-yuan-filled
  • compass-filled
  • credit-card-filled
  • flask-2-filled
  • flask-filled
  • gift-filled
  • graph-filled
  • link-minus
  • link-plus
  • timeline-event-filled
  • user-filled

Fixed icons: brand-patreon

Release 2.38.0

56 new icons:

  • letter-a-small
  • letter-b-small
  • letter-c-small
  • letter-d-small
  • letter-e-small
  • letter-f-small
  • letter-g-small
  • letter-h-small
  • letter-i-small
  • letter-j-small

... (truncated)

Commits


Updates @vercel/analytics from 1.0.2 to 1.1.1

Release notes

Sourced from @​vercel/analytics's releases.

1.1.1

What's Changed

Full Changelog: https://github.com/vercel/analytics/compare/1.1.0...1.1.1

1.1.0

Introducing server side events

Start tracking custom events on server environments such as Edge, Serverless or Server Actions.

Next.js Code examples:

Full Changelog: https://github.com/vercel/analytics/compare/1.0.1...1.1.0

1.1.0-beta.9

  • Fix usage with deployment protection

1.1.0-beta.8

  • Cleanup

1.1.0-beta.7

  • Allow to send server side events in preview branches with deployment protection enabled.

1.1.0-beta.6

What's Changed

Full Changelog: https://github.com/vercel/analytics/compare/1.1.0-beta.5...1.1.0-beta.6

1.1.0-beta.5

What's Changed

  • Simply use of server side events! No more withSessionContext and no manual passing of headers or request!
  • [breaking]: removed withSessionContext export as its not needed anymore!

Full Changelog: https://github.com/vercel/analytics/compare/1.1.0-beta.4...1.1.0-beta.5

1.1.0-beta.4

What's Changed

... (truncated)

Commits


Updates lucia from 2.4.2 to 2.7.1

Changelog

Sourced from lucia's changelog.

2.7.1

Patch changes

2.7.0

Minor changes

Patch changes

2.6.0

Minor changes

Patch changes

2.5.0

Minor changes

Patch changes

Commits


Updates prisma from 5.2.0 to 5.4.2

Release notes

Sourced from prisma's releases.

5.4.2

Today, we are issuing the 5.4.2 patch release.

Fix in Prisma Client

5.4.1

Today, we are issuing the 5.4.1 patch release.

Fix in Prisma Client

Fix in @prisma/adapter-planetscale

5.4.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Preview support for PlanetScale and Neon serverless database drivers

We’re excited to announce Preview support for the Neon and PlanetScale serverless database drivers. The PlanetScale and Neon serverless database drivers allow Prisma to connect to your database using protocols besides TCP — HTTP (PlanetScale) or WebSockets (Neon).

To get started with the serverless database drivers, first enable the driverAdapters Preview feature flag in your Prisma schema:

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

Next, to set up Prisma Client to use the serverless database drivers:

PlanetScale

Install the Prisma adapter for PlanetScale and PlanetScale serverless database driver, and undici:

npm install @prisma/adapter-planetscale @planetscale/database undici

Prisma ORM supports Node 16 and up. In Node 18 and up, undici is not needed.

... (truncated)

Commits


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 11 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 Oct 12, 2023 10:23pm