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 across 1 directory with 20 updates #116

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the dependencies group with 20 updates in the / directory:

Package From To
@astrojs/check 0.5.6 0.5.10
@astrojs/solid-js 4.0.1 4.1.0
@astrojs/vercel 7.3.5 7.5.4
@biomejs/biome 1.5.3 1.7.1
@fontsource/open-sans 5.0.25 5.0.28
@fontsource/pt-mono 5.0.12 5.0.13
@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.13.0
@solidjs/router 0.12.5 0.13.2
@vanilla-extract/integration 7.1.1 7.1.2
astro 4.4.15 4.7.0
babel-preset-solid 1.8.15 1.8.17
bungie-api-ts 5.0.0 5.1.0
npm-check-updates 16.14.15 16.14.20
prisma 5.10.2 5.13.0
solid-js 1.8.15 1.8.17
typescript 5.4.2 5.4.5
@types/node 20.11.25 20.12.7
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/solid-js from 4.0.1 to 4.1.0

Release notes

Sourced from @​astrojs/solid-js's releases.

@​astrojs/solid-js@​4.1.0

Minor Changes

Changelog

Sourced from @​astrojs/solid-js's changelog.

4.1.0

Minor Changes

Commits

Updates @astrojs/vercel from 7.3.5 to 7.5.4

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​7.5.4

Patch Changes

@​astrojs/vercel@​7.5.3

Patch Changes

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

Patch Changes

7.5.3

Patch Changes

7.5.2

Patch Changes

7.5.1

Patch Changes

7.5.0

Minor Changes

7.4.1

Patch Changes

... (truncated)

Commits

Updates @biomejs/biome from 1.5.3 to 1.7.1

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.1

Editors

Bug fixes

Formatter

Bug fixes

  • Add parentheses for the return expression that has leading multiline comments. #2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #2555. Contributed by @​ah-yu

Linter

Bug fixes

  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#2473).Contributed by @​arendjr
  • Fix #2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico

Enhancements

  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@testing-library/react';
    await waitFor(() => {
    expect(111).toBe(222);
    });
    Contributed by @​ematipico

What's Changed

Other changes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.1 (2024-04-22)

Editors

Bug fixes

Formatter

Bug fixes

  • Add parentheses for the return expression that has leading multiline comments. #2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #2555. Contributed by @​ah-yu

  • Prevent comments from being eaten by the formatter #2578. Now the comments won't be eaten for the following code:

    console.log((a,b/* comment */));

    Contributed by @​ah-yu

Linter

Bug fixes

  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#2473).Contributed by @​arendjr
  • Fix #2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico

Enhancements

  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@testing-library/react';
    await waitFor(() => {
    expect(111).toBe(222);
    });
    Contributed by @​ematipico

1.7.0 (2024-04-15)

Analyzer

... (truncated)

Commits

Updates @fontsource/open-sans from 5.0.25 to 5.0.28

Commits

Updates @fontsource/pt-mono from 5.0.12 to 5.0.13

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

Release notes

Sourced from @​prisma/client's releases.

5.13.0

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

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

Highlights

omit fields from Prisma Client queries (Preview)

We’re excited to announce Preview support for the omit option within the Prisma Client query options. The highly-requested omit feature now allows you to exclude fields that you don’t want to retrieve from the database on a per-query basis.

By default, when a query returns records, the result includes all scalar fields of the models defined in the Prisma schema. select can be used to return specific fields, while omit can now be used to exclude specific fields. omit lives at the same API level and works on all of the same Prisma Client model queries as select. Note, however, that omit and select are mutually exclusive. In other words, you can’t use both in the same query.

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

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

Be sure to re-generate Prisma Client afterwards:

npx prisma generate

Here is an example of using omit:

// Includes all fields except password
await prisma.user.findMany({
  omit: {
   password: true
  },
})

Here is an example of using omit with include:

// Includes all user fields except user's password and title of user's posts
await prisma.user.findMany({
  omit: {
   password: true
  },
  include: {
    posts: {
</tr></table> 

... (truncated)

Commits
  • 781ddb2 chore(deps): update engines to 5.13.0-23.b9a39a7ee606c28e3455d0fd60e78c3ba82b...
  • cb7784e chore: unexclude sqlite createMany tests (#23689)
  • 0e3f95f feat: React Native support (#23637)
  • 183c14d chore(deps): update engines to 5.13.0-22.3364458a783b65fd18b9ccc7fe4acfa87fba...
  • 47e2430 feat(client): Add omit option to the queries (#23770)
  • 67d5034 chore(deps): update engines to 5.13.0-21.b339b9da56f3d53fccd4fb229effb0118721...
  • cb7aa39 chore(deps): update engines to 5.13.0-16.6d35870e9578a3e7406168f61f89f84e78c1...
  • e2d1906 chore(deps): update engines to 5.13.0-15.8b36be322cc78c7e156e98b8966fb34e5ea0...
  • 0e209dc chore(deps): update dependency wrangler to v3.49.0 (#23821)
  • 4954f35 chore(deps): update dependency @​types/node to v16.18.96 (#23801)
  • Additional commits viewable in compare view

Updates @solidjs/router from 0.12.5 to 0.13.2

Changelog

Sourced from @​solidjs/router's changelog.

0.13.2

Patch Changes

  • 0a34883: preserve original path on optional segments
  • 94797e1: Fix types for cache functions with all optional arguments
  • 8a547a8: don't submit form when submit event is defaultPrevented

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

Release notes

Sourced from astro's releases.

[email protected]

Minor Changes

  • #10665 7b4f284 Thanks @​Princesseuh! - Adds new utilities to ease the creation of toolbar apps including defineToolbarApp to make it easier to define your toolbar app and app and server helpers for easier communication between the toolbar and the server. These new utilities abstract away some of the boilerplate code that is common in toolbar apps, and lower the barrier of entry for app authors.

    For example, instead of creating an event listener for the app-toggled event and manually typing the value in the callback, you can now use the onAppToggled method. Additionally, communicating with the server does not require knowing any of the Vite APIs anymore, as a new server object is passed to the init function that contains easy to use methods for communicating with the server.

    import { defineToolbarApp } from "astro/toolbar";
    export default defineToolbarApp({
    init(canvas, app, server) {
    
    app.addEventListener("app-toggled", (e) => {
    
     console.log(`App is now ${state ? &quot;enabled&quot; : &quot;disabled&quot;}`);.
    
    
    });
    
    
    app.onToggled(({ state }) => {
    
       console.log(`App is now ${state ? &quot;enabled&quot; : &quot;disabled&quot;}`);
    
    
    });
    
    
    if (import.meta.hot) {
    
     import.meta.hot.send(&quot;my-app:my-client-event&quot;, { message: &quot;world&quot; });
    
    
    }
    
    
    server.send("my-app:my-client-event", { message: "world" })
    
    
    if (import.meta.hot) {
    
     import.meta.hot.on(&quot;my-server-event&quot;, (data: {message: string}) =&gt; {
    
    
    
       console.log(data.message);
    
    
    
     });
    
    
    }
    
    
    server.on<{ message: string }>("my-server-event", (data) => {
    
     console.log(data.message); // data is typed using the type parameter
    
    
    });
    },
    })

Server helpers are also available on the server side, for use in your integrations, through the new toolbar object:

"astro:server:setup": ({ toolbar }) => {
  toolbar.on<{ message: string }>("my-app:my-client-event", (data) => {
    console.log(data.message);
    toolbar.send("my-server-event", { message: "hello" });
  });
}

... (truncated)

Changelog

Sourced from astro's changelog.

4.7.0

Minor Changes

  • #10665 7b4f284 Thanks @​Princesseuh! - Adds new utilities to ease the creation of toolbar apps including defineToolbarApp to make it easier to define your toolbar app and app and server helpers for easier communication between the toolbar and the server. These new utilities abstract away some of the boilerplate code that is common in toolbar apps, and lower the barrier of entry for app authors.

    For example, instead of creating an event listener for the app-toggled event and manually typing the value in the callback, you can now use the onAppToggled method. Additionally, communicating with the server does not require knowing any of the Vite APIs anymore, as a new server object is passed to the init function that contains easy to use methods for communicating with the server.

    import { defineToolbarApp } from "astro/toolbar";
    export default defineToolbarApp({
    init(canvas, app, server) {
    
    app.addEventListener("app-toggled", (e) => {
    
     console.log(`App is now ${state ? &quot;enabled&quot; : &quot;disabled&quot;}`);.
    
    
    });
    
    
    app.onToggled(({ state }) => {
    
       console.log(`App is now ${state ? &quot;enabled&quot; : &quot;disabled&quot;}`);
    
    
    });
    
    
    if (import.meta.hot) {
    
     import.meta.hot.send(&quot;my-app:my-client-event&quot;, { message: &quot;world&quot; });
    
    
    }
    
    
    server.send("my-app:my-client-event", { message: "world" })
    
    
    if (import.meta.hot) {
    
     import.meta.hot.on(&quot;my-server-event&quot;, (data: {message: string}) =&gt; {
    
    
    
       console.log(data.message);
    
    
    
     });
    
    
    }
    
    
    server.on<{ message: string }>("my-server-event", (data) => {
    
     console.log(data.message); // data is typed using the type parameter
    
    
    });
    },
    })

Server helpers are also available on the server side, for use in your integrations, through the new toolbar object:

"astro:server:setup": ({ toolbar }) => {
  toolbar.on<{ message: string }>("my-app:my-client-event", (data) => {
    console.log(data.message);
    toolbar.send("my-server-event", { message: "hello" });
  });
}

... (truncated)

Commits

Updates babel-preset-solid from 1.8.15 to 1.8.17

Commits

Updates bungie-api-ts from 5.0.0 to 5.1.0

Commits

Updates npm-check-updates from 16.14.15 to 16.14.20

Commits

Updates prisma from 5.10.2 to 5.13.0

Release notes

Sourced from prisma's releases.

5.13.0

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

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

Highlights

omit fields from Prisma Client queries (Preview)

We’re excited to announce Preview support for the omit option within the Prisma Client query options. The highly-requested omit feature now allows you to exclude fields that you don’t want to retrieve from the database on a per-query basis.

By default, when a query returns records, the result includes all scalar fields of the models defined in the Prisma schema. select can be used to return specific fields, while omit can now be used to exclude specific fields. omit lives at the same API level and works on all of the same Prisma Client model queries as select. Note, however, that omit and select are mutually exclusive. In other words, you can’t use both in the same query.

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

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

Be sure to re-generate Prisma Client afterwards:

npx prisma generate

Here is an example of using omit:

// Includes all fields except password
await prisma.user.findMany({
  omit: {
   password: true
  },
})

Here is an example of using omit with include:

// Includes all user fields except user's password and title of user's posts
await prisma.user.findMany({
  omit: {
   password: true
  },
  include: {
    posts: {
</tr></table> 

... (truncated)

Commits
  • f73ba0f chore: new promo message in main help (#23918)
  • 2c2e484 chore(deps): update dependency global-dirs ...

    Description has been truncated

Bumps the dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.6` | `0.5.10` |
| [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) | `4.0.1` | `4.1.0` |
| [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `7.3.5` | `7.5.4` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.5.3` | `1.7.1` |
| [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans) | `5.0.25` | `5.0.28` |
| [@fontsource/pt-mono](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/pt-mono) | `5.0.12` | `5.0.13` |
| [@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.13.0` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.12.5` | `0.13.2` |
| [@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.7.0` |
| [babel-preset-solid](https://github.com/solidjs/solid) | `1.8.15` | `1.8.17` |
| [bungie-api-ts](https://github.com/DestinyItemManager/bungie-api-ts) | `5.0.0` | `5.1.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.15` | `16.14.20` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.10.2` | `5.13.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.15` | `1.8.17` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.25` | `20.12.7` |
| [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/solid-js` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/solid/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/solid)

Updates `@astrojs/vercel` from 7.3.5 to 7.5.4
- [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.7.1
- [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.7.1/packages/@biomejs/biome)

Updates `@fontsource/open-sans` from 5.0.25 to 5.0.28
- [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 `@fontsource/pt-mono` from 5.0.12 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/pt-mono/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/pt-mono)

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.13.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.13.0/packages/client)

Updates `@solidjs/router` from 0.12.5 to 0.13.2
- [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.7.0
- [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.17
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `bungie-api-ts` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/DestinyItemManager/bungie-api-ts/releases)
- [Commits](https://github.com/DestinyItemManager/bungie-api-ts/commits)

Updates `npm-check-updates` from 16.14.15 to 16.14.20
- [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.20)

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

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

Updates `typescript` from 5.4.2 to 5.4.5
- [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.5)

Updates `@types/node` from 20.11.25 to 20.12.7
- [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/solid-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@fontsource/pt-mono"
  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: bungie-api-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 25, 2024
Copy link

vercel bot commented Apr 25, 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 25, 2024 7:00pm

Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #117.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-71b0c87e30 branch April 29, 2024 18:53
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