Skip to content

chore(deps): bump the major group across 5 directories with 8 updates#693

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-95d7372230
Open

chore(deps): bump the major group across 5 directories with 8 updates#693
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-95d7372230

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the major group with 8 updates in the / directory:

Package From To
eslint-plugin-n 17.24.0 18.0.1
eslint-stylistic-airbnb 2.0.1 3.1.0
ai 5.0.185 6.0.175
typescript 5.9.3 6.0.3
@astrojs/mdx 4.3.14 5.0.4
@astrojs/vue 5.1.4 6.0.1
astro 5.18.1 6.2.2
vite 7.3.2 8.0.10

Bumps the major group with 1 update in the /packages/integrations/cloudflare directory: vite.
Bumps the major group with 1 update in the /packages/integrations/vite directory: vite.
Bumps the major group with 2 updates in the /packages/varlock-docs-mcp directory: ai and typescript.
Bumps the major group with 3 updates in the /packages/varlock-website directory: @astrojs/mdx, @astrojs/vue and astro.

Updates eslint-plugin-n from 17.24.0 to 18.0.1

Release notes

Sourced from eslint-plugin-n's releases.

v18.0.1

18.0.1 (2026-05-05)

🩹 Fixes

  • Update TypeScript peer dependency version constraint (8906195)

v18.0.0

18.0.0 (2026-05-04)

⚠ BREAKING CHANGES

  • migrate commonjs to esm (#510)
  • no-sync: move ts-declaration-location to peerDependencies
  • no-unpublished-bin: disallow extra properties in options (#456)
  • remove no-unpublished-bin from recommended (#485)
  • requires node.js >=20 & eslint >= 8.57.1 (#503)

🌟 Features

  • migrate commonjs to esm (#510) (db64bd1)
  • no-sync: move ts-declaration-location to peerDependencies (4729438)
  • node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#496) (e8e0b00)
  • requires node.js >=20 & eslint >= 8.57.1 (#503) (1d6770e)

🩹 Fixes

  • Add explicit mapping for TypeScript extensions (#521) (1ad05c5)
  • no-unpublished-bin: disallow extra properties in options (#456) (6da92b1)
  • prefer-promises/fs: add missing fs.promises APIs (#519) (2164cd5)
  • prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#522) (2de9f06)
  • remove no-unpublished-bin from recommended (#485) (f95aae7)

📚 Documentation

  • update README for new ESLint config usage and examples (4daac0c)

🧹 Chores

  • adopt deprecated: DeprecatedInfo meta rule option (df9878a)
  • dedupe prefer-global/timers trace map (#516) (9d8d3cb)
  • fix ts errors (2a6f77b)
  • remove unnecessary type properties from error objects in rule tests (f3d02b0)
  • rm eslint-compat.js (#513) (235a6d7)
  • simplify valid patterns handling in no-unsupported-features tests (52664e6)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

18.0.1 (2026-05-05)

🩹 Fixes

  • Update TypeScript peer dependency version constraint (8906195)

18.0.0 (2026-05-04)

⚠ BREAKING CHANGES

  • migrate commonjs to esm (#510)
  • no-sync: move ts-declaration-location to peerDependencies
  • no-unpublished-bin: disallow extra properties in options (#456)
  • remove no-unpublished-bin from recommended (#485)
  • requires node.js >=20 & eslint >= 8.57.1 (#503)

🌟 Features

  • migrate commonjs to esm (#510) (db64bd1)
  • no-sync: move ts-declaration-location to peerDependencies (4729438)
  • node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#496) (e8e0b00)
  • requires node.js >=20 & eslint >= 8.57.1 (#503) (1d6770e)

🩹 Fixes

  • Add explicit mapping for TypeScript extensions (#521) (1ad05c5)
  • no-unpublished-bin: disallow extra properties in options (#456) (6da92b1)
  • prefer-promises/fs: add missing fs.promises APIs (#519) (2164cd5)
  • prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#522) (2de9f06)
  • remove no-unpublished-bin from recommended (#485) (f95aae7)

📚 Documentation

  • update README for new ESLint config usage and examples (4daac0c)

🧹 Chores

  • adopt deprecated: DeprecatedInfo meta rule option (df9878a)
  • dedupe prefer-global/timers trace map (#516) (9d8d3cb)
  • fix ts errors (2a6f77b)
  • remove unnecessary type properties from error objects in rule tests (f3d02b0)
  • rm eslint-compat.js (#513) (235a6d7)
  • simplify valid patterns handling in no-unsupported-features tests (52664e6)
  • test on eslint v10 (59d827c)
  • test on eslint v10 (2c7c0c1)
Commits
  • 4a6b76a chore(master): release 18.0.1 (#525)
  • 8906195 fix: Update TypeScript peer dependency version constraint
  • b23ef66 chore(master): release 18.0.0 (#517)
  • 2a6f77b chore: fix ts errors
  • df9878a chore: adopt deprecated: DeprecatedInfo meta rule option
  • 3c3344f ci: fix ci error (#523)
  • 59d827c chore: test on eslint v10
  • 2c7c0c1 chore: test on eslint v10
  • 2de9f06 fix(prefer-promises/fs): add missing fs.promises APIs (cp, glob, lutimes, ope...
  • f3d02b0 refactor: remove unnecessary type properties from error objects in rule tests
  • Additional commits viewable in compare view

Updates eslint-stylistic-airbnb from 2.0.1 to 3.1.0

Release notes

Sourced from eslint-stylistic-airbnb's releases.

v3.1.0

compare changes

🚀 Enhancements

  • Add peerDependenciesMeta for optional plugins (#4)
  • Add max-len rule exception for eslint-disable comments (5a9f465)

📖 Documentation

  • Add reportUnusedDisableDirectives option (d4da4cf)

❤️ Contributors

v3.0.2

compare changes

🩹 Fixes

  • Remove missing config type definitions (4c3e05a)

📖 Documentation

  • Add flat/addon-vue-ts config for vuejs+ts example (2878501)
  • Add global ignores config to templates (707c609)
  • Add IDE configuration and formatting sections (06c0fd9)

❤️ Contributors

v3.0.1

compare changes

🤖 CI

  • Use latest pnpm 10 for publish action (acb6c3e)

❤️ Contributors

v3.0.0

compare changes

🩹 Fixes

  • Remove missing module entries (6078c8e)

... (truncated)

Changelog

Sourced from eslint-stylistic-airbnb's changelog.

v3.1.0

compare changes

🚀 Enhancements

  • Add peerDependenciesMeta for optional plugins (#4)
  • Add max-len rule exception for eslint-disable comments (5a9f465)

📖 Documentation

  • Add reportUnusedDisableDirectives option (d4da4cf)

❤️ Contributors

v3.0.2

compare changes

🩹 Fixes

  • Remove missing config type definitions (4c3e05a)

📖 Documentation

  • Add flat/addon-vue-ts config for vuejs+ts example (2878501)
  • Add global ignores config to templates (707c609)
  • Add IDE configuration and formatting sections (06c0fd9)

❤️ Contributors

v3.0.1

compare changes

🤖 CI

  • Use latest pnpm 10 for publish action (acb6c3e)

❤️ Contributors

v3.0.0

compare changes

... (truncated)

Commits
  • 3fbedbe chore(release): v3.1.0
  • 5a9f465 feat: add max-len rule exception for eslint-disable comments
  • d4da4cf docs: add reportUnusedDisableDirectives option
  • fb0e122 feat: add peerDependenciesMeta for optional plugins (#4)
  • 709d3e6 chore(release): v3.0.2
  • 06c0fd9 docs: add IDE configuration and formatting sections
  • 4c3e05a fix: remove missing config type definitions
  • 707c609 docs: add global ignores config to templates
  • 2878501 docs: add flat/addon-vue-ts config for vuejs+ts example
  • 7c82a87 chore(release): v3.0.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-stylistic-airbnb since your current version.


Updates ai from 5.0.185 to 6.0.175

Release notes

Sourced from ai's releases.

ai@6.0.175

Patch Changes

  • Updated dependencies [9a88b1d]
    • @​ai-sdk/gateway@​3.0.110
Changelog

Sourced from ai's changelog.

6.0.175

Patch Changes

  • Updated dependencies [9a88b1d]
    • @​ai-sdk/gateway@​3.0.110

6.0.174

Patch Changes

  • Updated dependencies [49f6d44]
    • @​ai-sdk/gateway@​3.0.109

6.0.173

Patch Changes

  • 7beadf0: feat(mcp): propagate the server name through dynamic tool parts
  • Updated dependencies [7beadf0]
    • @​ai-sdk/provider-utils@​4.0.26
    • @​ai-sdk/gateway@​3.0.108

6.0.172

Patch Changes

  • Updated dependencies [982af78]
    • @​ai-sdk/gateway@​3.0.107

6.0.171

Patch Changes

  • 48f842a: fix(ai): enforce callOptionsSchema at runtime in ToolLoopAgent

    ToolLoopAgentSettings.callOptionsSchema was declared and documented as a runtime schema for options, but tool-loop-agent.ts never invoked it. Any invariant a developer encoded in the schema was silently bypassed at runtime, and unchecked options flowed straight into prepareCall and any instructions template that interpolated them.

    ToolLoopAgent.prepareCall now validates caller-supplied options against callOptionsSchema (when set) via safeValidateTypes, throwing InvalidArgumentError on failure before forwarding to prepareCall / generateText / streamText.

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles

  • 5fee301: fix(mcp): prevent prototype pollution by using secureJsonParse

  • Updated dependencies [a727da4]

    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10
    • @​ai-sdk/gateway@​3.0.106

6.0.170

Patch Changes

... (truncated)

Commits
  • 3015153 Version Packages (#14960)
  • 0129eb6 Version Packages (#14912)
  • 8a46a3c Version Packages (#14875)
  • 7beadf0 Backport: feat(mcp): propagate the server name through dynamic tool parts (#1...
  • 29c80ec Version Packages (#14868)
  • 8e650ab Version Packages (#14824)
  • 48f842a backport v6: fix(ai): enforce callOptionsSchema at runtime in ToolLoopAgent (...
  • a727da4 backport of chore: ensure consistent import handling and avoid import duplica...
  • 5fee301 backport v6: fix(mcp): prevent prototype pollution by using secureJsonParse (...
  • 7ab1e18 Version Packages (#14815)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Updates @astrojs/mdx from 4.3.14 to 5.0.4

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1

@​astrojs/mdx@​5.0.3

Patch Changes

  • Updated dependencies [10a1a5a]:
    • @​astrojs/markdown-remark@​7.1.0
Changelog

Sourced from @​astrojs/mdx's changelog.

5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1

5.0.3

Patch Changes

  • Updated dependencies [10a1a5a]:
    • @​astrojs/markdown-remark@​7.1.0

5.0.2

Patch Changes

  • #15864 d3c7de9 Thanks @​florian-lefebvre! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default

  • Updated dependencies []:

    • @​astrojs/markdown-remark@​7.0.1

5.0.1

Patch Changes

5.0.0

Major Changes

Patch Changes

... (truncated)

Commits

Updates @astrojs/vue from 5.1.4 to 6.0.1

Changelog

Sourced from @​astrojs/vue's changelog.

6.0.1

Patch Changes

6.0.0

Major Changes

Minor Changes

  • #15425 0317e99 Thanks @​ocavue! - Updates @vitejs/plugin-vue to v6, @vitejs/plugin-vue-jsx to v5, and vite-plugin-vue-devtools to v8. No changes are needed from users.

Patch Changes

6.0.0-beta.1

Minor Changes

  • #15425 0317e99 Thanks @​ocavue! - Updates @vitejs/plugin-vue to v6, @vitejs/plugin-vue-jsx to v5, and vite-plugin-vue-devtools to v8. No changes are needed from users.

6.0.0-beta.0

Patch Changes

6.0.0-alpha.1

Patch Changes

  • #15045 31074fc Thanks @​ematipico! - Fixes an issue where using the Vue integration with the Cloudflare adapter resulted in some runtime errors.

6.0.0-alpha.0

Major Changes

Patch Changes

Commits

Updates astro from 5.18.1 to 6.2.2

Release notes

Sourced from astro's releases.

astro@6.2.2

Patch Changes

  • #16292 00f48ee Thanks @​p-linnane! - Fixes head metadata propagation in dev for adapters that load modules in the prerender Vite environment, such as @astrojs/cloudflare. The astro:head-metadata plugin previously only tracked the ssr environment, so maybeRenderHead() could fire inside an unrelated component's \<template> element, trapping subsequent hoisted <style> blocks.

  • #16451 778865f Thanks @​maximslo! - Fixes build crash when processing animated AVIF images. Sharp now gracefully passes through unsupported image formats instead of crashing during the build.

  • #16548 7214d3e Thanks @​senutpal! - Fixes scoped styles applying to the wrong element when vite.css.transformer is set to 'lightningcss' and a selector uses a nested & inside :where(...), such as Tailwind v4's space-x-*, space-y-*, and divide-* utilities.

  • #16566 9ac96b4 Thanks @​web-dev0521! - Fixes data-astro-prefetch="tap" not triggering when clicking nested elements (e.g. <span>, <img>, <svg>) inside an anchor tag.

  • #15994 1e70d18 Thanks @​ossaidqadri! - Fix <style> compilation failure when importing Astro components via tsconfig path aliases

  • #16144 1cd6650 Thanks @​fkatsuhiro! - Fixed a regression where .html was unexpectedly stripped from dynamic route parameters on non-page routes (.ts endpoints and redirects). This caused endpoints like /some/[...id].ts returning id: 'file.html' on getStaticPaths to not serve that file because the generated route (/some/file.html) would get matched as id: file that is not part of the list returned by getStaticPaths.

  • #16415 559c0fd Thanks @​0xbejaxer! - Fix CSS traversal boundaries so pages with export const partial = true still contribute styles when imported as components by other pages.

  • #16516 17f1867 Thanks @​fkatsuhiro! - Fixes an issue where the index route would return a 404 error when using a custom base path combined with trailingSlash: 'never'. This ensures that the home page and internal rewrites are correctly matched under these configurations.

  • #16515 280ec88 Thanks @​jp-knj! - Fixes an issue where i18n.fallback pages with fallbackType: 'rewrite' were emitted with empty bodies during astro build.

  • #16565 7959798 Thanks @​enjoyandlove! - Fixes session persistence when session.delete() is the first mutation in a request (no prior get, set, has, or keys). The session was marked dirty in memory, but persistence skipped the save because #data stayed undefined, so the backing store could still return the deleted key on the next request.

  • #16527 86fd80d Thanks @​enjoyandlove! - Prevents script deduplication state from being consumed while rendering inert \<template> contexts.

  • #16540 e59c637 Thanks @​ascorbic! - Skips session storage reads when no session cookie is present. Previously, calling session.get() on a request without a session cookie would initialize the storage driver and make a read that was guaranteed to miss. On network-backed drivers this added latency and resource usage to every anonymous request.

  • #16517 6ab0b3c Thanks @​adamchal! - Removes inline CSS for prerendered routes from the SSR manifest. The static HTML on disk already inlines those styles, and the SSR worker never renders prerendered routes, so the data was dead weight. Builds with many prerendered routes and build.inlineStylesheets: "always" (or "auto" with small stylesheets) will see a smaller SSR entry chunk, which reduces cold-start parse time on platforms like Cloudflare Workers.

  • #16509 d3d3557 Thanks @​cyphercodes! - Fix conditional named slot callbacks receiving arguments from Astro.slots.render().

  • #16236 c6b068e Thanks @​fkatsuhiro! - Fixes the position prop on <Image /> and <Picture /> components to correctly apply object-position styles

  • #16018 d14f47c Thanks @​felmonon! - Fix defineLiveCollection() so LiveLoader data types declared as interfaces are accepted.

astro@6.2.1

Patch Changes

  • #16531 76db01d Thanks @​rodrigosdev! - Fixes config validation for omitted integrations fields with newer Zod versions.

  • #16535 7df0fe4 Thanks @​rururux! - Fixed an issue where a warning was displayed when the server property was missing during config validation, even though it is not required.

  • #16534 5cf6c51 Thanks @​matthewp! - Fixes compatibility with Zod 4.4.0 for the server config property and error formatting

astro@6.2.0

Minor Changes

  • #16187 fe58071 Thanks @​gllmt! - Adds a waitUntil option to the RenderOptions so that adapters can forward runtime background-task hooks to Astro.

    When provided by an adapter, runtime cache providers receive context.waitUntil in

... (truncated)

Changelog

Sourced from astro's changelog.

6.2.2

Patch Changes

  • #16292 00f48ee Thanks @​p-linnane! - Fixes head metadata propagation in dev for adapters that load modules in the prerender Vite environment, such as @astrojs/cloudflare. The astro:head-metadata plugin previously only tracked the ssr environment, so maybeRenderHead() could fire inside an unrelated component's \<template> element, trapping subsequent hoisted <style> blocks.

  • #16451 778865f Thanks @​maximslo...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 5, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
varlock-website 0a657f3 May 06 2026, 06:31 AM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 5, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
varlock-docs-mcp 0a657f3 May 06 2026, 06:31 AM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

bumpy-frog

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a bump file.

You can add a bump file by running:

bunx bumpy add

Or click here to add a bump file directly on GitHub.


This comment is maintained by bumpy.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 5, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​eslint-stylistic-airbnb@​2.0.1 ⏵ 3.1.081100100 +192 +7100
Updatednpm/​@​astrojs/​vue@​5.1.4 ⏵ 6.0.1100 +110081 +194100
Addednpm/​@​astrojs/​mdx@​5.0.4991008397100
Updatednpm/​ai@​5.0.185 ⏵ 6.0.17592 -710010099100
Updatednpm/​eslint-plugin-n@​17.24.0 ⏵ 18.0.196 +110010094 +7100

View full report

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/major-95d7372230 branch from 982e6a3 to 662fd67 Compare May 6, 2026 05:23
Bumps the major group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.24.0` | `18.0.1` |
| [eslint-stylistic-airbnb](https://github.com/Solant/eslint-stylistic-airbnb) | `2.0.1` | `3.1.0` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `5.0.185` | `6.0.175` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.3.14` | `5.0.4` |
| [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) | `5.1.4` | `6.0.1` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.18.1` | `6.2.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.2` | `8.0.10` |

Bumps the major group with 1 update in the /packages/integrations/cloudflare directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the major group with 1 update in the /packages/integrations/vite directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the major group with 2 updates in the /packages/varlock-docs-mcp directory: [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) and [typescript](https://github.com/microsoft/TypeScript).
Bumps the major group with 3 updates in the /packages/varlock-website directory: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `eslint-plugin-n` from 17.24.0 to 18.0.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.0.1)

Updates `eslint-stylistic-airbnb` from 2.0.1 to 3.1.0
- [Release notes](https://github.com/Solant/eslint-stylistic-airbnb/releases)
- [Changelog](https://github.com/Solant/eslint-stylistic-airbnb/blob/master/CHANGELOG.md)
- [Commits](Solant/eslint-stylistic-airbnb@v2.0.1...v3.1.0)

Updates `ai` from 5.0.185 to 6.0.175
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.175/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.175/packages/ai)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `@astrojs/mdx` from 4.3.14 to 5.0.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.4/packages/integrations/mdx)

Updates `@astrojs/vue` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@6.0.1/packages/integrations/vue)

Updates `astro` from 5.18.1 to 6.2.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/astro@6.2.2/packages/astro)

Updates `vite` from 7.3.2 to 8.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `vite` from 7.3.2 to 8.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite)

Updates `vite` from 7.3.2 to 8.0.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite)

Updates `ai` from 5.0.185 to 6.0.175
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.175/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.175/packages/ai)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `@astrojs/mdx` from 4.3.14 to 5.0.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.4/packages/integrations/mdx)

Updates `@astrojs/vue` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@6.0.1/packages/integrations/vue)

Updates `astro` from 5.18.1 to 6.2.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/astro@6.2.2/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@astrojs/mdx"
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@astrojs/vue"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@astrojs/vue"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: ai
  dependency-version: 6.0.175
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: ai
  dependency-version: 6.0.175
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: astro
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: astro
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-plugin-n
  dependency-version: 18.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-stylistic-airbnb
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vite
  dependency-version: 8.0.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/major-95d7372230 branch from 662fd67 to 0a657f3 Compare May 6, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community core:docs-mcp core:website dependencies Pull requests that update a dependency file integration:vite javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants