Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 12 updates #147

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps the dependencies group with 12 updates in the / directory:

Package From To
@astrojs/mdx 4.0.6 4.0.8
@astrojs/react 4.1.5 4.2.0
@astrojs/tailwind 5.1.4 6.0.0
@astrojs/vercel 8.0.2 8.0.6
@iconify-json/tabler 1.2.14 1.2.16
@tanstack/react-virtual 3.11.2 3.13.0
astro 5.1.7 5.2.5
astro-pagefind 1.7.0 1.8.0
swr 2.3.0 2.3.2
tailwindcss 3.4.17 4.0.4
@types/react 19.0.7 19.0.8
lefthook 1.10.8 1.10.10

Updates @astrojs/mdx from 4.0.6 to 4.0.8

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.0.8

Patch Changes

  • Updated dependencies [db252e0]:
    • @​astrojs/markdown-remark@​6.1.0

@​astrojs/mdx@​4.0.7

Patch Changes

Changelog

Sourced from @​astrojs/mdx's changelog.

4.0.8

Patch Changes

  • Updated dependencies [db252e0]:
    • @​astrojs/markdown-remark@​6.1.0

4.0.7

Patch Changes

Commits

Updates @astrojs/react from 4.1.5 to 4.2.0

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​4.2.0

Minor Changes

  • #13036 3c90d8f Thanks @​artmsilva! - Adds experimental support for disabling streaming

    This is useful to support libraries that are not compatible with streaming such as some CSS-in-JS libraries. To disable streaming for all React components in your project, set experimentalDisableStreaming: true as a configuration option for @astrojs/react:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import react from '@astrojs/react';
    export default defineConfig({
    integrations: [
    react({
    
    
     experimentalDisableStreaming: true,
    
    }),
    ],
    });

@​astrojs/react@​4.1.6

Patch Changes

  • #12996 80c6801 Thanks @​bluwy! - Removes hardcoded ssr.external: ['react-dom/server', 'react-dom/client'] config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.

  • #13011 cf30880 Thanks @​ascorbic! - Upgrades Vite

Changelog

Sourced from @​astrojs/react's changelog.

4.2.0

Minor Changes

  • #13036 3c90d8f Thanks @​artmsilva! - Adds experimental support for disabling streaming

    This is useful to support libraries that are not compatible with streaming such as some CSS-in-JS libraries. To disable streaming for all React components in your project, set experimentalDisableStreaming: true as a configuration option for @astrojs/react:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import react from '@astrojs/react';
    export default defineConfig({
    integrations: [
    react({
    
    
     experimentalDisableStreaming: true,
    
    }),
    ],
    });

4.1.6

Patch Changes

  • #12996 80c6801 Thanks @​bluwy! - Removes hardcoded ssr.external: ['react-dom/server', 'react-dom/client'] config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.

  • #13011 cf30880 Thanks @​ascorbic! - Upgrades Vite

Commits

Updates @astrojs/tailwind from 5.1.4 to 6.0.0

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​6.0.0

Major Changes

  • #13049 2ed4bd9 Thanks @​florian-lefebvre! - Deprecates the integration

    Tailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall @astrojs/tailwind and follow the Tailwind documentation for manual installation.

    This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.

@​astrojs/tailwind@​5.1.5

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

6.0.0

Major Changes

  • #13049 2ed4bd9 Thanks @​florian-lefebvre! - Deprecates the integration

    Tailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall @astrojs/tailwind and follow the Tailwind documentation for manual installation.

    This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.

5.1.5

Patch Changes

Commits

Updates @astrojs/vercel from 8.0.2 to 8.0.6

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​8.0.6

Patch Changes

@​astrojs/vercel@​8.0.5

Patch Changes

@​astrojs/vercel@​8.0.4

Patch Changes

  • #516 3fe04eb Thanks @​ascorbic! - Fixes a bug that prevented integration-generated static assets from being deployed with non-static sites

@​astrojs/vercel@​8.0.3

Patch Changes

  • #508 af69a12 Thanks @​ascorbic! - Fixes a bug that prevented static assets generated by integrations from being deployed
Changelog

Sourced from @​astrojs/vercel's changelog.

8.0.6

Patch Changes

8.0.5

Patch Changes

8.0.4

Patch Changes

  • #516 3fe04eb Thanks @​ascorbic! - Fixes a bug that prevented integration-generated static assets from being deployed with non-static sites

8.0.3

Patch Changes

  • #508 af69a12 Thanks @​ascorbic! - Fixes a bug that prevented static assets generated by integrations from being deployed
Commits

Updates @iconify-json/tabler from 1.2.14 to 1.2.16

Commits

Updates @tanstack/react-virtual from 3.11.2 to 3.13.0

Release notes

Sourced from @​tanstack/react-virtual's releases.

v3.13.0

Version 3.13.0 - 2/7/25, 12:12 PM

Changes

Feat

  • add useAnimationFrameWithResizeObserver option (#923) (3e5b1a9) by @​piecyk

Packages

  • @​tanstack/virtual-core@​3.13.0
  • @​tanstack/lit-virtual@​3.13.0
  • @​tanstack/react-virtual@​3.13.0
  • @​tanstack/solid-virtual@​3.13.0
  • @​tanstack/svelte-virtual@​3.13.0
  • @​tanstack/vue-virtual@​3.13.0
  • @​tanstack/angular-virtual@​3.13.0

v3.12.1

Version 3.12.1 - 2/7/25, 5:12 AM

Changes

Fix

  • register scrollend event when useScrollendEvent (#922) (8470857) by @​piecyk
  • Revert "fix: add experimental_subscribeToEvents" (5151ee4) by Tanner Linsley
  • add experimental_subscribeToEvents (b7b0d5a) by Tanner Linsley

Chore

  • deps: update all non-major dependencies (#921) (3321362) by renovate[bot]

Ci

  • apply automated fixes (659b157) by autofix-ci[bot]

Packages

  • @​tanstack/virtual-core@​3.12.1
  • @​tanstack/lit-virtual@​3.12.1
  • @​tanstack/react-virtual@​3.12.1
  • @​tanstack/solid-virtual@​3.12.1
  • @​tanstack/svelte-virtual@​3.12.1
  • @​tanstack/vue-virtual@​3.12.1
  • @​tanstack/angular-virtual@​3.12.1

v3.12.0

Version 3.12.0 - 2/3/25, 4:02 AM

... (truncated)

Commits

Updates astro from 5.1.7 to 5.2.5

Release notes

Sourced from astro's releases.

astro@5.2.5

Patch Changes

  • #13133 e76aa83 Thanks @​ematipico! - Fixes a bug where Astro was failing to build an external redirect when the middleware was triggered

  • #13119 ac43580 Thanks @​Hacksore! - Adds extra guidance in the terminal when using the astro add tailwind CLI command

    Now, users are given a friendly reminder to import the stylesheet containing their Tailwind classes into any pages where they want to use Tailwind. Commonly, this is a shared layout component so that Tailwind styling can be used on multiple pages.

astro@5.2.4

Patch Changes

astro@5.2.3

Patch Changes

  • #13113 3a26e45 Thanks @​unprintable123! - Fixes the bug that rewrite will pass encoded url to the dynamic routing and cause params mismatch.

  • #13111 23978dd Thanks @​ascorbic! - Fixes a bug that caused injected endpoint routes to return not found when trailingSlash was set to always

  • #13112 0fa5c82 Thanks @​ematipico! - Fixes a bug where the i18n middleware was blocking a server island request when the prefixDefaultLocale option is set to true

astro@5.2.2

Patch Changes

astro@5.2.1

Patch Changes

  • #13095 740eb60 Thanks @​ascorbic! - Fixes a bug that caused some dev server asset requests to return 404 when trailingSlash was set to "always"

astro@5.2.0

Minor Changes

  • #12994 5361755 Thanks @​ascorbic! - Redirects trailing slashes for on-demand pages

    When the trailingSlash option is set to always or never, on-demand rendered pages will now redirect to the correct URL when the trailing slash doesn't match the configuration option. This was previously the case for static pages, but now works for on-demand pages as well.

    Now, it doesn't matter whether your visitor navigates to /about/, /about, or even /about///. In production, they'll always end up on the correct page. For GET requests, the redirect will be a 301 (permanent) redirect, and for all other request methods, it will be a 308 (permanent, and preserve the request method) redirect.

    In development, you'll see a helpful 404 page to alert you of a trailing slash mismatch so you can troubleshoot routes.

  • #12979 e621712 Thanks @​ematipico! - Adds support for redirecting to external sites with the redirects configuration option.

... (truncated)

Changelog

Sourced from astro's changelog.

5.2.5

Patch Changes

  • #13133 e76aa83 Thanks @​ematipico! - Fixes a bug where Astro was failing to build an external redirect when the middleware was triggered

  • #13119 ac43580 Thanks @​Hacksore! - Adds extra guidance in the terminal when using the astro add tailwind CLI command

    Now, users are given a friendly reminder to import the stylesheet containing their Tailwind classes into any pages where they want to use Tailwind. Commonly, this is a shared layout component so that Tailwind styling can be used on multiple pages.

5.2.4

Patch Changes

5.2.3

Patch Changes

  • #13113 3a26e45 Thanks @​unprintable123! - Fixes the bug that rewrite will pass encoded url to the dynamic routing and cause params mismatch.

  • #13111 23978dd Thanks @​ascorbic! - Fixes a bug that caused injected endpoint routes to return not found when trailingSlash was set to always

  • #13112 0fa5c82 Thanks @​ematipico! - Fixes a bug where the i18n middleware was blocking a server island request when the prefixDefaultLocale option is set to true

5.2.2

Patch Changes

5.2.1

Patch Changes

  • #13095 740eb60 Thanks @​ascorbic! - Fixes a bug that caused some dev server asset requests to return 404 when trailingSlash was set to "always"

5.2.0

Minor Changes

  • #12994 5361755 Thanks @​ascorbic! - Redirects trailing slashes for on-demand pages

    When the trailingSlash option is set to always or never, on-demand rendered pages will now redirect to the correct URL when the trailing slash doesn't match the configuration option. This was previously the case for static pages, but now works for on-demand pages as well.

... (truncated)

Commits

Updates astro-pagefind from 1.7.0 to 1.8.0

Release notes

Sourced from astro-pagefind's releases.

v1.8.0

1.8.0 (2025-01-24)

Bug Fixes

  • deps: update pagefind to v1.3.0 (3a6f83f)

Features

  • allow passing index config to pagefind (ce77290)
Commits
  • 0b479a8 chore(release): 1.8.0 [skip ci]
  • 8186a8a Merge pull request #106 from shishkin/pagefind-config
  • 419cf34 chore: docs and example
  • ce77290 feat: allow passing index config to pagefind
  • 9a8d1f4 #87 Allows for optional configuration to be passed
  • c2f09ab chore(deps): update devdependencies
  • b8d8eb2 Merge pull request #103 from shishkin/renovate/pnpm-9.x
  • 09f9ebd chore(deps): update pnpm to v9.15.3
  • bcea7b6 chore(deps): update dependency astro to v5.1.5
  • 3a6f83f fix(deps): update pagefind to v1.3.0
  • Additional commits viewable in compare view

Updates swr from 2.3.0 to 2.3.2

Release notes

Sourced from swr's releases.

v2.3.2

Patches

Full Changelog: vercel/swr@v2.3.1...v2.3.2

v2.3.1

Fixes

Misc

New Contributors

Full Changelog: vercel/swr@v2.3.0...v2.3.1

Commits

Updates tailwindcss from 3.4.17 to 4.0.4

Release notes

Sourced from tailwindcss's releases.

v4.0.4

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.4] - 2025-02-06

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

[4.0.1] - 2025-01-29

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)

... (truncated)

Commits

Bumps the dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.0.6` | `4.0.8` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `4.1.5` | `4.2.0` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.4` | `6.0.0` |
| [@astrojs/vercel](https://github.com/withastro/adapters/tree/HEAD/packages/vercel) | `8.0.2` | `8.0.6` |
| [@iconify-json/tabler](https://github.com/iconify/icon-sets) | `1.2.14` | `1.2.16` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.11.2` | `3.13.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.7` | `5.2.5` |
| [astro-pagefind](https://github.com/shishkin/astro-pagefind) | `1.7.0` | `1.8.0` |
| [swr](https://github.com/vercel/swr) | `2.3.0` | `2.3.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.0.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.8` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.10.8` | `1.10.10` |



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

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

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

Updates `@astrojs/vercel` from 8.0.2 to 8.0.6
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/vercel@8.0.6/packages/vercel)

Updates `@iconify-json/tabler` from 1.2.14 to 1.2.16
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@tanstack/react-virtual` from 3.11.2 to 3.13.0
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.13.0/packages/react-virtual)

Updates `astro` from 5.1.7 to 5.2.5
- [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.2.5/packages/astro)

Updates `astro-pagefind` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/shishkin/astro-pagefind/releases)
- [Commits](shishkin/astro-pagefind@v1.7.0...v1.8.0)

Updates `swr` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.3.0...v2.3.2)

Updates `tailwindcss` from 3.4.17 to 4.0.4
- [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.4/packages/tailwindcss)

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

Updates `lefthook` from 1.10.8 to 1.10.10
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.10.8...v1.10.10)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@iconify-json/tabler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: astro-pagefind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Feb 8, 2025
Copy link

vercel bot commented Feb 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
isle ❌ Failed (Inspect) Feb 8, 2025 7:46am

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-76875eec60 branch February 15, 2025 07:51
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