Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

chore(deps): bump the npm-deps group with 8 updates#267

Merged
felangel merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-7522eebc38
Mar 27, 2025
Merged

chore(deps): bump the npm-deps group with 8 updates#267
felangel merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-deps-7522eebc38

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 2025

Bumps the npm-deps group with 8 updates:

Package From To
@astrojs/mdx 4.2.0 4.2.1
@astrojs/sitemap 3.2.1 3.3.0
@base-ui-components/react 1.0.0-alpha.6 1.0.0-alpha.7
@tailwindcss/vite 4.0.14 4.0.15
@types/react 19.0.10 19.0.12
astro 5.5.2 5.5.4
lucide-react 0.482.0 0.483.0
tailwindcss 4.0.14 4.0.15

Updates @astrojs/mdx from 4.2.0 to 4.2.1

Changelog

Sourced from @​astrojs/mdx's changelog.

4.2.1

Patch Changes

Commits

Updates @astrojs/sitemap from 3.2.1 to 3.3.0

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.3.0

Minor Changes

Commits

Updates @base-ui-components/react from 1.0.0-alpha.6 to 1.0.0-alpha.7

Release notes

Sourced from @​base-ui-components/react's releases.

v1.0.0-alpha.7

Mar 20, 2025

Accordion

AlertDialog

Avatar

Collapsible

Dialog

Field

  • Fix FieldControl [data-filled] not reacting to external value changes (#1565) @​atomiks

Menu

NumberField

... (truncated)

Changelog

Sourced from @​base-ui-components/react's changelog.

v1.0.0-alpha.7

Mar 20, 2025

Accordion

AlertDialog

Avatar

Collapsible

Dialog

Field

  • Fix FieldControl [data-filled] not reacting to external value changes (#1565) @​atomiks

Menu

NumberField

... (truncated)

Commits
  • d389076 v1.0.0-alpha.7 (#1580)
  • e88fd44 [Menu] Ensure submenu triggers respond to clicks when openOnHover=false (#1...
  • 87f4456 [NumberField] Fix ScrubArea on Safari (#1584)
  • 96b949d [Popover][Menu] Ensure stickIfOpen is reset to true correctly (#1548)
  • d74a946 [NumberField] Fix large/smallStep getting stuck (#1578)
  • bc1ae71 [core] Misc cleaning (#1579)
  • 6852fab [popups] Fix selection on outside press on Firefox with modal prop (#1573)
  • 393d0f5 [NumberField] Fix parse of numbers with spaces as thousands separators (#1577)
  • 94f106c [Select] Improve ScrollArrow behavior (#1564)
  • 5c11929 [Select] Ensure switching controlled value to null updates Select.Value l...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mj12albert, a new releaser for @​base-ui-components/react since your current version.


Updates @tailwindcss/vite from 4.0.14 to 4.0.15

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.0.15

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.0.15] - 2025-03-20

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)
  • Fix class extraction followed by ( in Pug (#17320)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)
Commits

Updates @types/react from 19.0.10 to 19.0.12

Commits

Updates astro from 5.5.2 to 5.5.4

Release notes

Sourced from astro's releases.

astro@5.5.4

Patch Changes

astro@5.5.3

Patch Changes

  • #13437 013fa87 Thanks @​Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.

  • #13324 ea74336 Thanks @​ematipico! - Upgrade to shiki v3

  • #13372 7783dbf Thanks @​ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.

  • #13358 8c21663 Thanks @​ematipico! - Adds a new function called insertPageRoute to the Astro Container API.

    The new function is useful when testing routes that, for some business logic, use Astro.rewrite.

    For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:

    import Post from '../src/pages/Post.astro';
    import GenericError from '../src/pages/GenericError.astro';
    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    const container = await AstroContainer.create();
    container.insertPageRoute('/generic-error', GenericError);
    const result = await container.renderToString(Post);
    console.log(result); // this should print the response from GenericError.astro

    This new method only works for page routes, which means that endpoints aren't supported.

  • #13426 565583b Thanks @​ascorbic! - Fixes a bug that caused the astro add command to ignore the --yes flag for third-party integrations

  • #13428 9cac9f3 Thanks @​matthewp! - Prevent bad value in x-forwarded-host from crashing request

  • #13432 defad33 Thanks @​P4tt4te! - Fix an issue in the Container API, where the renderToString function doesn't render adequately nested slots when they are components.

  • Updated dependencies [ea74336]:

    • @​astrojs/markdown-remark@​6.3.1
Changelog

Sourced from astro's changelog.

5.5.4

Patch Changes

5.5.3

Patch Changes

  • #13437 013fa87 Thanks @​Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.

  • #13324 ea74336 Thanks @​ematipico! - Upgrade to shiki v3

  • #13372 7783dbf Thanks @​ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.

  • #13358 8c21663 Thanks @​ematipico! - Adds a new function called insertPageRoute to the Astro Container API.

    The new function is useful when testing routes that, for some business logic, use Astro.rewrite.

    For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:

    import Post from '../src/pages/Post.astro';
    import GenericError from '../src/pages/GenericError.astro';
    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    const container = await AstroContainer.create();
    container.insertPageRoute('/generic-error', GenericError);
    const result = await container.renderToString(Post);
    console.log(result); // this should print the response from GenericError.astro

    This new method only works for page routes, which means that endpoints aren't supported.

  • #13426 565583b Thanks @​ascorbic! - Fixes a bug that caused the astro add command to ignore the --yes flag for third-party integrations

  • #13428 9cac9f3 Thanks @​matthewp! - Prevent bad value in x-forwarded-host from crashing request

  • #13432 defad33 Thanks @​P4tt4te! - Fix an issue in the Container API, where the renderToString function doesn't render adequately nested slots when they are components.

  • Updated dependencies [ea74336]:

    • @​astrojs/markdown-remark@​6.3.1
Commits

Updates lucide-react from 0.482.0 to 0.483.0

Release notes

Sourced from lucide-react's releases.

Version 0.483.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.482.0...0.483.0

Commits

Updates tailwindcss from 4.0.14 to 4.0.15

Release notes

Sourced from tailwindcss's releases.

v4.0.15

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)
Changelog

Sourced from tailwindcss's changelog.

[4.0.15] - 2025-03-20

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)
  • Fix class extraction followed by ( in Pug (#17320)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)
Commits
  • 1aab04c Temporarily revert changes to `@utility
  • 250c843 Add suggestions when --spacing(--value(integer, number)) is used (#17308)
  • a3316f2 Add support for literal values in --value('…') and --modifier('…') (#17304)
  • 4c57d9f Prepare v4.0.15 release (#17302)
  • 40a76e3 Revert "Don't use color-mix(…) on currentColor (#17247)" and work around ...
  • 3f313b4 Ensure that the CSS file rebuilds if a new CSS variable is used from template...
  • ca7b10e Make --theme(…) return CSS variables (#17036)
  • a1acaee Export PluginUtils from tailwindcss/plugin (#17299)
  • d698c10 Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent...
  • 1564bf0 Remove redundant line-height from body (#15212)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.2.0` | `4.2.1` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.2.1` | `3.3.0` |
| [@base-ui-components/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.0.0-alpha.6` | `1.0.0-alpha.7` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.14` | `4.0.15` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.10` | `19.0.12` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.5.2` | `5.5.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.482.0` | `0.483.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.14` | `4.0.15` |


Updates `@astrojs/mdx` from 4.2.0 to 4.2.1
- [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/astro@4.2.1/packages/integrations/mdx)

Updates `@astrojs/sitemap` from 3.2.1 to 3.3.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/astro@3.3.0/packages/integrations/sitemap)

Updates `@base-ui-components/react` from 1.0.0-alpha.6 to 1.0.0-alpha.7
- [Release notes](https://github.com/mui/base-ui/releases)
- [Changelog](https://github.com/mui/base-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/base-ui/commits/v1.0.0-alpha.7/packages/react)

Updates `@tailwindcss/vite` from 4.0.14 to 4.0.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.15/packages/@tailwindcss-vite)

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

Updates `astro` from 5.5.2 to 5.5.4
- [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@5.5.4/packages/astro)

Updates `lucide-react` from 0.482.0 to 0.483.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.483.0/packages/lucide-react)

Updates `tailwindcss` from 4.0.14 to 4.0.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.15/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@base-ui-components/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
@felangel felangel merged commit 8f6b2c5 into main Mar 27, 2025
2 checks passed
@felangel felangel deleted the dependabot/npm_and_yarn/npm-deps-7522eebc38 branch March 27, 2025 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant