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 19 updates #111

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the dependencies group with 19 updates:

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.3
@biomejs/biome 1.5.3 1.7.0
@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.2
@vanilla-extract/integration 7.1.1 7.1.2
astro 4.4.15 4.6.2
babel-preset-solid 1.8.15 1.8.16
bungie-api-ts 5.0.0 5.1.0
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.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.3

Release notes

Sourced from @​astrojs/vercel's releases.

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

Patch Changes

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().

... (truncated)

Commits

Updates @biomejs/biome from 1.5.3 to 1.7.0

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.0

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.0 (2024-04-15)

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Commits
  • 2dce6af release: v1.7.0 (#2414)
  • 6ec264c feat(biome_js_analyze): noFlatMapIdentity (#2324)
  • 75af801 feat(biome_js_analyze): noConstantMathMinMaxClamp (#2404)
  • 58c4b0a refactor: resolve lintdoc warnings (#2440)
  • ce223aa feat(biome_css_analyze): implement noDuplicateFontNames (#2308)
  • b9f716d fix(project): fix JSON schema for stable hook options (#2401)
  • 39139a5 refactor: replace ignoreReact with jsxRuntime setting (#2397)
  • 5809068 feat(migrate-prettier): support overrides field (#2330)
  • 39b91e9 fix(json-schema): remove field options for rules without options (#2331)
  • 2bd95dc feat(lint/noUnusedImports): add ignoreReact option (#2306)
  • Additional commits viewable in compare view

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

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.6.2

Patch Changes

4.6.1

Patch Changes

4.6.0

Minor Changes

Bumps the dependencies group with 19 updates:

| 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.3` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.5.3` | `1.7.0` |
| [@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.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.6.2` |
| [babel-preset-solid](https://github.com/solidjs/solid) | `1.8.15` | `1.8.16` |
| [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.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.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.3
- [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.0
- [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.0/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.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.6.2
- [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 `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.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.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: "@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 16, 2024
Copy link

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

Copy link
Author

dependabot bot commented on behalf of github Apr 18, 2024

Superseded by #112.

@dependabot dependabot bot closed this Apr 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-86fcd95311 branch April 18, 2024 19:03
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