Skip to content

chore(deps): bump the all-npm group across 1 directory with 24 updates #1530

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the all-npm group with 24 updates in the / directory:

Package From To
@astrojs/vue 5.0.6 5.0.13
@vueuse/integrations 12.5.0 13.1.0
@yacosta738/ascii-progress-bar 1.5.0 1.7.0
fuse.js 7.0.0 7.1.0
globals 15.14.0 16.0.0
sass 1.83.4 1.87.0
sharp 0.33.5 0.34.1
@astrojs/sitemap 3.2.1 3.3.1
@astrojs/tailwind 5.1.4 6.0.2
@iconify-json/ion 1.2.2 1.2.3
@iconify-json/simple-icons 1.2.21 1.2.33
@playwright/test 1.50.0 1.52.0
@semantic-release/exec 6.0.3 7.0.3
@vite-pwa/astro 0.5.0 1.0.1
@vueuse/core 12.5.0 13.1.0
astro 5.1.7 5.7.10
astro-compress 2.3.6 2.3.8
dompurify 3.2.3 3.2.5
flowbite 2.5.2 3.1.2
marked 15.0.6 15.0.11
nanostores 0.11.3 1.0.1
postcss-preset-env 10.1.3 10.1.6
tailwindcss 3.4.17 4.1.5
vitest 3.0.0-beta.3 3.1.2

Updates @astrojs/vue from 5.0.6 to 5.0.13

Release notes

Sourced from @​astrojs/vue's releases.

@​astrojs/vue@​5.0.13

Patch Changes

@​astrojs/vue@​5.0.12

Patch Changes

@​astrojs/vue@​5.0.11

Patch Changes

@​astrojs/vue@​5.0.10

Patch Changes

@​astrojs/vue@​5.0.9

Patch Changes

@​astrojs/vue@​5.0.8

Patch Changes

Changelog

Sourced from @​astrojs/vue's changelog.

5.0.13

Patch Changes

5.0.12

Patch Changes

5.0.11

Patch Changes

5.0.10

Patch Changes

5.0.9

Patch Changes

5.0.8

Patch Changes

5.0.7

Patch Changes

Commits
Maintainer changes

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


Updates @vueuse/integrations from 12.5.0 to 13.1.0

Release notes

Sourced from @​vueuse/integrations's releases.

v13.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v13.0.0

   🚨 Breaking Changes

    View changes on GitHub

v13.0.0-beta.2

   🚨 Breaking Changes

    View changes on GitHub

v13.0.0-beta.1

   🚨 Breaking Changes

    View changes on GitHub

v12.8.2

   🐞 Bug Fixes

    View changes on GitHub

v12.8.1

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • c69e6c5 chore: release v13.1.0
  • 159175b feat(useSortable): Add possibility to use it with Component ref (#4684)
  • ba8bab6 test(useSortable): implement initial tests (#4686)
  • ac72c11 chore: release v13.0.0
  • 5e0467b feat!: drop CJS build, now it's ESM-only (#4581)
  • 6683a4f test(ci): add additional attw test for built packages (#4648)
  • 8e05ae9 chore: release v12.8.2
  • 1389990 chore: release v12.8.1
  • 37a7c22 chore: release v12.8.0
  • 7432fd1 feat(types): deprecate MaybeRef and MaybeRefOrGetter in favor of Vue's na...
  • Additional commits viewable in compare view

Updates @yacosta738/ascii-progress-bar from 1.5.0 to 1.7.0

Release notes

Sourced from @​yacosta738/ascii-progress-bar's releases.

v1.7.0

1.7.0 (2025-01-27)

Features

  • Add '@​semantic-release/exec' package to pnpm-lock.yaml (840bc13)
  • Add check for STORE_PATH existence in GitHub Actions (a156d29)
  • Update GitHub Actions to install specific Node.js version and improve caching (2460cfe)
  • Update GitHub Actions workflow for automatic release with token generation (418ecf1)
  • Update GitHub Actions workflow to include fetch-depth and token for checkout step (1140ada)

v1.6.0

No release notes provided.

v1.5.1

1.5.1 (2025-01-26)

Bug Fixes

Commits

Updates fuse.js from 7.0.0 to 7.1.0

Release notes

Sourced from fuse.js's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: krisk/Fuse@v7.0.0...v7.1.0

Changelog

Sourced from fuse.js's changelog.

7.1.0 (2025-02-03)

Features

  • add ignore diacritics (e0fcdb1)
  • add option to ignore diacritics (fb012b7)

Bug Fixes

Commits
  • 8119c18 chore(release): 7.1.0
  • ef16371 Merge branch 'ignore-diacritics'
  • e0fcdb1 feat: add ignore diacritics
  • d89d15e chore: clarify index support
  • ef34425 docs: document input to parseIndex explicitly
  • 72b6e25 fix(typescript): clarify input to parseIndex
  • 4e30d3e Update CHANGELOG.md, fix typos
  • 40e27de chore: update copyright year
  • 47e4d67 chore: add sponsor
  • d753d85 docs: add litslink
  • Additional commits viewable in compare view

Updates globals from 15.14.0 to 16.0.0

Release notes

Sourced from globals's releases.

v16.0.0

Breaking

  • The serviceworker globals are now generated from browsers (#281) 039ed51
    • It's a breaking change as a few globals have been removed.

sindresorhus/globals@v15.15.0...v16.0.0

v15.15.0

  • Regenerate vitest globals (#279) 445df81

sindresorhus/globals@v15.14.0...v15.15.0

Commits

Updates sass from 1.83.4 to 1.87.0

Release notes

Sourced from sass's releases.

Dart Sass 1.87.0

To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.3

To install Sass 1.86.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.2

To install Sass 1.86.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.1

To install Sass 1.86.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

See the full changelog for changes in earlier releases.

Dart Sass 1.86.0

To install Sass 1.86.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

1.86.3

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

1.86.2

  • No user-visible changes.

1.86.1

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

1.85.0

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.

... (truncated)

Commits

Updates sharp from 0.33.5 to 0.34.1

Commits

Updates @astrojs/sitemap from 3.2.1 to 3.3.1

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.3.1

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.3.1

Patch Changes

3.3.0

Minor Changes

Commits
Maintainer changes

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


Updates @astrojs/tailwind from 5.1.4 to 6.0.2

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​6.0.2

Patch Changes

@​astrojs/tailwind@​6.0.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

6.0.2

Patch Changes

6.0.1

Patch Changes

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 @iconify-json/ion from 1.2.2 to 1.2.3

Commits

Updates @iconify-json/simple-icons from 1.2.21 to 1.2.33

Commits

Updates @playwright/test from 1.50.0 to 1.52.0

Release notes

Sourced from @​playwright/test's releases.

v1.52.0

Highlights

  • New method expect(locator).toContainClass() to ergonomically assert individual class names on the element.

    await expect(page.getByRole('listitem', { name: 'Ship v1.52' })).toContainClass('done');
  • Aria Snapshots got two new properties: /children for strict matching and /url for links.

    await expect(locator).toMatchAriaSnapshot(`
      - list
        - /children: equal
        - listitem: Feature A
        - listitem:
          - link "Feature B":
            - /url: "https://playwright.dev"
    `);

Test Runner

  • New property testProject.workers allows to specify the number of concurrent worker processes to use for a test project. The global limit of property testConfig.workers still applies.
  • New testConfig.failOnFlakyTests option to fail the test run if any flaky tests are detected, similarly to --fail-on-flaky-tests. This is useful for CI/CD environments where you want to ensure that all tests are stable before deploying.
  • New property testResult.annotations contains annotations for each test retry.

Miscellaneous

  • New option maxRedirects in apiRequest.newContext() to control the maximum number of redirects.
  • New option ref in locator.ariaSnapshot() to generate reference for each element in the snapshot which can later be used to locate the element.
  • HTML reporter now supports NOT filtering via !@my-tag or !my-file.spec.ts or !p:my-project.

Breaking Changes

  • Changes to glob URL patterns in methods like page.route():
    • ? wildcard is not supported any more, it will always match question mark ? character.
    • Ranges/sets [] are not supported anymore. We recommend using regular expressions instead.
  • Method route.continue() does not allow to override the Cookie header anymore. If a Cookie header is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.addCookies().
  • macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.

Browser Versions

  • Chromium 136.0.7103.25
  • Mozilla Firefox 137.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 135
  • Microsoft Edge 135

v1.51.1

Highlights

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by playwright-bot, a new releaser for @​playwright/test since your current version.


Updates @semantic-release/exec from 6.0.3 to 7.0.3

Release notes

Sourced from @​semantic-release/exec's releases.

v7.0.3

7.0.3 (2025-02-03)

Bug Fixes

  • deps: update dependency execa to v9 (643e2eb)

v7.0.2

7.0.2 (2025-02-01)

Bug Fixes

  • deps: update dependency @​semantic-release/error to v4 (#353) (471f963)

v7.0.1

7.0.1 (2025-02-01)

Bug Fixes

  • deps: update dependency parse-json to v8 (#394) (080440f)

v7.0.0

7.0.0 (2025-01-31)

Features

BREAKING CHANGES

  • the minimum required version of semantic-release to use @semantic-release/exec is now v24.1.0; the warn logger method/function is now available to use in plugin

  • @semantic-release/exec is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)

v7.0.0-beta.1

7.0.0-beta.1 (2024-11-18)

Features

... (truncated)

Commits
  • 85c7a1a Merge pull request #403 from semantic-release/renovate/execa-9.x
  • 65219ec refactor(execa): account for breaking change in execa
  • 643e2eb fix(deps): update dependency execa to v9
  • 050d157 chore(deps): update dependency sinon to v19 (#425)
  • aa592eb chore(deps): update dependency ava to v6 (#395)
  • 584ba99 ci(action): update actions/setup-node action to v4.2.0 (#424)
  • 3a7b57e ci(action): update actions/checkout action to v4.2.2 (#400)
  • 179afb2 chore(deps): update dependency prettier to v3.4.2 (#422)
  • 513e86a chore(deps): update dependency ava to v5.3.1 (#308)
  • 471f963 fix(deps): update dependency @​semantic-release/error to v4 (#353)
  • Additional commits viewable in compare view

Updates @vite-pwa/astro from 0.5.0 to 1.0.1

Release notes

Sourced from

Bumps the all-npm group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) | `5.0.6` | `5.0.13` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `12.5.0` | `13.1.0` |
| [@yacosta738/ascii-progress-bar](https://github.com/yacosta738/ascii-progress-bar) | `1.5.0` | `1.7.0` |
| [fuse.js](https://github.com/krisk/Fuse) | `7.0.0` | `7.1.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.14.0` | `16.0.0` |
| [sass](https://github.com/sass/dart-sass) | `1.83.4` | `1.87.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.1` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.2.1` | `3.3.1` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.4` | `6.0.2` |
| [@iconify-json/ion](https://github.com/iconify/icon-sets) | `1.2.2` | `1.2.3` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.21` | `1.2.33` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.0` | `1.52.0` |
| [@semantic-release/exec](https://github.com/semantic-release/exec) | `6.0.3` | `7.0.3` |
| [@vite-pwa/astro](https://github.com/vite-pwa/astro) | `0.5.0` | `1.0.1` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.5.0` | `13.1.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.7` | `5.7.10` |
| [astro-compress](https://github.com/PlayForm/Compress) | `2.3.6` | `2.3.8` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.2.3` | `3.2.5` |
| [flowbite](https://github.com/themesberg/flowbite) | `2.5.2` | `3.1.2` |
| [marked](https://github.com/markedjs/marked) | `15.0.6` | `15.0.11` |
| [nanostores](https://github.com/nanostores/nanostores) | `0.11.3` | `1.0.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.3` | `10.1.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.1.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.0-beta.3` | `3.1.2` |



Updates `@astrojs/vue` from 5.0.6 to 5.0.13
- [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/[email protected]/packages/integrations/vue)

Updates `@vueuse/integrations` from 12.5.0 to 13.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v13.1.0/packages/integrations)

Updates `@yacosta738/ascii-progress-bar` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/yacosta738/ascii-progress-bar/releases)
- [Changelog](https://github.com/yacosta738/ascii-progress-bar/blob/main/.releaserc.json)
- [Commits](yacosta738/ascii-progress-bar@v1.5.0...v1.7.0)

Updates `fuse.js` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](krisk/Fuse@v7.0.0...v7.1.0)

Updates `globals` from 15.14.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.14.0...v16.0.0)

Updates `sass` from 1.83.4 to 1.87.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.4...1.87.0)

Updates `sharp` from 0.33.5 to 0.34.1
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.1)

Updates `@astrojs/sitemap` from 3.2.1 to 3.3.1
- [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 `@astrojs/tailwind` from 5.1.4 to 6.0.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/@astrojs/[email protected]/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind)

Updates `@iconify-json/ion` from 1.2.2 to 1.2.3
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.21 to 1.2.33
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@playwright/test` from 1.50.0 to 1.52.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.0...v1.52.0)

Updates `@semantic-release/exec` from 6.0.3 to 7.0.3
- [Release notes](https://github.com/semantic-release/exec/releases)
- [Commits](semantic-release/exec@v6.0.3...v7.0.3)

Updates `@vite-pwa/astro` from 0.5.0 to 1.0.1
- [Release notes](https://github.com/vite-pwa/astro/releases)
- [Commits](vite-pwa/astro@v0.5.0...v1.0.1)

Updates `@vueuse/core` from 12.5.0 to 13.1.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v13.1.0/packages/core)

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

Updates `astro-compress` from 2.3.6 to 2.3.8
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/AstroCompress/v2.3.8/CHANGELOG.md)
- [Commits](PlayForm/Compress@AstroCompress/v2.3.6...AstroCompress/v2.3.8)

Updates `dompurify` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.2.3...3.2.5)

Updates `flowbite` from 2.5.2 to 3.1.2
- [Release notes](https://github.com/themesberg/flowbite/releases)
- [Commits](themesberg/flowbite@v2.5.2...v3.1.2)

Updates `marked` from 15.0.6 to 15.0.11
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.6...v15.0.11)

Updates `nanostores` from 0.11.3 to 1.0.1
- [Release notes](https://github.com/nanostores/nanostores/releases)
- [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md)
- [Commits](nanostores/nanostores@0.11.3...1.0.1)

Updates `postcss-preset-env` from 10.1.3 to 10.1.6
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

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

Updates `vitest` from 3.0.0-beta.3 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@astrojs/vue"
  dependency-version: 5.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@vueuse/integrations"
  dependency-version: 13.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@yacosta738/ascii-progress-bar"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: fuse.js
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: globals
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: sass
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: sharp
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@astrojs/tailwind"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@iconify-json/ion"
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: "@playwright/test"
  dependency-version: 1.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@semantic-release/exec"
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@vite-pwa/astro"
  dependency-version: 1.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@vueuse/core"
  dependency-version: 13.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: astro
  dependency-version: 5.7.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: astro-compress
  dependency-version: 2.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: dompurify
  dependency-version: 3.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: flowbite
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: marked
  dependency-version: 15.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: nanostores
  dependency-version: 1.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: postcss-preset-env
  dependency-version: 10.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: tailwindcss
  dependency-version: 4.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: vitest
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
...

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

cloudflare-workers-and-pages bot commented May 1, 2025

Deploying yuniel-acosta with  Cloudflare Pages  Cloudflare Pages

Latest commit: 06bf506
Status:🚫  Build failed.

View logs

Copy link
Contributor

coderabbitai bot commented May 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

netlify bot commented May 1, 2025

Deploy Preview for yunielacosta failed.

Name Link
🔨 Latest commit 06bf506
🔍 Latest deploy log https://app.netlify.com/sites/yunielacosta/deploys/6813faba6c787800087a52f5

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