Skip to content

fix(deps): update @astrojs/markdoc - #17522

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/@astrojsmarkdoc
Open

fix(deps): update @astrojs/markdoc#17522
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/@astrojsmarkdoc

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@markdoc/markdoc (source) ^0.5.4^0.5.8 age confidence
devalue ^5.8.1^5.8.2 age confidence
linkedom ^0.18.12^0.18.13 age confidence
preact (source) ^10.28.4^10.29.7 age confidence
vite (source) ^8.0.13^8.1.5 age confidence

Release Notes

markdoc/markdoc (@​markdoc/markdoc)

v0.5.8

Compare Source

What's Changed

  • Make link validation available by @​chanyunh-stripe in #​624
    • Enhanced link validation can be enabled by setting allowLinkValidation in the config.
    • The enhanced validation can capture Markdoc variables/tags in the URL. For example, https://example.{% custom-tag /%}.com would emit a validation error.

Full Changelog: markdoc/markdoc@0.5.7...0.5.8

v0.5.7

Compare Source

What's Changed
  • Make table-syntax validation error location more precise by @​yue-stripe in #​605
    • the validate() method now returns more location/line info than before
    • Build output now includes ES2022 syntax. The esbuild version used to build markdoc was upgraded from 0.13 to 0.25, which raises the effective output target from ~ES2020 to ES2022+. If your build pipeline transpiles @​markdoc/markdoc, you may need to ensure your toolchain supports ES2022 features such as static class blocks.

Full Changelog: markdoc/markdoc@0.5.6...0.5.7

v0.5.6

Compare Source

What's Changed

  • Add validation for invalid Markdoc table syntax by @​yue-stripe in #​603
    • Markdoc.validate will now raise errors for invalid syntax within {% table %} tags.

Full Changelog: markdoc/markdoc@0.5.5...0.5.6

v0.5.5

Compare Source

Added support for providing a list of conditional tags in addition to if. (['if'] is set by default). No breaking changes.

#​600

sveltejs/devalue (devalue)

v5.8.2

Compare Source

Patch Changes
  • 48cc81f: fix: serialize DataView subviews with the correct byte offset and length
  • cd6da94: fix: resolve circular references through custom revivers when payload is already hydrated
  • 29a3382: fix: uneval now produces valid output for a repeated empty Map or Set
  • 8c0db06: fix: serialize Temporal values referenced more than once in uneval
  • 3770846: fix: emit valid JS for BigInt64Array and BigUint64Array in uneval
  • 756265a: fix: preserve shared-reference identity for Map keys in uneval
  • faa8a05: fix: emit uneval reconstructions before the statements that reference them
  • 06129ad: fix: do not grow sparse arrays by one slot in uneval
WebReflection/linkedom (linkedom)

v0.18.13

Compare Source

preactjs/preact (preact)

v10.29.7

Compare Source

Maintenance

v10.29.6

Compare Source

We had to revert #​5055 due to an incompatibility with useSignalEffect

v10.29.5

Compare Source

Fixes

v10.29.4

Compare Source

Fixes

v10.29.3

Compare Source

Fixes

Performance

Types

Maintenance

v10.29.2

Compare Source

Fixes

Maintenance

v10.29.1

Compare Source

Fixes

Maintenance

vitejs/vite (vite)

v8.1.5

Compare Source

Please refer to CHANGELOG.md for details.

v8.1.4

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System

v8.1.3

Compare Source

Bug Fixes

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
  • css: remove lightningcss null byte bug workaround (#​22822) (2dafd3b)
  • use pre-defined environments variable to avoid duplicate Object.values calls (#​22790) (1113acf)
Tests
  • enable "manual chunk path" test and remove "worker.format error" test (#​22824) (c088511)

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Pull requests that update a dependency file label Jul 27, 2026
@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 88495f4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added the pkg: integration Related to any renderer integration (scope) label Jul 27, 2026
@renovate renovate Bot changed the title Update @astrojs/markdoc fix(deps): update @astrojs/markdoc Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/@astrojsmarkdoc branch from 8845a24 to f8b2450 Compare July 28, 2026 10:25
@renovate renovate Bot changed the title fix(deps): update @astrojs/markdoc Update @astrojs/markdoc Jul 28, 2026
@renovate renovate Bot changed the title Update @astrojs/markdoc fix(deps): update @astrojs/markdoc Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/@astrojsmarkdoc branch from f8b2450 to c89e22f Compare July 28, 2026 16:53
@renovate renovate Bot changed the title fix(deps): update @astrojs/markdoc Update @astrojs/markdoc Jul 28, 2026
@renovate renovate Bot changed the title Update @astrojs/markdoc fix(deps): update @astrojs/markdoc Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/@astrojsmarkdoc branch from c89e22f to 88495f4 Compare July 30, 2026 13:46
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 pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants