Skip to content

chore(deps): update npm (development) #208

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

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/sitemap (source) 3.4.0 -> 3.4.1 age confidence
@eslint/js (source) 9.27.0 -> 9.28.0 age confidence
@iconify/json (source) 2.2.342 -> 2.2.345 age confidence
@stylistic/eslint-plugin (source) 4.4.0 -> 4.4.1 age confidence
@types/node (source) 22.15.21 -> 22.15.29 age confidence
@unocss/eslint-config (source) 66.1.2 -> 66.1.3 age confidence
astro (source) 5.8.0 -> 5.8.2 age confidence
eslint (source) 9.27.0 -> 9.28.0 age confidence
linkedom 0.18.10 -> 0.18.11 age confidence
typescript-eslint (source) 8.32.1 -> 8.33.1 age confidence
unocss (source) 66.1.2 -> 66.1.3 age confidence

Release Notes

withastro/astro (@​astrojs/sitemap)

v3.4.1

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

iconify/icon-sets (@​iconify/json)

v2.2.345

Compare Source

v2.2.344

Compare Source

v2.2.343

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores
unocss/unocss (@​unocss/eslint-config)

v66.1.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
withastro/astro (astro)

v5.8.2

Compare Source

Patch Changes

v5.8.1

Compare Source

Patch Changes
  • #​13037 de2fc9b Thanks @​nanarino! - Fixes rendering of the popover attribute when it has a boolean value

  • #​13851 45ae95a Thanks @​ascorbic! - Allows disabling default styles for responsive images

    This change adds a new image.experimentalDefaultStyles option that allows you to disable the default styles applied to responsive images.

    When using experimental responsive images, Astro applies default styles to ensure the images resize correctly. In most cases this is what you want – and they are applied with low specificity so your own styles override them. However in some cases you may want to disable these default styles entirely. This is particularly useful when using Tailwind 4, because it uses CSS cascade layers to apply styles, making it difficult to override the default styles.

    image.experimentalDefaultStyles is a boolean option that defaults to true, so you can change it in your Astro config file like this:

    export default {
      image: {
        experimentalDefaultStyles: false,
      },
      experimental: {
        responsiveImages: true,
      },
    };
  • #​13858 cb1a168 Thanks @​florian-lefebvre! - Fixes the warning shown when client directives are used on Astro components

  • #​12574 da266d0 Thanks @​apatel369! - Allows using server islands in mdx files

  • #​13843 fbcfa68 Thanks @​z1haze! - Export type AstroSession to allow use in explicitly typed safe code.

eslint/eslint (eslint)

v9.28.0

Compare Source

WebReflection/linkedom (linkedom)

v0.18.11

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.33.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

github-actions bot commented May 27, 2025

Cloudflare Pages deployment

Latest commit f3f6d43
Status ✅ Deployed!
Preview URL https://17318009.bpm2025seville.pages.dev
Type 🔀 Preview

View build logs

@renovate renovate bot force-pushed the renovate/npm-(development) branch from eecdfb6 to daca2d0 Compare May 28, 2025 19:37
@renovate renovate bot force-pushed the renovate/npm-(development) branch from daca2d0 to 8e192ec Compare May 29, 2025 14:39
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 8e192ec to 1145189 Compare May 30, 2025 02:01
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 1145189 to 78c4600 Compare May 30, 2025 05:51
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 78c4600 to 0307654 Compare May 30, 2025 10:48
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 0307654 to f2bd120 Compare May 30, 2025 13:39
@renovate renovate bot force-pushed the renovate/npm-(development) branch from f2bd120 to 8e98e24 Compare May 30, 2025 19:27
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 8e98e24 to 5be89df Compare May 30, 2025 21:38
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 5be89df to 7dc3280 Compare June 1, 2025 21:10
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 7dc3280 to 0937855 Compare June 2, 2025 14:53
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 0937855 to 92c3fbe Compare June 2, 2025 17:52
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 92c3fbe to ac8d42c Compare June 3, 2025 22:40
@renovate renovate bot force-pushed the renovate/npm-(development) branch from ac8d42c to b6f4e85 Compare June 4, 2025 06:53
@renovate renovate bot force-pushed the renovate/npm-(development) branch from b6f4e85 to d607719 Compare June 4, 2025 10:26
@renovate renovate bot force-pushed the renovate/npm-(development) branch from d607719 to f3f6d43 Compare June 4, 2025 14:25
@ferferga ferferga merged commit 8a74ea6 into main Jun 4, 2025
15 checks passed
@ferferga ferferga deleted the renovate/npm-(development) branch June 4, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant