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 minors group across 1 directory with 22 updates #191

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the minors group with 22 updates in the /webserver directory:

Package From To
@astrojs/node 8.3.3 8.3.4
@astrojs/solid-js 4.4.1 4.4.2
@google-cloud/storage 7.12.1 7.14.0
@prisma/client 5.19.1 5.21.1
@sentry/astro 8.30.0 8.36.0
@shoelace-style/shoelace 2.16.0 2.18.0
astro 4.15.6 4.16.8
express 4.21.0 4.21.1
google-auth-library 9.14.1 9.14.2
lit 3.2.0 3.2.1
n3 1.21.1 1.22.3
@types/n3 1.21.0 1.21.1
prisma 5.19.1 5.21.1
rehype-stringify 10.0.0 10.0.1
remark-rehype 11.1.0 11.1.1
solid-js 1.8.22 1.9.3
typescript 5.6.2 5.6.3
vite 5.4.5 5.4.10
@astrojs/check 0.9.3 0.9.4
@playwright/test 1.47.2 1.48.2
@types/node 22.5.4 22.8.6
vitest 2.1.1 2.1.4

Updates @astrojs/node from 8.3.3 to 8.3.4

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​8.3.4

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

8.3.4

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/node since your current version.


Updates @astrojs/solid-js from 4.4.1 to 4.4.2

Release notes

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

@​astrojs/solid-js@​4.4.2

Patch Changes

Changelog

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

4.4.2

Patch Changes

Commits

Updates @google-cloud/storage from 7.12.1 to 7.14.0

Release notes

Sourced from @​google-cloud/storage's releases.

v7.14.0

7.14.0 (2024-10-29)

Features

  • Add support for restore token (#2548) (8241e91)
  • Adds integration tests for Universe Domain configuration (#2538) (53db6ba)
  • Adds integration tests for Universe Domain configuration with (53db6ba)
  • storage: Add support for 'skipIfExists' option for downloadMany (#2526) (729efb2)

v7.13.0

7.13.0 (2024-09-17)

Features

  • storage: Add support for 'fields' query parameter to getFiles (#2521) (f78fe92)

Bug Fixes

Changelog

Sourced from @​google-cloud/storage's changelog.

7.14.0 (2024-10-29)

Features

  • Add support for restore token (#2548) (8241e91)
  • Adds integration tests for Universe Domain configuration (#2538) (53db6ba)
  • Adds integration tests for Universe Domain configuration with (53db6ba)
  • storage: Add support for 'skipIfExists' option for downloadMany (#2526) (729efb2)

7.13.0 (2024-09-17)

Features

  • storage: Add support for 'fields' query parameter to getFiles (#2521) (f78fe92)

Bug Fixes

Commits
  • cef7011 chore(main): release 7.14.0 (#2527)
  • 8241e91 feat: add support for restore token (#2548)
  • 5cdc4cb docs: fix comment in transfer manager upload sample (#2547)
  • 4853494 chore: remove unused issue templates (#2544)
  • 6007e26 chore: add owlbot ignores so it stops removing universe domain vars (#2543)
  • 53db6ba feat: adds integration tests for Universe Domain configuration (#2538)
  • 9e44593 chore: update links in github issue templates (#2539)
  • 89b4b7a chore: update issue templates and codeowners (#2528)
  • 729efb2 feat(storage): add support for 'skipIfExists' option for downloadMany (#2526)
  • c75513a chore(deps): update dependency path-to-regexp to v6.3.0 (#2525)
  • Additional commits viewable in compare view

Updates @prisma/client from 5.19.1 to 5.21.1

Release notes

Sourced from @​prisma/client's releases.

5.21.1

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

5.21.0

Today, we are excited to share the 5.21.0 release 🎉

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

Highlights

Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements

Prisma Engines

Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

5.20.0

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

Highlights

strictUndefinedChecks in Preview

With Prisma ORM 5.20.0, the Preview feature strictUndefinedChecks will disallow any value that is explicitly undefined and will be a runtime error. This change is direct feedback from this GitHub issue and follows our latest proposal on the same issue.

To demonstrate the change, take the following code snippet:

prisma.table.deleteMany({
  where: {
    // If `nullableThing` is nullish, this query will remove all data.
    email: nullableThing?.property,
  }
})
</tr></table> 

... (truncated)

Commits
  • a9dd792 chore(deps): patch 5.21.x 5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36 (...
  • 6819678 chore(deps): update engines to 5.21.0-36.08713a93b99d58f31485621c634b04983ae0...
  • b11a6c2 feat(client): Support prisma+postgres URL scheme for postgres migrations (#25...
  • 5c59fac chore(deps): update engines to 5.21.0-33.edd552ca6fe6bb4ebbfe57bafc00a55aef8e...
  • 6792f13 test(e2e): bumped "@​prisma/extension-accelerate" to 1.2.1, fix failing e2e te...
  • 7aae7ec chore(deps): update engines to 5.21.0-32.6a192e231962f2731353b2df0d76ad5a1227...
  • 9952c28 test(client): add count and aggregate tracing tests (#25385)
  • d43178a chore(deps): update engines to 5.21.0-31.00f0d739277ee51ca227615ad3f1c4c36eea...
  • 4c6498f chore(client): remove dead code in fixtures/generate.ts (#25351)
  • f19a3e2 chore(deps): update engines to 5.21.0-8.031f4d3fc290d071071bf02083dc6e7b78346...
  • Additional commits viewable in compare view

Updates @sentry/astro from 8.30.0 to 8.36.0

Release notes

Sourced from @​sentry/astro's releases.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

Bundle size 📦

Path Size
@​sentry/browser 22.73 KB
@​sentry/browser - with treeshaking flags 21.52 KB
@​sentry/browser (incl. Tracing) 35.11 KB
@​sentry/browser (incl. Tracing, Replay) 71.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.13 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.94 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.77 KB
@​sentry/browser (incl. metrics) 26.98 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 27.37 KB

... (truncated)

Changelog

Sourced from @​sentry/astro's changelog.

8.36.0

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @​opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @​opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @​opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @​opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @​opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

8.35.0

Beta release of the official Nuxt Sentry SDK

This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the Sentry Nuxt SDK README. Please reach out on GitHub if you have any feedback or concerns.

  • feat(nuxt): Make dynamic import() wrapping default (#13958) (BREAKING)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import() (#13945)

**It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry

... (truncated)

Commits
  • 13e6c8e release: 8.36.0
  • a566681 Merge pull request #14136 from getsentry/prepare-release/8.36.0
  • 09c8577 meta(changelog): Update changelog for 8.36.0
  • b6dbde8 Merge pull request #14135 from getsentry/master
  • 472c228 ref(nuxt): Revert Sentry Pinia plugin (#14134)
  • a9cedf9 Merge pull request #14120 from getsentry/prepare-release/8.36.0
  • c98377b fix(aws-serverless): Remove possible prototype pollution source (#14110)
  • a091bdd feat(replay): Expose recordingMode in public API (#14085)
  • 8d9322c meta(changelog): Update changelog for 8.36.0
  • 06ef628 feat(nextjs): Add method and url to route handler request data (#14084)
  • Additional commits viewable in compare view

Updates @shoelace-style/shoelace from 2.16.0 to 2.18.0

Release notes

Sourced from @​shoelace-style/shoelace's releases.

v2.18.0

Commits

  • 761e062: remove title (Cory LaViska)
  • 1fb72ad: Fix typo in usage.md (#2198) (J Wong) #2198
  • 61f2fdb: Fix textarea resizing bug (#2182) (Konnor Rogers) #2182
  • 4e09bac: fix select padding; fixes #2194 (#2197) (Cory LaViska) #2197
  • 8806672: Added Finnish translations. (#2211) (Jouni Männistö) #2211
  • 53aae15: Added ./dist/translations directory to exports to allow dynamic importing of directory contents (#2210) (Zac Lovoy) #2210
  • 4f78930: add more resilient lazy loading to sl-select (#2204) (Konnor Rogers) #2204
  • 5a3d46a: Add ability to focus sl-radio-group dynamically (#2192) (Christian Schilling) #2192
  • 2c66c85: More resilient directionality checks (#2189) (Cory LaViska) #2189
  • b144988: sl-tab-group throws error if unmounted too fast (#2218) (Susanne Kirchner) #2218
  • b4a3b32: add changelog entry (#2219) (Konnor Rogers) #2219
  • 8ca1fc7: SlTooltip call super.disconnectedCallback() (#2226) (Daniel Liebner) #2226
  • f238fca: update changelog (Cory LaViska)
  • e89cbc7: Merge branch 'next' of https://github.com/shoelace-style/shoelace into next (Cory LaViska)
  • bb7e840: Issue 2117: Fix sl-select throws exception if a sl-input in the same form receives a new value with autofill in MS Edge (#2221) (dhellgartner) #2221
  • ee79a46: update changelog (Cory LaViska)
  • more responsive carousel pagination dots (#2220) #2220 (Alessandro)
  • b21f51d: update version (Cory LaViska)
  • c7b0440: 2.18.0 (Cory LaViska)

v2.17.1

Commits

  • a6d4cea: Fix for #2145 (#2146) (Christian Schilling) #2146
  • c3876a6: prettier (Cory LaViska)
  • b46b97c: remove unused dep (Cory LaViska)
  • 91193e2: fixes #2179 (#2181) (Cory LaViska) #2181
  • edb69ad: fix multiple identical spritesheet icons not applying mutator (#2178) (Konnor Rogers) #2178
  • 5877679: update version (Cory LaViska)
  • 771c266: 2.17.1 (Cory LaViska)

v2.17.0

Features

Commits

  • ad608d6: update version in changelog (Cory LaViska)
  • d0441f5: update sl-select suffix example (lindsaym-fa)
  • bc6d25a: optional chain disconnects; fixes #2127 (#2129) (Cory LaViska) #2129
  • 2704f72: Add support for sl-dropdown in the default slot of sl-breadcrumb-item (#2015) (Christian Schilling) #2015
  • c2e0544: update changelog (Cory LaViska)
  • 5760017: update docs (Cory LaViska)
  • d956fcf: Fix wrong name of css property of alert component in docs (#2132) (Claudio Marangon) #2132
  • 77d7ce5: prettier (Cory LaViska)
  • 72130fa: Fixed link in docs to .md file on GitHub (#2154) (Rohan) #2154
  • ab3a66e: Fix carousel newActiveSlide calculation to account for slidesPerPage (#2155) (Leander Gilles) #2155
  • 70e0cd6: update changelog (Cory LaViska)
  • 3e77359: Merge branch 'next' of https://github.com/shoelace-style/shoelace into next (Cory LaViska)
  • 906e7ba: [fix][CVE-2024-27307] update jsonata dependency (#2159) (Piotr Błażejewicz (Peter Blazejewicz)) #2159

... (truncated)

Commits

Updates astro from 4.15.6 to 4.16.8

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.8

Patch Changes

4.16.7

Patch Changes

4.16.6

Patch Changes

  • #11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

... (truncated)

Commits

Updates express from 4.21.0 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

Commits

Updates google-auth-library from 9.14.1 to 9.14.2

Release notes

Sourced from google-auth-library's releases.

v9.14.2

9.14.2 (2024-10-09)

Bug Fixes

Changelog

Sourced from google-auth-library's changelog.

9.14.2 (2024-10-09)

Bug Fixes

Commits

Bumps the minors group with 22 updates in the /webserver directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node) | `8.3.3` | `8.3.4` |
| [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) | `4.4.1` | `4.4.2` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.12.1` | `7.14.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.19.1` | `5.21.1` |
| [@sentry/astro](https://github.com/getsentry/sentry-javascript) | `8.30.0` | `8.36.0` |
| [@shoelace-style/shoelace](https://github.com/shoelace-style/shoelace) | `2.16.0` | `2.18.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.6` | `4.16.8` |
| [express](https://github.com/expressjs/express) | `4.21.0` | `4.21.1` |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `9.14.1` | `9.14.2` |
| [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.2.0` | `3.2.1` |
| [n3](https://github.com/rdfjs/N3.js) | `1.21.1` | `1.22.3` |
| [@types/n3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/n3) | `1.21.0` | `1.21.1` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.19.1` | `5.21.1` |
| [rehype-stringify](https://github.com/rehypejs/rehype) | `10.0.0` | `10.0.1` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `11.1.0` | `11.1.1` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.22` | `1.9.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.5` | `5.4.10` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.3` | `0.9.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.47.2` | `1.48.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.4` | `22.8.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.4` |



Updates `@astrojs/node` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/node)

Updates `@astrojs/solid-js` from 4.4.1 to 4.4.2
- [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 `@google-cloud/storage` from 7.12.1 to 7.14.0
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.12.1...v7.14.0)

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

Updates `@sentry/astro` from 8.30.0 to 8.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.30.0...8.36.0)

Updates `@shoelace-style/shoelace` from 2.16.0 to 2.18.0
- [Release notes](https://github.com/shoelace-style/shoelace/releases)
- [Commits](shoelace-style/shoelace@v2.16.0...v2.18.0)

Updates `astro` from 4.15.6 to 4.16.8
- [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 `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.21.0...4.21.1)

Updates `google-auth-library` from 9.14.1 to 9.14.2
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v9.14.1...v9.14.2)

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

Updates `n3` from 1.21.1 to 1.22.3
- [Release notes](https://github.com/rdfjs/N3.js/releases)
- [Commits](rdfjs/N3.js@v1.21.1...v1.22.3)

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

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

Updates `rehype-stringify` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/[email protected])

Updates `remark-rehype` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@11.1.0...11.1.1)

Updates `solid-js` from 1.8.22 to 1.9.3
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.8.22...v1.9.3)

Updates `typescript` from 5.6.2 to 5.6.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.6.2...v5.6.3)

Updates `vite` from 5.4.5 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

Updates `@astrojs/check` from 0.9.3 to 0.9.4
- [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 `@playwright/test` from 1.47.2 to 1.48.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.2...v1.48.2)

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

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

Updates `vitest` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@astrojs/solid-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@google-cloud/storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: "@sentry/astro"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: "@shoelace-style/shoelace"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: google-auth-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: n3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: "@types/n3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: prisma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: rehype-stringify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: remark-rehype
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: "@types/n3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minors
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minors
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Superseded by #194.

@dependabot dependabot bot closed this Nov 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webserver/minors-e27a399971 branch November 8, 2024 19:57
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants