Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the deps group with 22 updates in the / directory:

Package From To
simple-git-hooks 2.11.1 2.13.1
@libsql/client 0.14.0 0.15.15
dayjs 1.11.13 1.11.18
drizzle-orm 0.35.3 0.44.6
drizzle-zod 0.5.1 0.8.3
hono 4.6.5 4.10.1
superjson 2.2.1 2.2.2
@cloudflare/workers-types 4.20241018.0 4.20251014.0
bun-types 1.1.32 1.3.0
drizzle-kit 0.26.2 0.31.5
@babel/core 7.25.8 7.28.4
@babel/plugin-transform-flow-strip-types 7.25.7 7.27.1
@babel/plugin-transform-private-methods 7.25.7 7.27.1
@types/webpack-env 1.18.5 1.18.8
@astrojs/alpinejs 0.4.0 0.4.9
@astrojs/rss 4.0.9 4.0.12
@astrojs/sitemap 3.2.1 3.6.0
alpinejs 3.14.3 3.15.0
@types/alpinejs 3.13.10 3.13.11
@astrojs/check 0.9.4 0.9.5
typescript 5.6.3 5.9.3
@fontsource/nunito-sans 5.1.0 5.2.7

Updates simple-git-hooks from 2.11.1 to 2.13.1

Release notes

Sourced from simple-git-hooks's releases.

2.13.1

What's Changed

New Contributors

Full Changelog: toplenboren/simple-git-hooks@2.13.0...2.13.1

2.13.0

What's Changed

New Contributors

Full Changelog: toplenboren/simple-git-hooks@2.12.1...2.13.0

2.12.1

Minor Changes

Full Changelog: toplenboren/simple-git-hooks@2.11.1...2.12.1

Changelog

Sourced from simple-git-hooks's changelog.

2.13.1

Patch Changes

2.13.0

Minor Changes

2.12.1

Minor Changes

Previous Releases

See GitHub Releases for the changelog.

Commits
  • de65b00 chore: release simple-git-hooks (#134)
  • 1abdcd7 fix: only get local coore.hooksPath config (#130)
  • 2ad5514 fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GI… (#128)
  • 11ceddf chore: release simple-git-hooks (#126)
  • 8bb9818 feat: optimize the migration experience from husky (#127)
  • d9d7823 feat: only remove some hooks that are not in preserveUnused option (#121)
  • 8486a22 feat: support deno's node_modules structure (#125)
  • 1efca92 bump version
  • f3bcd00 chore: add missing repo option for changeset changelog
  • fc2acfc feat: support esm format configs (#120)
  • Additional commits viewable in compare view

Updates @libsql/client from 0.14.0 to 0.15.15

Changelog

Sourced from @​libsql/client's changelog.

Changelog

0.15.10 -- 2025-07-16

  • Bump to latest libsql package.

0.15.9 -- 2025-06-09

  • Bump to latest libsql package.

0.15.7 -- 2025-05-20

  • Bump to latest libsql package.

0.15.6 -- 2025-05-14

  • Bump to latest libsql package.

0.15.5 -- 2025-05-11

  • Bump to latest libsql package.

0.15.4 -- 2025-04-15

  • Bump to latest libsql package.

0.15.3 -- 2025-04-11

  • Bump to latest libsql package.

0.15.2 -- 2025-04-01

  • Bump to latest libsql package.

0.15.1 -- 2025-03-24

  • Bump to latest libsql package.

0.15.0 -- 2025-03-17

  • Bump to latest libsql package.

0.15.0-pre.3 -- 2025-03-11

  • Fix Bun complaint about duplicate "prepare" key in package.json

0.15.0-pre.2 -- 2024-02-11

  • Bump to latest libsql package.

... (truncated)

Commits

Updates dayjs from 1.11.13 to 1.11.18

Release notes

Sourced from dayjs's releases.

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates drizzle-orm from 0.35.3 to 0.44.6

Release notes

Sourced from drizzle-orm's releases.

0.44.6

  • feat: add $replicas reference #4874

0.44.5

  • Fixed invalid usage of .one() in durable-sqlite session
  • Fixed spread operator related crash in sqlite blob columns
  • Better browser support for sqlite blob columns
  • Improved sqlite blob mapping

0.44.4

0.44.3

  • Fixed types of $client for clients created by drizzle function
await db.$client.[...]
  • Added the updated_at column to the neon_auth.users_sync table definition.

0.44.2

  • [BUG]: Fixed type issues with joins with certain variations of tsconfig: #4535, #4457

0.44.1

0.44.0

Error handling

Starting from this version, we’ve introduced a new DrizzleQueryError that wraps all errors from database drivers and provides a set of useful information:

  1. A proper stack trace to identify which exact Drizzle query failed
  2. The generated SQL string and its parameters
  3. The original stack trace from the driver that caused the DrizzleQueryError

Drizzle cache module

Drizzle sends every query straight to your database by default. There are no hidden actions, no automatic caching or invalidation - you’ll always see exactly what runs. If you want caching, you must opt in.

By default, Drizzle uses a explicit caching strategy (i.e. global: false), so nothing is ever cached unless you ask. This prevents surprises or hidden performance traps in your application. Alternatively, you can flip on all caching (global: true) so that every select will look in cache first.

Out first native integration was built together with Upstash team and let you natively use upstash as a cache for your drizzle queries

import { upstashCache } from "drizzle-orm/cache/upstash";
import { drizzle } from "drizzle-orm/...";
const db = drizzle(process.env.DB_URL!, {
cache: upstashCache({
</tr></table>

... (truncated)

Commits

Updates drizzle-zod from 0.5.1 to 0.8.3

Commits

Updates hono from 4.6.5 to 4.10.1

Release notes

Sourced from hono's releases.

v4.10.1

What's Changed

Full Changelog: honojs/hono@v4.10.0...v4.10.1

v4.10.0

Release Notes

Hono v4.10.0 is now available!

This release brings improved TypeScript support and new utilities.

The main highlight is the enhanced middleware type definitions that solve a long-standing issue with type safety for RPC clients.

Middleware Type Improvements

Imagine the following app:

import { Hono } from 'hono'
const app = new Hono()
const routes = app.get(
'/',
(c) => {
return c.json({ errorMessage: 'Error!' }, 500)
},
(c) => {
return c.json({ message: 'Success!' }, 200)
}
)

The client with RPC:

import { hc } from 'hono/client'
const client = hc<typeof routes>('/')
const res = await client.index.$get()
if (res.status === 500) {
}
if (res.status === 200) {
}
</tr></table>

... (truncated)

Commits
  • db764c2 4.10.1
  • 8774bf9 fix(types): cannot .use non-return mw from createMiddleware (#4465)
  • 5eb7c15 4.10.0
  • f0c0377 Merge pull request #4461 from honojs/next
  • 9ae98c9 fix(proxy): Correct hop-by-hop header handling per RFC 9110 (#4459)
  • 1280661 feat(request): add cloneRawRequest utility for request cloning (#4382)
  • fb2a7ef feat(ssg): add default plugin that defines the recommended behavior (#4394)
  • 0133317 feat(types): passing middleware types (#4393)
  • 4b796cf 4.9.12
  • 17e4455 refactor: use protected methods instead of computed properties to allow `tree...
  • Additional commits viewable in compare view

Updates superjson from 2.2.1 to 2.2.2

Release notes

Sourced from superjson's releases.

v2.2.2

What's Changed

New Contributors

Full Changelog: flightcontrolhq/superjson@v2.2.1...v2.2.2

Commits

Updates @cloudflare/workers-types from 4.20241018.0 to 4.20251014.0

Commits

Updates bun-types from 1.1.32 to 1.3.0

Release notes

Sourced from bun-types's releases.

Bun v1.3

Read the blog post

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3:

bun upgrade

Bun v1.2.23

To install Bun v1.2.23

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.23:

bun upgrade

Read Bun v1.2.23's release notes on Bun's blog

Thanks to 16 contributors!

... (truncated)

Commits

Updates drizzle-kit from 0.26.2 to 0.31.5

Release notes

Sourced from drizzle-kit's releases.

[email protected]

  • Add casing support to studio configuration and related functions

[email protected]

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

[email protected]

  • Internal changes to Studio context. Added databaseName and packageName properties for Studio

[email protected]

Bug fixes

  • Fixed relations extraction to not interfere with Drizzle Studio.

[email protected]

Fixed drizzle-kit pull bugs when using Gel extensions.

Because Gel extensions create schema names containing :: (for example, ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:

  1. Enable extensions schemas in drizzle.config.ts
import  { defineConfig } from "drizzle-kit";
export default defineConfig({
dialect: 'gel',
schemaFilter: ['ext::auth', 'public']
});

  1. Run drizzle-kit pull

  2. Done!

[email protected]

Features and improvements

Enum DDL improvements

For situations where you drop an enum value or reorder values in an enum, there is no native way to do this in PostgreSQL. To handle these cases, drizzle-kit used to:

  • Change the column data types from the enum to text
  • Drop the old enum
  • Add the new enum
  • Change the column data types back to the new enum

However, there were a few scenarios that weren’t covered: PostgreSQL wasn’t updating default expressions for columns when their data types changed

Therefore, for cases where you either change a column’s data type from an enum to some other type, drop an enum value, or reorder enum values, we now do the following:

... (truncated)

Commits
  • 8e8a9e9 [Drizzle Kit]: Add casing support to studio configuration and related functio...
  • 37d059f v0.44.5 (#4849)
  • 33f0374 Upgrade drizzle-zod peerDeps
  • 8b8d78e Fix export of DrizzleQueryError (fixes #4618) (#4778)
  • 027921f Fixed types of $client for clients created by drizzle function from crede...
  • e44d9bb Add updated_at column (#4106)
  • ac1dcd9 Fix hakfvec (#4689)
  • 5c6b3af Add databaseName and packageName properties for studio (#4683)
  • 9895842 Studio transactions (#4664)
  • 50a8b16 Fixed type issues with joins with certain variations of tsconfig (fixes #45...
  • Additional commits viewable in compare view

Updates @babel/core from 7.25.8 to 7.28.4

Release notes

Sourced from @​babel/core's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

Committers: 5

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

🐛 Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

🐛 Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

📝 Documentation

... (truncated)

Commits

Updates @babel/plugin-transform-flow-strip-types from 7.25.7 to 7.27.1

Release notes

Sourced from @​babel/plugin-transform-flow-strip-types's releases.

v7.27.1 (2025-04-30)

Thanks @​kermanx and @​woaitsAryan for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator

💅 Polish

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse

🏠 Internal

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • babel-register
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • All packages

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-flow-strip-types's changelog.

v7.27.1 (2025-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
    • #17224 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 1) (@​JLHwung)
    • #17080 Fix start of TSParameterProperty (@​JLHwung)
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
    • Description has been truncated

Bumps the deps group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) | `2.11.1` | `2.13.1` |
| [@libsql/client](https://github.com/libsql/libsql-client-ts/tree/HEAD/packages/libsql-client) | `0.14.0` | `0.15.15` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.35.3` | `0.44.6` |
| [drizzle-zod](https://github.com/drizzle-team/drizzle-orm) | `0.5.1` | `0.8.3` |
| [hono](https://github.com/honojs/hono) | `4.6.5` | `4.10.1` |
| [superjson](https://github.com/blitz-js/superjson) | `2.2.1` | `2.2.2` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241018.0` | `4.20251014.0` |
| [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.1.32` | `1.3.0` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.26.2` | `0.31.5` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.8` | `7.28.4` |
| [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-flow-strip-types) | `7.25.7` | `7.27.1` |
| [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods) | `7.25.7` | `7.27.1` |
| [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) | `1.18.5` | `1.18.8` |
| [@astrojs/alpinejs](https://github.com/withastro/astro/tree/HEAD/packages/integrations/alpinejs) | `0.4.0` | `0.4.9` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.9` | `4.0.12` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.2.1` | `3.6.0` |
| [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) | `3.14.3` | `3.15.0` |
| [@types/alpinejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/alpinejs) | `3.13.10` | `3.13.11` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.4` | `0.9.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.9.3` |
| [@fontsource/nunito-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/nunito-sans) | `5.1.0` | `5.2.7` |



Updates `simple-git-hooks` from 2.11.1 to 2.13.1
- [Release notes](https://github.com/toplenboren/simple-git-hooks/releases)
- [Changelog](https://github.com/toplenboren/simple-git-hooks/blob/master/CHANGELOG.md)
- [Commits](toplenboren/simple-git-hooks@2.11.1...2.13.1)

Updates `@libsql/client` from 0.14.0 to 0.15.15
- [Release notes](https://github.com/libsql/libsql-client-ts/releases)
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/libsql/libsql-client-ts/commits/v0.15.15/packages/libsql-client)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `drizzle-orm` from 0.35.3 to 0.44.6
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.35.3...0.44.6)

Updates `drizzle-zod` from 0.5.1 to 0.8.3
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

Updates `hono` from 4.6.5 to 4.10.1
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.5...v4.10.1)

Updates `superjson` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/blitz-js/superjson/releases)
- [Commits](flightcontrolhq/superjson@v2.2.1...v2.2.2)

Updates `@cloudflare/workers-types` from 4.20241018.0 to 4.20251014.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `bun-types` from 1.1.32 to 1.3.0
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.0/packages/bun-types)

Updates `drizzle-kit` from 0.26.2 to 0.31.5
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/compare/[email protected]@0.31.5)

Updates `@babel/core` from 7.25.8 to 7.28.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-core)

Updates `@babel/plugin-transform-flow-strip-types` from 7.25.7 to 7.27.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-plugin-transform-flow-strip-types)

Updates `@babel/plugin-transform-private-methods` from 7.25.7 to 7.27.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-plugin-transform-private-methods)

Updates `@types/webpack-env` from 1.18.5 to 1.18.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

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

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

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

Updates `alpinejs` from 3.14.3 to 3.15.0
- [Release notes](https://github.com/alpinejs/alpine/releases)
- [Commits](https://github.com/alpinejs/alpine/commits/v3.15.0/packages/alpinejs)

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

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

Updates `@astrojs/check` from 0.9.4 to 0.9.5
- [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/HEAD/packages/astro-check)

Updates `typescript` from 5.6.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.9.3)

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

---
updated-dependencies:
- dependency-name: simple-git-hooks
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@libsql/client"
  dependency-version: 0.15.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: drizzle-orm
  dependency-version: 0.44.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: drizzle-zod
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: hono
  dependency-version: 4.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: superjson
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251014.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: bun-types
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: drizzle-kit
  dependency-version: 0.31.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@babel/core"
  dependency-version: 7.28.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@babel/plugin-transform-flow-strip-types"
  dependency-version: 7.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@babel/plugin-transform-private-methods"
  dependency-version: 7.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/webpack-env"
  dependency-version: 1.18.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@astrojs/alpinejs"
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: alpinejs
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@types/alpinejs"
  dependency-version: 3.13.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@types/alpinejs"
  dependency-version: 3.13.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@fontsource/nunito-sans"
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ⬆️ dependencies Pull requests that update a dependency file label Oct 20, 2025
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.

1 participant