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 17 updates #105

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps the dependencies group with 17 updates:

Package From To
@astrojs/check 0.5.6 0.5.10
@astrojs/vercel 7.3.5 7.5.2
@biomejs/biome 1.5.3 1.6.4
@fontsource/open-sans 5.0.25 5.0.27
@fortawesome/free-solid-svg-icons 6.5.1 6.5.2
@pandacss/dev 0.34.1 0.37.2
@prisma/client 5.10.2 5.12.1
@solidjs/router 0.12.5 0.13.1
@vanilla-extract/integration 7.1.1 7.1.2
astro 4.4.15 4.5.17
babel-preset-solid 1.8.15 1.8.16
npm-check-updates 16.14.15 16.14.18
prisma 5.10.2 5.12.1
solid-js 1.8.15 1.8.16
typescript 5.4.2 5.4.4
@types/node 20.11.25 20.12.6
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.2

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​7.5.2

Patch Changes

@​astrojs/vercel@​7.5.1

Patch Changes

@​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.2

Patch Changes

7.5.1

Patch Changes

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

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.6.4

Analyzer

Bug fixes

  • An operator with no spaces around in a binary expression no longer breaks the js analyzer (#2243). Contributed by @​Sec-ant

CLI

Bug fixes

Configuration

Bug fixes

  • Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option recommended or all is false (#2191). Contributed by @​Sec-ant

Editors

Bug fixes

  • Fix the unexpected code deletion and repetition when quickfix.biome is enabled and some import-related rules are applied (#2222, #688, #1015). Contributed by @​Sec-ant

Linter

Bug fixes

  • Fix #2211. noChildrenProp should work fine when children pass as a prop in a new line. Contributed by @​fireairforce

  • Fix #2248. lint/a11y/useButtonType should not trigger when button element with spread attribute. Contributed by @​fireairforce

  • Fix #2216. lint/style/useNamingConvention should not ignore JSX Component name binding. Contributed by @​fireairforce

Enhancements

  • Add support for object property members in the rule useSortedClasses. Contributed by @​ematipico

Parser

  • The parser doesn't throw any error when the frontmatter of .astro files contains an illegal return:

    ---
    const condition = true;
    if (condition) {
      return "Something";
    }

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.4 (2022-04-03)

Analyzer

Bug fixes

  • An operator with no spaces around in a binary expression no longer breaks the js analyzer (#2243). Contributed by @​Sec-ant

CLI

Bug fixes

Configuration

Bug fixes

  • Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option recommended or all is false (#2191). Contributed by @​Sec-ant

Editors

Bug fixes

  • Fix the unexpected code deletion and repetition when quickfix.biome is enabled and some import-related rules are applied (#2222, #688, #1015). Contributed by @​Sec-ant

Linter

New features

Bug fixes

  • Fix #2211. noChildrenProp should work fine when children pass as a prop in a new line. Contributed by @​fireairforce

  • Fix #2248. lint/a11y/useButtonType should not trigger when button element with spread attribute. Contributed by @​fireairforce

  • Fix #2216. lint/style/useNamingConvention should not ignore JSX Component name binding. Contributed by @​fireairforce

Enhancements

  • Add support for object property members in the rule useSortedClasses. Contributed by @​ematipico

Parser

  • The parser doesn't throw any error when the frontmatter of .astro files contains an illegal return:

    ---

... (truncated)

Commits

Updates @fontsource/open-sans from 5.0.25 to 5.0.27

Commits

Updates @fortawesome/free-solid-svg-icons from 6.5.1 to 6.5.2

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.5.2

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @pandacss/dev from 0.34.1 to 0.37.2

Release notes

Sourced from @​pandacss/dev's releases.

@​pandacss/dev@​0.37.2

Patch Changes

  • d238b17: Add missing type PatternProperties to solve a TypeScript issue (The inferred type of xxx cannot be named without a reference)
  • Updated dependencies [84edd38]
  • Updated dependencies [74dfb3e]
    • @​pandacss/node@​0.37.2
    • @​pandacss/types@​0.37.2
    • @​pandacss/postcss@​0.37.2
    • @​pandacss/config@​0.37.2
    • @​pandacss/logger@​0.37.2
    • @​pandacss/preset-panda@​0.37.2
    • @​pandacss/token-dictionary@​0.37.2
    • @​pandacss/shared@​0.37.2

@​pandacss/dev@​0.37.1

Patch Changes

  • Updated dependencies [93dc9f5]
  • Updated dependencies [88049c5]
  • Updated dependencies [885963c]
  • Updated dependencies [99870bb]
    • @​pandacss/token-dictionary@​0.37.1
    • @​pandacss/config@​0.37.1
    • @​pandacss/types@​0.37.1
    • @​pandacss/shared@​0.37.1
    • @​pandacss/node@​0.37.1
    • @​pandacss/logger@​0.37.1
    • @​pandacss/preset-panda@​0.37.1
    • @​pandacss/postcss@​0.37.1

@​pandacss/dev@​0.37.0

Patch Changes

  • Updated dependencies [7daf159]
  • Updated dependencies [bcfb5c5]
  • Updated dependencies [6247dfb]
    • @​pandacss/shared@​0.37.0
    • @​pandacss/types@​0.37.0
    • @​pandacss/node@​0.37.0
    • @​pandacss/config@​0.37.0
    • @​pandacss/token-dictionary@​0.37.0
    • @​pandacss/logger@​0.37.0
    • @​pandacss/preset-panda@​0.37.0
    • @​pandacss/postcss@​0.37.0

@​pandacss/dev@​0.36.1

Patch Changes

... (truncated)

Changelog

Sourced from @​pandacss/dev's changelog.

0.37.2

Patch Changes

  • d238b17: Add missing type PatternProperties to solve a TypeScript issue (The inferred type of xxx cannot be named without a reference)
  • Updated dependencies [84edd38]
  • Updated dependencies [74dfb3e]
    • @​pandacss/node@​0.37.2
    • @​pandacss/types@​0.37.2
    • @​pandacss/postcss@​0.37.2
    • @​pandacss/config@​0.37.2
    • @​pandacss/logger@​0.37.2
    • @​pandacss/preset-panda@​0.37.2
    • @​pandacss/token-dictionary@​0.37.2
    • @​pandacss/shared@​0.37.2

0.37.1

Patch Changes

  • Updated dependencies [93dc9f5]
  • Updated dependencies [88049c5]
  • Updated dependencies [885963c]
  • Updated dependencies [99870bb]
    • @​pandacss/token-dictionary@​0.37.1
    • @​pandacss/config@​0.37.1
    • @​pandacss/types@​0.37.1
    • @​pandacss/shared@​0.37.1
    • @​pandacss/node@​0.37.1
    • @​pandacss/logger@​0.37.1
    • @​pandacss/preset-panda@​0.37.1
    • @​pandacss/postcss@​0.37.1

0.37.0

Patch Changes

  • Updated dependencies [7daf159]
  • Updated dependencies [bcfb5c5]
  • Updated dependencies [6247dfb]
    • @​pandacss/shared@​0.37.0
    • @​pandacss/types@​0.37.0
    • @​pandacss/node@​0.37.0
    • @​pandacss/config@​0.37.0
    • @​pandacss/token-dictionary@​0.37.0
    • @​pandacss/logger@​0.37.0
    • @​pandacss/preset-panda@​0.37.0
    • @​pandacss/postcss@​0.37.0

... (truncated)

Commits

Updates @prisma/client from 5.10.2 to 5.12.1

Release notes

Sourced from @​prisma/client's releases.

5.12.1

Today, we are issuing the 5.12.1 patch release to fix two small problems with our new Cloudflare D1 support.

Fixes in Prisma CLI

Windows-only fix for new D1 specific flags for migrate diff and db pull

The flags --from-local-d1 and --to-local-d1 for migrate diff and --local-d1 to db pull we added in 5.12.0 were not working as expected when running on Windows only. This is now fixed.

📚 Documentation: Deploying a Cloudflare worker with D1 and Prisma ORM

New option for migrate diff: -o or --output

We added a new parameter --output to migrate diff that can be used to provide a filename into which the output of the command will be written. This is particularly useful for Windows users, using PowerShell, as using > to write into a file creates a UTF-16 LE file that can not be read by wrangler d1 migrations apply. Using this new option, this problem can be avoided:

npx prisma migrate diff --script --from-empty --to-schema-datamodel ./prisma/schema.prisma --output ./schema.sql

Related issues:

5.12.0

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

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

Highlights

Cloudflare D1 (Preview)

This release brings Preview support for Cloudflare D1 with Prisma ORM 🥳

D1 is Cloudflare’s SQLite database that can be used when deploying applications with Cloudflare.

When using Prisma ORM with D1, you can continue to: model your database with Prisma schema language, specify sqlite as your database provider in your Prisma schema, and interact with your database using Prisma Client.

To use Prisma ORM and D1 on Cloudflare Workers or Cloudflare Pages, you need to set sqlite as your database provider and use the @prisma/adapter-d1 database adapter via the driverAdapters Preview feature, released back in version 5.4.0.

Here is an example of sending a query to your D1 database using Prisma Client in your Worker:

// src/index.ts file
import { PrismaClient } from '@prisma/client'
import { PrismaD1 } from '@prisma/adapter-d1'
// Add the D1Database to the Env interface
export interface Env {
</tr></table>

... (truncated)

Commits
  • af7b771 chore(deps): update engines to 5.12.0-21.473ed3124229e22d881cb7addf559799deba...
  • 671a742 chore(deps): update dependency @​libsql/client to v0.6.0 (#23658)
  • e7b60d1 chore(deps): update dependency @​cloudflare/workers-types to v4.20240329.0 (#2...
  • 7d1162b chore(deps): update engines to 5.12.0-19.473ed3124229e22d881cb7addf559799deba...
  • 09f640d fix(adapter-d1): Correctly treat CURRENT_TIMESTAMP result as date (#23649)
  • dfac408 chore(deps): update engines to 5.12.0-17.12fad4795eef0c21ed444646215f274961d9...
  • b6efac2 chore(deps): update definitelytyped (#23550)
  • d8ee9b2 chore(deps): update dependency @​types/node to v16.18.91 (#23464)
  • 85f43be chore(deps): update engines to 5.12.0-14.ac6cd787ad122596242218dca95c086051e2...
  • 0566ebb chore(deps): update engines to 5.12.0-13.582bc82c6e2ef356990286ce3082af371dd7...
  • 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.17

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

... (truncated)

Changelog

Sourced from astro's changelog.

4.5.17

Patch Changes

4.5.16

Patch Changes

4.5.15

Patch Changes

4.5.14

Patch Changes

4.5.13

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
  • 522a3b1 16.14.18
  • 3b9586b fix: Add types of semve...

    Description has been truncated

Bumps the dependencies group with 17 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.2` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.5.3` | `1.6.4` |
| [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans) | `5.0.25` | `5.0.27` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |
| [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) | `0.34.1` | `0.37.2` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.10.2` | `5.12.1` |
| [@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.17` |
| [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.12.1` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.15` | `1.8.16` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.12.6` |
| [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.2
- [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.4
- [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.4/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 `@fortawesome/free-solid-svg-icons` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.1...6.5.2)

Updates `@pandacss/dev` from 0.34.1 to 0.37.2
- [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.12.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.12.1/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.17
- [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.12.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.12.1/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.4
- [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.4)

Updates `@types/node` from 20.11.25 to 20.12.6
- [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: "@fortawesome/free-solid-svg-icons"
  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-minor
  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 Apr 9, 2024
Copy link

vercel bot commented Apr 9, 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 Apr 9, 2024 6:31pm

Copy link
Author

dependabot bot commented on behalf of github Apr 10, 2024

Superseded by #106.

@dependabot dependabot bot closed this Apr 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-bc0a6c1c49 branch April 10, 2024 18:15
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