yacosta738.github.io
yacosta738.github.io copied to clipboard
chore(deps): bump the all-npm group across 1 directory with 22 updates
Bumps the all-npm group with 22 updates in the / directory:
| Package | From | To |
|---|---|---|
| @astrojs/vue | 5.0.6 |
5.0.9 |
| @vueuse/integrations | 12.5.0 |
13.0.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.86.1 |
| @astrojs/sitemap | 3.2.1 |
3.3.0 |
| @astrojs/tailwind | 5.1.4 |
6.0.2 |
| @iconify-json/simple-icons | 1.2.21 |
1.2.30 |
| @playwright/test | 1.50.0 |
1.51.1 |
| @semantic-release/exec | 6.0.3 |
7.0.3 |
| @vite-pwa/astro | 0.5.0 |
1.0.0 |
| @vueuse/core | 12.5.0 |
13.0.0 |
| astro | 5.1.7 |
5.5.6 |
| astro-compress | 2.3.6 |
2.3.7 |
| dompurify | 3.2.3 |
3.2.4 |
| flowbite | 2.5.2 |
3.1.2 |
| marked | 15.0.6 |
15.0.7 |
| nanostores | 0.11.3 |
0.11.4 |
| postcss-preset-env | 10.1.3 |
10.1.5 |
| tailwindcss | 3.4.17 |
4.1.0 |
| vitest | 3.0.0-beta.3 |
3.1.1 |
Updates @astrojs/vue from 5.0.6 to 5.0.9
Release notes
Sourced from @astrojs/vue's releases.
@astrojs/vue@5.0.9Patch Changes
- #13526
ff9d69eThanks@jsparkdev! - updateviteto the latest version
@astrojs/vue@5.0.8Patch Changes
- #13505
a98ae5bThanks@ematipico! - Updates the dependencyviteto the latest.
@astrojs/vue@5.0.7Patch Changes
- #13251
3842ce5Thanks@florian-lefebvre! - Fixes a case where the compiler could not be resolved automatically
Changelog
Sourced from @astrojs/vue's changelog.
5.0.9
Patch Changes
- #13526
ff9d69eThanks@jsparkdev! - updateviteto the latest version5.0.8
Patch Changes
- #13505
a98ae5bThanks@ematipico! - Updates the dependencyviteto the latest.5.0.7
Patch Changes
- #13251
3842ce5Thanks@florian-lefebvre! - Fixes a case where the compiler could not be resolved automatically
Commits
ddc98eb[ci] release (#13513)ff9d69efix: updateviteto latest version (#13526)b33cc17[ci] release (#13504)a98ae5bfix: update vite (#13505)3bc2c09fix(deps): update astro client runtimes (#13474)725bc0dfix(deps): update all non-major dependencies (#13387)16d6d41fix(deps): update all non-major dependencies (#13346)80926fachore(deps): updateesbuildandviteversions (#13323)4cb3377[ci] release (#13244)3842ce5fix(vue): compiler fallback (#13251)- Additional commits viewable in compare view
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.0.0
Release notes
Sourced from @vueuse/integrations's releases.
v13.0.0
🚨 Breaking Changes
- Drop CJS build, now it's ESM-only - by
@antfuin vueuse/vueuse#4581 (5e046)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
- useEventSource: Remove readonly to not be breaking - by
@OrbisKin vueuse/vueuse#4645 (79fcb)View changes on GitHub
v12.8.0
🚀 Features
- nuxt: Support wider Nuxt range - by
@antfu(c478e)- types: Deprecate
MaybeRefandMaybeRefOrGetterin favor of Vue's native - by@ilyaliaoand@antfuin vueuse/vueuse#4636 (7432f)- useCached: Add
options.deepRefs- by@OrbisKand@antfuin vueuse/vueuse#4591 (9afee)- useWebSocket: Pass the
retriedto theautoReconnect.retries- by@9romiseand@OrbisKin vueuse/vueuse#4604 (73e6d)🐞 Bug Fixes
- onStartTyping: Incorrect accepted valid characters - by
@Bernard-Borgin vueuse/vueuse#4616 (58a3b)- useAnimate: Correct condition for updating keyframes - by
@Mrlililiand liyan1 in vueuse/vueuse#4619 (e8665)- useClipboard: Unhandled rejection on read permission prompt - by
@Vitalis11in vueuse/vueuse#4615 (a54c4)- useCssVar: Update
variablewhen initial - by@ilyaliaoin vueuse/vueuse#4641 (d680f)- useDeviceList: AudioInputs doesn't update if camera permission is
granted- by@Nikitatopodinand Никита Быковский in vueuse/vueuse#4559 (f9685)
... (truncated)
Commits
ac72c11chore: release v13.0.05e0467bfeat!: drop CJS build, now it's ESM-only (#4581)6683a4ftest(ci): add additional attw test for built packages (#4648)8e05ae9chore: release v12.8.21389990chore: release v12.8.137a7c22chore: release v12.8.07432fd1feat(types): deprecateMaybeRefandMaybeRefOrGetterin favor of Vue's na...e4d80dfdocs: set right the links (#4638)8c66781docs: updatedemoanddocumentto useshallowRef(#4600)4feb118refactor: ChangeprimitiveandelementtoshallowRef, update some retur...- 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
- Update README.md (bc87443)
Commits
82c230cchore(release): 1.7.0 [skip ci]418ecf1feat: Update GitHub Actions workflow for automatic release with token generation1140adafeat: Update GitHub Actions workflow to include fetch-depth and token for che...840bc13feat: Add '@semantic-release/exec' package to pnpm-lock.yaml2460cfefeat: Update GitHub Actions to install specific Node.js version and improve c...a156d29feat: Add check for STORE_PATH existence in GitHub Actionsd28864eMerge branch 'main' of https://github.com/yacosta738/ascii-progress-bar94350ffchore: Update GitHub Actions to use Ubuntu 24.04 for build and deploy jobs050a2b6Update issue templates (#16)0c0b969Merge branch 'main' of https://github.com/yacosta738/ascii-progress-bar- Additional commits viewable in compare view
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
- feat: add option to ignore diacritics by
@piitayain krisk/Fuse#773- Clarify input to Fuse.parseIndex by
@dbaynardin krisk/Fuse#782- Update CHANGELOG.md, fix typos by
@NicholasWilsonDEVin krisk/Fuse#783New Contributors
@NicholasWilsonDEVmade their first contribution in krisk/Fuse#783@dbaynardmade their first contribution in krisk/Fuse#782@piitayamade their first contribution in krisk/Fuse#773Full Changelog: https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0
Commits
8119c18chore(release): 7.1.0ef16371Merge branch 'ignore-diacritics'e0fcdb1feat: add ignore diacriticsd89d15echore: clarify index supportef34425docs: document input toparseIndexexplicitly72b6e25fix(typescript): clarify input toparseIndex4e30d3eUpdate CHANGELOG.md, fix typos40e27dechore: update copyright year47e4d67chore: add sponsord753d85docs: 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
serviceworkerglobals are now generated from browsers (#281) 039ed51
- It's a breaking change as a few globals have been removed.
https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0
v15.15.0
- Regenerate vitest globals (#279) 445df81
https://github.com/sindresorhus/globals/compare/v15.14.0...v15.15.0
Commits
Updates sass from 1.83.4 to 1.86.1
Release notes
Sourced from sass's 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.
Changes
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 CSStype()function.Dart API
- Increase the minimum Dart SDK to 3.6.0.
See the full changelog for changes in earlier releases.
Dart Sass 1.85.1
To install Sass 1.85.1, 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 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.See the full changelog for changes in earlier releases.
Dart Sass 1.85.0
To install Sass 1.85.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.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 CSStype()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.1.84.0
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.
Fix the error message for
@extendwithout a selector and possibly other parsing edge-cases in contexts that allow interpolation.Embedded Host
... (truncated)
Commits
cee843bImprove case canonicalization performance (#2552)bce1f4cMerge pull request #2547 from ntkme/gh-cli-release6a9fb83Generate artifact attestationef8f3c4Replace an external github action with github clic6706e7Add support for%as a stand-alone expression (#2540)3ddbb38Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (#2546)e6589feAdd support for parsing variable expressions (#2541)2680d5fAdd support for parsing unary operations (#2538)734e9deUse union types rather than base classes for Sass nodes (#2537)0d3ea25Add support for the supports() function (#2535)- Additional commits viewable in compare view
Updates @astrojs/sitemap from 3.2.1 to 3.3.0
Changelog
Sourced from @astrojs/sitemap's changelog.
3.3.0
Minor Changes
- #13448
91c9503Thanks@ematipico! - Add support for XSL in sitemap-index.xml
Commits
584d6f0[ci] release (#8738)6f60da8feat: add provenance to packages (#8737)ec249f7update all the readme's for expressive code (#8691)4e395a6config: migrate us to moduleResolution: 'node16' (#8519)5598feb[ci] release (#8279)048846fUpdate breaking dependencies (#8201)353dcb2Update non-major dependencies (#8199)9f18814[ci] release (rc) (#8147)cbb77afMerge branch 'main' into next087270c[ci] release (#8064)- Additional commits viewable in compare view
Updates @astrojs/tailwind from 5.1.4 to 6.0.2
Release notes
Sourced from @astrojs/tailwind's releases.
@astrojs/tailwind@6.0.2Patch Changes
- #13505
a98ae5bThanks@ematipico! - Updates the dependencyviteto the latest.
@astrojs/tailwind@6.0.1Patch Changes
- #13471
020c542Thanks@delucis! - Updates the README to indicate that the Tailwind integration is deprecated
@astrojs/tailwind@6.0.0Major Changes
#13049
2ed4bd9Thanks@florian-lefebvre! - Deprecates the integrationTailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall
@astrojs/tailwindand 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.
Changelog
Sourced from @astrojs/tailwind's changelog.
6.0.2
Patch Changes
- #13505
a98ae5bThanks@ematipico! - Updates the dependencyviteto the latest.6.0.1
Patch Changes
- #13471
020c542Thanks@delucis! - Updates the README to indicate that the Tailwind integration is deprecated6.0.0
Major Changes
#13049
2ed4bd9Thanks@florian-lefebvre! - Deprecates the integrationTailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall
@astrojs/tailwindand 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
- #13011
cf30880Thanks@ascorbic! - Upgrades Vite
Commits
b33cc17[ci] release (#13504)a98ae5bfix: update vite (#13505)6b90200[ci] release (#13460)9a0808cfix(deps): update all non-major dependencies (#13440)f49155fSmall change to linking style (#13472)020c542Add deprecation notice to Tailwind integration README (#13471)2f039b9Revert "Replace internal cssScopeTo implementation to vite.cssScopeTo" (#13420)725bc0dfix(deps): update all non-major dependencies (#13387)d83f92aReplace internal cssScopeTo implementation to vite.cssScopeTo (#13347)16d6d41fix(deps): update all non-major dependencies (#13346)- Additional commits viewable in compare view
Updates @iconify-json/simple-icons from 1.2.21 to 1.2.30
Commits
- See full diff in compare view
Updates @playwright/test from 1.50.0 to 1.51.1
Release notes
Sourced from @playwright/test's releases.
v1.51.1
Highlights
microsoft/playwright#35093 - [Regression]: TimeoutOverflowWarning: 2149630296.634 does not fit into a 32-bit signed integer microsoft/playwright#35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
- Chromium 134.0.6998.35
- Mozilla Firefox 135.0
- WebKit 18.4
This version was also tested against the following stable channels:
- Google Chrome 133
- Microsoft Edge 133
v1.51.0
StorageState for indexedDB
New option
indexedDBfor browserContext.storageState() allows to save and restore IndexedDB contents. Useful when your application uses IndexedDB API to store authentication tokens, like Firebase Authentication.Here is an example following the authentication guide:
// tests/auth.setup.ts import { test as setup, expect } from '@playwright/test'; import path from 'path';const authFile = path.join(__dirname, '../playwright/.auth/user.json');
setup('authenticate', async ({ page }) => { await page.goto('/'); // ... perform authentication steps ...
// make sure to save indexedDB await page.context().storageState({ path: authFile, indexedDB: true }); });
Copy prompt
New "Copy prompt" button on errors in the HTML report, trace viewer and UI mode. Click to copy a pre-filled LLM prompt that contains the error message and useful context for fixing the error.
Filter visible elements
New option
visiblefor locator.filter() allows matching only visible elements.</tr></table>
... (truncated)
Commits
0ad26b3chore: mark v1.51.1 (#35098)25c0debcherry-pick(#35149): fix(expect): properly handle custom asymmetric matcher r...4ecf5e0cherry-pick(#35096): chore: do not use |0 for rounding large numbers3707a93cherry-pick(#35045): chore: hide indexedDB in BrowserContext.storageState() b...52ddca4cherry-pick(#35043): docs: release notes for 1.51 for java, python, csharp1f13108cherry-pick(#35058): chore: hide indexedDB from storageState() and BrowserCon...9e9f0d1cherry-pick(#35062): do not compute git diff on non! PRs12835d6cherry-pick(#35059): chore: typo in prompt (#35061)ef33c83cherry-pick(#35057): chore: rename to copy prompt224385acherry-pick(#35050): docs: update Git information image in release notes- Additional commits viewable in compare view
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
v7.0.1
7.0.1 (2025-02-01)
Bug Fixes
v7.0.0
7.0.0 (2025-01-31)
Features
BREAKING CHANGES
the minimum required version of semantic-release to use
@semantic-release/execis now v24.1.0; the warn logger method/function is now available to use in plugin
@semantic-release/execis 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
85c7a1aMerge pull request #403 from semantic-release/renovate/execa-9.x65219ecrefactor(execa): account for breaking change in execa643e2ebfix(deps): update dependency execa to v9050d157chore(deps): update dependency sinon to v19 (#425)aa592ebchore(deps): update dependency ava to v6 (#395)584ba99ci(action): update actions/setup-node action to v4.2.0 (#424)3a7b57eci(action): update actions/checkout action to v4.2.2 (#400)179afb2chore(deps): update dependency prettier to v3.4.2 (#422)513e86achore(deps): update dependency ava to v5.3.1 (#308)471f963fix(deps): update dependency@semantic-release/errorto v4 (#353)- Additional commits viewable in compare view
Updates @vite-pwa/astro from 0.5.0 to 1.0.0
Release notes
Sourced from @vite-pwa/astro's releases.
v1.0.0
🚨 Breaking Changes
- Update
vite-plugin-pwatov1.0.0- by@userquinin vite-pwa/astro#63 (a542b)View changes on GitHub
v0.5.1
🚀 Features
- Update vite-plugin-pwa to 0.21.2 - by
@userquinin vite-pwa/astro#62 (ec8be)View changes on GitHub
Commits
Updates @vueuse/core from 12.5.0 to 13.0.0
Release notes
Sourced from @vueuse/core's releases.
v13.0.0
🚨 Breaking Changes
- Drop CJS build, now it's ESM-only - by
@antfuin vueuse/vueuse#4581 (5e046)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
- useEventSource: Remove readonly to not be breaking - by
@OrbisKin vueuse/vueuse#4645 (79fcb)View changes on GitHub
v12.8.0
🚀 Features
- nuxt: Support wider Nuxt range - by
@antfu(c478e)- types: Deprecate
MaybeRefandMaybeRefOrGetterin favor of Vue's native - by@ilyaliaoand@antfuin vueuse/vueuse#4636 (7432f)- useCached: Add
options.deepRefs- by@OrbisKand@antfuin vueuse/vueuse#4591 (9afee)- useWebSocket: Pass th...
Description has been truncated
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
🪧 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
@coderabbitaiin 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
@coderabbitaiin 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.
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 pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate docstringsto generate docstrings for this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai planto trigger planning for file edits and PR creation.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile 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.
Deploy Preview for yunielacosta failed.
| Name | Link |
|---|---|
| Latest commit | 7e75726fb8a7e5f12029add948d3743ec89a58e5 |
| Latest deploy log | https://app.netlify.com/sites/yunielacosta/deploys/67ec71590032760008360b4a |
Looks like these dependencies are updatable in another way, so this is no longer needed.