Skip to content

build(deps): bump preact from 10.26.8 to 10.26.9#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/preact-10.26.9
Closed

build(deps): bump preact from 10.26.8 to 10.26.9#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/preact-10.26.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps preact from 10.26.8 to 10.26.9.

Release notes

Sourced from preact's releases.

10.26.9

Fixes

Maintenance

Commits
  • ee12c20 Merge pull request #4800 from preactjs/release-10.26.9
  • 9b54e1b 10.26.9
  • d369bdb Merge pull request #4798 from preactjs/10.x-precompile-attr
  • c6defb4 fix: signal attribute values not working with precompile transform
  • 2a57866 Merge pull request #4797 from preactjs/10.x-release
  • 8ed14de chore: point release workflow to 10.x
  • fd1f38d Merge pull request #4795 from preactjs/10.x-precompile-style
  • 85e0cab fix: escape style object value in precompile transform
  • 5c206b5 Merge pull request #4796 from preactjs/10.x-benchmarks
  • a4263b5 chore: make previous benchmark results not required
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from 5717516 to 3df4740 Compare June 18, 2025 07:20
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 18, 2025

Bug Report

Name Severity Example test case Description
Tailwind CSS update might introduce breaking changes Medium Update Tailwind CSS from 4.1.8 to 4.1.10 and observe potential rendering issues. The update to Tailwind CSS from 4.1.8 to 4.1.10 might introduce breaking changes that require adjustments to the Tailwind CSS configuration or codebase. Without these adjustments, the application might not render correctly or might exhibit unexpected behavior.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from 3df4740 to 2e3c606 Compare June 23, 2025 06:26
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 23, 2025

Bug Report

Name Severity Example test case Description
Mermaid double initialization Low Render a Mermaid diagram and check its appearance. The MermaidRenderer component initializes Mermaid twice, potentially causing configuration conflicts and unexpected behavior.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from 2e3c606 to 57eba82 Compare June 24, 2025 00:18
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 24, 2025

Bug Report

Name Severity Example test case Description
Potential animation issue in mobile navigation Medium Open and close the mobile navigation menu on a mobile device. The new version of motion might introduce changes in the animation behavior or styling, causing the mobile navigation menu to not slide in and out correctly, or to have visual glitches during the animation.
Potential Mermaid diagram rendering issues Medium Render a complex Mermaid diagram. The new version of mermaid might introduce changes in the diagram syntax or rendering engine, leading to broken diagrams or incorrect visualizations.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from 57eba82 to e62cc0f Compare July 10, 2025 17:10
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 10, 2025

Bug Report

Name: Incorrect Mermaid Diagram Styling After Update
Severity: Medium
Example test case: View the Features page in the documentation. The Mermaid diagram is likely to have incorrect styling (e.g., wrong colors, missing borders) due to changes in the diagram's internal structure or class names in Mermaid version 11.8.1.
Description: The mermaid dependency was updated from version 11.6.0 to 11.8.1. The application styles Mermaid diagrams using CSS selectors in src/theme.scss. The update may have changed the internal structure or class names of Mermaid diagrams, causing the CSS selectors to no longer apply correctly.

Comments? Email us.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 11, 2025

Dependabot can't parse your package.json. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from e62cc0f to 41921b1 Compare July 11, 2025 10:50
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 11, 2025

Bug Report

Name Severity Example test case Description
Dependency Conflict between vite and vite-plugin-mdx Critical Run npm run build The build fails due to a dependency conflict between vite (6.3.5) and vite-plugin-mdx, which requires a version of vite less than 3. This prevents the application from building. The update to preact might have indirectly triggered this conflict.

Comments? Email us.

Bumps [preact](https://github.com/preactjs/preact) from 10.26.8 to 10.26.9.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.26.8...10.26.9)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.26.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/preact-10.26.9 branch from 41921b1 to 0fa548e Compare July 14, 2025 14:37
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jul 14, 2025

Bug Report

Name Severity Example test case Description
Dependency Conflict between vite and vite-plugin-mdx High Run npm install in the project directory. The installation fails due to a peer dependency conflict between vite and vite-plugin-mdx. vite-plugin-mdx requires vite@<3, but the project uses vite@6.3.5. The patch updates dependencies, but introduces a dependency conflict. The vite-plugin-mdx package is not compatible with the current version of vite used in the project. This prevents the project from installing dependencies correctly, potentially breaking the build and preventing the application from running.

Comments? Email us.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Superseded by #57.

@dependabot dependabot bot closed this Jul 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/preact-10.26.9 branch July 28, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants