Skip to content

fix(deps): update all non-major dependencies #568

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 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lerna-lite/cli (source) ^4.2.0 -> ^4.3.0 age adoption passing confidence
@lerna-lite/publish (source) ^4.2.0 -> ^4.3.0 age adoption passing confidence
@lerna-lite/run (source) ^4.2.0 -> ^4.3.0 age adoption passing confidence
@types/node (source) ^22.15.21 -> ^22.15.29 age adoption passing confidence
@types/react (source) ^19.1.5 -> ^19.1.6 age adoption passing confidence
@types/react (source) 19.1.5 -> 19.1.6 age adoption passing confidence
astro (source) 5.8.0 -> 5.8.1 age adoption passing confidence
esbuild ~0.25.4 -> ~0.25.5 age adoption passing confidence
eslint (source) ^9.27.0 -> ^9.28.0 age adoption passing confidence
eslint-plugin-prettier ^5.4.0 -> ^5.4.1 age adoption passing confidence
lint-staged ^16.0.0 -> ^16.1.0 age adoption passing confidence
npm-run-all2 ^8.0.3 -> ^8.0.4 age adoption passing confidence

Release Notes

lerna-lite/lerna-lite (@​lerna-lite/cli)

v4.3.0

Compare Source

Note: Version bump only for package @​lerna-lite/cli

lerna-lite/lerna-lite (@​lerna-lite/publish)

v4.3.0

Compare Source

Features
Bug Fixes
lerna-lite/lerna-lite (@​lerna-lite/run)

v4.3.0

Compare Source

Note: Version bump only for package @​lerna-lite/run

withastro/astro (astro)

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.

evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
eslint/eslint (eslint)

v9.28.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error
lint-staged/lint-staged (lint-staged)

v16.1.0

Compare Source

Minor Changes
  • #​1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #​1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes
bcomnes/npm-run-all2 (npm-run-all2)

v8.0.4

Compare Source

Commits

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies label Jun 1, 2025
@renovate renovate bot requested a review from favna as a code owner June 1, 2025 02:02
@renovate renovate bot enabled auto-merge (squash) June 1, 2025 02:02
@renovate renovate bot merged commit 458c64a into main Jun 1, 2025
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 1, 2025 02:04
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.

0 participants