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

Bump the dependencies group with 16 updates #98

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps the dependencies group with 16 updates:

Package From To
@astrojs/check 0.5.6 0.5.10
@astrojs/vercel 7.3.5 7.5.0
@biomejs/biome 1.5.3 1.6.3
@fontsource/open-sans 5.0.25 5.0.27
@pandacss/dev 0.34.1 0.36.1
@prisma/client 5.10.2 5.11.0
@solidjs/router 0.12.5 0.13.1
@vanilla-extract/integration 7.1.1 7.1.2
astro 4.4.15 4.5.12
babel-preset-solid 1.8.15 1.8.16
npm-check-updates 16.14.15 16.14.18
prisma 5.10.2 5.11.0
solid-js 1.8.15 1.8.16
typescript 5.4.2 5.4.3
@types/node 20.11.25 20.11.30
postcss 8.4.35 8.4.38

Updates @astrojs/check from 0.5.6 to 0.5.10

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.5.10

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • Updated dependencies [9ca368b]
  • Updated dependencies [d57daad]
  • Updated dependencies [b166787]
  • Updated dependencies [eb49fb2]
    • @​astrojs/language-server@​2.8.4

@​astrojs/check@​0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

@​astrojs/check@​0.5.8

Patch Changes

  • 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0

@​astrojs/check@​0.5.7

Patch Changes

  • 1b68dfb: Improves descriptions for attributes specific to Astro (is:raw, set:html, etc.)
  • Updated dependencies [2bad6a8]
  • Updated dependencies [1b68dfb]
    • @​astrojs/language-server@​2.7.7
Changelog

Sourced from @​astrojs/check's changelog.

0.5.10

Patch Changes

  • 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
  • Updated dependencies [9ca368b]
  • Updated dependencies [d57daad]
  • Updated dependencies [b166787]
  • Updated dependencies [eb49fb2]
    • @​astrojs/language-server@​2.8.4

0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1

0.5.8

Patch Changes

  • 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.
  • Updated dependencies [85b42dc]
    • @​astrojs/language-server@​2.8.0

0.5.7

Patch Changes

  • 1b68dfb: Improves descriptions for attributes specific to Astro (is:raw, set:html, etc.)
  • Updated dependencies [2bad6a8]
  • Updated dependencies [1b68dfb]
    • @​astrojs/language-server@​2.7.7
Commits

Updates @astrojs/vercel from 7.3.5 to 7.5.0

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​7.5.0

Minor Changes

@​astrojs/vercel@​7.4.0

Minor Changes

  • #10476 cfbaa8a767b8794c2dcd8e164672195378be396a Thanks @​lilnasy! - The special-case handling of src/vercel-edge-middleware.js file is now deprecated. This file allowed you to access the edge runtime's RequestContext object, and create the middleware locals from its fields. However, this object includes only one field - the waitUntil() function - which is now available directly as ctx.locals.vercel.edge.waitUntil().

@​astrojs/vercel@​7.3.6

Patch Changes

Changelog

Sourced from @​astrojs/vercel's changelog.

7.5.0

Minor Changes

7.4.1

Patch Changes

7.4.0

Minor Changes

  • #10476 cfbaa8a767b8794c2dcd8e164672195378be396a Thanks @​lilnasy! - The special-case handling of src/vercel-edge-middleware.js file is now deprecated. This file allowed you to access the edge runtime's RequestContext object, and create the middleware locals from its fields. However, this object includes only one field - the waitUntil() function - which is now available directly as ctx.locals.vercel.edge.waitUntil().

7.3.6

Patch Changes

Commits

Updates @biomejs/biome from 1.5.3 to 1.6.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.6.3

Analyzer

CLI

Bug fixes

  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#2164). Contributed by @​Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @​Sec-ant

Configuration

Bug fixes

  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @​Sec-ant

Editors

Formatter

Bug fixes

  • Fix #2172 by breaking long object destructuring patterns. Contributed by @​ah-yu

JavaScript APIs

Linter

New features

LSP

Bug fixes

  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#2161). Contributed by @​Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @​ematipico

Parser

What's Changed

Other changes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.3 (2024-03-25)

Analyzer

CLI

Bug fixes

  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#2164). Contributed by @​Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @​Sec-ant

Configuration

Bug fixes

  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @​Sec-ant

Editors

Formatter

Bug fixes

  • Fix #2172 by breaking long object destructuring patterns. Contributed by @​ah-yu

JavaScript APIs

Linter

New features

Enhancements

  • Rename noSemicolonInJsx to noSuspiciousSemicolonInJsx. Contributed by @​fujiyamaorange

LSP

Bug fixes

  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#2161). Contributed by @​Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @​ematipico

Parser

1.6.2 (2024-03-22)

Analyzer

... (truncated)

Commits

Updates @fontsource/open-sans from 5.0.25 to 5.0.27

Commits

Updates @pandacss/dev from 0.34.1 to 0.36.1

Release notes

Sourced from @​pandacss/dev's releases.

@​pandacss/dev@​0.36.1

Patch Changes

  • Updated dependencies [bd0cb07]
    • @​pandacss/types@​0.36.1
    • @​pandacss/node@​0.36.1
    • @​pandacss/config@​0.36.1
    • @​pandacss/logger@​0.36.1
    • @​pandacss/preset-panda@​0.36.1
    • @​pandacss/token-dictionary@​0.36.1
    • @​pandacss/postcss@​0.36.1
    • @​pandacss/shared@​0.36.1

@​pandacss/dev@​0.36.0

Minor Changes

  • 2691f16: Add config.themes to easily define and apply a theme on multiple tokens at once, using data attributes and CSS variables.

    Can pre-generate multiple themes with token overrides as static CSS, but also dynamically import and inject a theme stylesheet at runtime (browser or server).

    Example:

    // panda.config.ts
    import { defineConfig } from "@pandacss/dev";
    export default defineConfig({
    // ...
    // main theme
    theme: {
    extend: {
    tokens: {
    colors: {
    text: { value: "blue" },
    },
    },
    semanticTokens: {
    colors: {
    body: {
    value: {
    base: "{colors.blue.600}",
    _osDark: "{colors.blue.400}",
    },
    },
    },
    },
    },
    },

... (truncated)

Changelog

Sourced from @​pandacss/dev's changelog.

0.36.1

Patch Changes

  • Updated dependencies [bd0cb07]
    • @​pandacss/types@​0.36.1
    • @​pandacss/node@​0.36.1
    • @​pandacss/config@​0.36.1
    • @​pandacss/logger@​0.36.1
    • @​pandacss/preset-panda@​0.36.1
    • @​pandacss/token-dictionary@​0.36.1
    • @​pandacss/postcss@​0.36.1
    • @​pandacss/shared@​0.36.1

0.36.0

Minor Changes

  • 2691f16: Add config.themes to easily define and apply a theme on multiple tokens at once, using data attributes and CSS variables.

    Can pre-generate multiple themes with token overrides as static CSS, but also dynamically import and inject a theme stylesheet at runtime (browser or server).

    Example:

    // panda.config.ts
    import { defineConfig } from '@pandacss/dev'
    export default defineConfig({
    // ...
    // main theme
    theme: {
    extend: {
    tokens: {
    colors: {
    text: { value: 'blue' },
    },
    },
    semanticTokens: {
    colors: {
    body: {
    value: {
    base: '{colors.blue.600}',
    _osDark: '{colors.blue.400}',
    },
    },
    },
    },

... (truncated)

Commits

Updates @prisma/client from 5.10.2 to 5.11.0

Release notes

Sourced from @​prisma/client's releases.

5.11.0

Today, we are excited to share the 5.11.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Edge function support for Cloudflare and Vercel (Preview)

We’re thrilled to announce that support for edge function deployments with Prisma ORM is now in Preview 🥳 As of this release, you can deploy your apps that are using Prisma ORM to:

  • Vercel Edge Functions and Vercel Edge Middleware
  • Cloudflare Workers and Cloudflare Pages

In order to deploy to an edge function, you’ll need to use a compatible database driver (along with its Prisma driver adapter):

  • Neon Serverless Driver (for PostgreSQL databases hosted via Neon)
  • PlanetScale Serverless Driver (for MySQL databases hosted via PlanetScale)
  • pg driver (for traditional PostgreSQL databases)
  • @libsql/client driver (for SQLite databases hosted via Turso)

Check out our documentation to learn how you can deploy an edge function using any combination of supported edge function provider and database.

You can also read more about it in the announcement blog post!

Performance improvements in nested create operations

With Prisma ORM, you can create multiple new records in nested queries, for example:

const user = await prisma.user.update({
  where: { id: 9 },
  data: {
    name: 'Elliott',
    posts: {
      create: {
        data: [{ title: 'My first post' }, { title: 'My second post' }],
      },
    },
  },
})

In previous versions, Prisma ORM would translate this into multiple SQL INSERT queries, each requiring its own roundtrip to the database. As of this release, these nested create queries are optimized and the INSERT queries are sent to the database in bulk in a single roundtrip. These optimizations apply to one-to-many as well as many-to-many relations.

With this change, using the nested create option to create multiple records effectively becomes equivalent to using a nested createMany operation (except that createMany only works with one-to-many relations, whereas create works both with one-to-many and many-to-many).

Note: Only the deepest nested operation is optimized. If a user specified create (1) -> create (2) -> create (3) in their query, only create (3) will be optimized.

Fixes and improvements

... (truncated)

Commits
  • 3b45747 fix(client): fix runtime.prettyName (#23446)
  • 894eef9 fix(client): runtimeDescription is not defined #23153 (#23164)
  • a211ad7 chore(deps): update engines to 5.11.0-15.efd2449663b3d73d637ea1fd226bafbcf45b...
  • 69abf11 chore(deps): update dependency @​types/node to v16.18.86 (#23374)
  • 009563e chore(deps): update engines to 5.11.0-9.3d9a0d64e7107d8985df64fce153a82e7821a...
  • ff59f63 chore(deps): update dependency @​inquirer/prompts to v4.2.1 (#23414)
  • ff2d725 chore(deps): update dependency wrangler to v3.32.0 (#23404)
  • 9b90143 fix(client): engine loading on vercel & improved custom output dx (#22958)
  • 63c4535 chore(deps): update engines to 5.11.0-7.ea1d441684437cb0347ae41a974507fb424a3...
  • 4aee142 chore(deps): update engines to 5.11.0-6.6795ad985c527cdaf71c052574c604901054b...
  • Additional commits viewable in compare view

Updates @solidjs/router from 0.12.5 to 0.13.1

Changelog

Sourced from @​solidjs/router's changelog.

0.13.1

Patch Changes

  • 8b766a9: restore params into root

0.13.0

Minor Changes

  • 7b1597b: Add errors to actions

Patch Changes

  • 83e827d: minimum types for submission flash
  • 6df4a7a: push root/rootLoad outside of route matching
Commits

Updates @vanilla-extract/integration from 7.1.1 to 7.1.2

Release notes

Sourced from @​vanilla-extract/integration's releases.

@​vanilla-extract/integration@​7.1.2

Patch Changes

Changelog

Sourced from @​vanilla-extract/integration's changelog.

7.1.2

Patch Changes

Commits

Updates astro from 4.4.15 to 4.5.12

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.5.12

Patch Changes

4.5.11

Patch Changes

4.5.10

Patch Changes

4.5.9

Patch Changes

4.5.8

Patch Changes

... (truncated)

Commits

Updates babel-preset-solid from 1.8.15 to 1.8.16

Commits

Updates npm-check-updates from 16.14.15 to 16.14.18

Commits

Updates prisma from 5.10.2 to 5.11.0

Release notes

Sourced from prisma's releases.

5.11.0

Today, we are excited to share the 5.11.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Edge function support for Cloudflare and Vercel (Preview)

We’re thrilled to announce that support for edge function deployments with Prisma ORM is now in Preview 🥳 As of this release, you can deploy your apps that are using Prisma ORM to:

  • Vercel Edge Functions and Vercel Edge Middleware
  • Cloudflare Workers and Cloudflare Pages

In order to deploy to an edge function, you’ll need to use a compatible database driver (along with its Prisma driver adapter):

  • Neon Serverless Driver (for PostgreSQL databases hosted via Neon)
  • PlanetScale Serverless Driver (for MySQL databases hosted via PlanetScale)
  • pg driver (for traditional PostgreSQL databases)
  • @libsql/client driver (for SQLite databases hosted via Turso)

Check out our documentation to learn how you can deploy an edge function using any combination of supported edge function provider and database.

You can also read more about it in the announcement blog post!

Performance improvements in nested create operations

With Prisma ORM, you can create multiple new records in nested queries, for example:

const user = await prisma.user.update({
  where: { id: 9 },
  data: {
    name: 'Elliott',
    posts: {
      create: {
        data: [{ title: 'My first post' }, { title: 'My second post' }],
      },
    },
  },
})

In previous versions, Prisma ORM would translate this into multiple SQL INSERT queries, each requiring its own roundtrip to the database. As of this release, these nested create queries are optimized and the INSERT queries are sent to the database in bulk in a single roundtrip. These optimizations apply to one-to-many as well as many-to-many relations.

With this change, using the nested create option to create multiple records effectively becomes equivalent to using a nested createMany operation (except that createMany only works with one-to-many relations, whereas create works both with one-to-many and many-to-many).

Note: Only the deepest nested operation is optimized. If a user specified create (1) -> create (2) -> create (3) in their query, only create (3) will be optimized.

Fixes and improvements

... (truncated)

Commits

Updates solid-js from 1.8.15 to 1.8.16

Commits

Updates typescript from 5.4.2 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.6` | `0.5.10` |
| [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `7.3.5` | `7.5.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.5.3` | `1.6.3` |
| [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans) | `5.0.25` | `5.0.27` |
| [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) | `0.34.1` | `0.36.1` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.10.2` | `5.11.0` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.12.5` | `0.13.1` |
| [@vanilla-extract/integration](https://github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/integration) | `7.1.1` | `7.1.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.4.15` | `4.5.12` |
| [babel-preset-solid](https://github.com/solidjs/solid) | `1.8.15` | `1.8.16` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.15` | `16.14.18` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.10.2` | `5.11.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.15` | `1.8.16` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.11.30` |
| [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` |


Updates `@astrojs/check` from 0.5.6 to 0.5.10
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)

Updates `@astrojs/vercel` from 7.3.5 to 7.5.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/vercel)

Updates `@biomejs/biome` from 1.5.3 to 1.6.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.6.3/packages/@biomejs/biome)

Updates `@fontsource/open-sans` from 5.0.25 to 5.0.27
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/open-sans/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/open-sans)

Updates `@pandacss/dev` from 0.34.1 to 0.36.1
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/[email protected]/packages/cli)

Updates `@prisma/client` from 5.10.2 to 5.11.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.11.0/packages/client)

Updates `@solidjs/router` from 0.12.5 to 0.13.1
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `@vanilla-extract/integration` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/vanilla-extract-css/vanilla-extract/releases)
- [Changelog](https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/integration/CHANGELOG.md)
- [Commits](https://github.com/vanilla-extract-css/vanilla-extract/commits/@vanilla-extract/[email protected]/packages/integration)

Updates `astro` from 4.4.15 to 4.5.12
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `babel-preset-solid` from 1.8.15 to 1.8.16
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.8.15...v1.8.16)

Updates `npm-check-updates` from 16.14.15 to 16.14.18
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v16.14.15...v16.14.18)

Updates `prisma` from 5.10.2 to 5.11.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.11.0/packages/cli)

Updates `solid-js` from 1.8.15 to 1.8.16
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.8.15...v1.8.16)

Updates `typescript` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.2...v5.4.3)

Updates `@types/node` from 20.11.25 to 20.11.30
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `postcss` from 8.4.35 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.35...8.4.38)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@biomejs/biome"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@fontsource/open-sans"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@pandacss/dev"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vanilla-extract/integration"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel-preset-solid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prisma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2024
Copy link

vercel bot commented Mar 29, 2024

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

Name Status Preview Comments Updated (UTC)
site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 29, 2024 6:23pm

Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #99.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-9436bc904b branch April 1, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants