yacosta738 / yacosta738.github.io

My Personal Blog and Portfolio 🚀
https://yunielacosta.com
39 stars 5 forks source link

fix(deps): update all dependencies #1446

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/ts-plugin (source) 1.10.2 -> 1.10.3 age adoption passing confidence dependencies patch
@iconify-json/simple-icons 1.2.7 -> 1.2.9 age adoption passing confidence devDependencies patch
SonarSource/sonarcloud-github-action 383f7e5 -> 9f9bba2 action digest
eslint-plugin-astro (source) 1.2.4 -> 1.3.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.1 age adoption passing confidence devDependencies patch
eslint-plugin-vue (source) 9.28.0 -> 9.29.1 age adoption passing confidence devDependencies minor
lycheeverse/lychee-action v2.0.0 -> v2.0.2 age adoption passing confidence action patch
marked (source) 14.1.2 -> 14.1.3 age adoption passing confidence devDependencies patch
mcr.microsoft.com/vscode/devcontainers/typescript-node 0-16-buster -> 1-16-buster age adoption passing confidence final major
pnpm (source) 9.12.1 -> 9.12.2 age adoption passing confidence packageManager patch
postcss-preset-env (source) 10.0.6 -> 10.0.7 age adoption passing confidence devDependencies patch
sass 1.79.4 -> 1.80.3 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence devDependencies patch

Release Notes

withastro/language-tools (@​astrojs/ts-plugin) ### [`v1.10.3`](https://redirect.github.com/withastro/language-tools/blob/HEAD/packages/ts-plugin/CHANGELOG.md#1103) [Compare Source](https://redirect.github.com/withastro/language-tools/compare/@astrojs/ts-plugin@1.10.2...@astrojs/ts-plugin@1.10.3) ##### Patch Changes - [`8673fa5`](https://redirect.github.com/withastro/language-tools/commit/8673fa5): Fixes certain cases where content schemas would not be reloaded properly when they were updated
ota-meshi/eslint-plugin-astro (eslint-plugin-astro) ### [`v1.3.0`](https://redirect.github.com/ota-meshi/eslint-plugin-astro/blob/HEAD/CHANGELOG.md#130) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-astro/compare/v1.2.4...v1.3.0) ##### Minor Changes - [#​423](https://redirect.github.com/ota-meshi/eslint-plugin-astro/pull/423) [`d8d0c73`](https://redirect.github.com/ota-meshi/eslint-plugin-astro/commit/d8d0c73ee1f7400812b1524a814acaff918f4979) Thanks [@​azat-io](https://redirect.github.com/azat-io)! - feat: add sort-attributes rule
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y) ### [`v6.10.1`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v6101---2024-10-20) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.0...v6.10.1) ##### Commits - \[Fix] handle interactive/noninteractive changes from aria-query [`4925ba8`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/4925ba8d0bf80a4b1d8e8645d310590bf1b40b64) - \[Docs] Use consistent spelling of 'screen reader' [`cb6788c`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/cb6788c56d7108f2faa102d041dfa37dbc0e9f59) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`, `auto-changelog`, `eslint-plugin-import`, `tape` [`518a77e`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/518a77e1e23fb2b1df2e8a97d14bfdd08aded797) - \[Deps] update `es-iterator-helpers`, `string.prototype.includes` [`eed03a3`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/eed03a31f313442158cf7d702443723ad4800dec) - \[meta] package.json - Update jscodeshift & remove babel-jest [`2ee940c`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/2ee940c5ae87bcd0d384b6dc565d630ea70e103a) - \[Docs] Remove accidental whitespace in CONTRIBUTING.md [`a262131`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/a26213142854ffe3d931fab35f0ee4e6ae101875) - \[Deps] unpin `aria-query` [`e517937`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/e51793729e5e366e30d2f3bf0f253f2bdb9e6523)
vuejs/eslint-plugin-vue (eslint-plugin-vue) ### [`v9.29.1`](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...7502cf8b9e06f0dfe0a805b5534b3766ba528954) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1) ### [`v9.29.0`](https://redirect.github.com/vuejs/eslint-plugin-vue/releases/tag/v9.29.0) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.28.0...v9.29.0) #### ✨ Enhancements ##### New Rules - [#​2540](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2540) Added [`vue/no-deprecated-delete-set`](https://eslint.vuejs.org/rules/no-deprecated-delete-set.html) rule that disallows using deprecated `$delete` and `$set`. ##### Others - [#​2513](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2513) Added support for Vuex and Pinia to [`vue/no-undef-properties`](https://eslint.vuejs.org/rules/no-undef-properties.html) rule. - [#​2541](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2541) Added support for Vue 3.5's [`useTemplateRef()`](https://blog.vuejs.org/posts/vue-3-5#usetemplateref) to [`vue/no-unused-refs`](https://eslint.vuejs.org/rules/no-unused-refs.html) rule. - Added support for Vue 3.5's [props destructure](https://blog.vuejs.org/posts/vue-3-5#reactive-props-destructure) to various rules: - [#​2551](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2551) to [`vue/require-valid-default-prop`](https://eslint.vuejs.org/rules/require-valid-default-prop.html) rule. - [#​2552](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2552) to [`vue/require-default-prop`](https://eslint.vuejs.org/rules/require-default-prop.html) rule. - [#​2553](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2553) to [`vue/no-boolean-default`](https://eslint.vuejs.org/rules/no-boolean-default.html) rule. - [#​2560](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2560) to [`vue/no-required-prop-with-default`](https://eslint.vuejs.org/rules/no-required-prop-with-default.html) rule. - [#​2562](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2562) to [`vue/no-restricted-props`](https://eslint.vuejs.org/rules/no-restricted-props.html) rule. - [#​2550](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2550) to [`vue/no-setup-props-reactivity-loss`](https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html) rule. #### ⚙️ Updates - [#​2528](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2528), [#​2566](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2566) Added TypeScript declarations for configs. - [#​2565](https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2565) Added support for recognizing Vue components in `.tsx` files.
lycheeverse/lychee-action (lycheeverse/lychee-action) ### [`v2.0.2`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.0.2): Version 2.0.2 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.0.1...v2.0.2) #### What's Changed - Fix a typos by [@​szepeviktor](https://redirect.github.com/szepeviktor) in [https://github.com/lycheeverse/lychee-action/pull/257](https://redirect.github.com/lycheeverse/lychee-action/pull/257) - Document and use correct permissions in the GitHub workflows by [@​dscho](https://redirect.github.com/dscho) in [https://github.com/lycheeverse/lychee-action/pull/258](https://redirect.github.com/lycheeverse/lychee-action/pull/258) - Add security policy by [@​mondeja](https://redirect.github.com/mondeja) in [https://github.com/lycheeverse/lychee-action/pull/259](https://redirect.github.com/lycheeverse/lychee-action/pull/259) #### New Contributors - [@​szepeviktor](https://redirect.github.com/szepeviktor) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/257](https://redirect.github.com/lycheeverse/lychee-action/pull/257) - [@​mondeja](https://redirect.github.com/mondeja) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/259](https://redirect.github.com/lycheeverse/lychee-action/pull/259) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.0.2 ### [`v2.0.1`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.0.1): Version 2.0.1 [Compare Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.0.0...v2.0.1) #### What's Changed - Don't remove the lychee config file by [@​dmathieu](https://redirect.github.com/dmathieu) in [https://github.com/lycheeverse/lychee-action/pull/255](https://redirect.github.com/lycheeverse/lychee-action/pull/255) - Bump lycheeverse/lychee-action from 1 to 2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/lycheeverse/lychee-action/pull/252](https://redirect.github.com/lycheeverse/lychee-action/pull/252) - Fix variable name in docs by [@​kdeldycke](https://redirect.github.com/kdeldycke) in [https://github.com/lycheeverse/lychee-action/pull/253](https://redirect.github.com/lycheeverse/lychee-action/pull/253) #### New Contributors - [@​dmathieu](https://redirect.github.com/dmathieu) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/255](https://redirect.github.com/lycheeverse/lychee-action/pull/255) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v2...v2.0.1
markedjs/marked (marked) ### [`v14.1.3`](https://redirect.github.com/markedjs/marked/releases/tag/v14.1.3) [Compare Source](https://redirect.github.com/markedjs/marked/compare/v14.1.2...v14.1.3) ##### Bug Fixes - include single nested parens in emStrong link mask ([#​3475](https://redirect.github.com/markedjs/marked/issues/3475)) ([2b7efa8](https://redirect.github.com/markedjs/marked/commit/2b7efa8dda034181932c9c3810fef7d73a81eb9b)) - kill SIGINT signal at man for marked --help ([#​3483](https://redirect.github.com/markedjs/marked/issues/3483)) ([b1fd3ea](https://redirect.github.com/markedjs/marked/commit/b1fd3eafd8c4e2236b30cab42efc8981e204f063))
pnpm/pnpm (pnpm) ### [`v9.12.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.12.2): pnpm 9.12.2 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.1...v9.12.2) #### Patch Changes - When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable [#​8546](https://redirect.github.com/pnpm/pnpm/issues/8546). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
csstools/postcss-plugins (postcss-preset-env) ### [`v10.0.7`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1007) [Compare Source](https://redirect.github.com/csstools/postcss-plugins/compare/f5de983d28a0fe57fc45c6e1a8c4f9bac6a0a339...88755adbe075ee1d697705210d85700376d38c9c) *October 10, 2024* - Updated [`postcss-custom-media`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`11.0.3`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1103) (patch) - Updated [`@csstools/media-query-list-parser`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser) to [`4.0.0`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser/CHANGELOG.md#400) (major) - Updated [`@csstools/css-tokenizer`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.2`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#302) (patch)
sass/dart-sass (sass) ### [`v1.80.3`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1803) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.2...1.80.3) - Fix a bug where `@import url("...")` would crash in plain CSS files. - Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like `--quiet`, `--verbose`, and `--silence-deprecation`. ### [`v1.80.2`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1802) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.1...1.80.2) - Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS `invert()` function. ### [`v1.80.1`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1801) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.80.0...1.80.1) - Fix a bug where repeated deprecation warnings were not automatically limited. ### [`v1.80.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1800) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.6...1.80.0) - `@import` is now officially deprecated, as are global built-in functions that are available within built-in modules. See [the Sass blog post] for more details on the deprecation process. [the Sass blog post]: https://sass-lang.com/blog/import-is-deprecated/ ##### Embedded Host - Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API. ### [`v1.79.6`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1796) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.5...1.79.6) - Fix a bug where Sass would add an extra `*/` after loud comments with whitespace after an explicit `*/` in the indented syntax. - **Potentially breaking bug fix:** Adding text after an explicit `*/` in the indented syntax is now an error, rather than silently generating invalid CSS. ##### Embedded Host - Properly export the `SassBoolean` type. ### [`v1.79.5`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1795) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.79.4...1.79.5) - Changes to how `selector.unify()` and `@extend` combine selectors: - The relative order of pseudo-classes (like `:hover`) and pseudo-elements (like `::before`) within each original selector is now preserved when they're combined. - Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector. - Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec. - Fix a slight inaccuracy case when converting to `srgb-linear` and `display-p3`. - **Potentially breaking bug fix:** `math.unit()` now wraps multiple denominator units in parentheses. For example, `px/(em*em)` instead of `px/em*em`. ##### Command-Line Interface - Use `@parcel/watcher` to watch the filesystem when running from JavaScript and not using `--poll`. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released. ##### JS API - Fix `SassColor.interpolate()` to allow an undefined `options` parameter, as the types indicate. ##### Embedded Sass - Properly pass missing color channel values to and from custom functions.
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) ##### Fixed - Don't set `display: none` on elements that use `hidden="until-found"` ([#​14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 19 hours ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud