Skip to content

⬆️ deps: Update dependencies (non-major) - #59

Merged
zrr1999 merged 2 commits into
mainfrom
renovate/dependencies-(non-major)
Aug 31, 2026
Merged

⬆️ deps: Update dependencies (non-major)#59
zrr1999 merged 2 commits into
mainfrom
renovate/dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@astrojs/markdown-remark (source) 7.2.27.2.4 age confidence dependencies patch
@astrojs/mdx (source) 7.0.57.0.8 age confidence dependencies patch
@astrojs/preact (source) 6.0.26.0.4 age confidence dependencies patch
@astrojs/react (source) 6.0.26.0.4 age confidence devDependencies patch
@astrojs/vue (source) 7.0.17.0.2 age confidence devDependencies patch
@lucide/astro (source) 1.28.01.37.0 age confidence dependencies minor
astro-typst 0.12.30.12.4 age confidence dependencies patch
caniuse-lite 1.0.300018061.0.30001810 age confidence dependencies patch
dayjs (source) 1.11.211.11.23 age confidence dependencies patch
mermaid 11.16.011.17.2 age confidence dependencies minor
node (source) 24.18.124.20.0 age confidence minor
oxlint (source) 1.76.01.80.0 age confidence devDependencies minor
pnpm (source) 11.18.011.24.0 age confidence packageManager minor
satori ^0.29.0^0.33.0 age confidence dependencies minor
vite (source) 0.2.70.3.0 age confidence pnpm.catalog.default minor
vite-plus (source) 0.2.70.3.0 age confidence pnpm.catalog.default minor
vue (source) 3.5.403.5.42 age confidence devDependencies patch
wrangler (source) 4.118.04.127.1 age confidence devDependencies minor
zrr1999/zendev v0.0.7v0.1.0 age confidence action minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

withastro/astro (@​astrojs/markdown-remark)

v7.2.4

Compare Source

Patch Changes

v7.2.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/mdx)

v7.0.8

Compare Source

Patch Changes
  • #​17757 660991c Thanks @​astro-factory! - Fixes build errors showing wrong file location, missing line:col, and misleading hints when a plugin error (e.g. from MDX) is wrapped by Vite's build error

  • #​17766 0762a83 Thanks @​HiDeoo! - Fixes Sätteri processor option types to accept all plugin entries supported by Sätteri v0.10.3.

v7.0.7

Compare Source

Patch Changes

v7.0.6

Compare Source

Patch Changes
withastro/astro (@​astrojs/preact)

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/react)

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes
withastro/astro (@​astrojs/vue)

v7.0.2

Compare Source

Patch Changes
lucide-icons/lucide (@​lucide/astro)

v1.37.0: Version 1.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.35.0...1.37.0

v1.36.0: Version 1.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.35.0...1.36.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.35.0...1.36.0

v1.35.0: Version 1.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.34.0...1.35.0

v1.34.0: Version 1.34.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.33.0...1.34.0

v1.33.0: Version 1.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.32.0...1.33.0

v1.32.0: Version 1.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

v1.31.0: Version 1.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

v1.30.0: Version 1.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

v1.29.0: Version 1.29.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001810

Compare Source

v1.0.30001809

Compare Source

v1.0.30001807

Compare Source

iamkun/dayjs (dayjs)

v1.11.23

Compare Source

Bug Fixes
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#​3180) (dad46e6)
  • plugin: timezone plugin prevent RangeError for invalid Day.js values (#​3180) (#​3181) (2a3785f)

v1.11.22

Compare Source

Bug Fixes
mermaid-js/mermaid (mermaid)

v11.17.2

Compare Source

Patch Changes
  • #​8125 178d7c7 Thanks @​knsv-bot! - fix: restore the edgePaths class on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at it

v11.17.1

Compare Source

Patch Changes
  • #​8092 31ce60a Thanks @​pbrolin47! - fix(c4): wrap element labels to c4.width again

    C4 element labels (System, Container, Component, Person and their _Ext variants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configured c4.width. The unified-shapes label helper gated wrapping on the root-level wrap option, which has no schema default and is therefore undefined; it now gates on c4.wrap (default true), which is what the legacy renderer used.

  • #​8088 c66200b Thanks @​ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render with layout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.

  • #​8079 281cd7b Thanks @​ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that set strokeWidth: 2 (redux, redux-dark, redux-color, redux-dark-color, neo, neo-dark) with the default classic look.

v11.17.0

Compare Source

Minor Changes
Patch Changes

v11.16.1

Compare Source

Patch Changes
Details

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
zrr-website-root 9f1ec93 Commit Preview URL

Branch Preview URL
Aug 31 2026, 07:26 AM

@renovate
renovate Bot force-pushed the renovate/dependencies-(non-major) branch from 6702adc to c6817d8 Compare August 10, 2026 15:04
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
zrr-website-slides 9f1ec93 Commit Preview URL

Branch Preview URL
Aug 31 2026, 07:28 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
zrr-website-blog 9f1ec93 Commit Preview URL

Branch Preview URL
Aug 31 2026, 07:29 AM

@renovate
renovate Bot force-pushed the renovate/dependencies-(non-major) branch 8 times, most recently from 9d829a8 to 65fcb77 Compare August 18, 2026 18:39
@renovate
renovate Bot force-pushed the renovate/dependencies-(non-major) branch 10 times, most recently from 4e12f37 to 6a8a506 Compare August 26, 2026 17:12
@renovate
renovate Bot force-pushed the renovate/dependencies-(non-major) branch 6 times, most recently from c141d52 to 8a0a133 Compare August 30, 2026 09:33
@renovate
renovate Bot force-pushed the renovate/dependencies-(non-major) branch from 8a0a133 to 4561036 Compare August 31, 2026 04:57
@renovate

renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@zrr1999
zrr1999 merged commit b2b3872 into main Aug 31, 2026
7 checks passed
@zrr1999
zrr1999 deleted the renovate/dependencies-(non-major) branch August 31, 2026 07:35
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