ampproject / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
14.89k stars 3.89k forks source link

📦 Update build-system devDependencies #40160

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 8.3.2 -> 8.3.3 age adoption passing confidence
@storybook/addon-controls (source) 8.3.2 -> 8.3.3 age adoption passing confidence
@storybook/addon-viewport (source) 8.3.2 -> 8.3.3 age adoption passing confidence
preact (source) 10.24.0 -> 10.24.1 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

How to resolve breaking changes This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below: ```sh # Check out the PR branch git checkout -b renovate/build-system-devdependencies main git pull https://github.com/ampproject/amphtml.git renovate/build-system-devdependencies # Directly make fixes and commit them amp lint --fix # For lint errors in JS files amp prettify --fix # For prettier errors in non-JS files # Edit source code in case of new compiler warnings / errors # Push the changes to the branch git push git@github.com:ampproject/amphtml.git renovate/build-system-devdependencies:renovate/build-system-devdependencies ```

Release Notes

storybookjs/storybook (@​storybook/addon-a11y) ### [`v8.3.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#833) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.2...v8.3.3) - CLI: Show constraints in error when getting depndencies - [#​29187](https://redirect.github.com/storybookjs/storybook/pull/29187), thanks [@​andrasczeh](https://redirect.github.com/andrasczeh)! - React-Vite: Downgrade react-docgen-typescript plugin - [#​29184](https://redirect.github.com/storybookjs/storybook/pull/29184), thanks [@​shilman](https://redirect.github.com/shilman)! - UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - [#​29175](https://redirect.github.com/storybookjs/storybook/pull/29175), thanks [@​JSMike](https://redirect.github.com/JSMike)!
preactjs/preact (preact) ### [`v10.24.1`](https://redirect.github.com/preactjs/preact/releases/tag/10.24.1) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.24.0...10.24.1) #### Fixes - Prevent debug crash when analyzing hydration mismatches ([#​4507](https://redirect.github.com/preactjs/preact/issues/4507), thanks [@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Correct some missing & incorrect SVG types ([#​4505](https://redirect.github.com/preactjs/preact/issues/4505), thanks [@​rschristian](https://redirect.github.com/rschristian)) #### Types - Remove incorrect `spellCheck` type ([#​4497](https://redirect.github.com/preactjs/preact/issues/4497), thanks [@​rschristian](https://redirect.github.com/rschristian)) - React props with children didn't allow for multiple children ([#​4493](https://redirect.github.com/preactjs/preact/issues/4493), thanks [@​hesxenon](https://redirect.github.com/hesxenon)) #### Maintenance - Bump to oxlint v0.9.6 ([#​4503](https://redirect.github.com/preactjs/preact/issues/4503), thanks [@​Boshen](https://redirect.github.com/Boshen))

Configuration

📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Never, 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.