fix(deps): update @astrojs/markdoc - #17522
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
July 28, 2026 10:25
8845a24 to
f8b2450
Compare
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
July 28, 2026 16:53
f8b2450 to
c89e22f
Compare
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
2 times, most recently
from
August 2, 2026 14:20
88495f4 to
71d35cd
Compare
Contributor
|
| 📦 Package | 📏 Size |
|---|---|
| @rolldown/binding-wasm32-wasi@1.2.1 | 10.7 MB |
| lightningcss-linux-x64-gnu@1.33.0 | 10 MB |
| @napi-rs/wasm-runtime@1.1.6 | -6.3 MB |
| @rolldown/binding-linux-x64-gnu@1.1.2 → @rolldown/binding-linux-x64-gnu@1.2.1 | -1.3 MB |
| @emnapi/core@2.0.0-alpha.3 | 868.7 kB |
| css-what@8.0.0 | 540.7 kB |
| lightningcss@1.33.0 | 513.8 kB |
| @emnapi/runtime@2.0.0-alpha.3 | 258.9 kB |
| @markdoc/markdoc@0.5.4 → @markdoc/markdoc@0.5.8 | 246.1 kB |
| css-select@7.0.0 | 213.5 kB |
| vite@8.1.0 → vite@8.2.0 | 87.9 kB |
| rolldown@1.1.2 → rolldown@1.2.1 | 53.9 kB |
| devalue@5.8.1 → devalue@5.9.0 | 49.5 kB |
| @emnapi/wasi-threads@2.0.1 | 47.4 kB |
| nth-check@3.0.1 | 31.5 kB |
| preact@10.29.0 → preact@10.29.8 | 14.7 kB |
| postcss@8.5.15 → postcss@8.5.25 | 11.6 kB |
| linkedom@0.18.12 → linkedom@0.18.13 | -10 kB |
| nanoid@3.3.12 → nanoid@3.3.16 | -8.5 kB |
| boolbase@2.0.0 | 2.8 kB |
| picomatch@4.0.4 → picomatch@4.0.5 | 1.6 kB |
| @oxc-project/types@0.137.0 → @oxc-project/types@0.142.0 | 76 B |
Total size change: 16 MB
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
August 2, 2026 19:51
71d35cd to
ac24b29
Compare
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
August 3, 2026 19:31
ac24b29 to
1c78d4a
Compare
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
August 4, 2026 12:31
1c78d4a to
85d00a0
Compare
renovate
Bot
force-pushed
the
renovate/@astrojsmarkdoc
branch
from
August 5, 2026 11:02
85d00a0 to
95e1072
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.5.4→^0.5.8^5.8.1→^5.9.0^0.18.12→^0.18.13^10.28.4→^10.29.8^8.0.13→^8.2.0Release Notes
markdoc/markdoc (@markdoc/markdoc)
v0.5.8Compare Source
What's Changed
allowLinkValidationin the config.https://example.{% custom-tag /%}.comwould emit a validation error.Full Changelog: markdoc/markdoc@0.5.7...0.5.8
v0.5.7Compare Source
What's Changed
validate()method now returns more location/line info than beforeFull Changelog: markdoc/markdoc@0.5.6...0.5.7
v0.5.6Compare Source
What's Changed
Markdoc.validatewill now raise errors for invalid syntax within{% table %}tags.Full Changelog: markdoc/markdoc@0.5.5...0.5.6
v0.5.5Compare 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.9.0Compare Source
Minor Changes
07d6a38: feat: exportfilterArrayIndices, the array-index filtering used by theindicesOfstringify operation, so custom operations can reuse it instead of reimplementing it07d6a38: feat: add pluggableoperationsoption toparse/unflatten, allowing customization of how values are constructed while reviving (e.g. cross-realm or foreign-runtime revival)5b53532: feat: add pluggableoperationsoption tostringify/stringifyAsync, allowing customization of how values are introspected during serialization (e.g. side-effect-free or foreign-runtime serialization)v5.8.2Compare Source
Patch Changes
48cc81f: fix: serialize DataView subviews with the correct byte offset and lengthcd6da94: fix: resolve circular references through custom revivers when payload is already hydrated29a3382: fix:unevalnow produces valid output for a repeated emptyMaporSet8c0db06: fix: serialize Temporal values referenced more than once inuneval3770846: fix: emit valid JS forBigInt64ArrayandBigUint64Arrayinuneval756265a: fix: preserve shared-reference identity for Map keys inunevalfaa8a05: fix: emit uneval reconstructions before the statements that reference them06129ad: fix: do not grow sparse arrays by one slot in unevalWebReflection/linkedom (linkedom)
v0.18.13Compare Source
preactjs/preact (preact)
v10.29.8Compare Source
Performance
v10.29.7Compare Source
Maintenance
v10.29.6Compare Source
We had to revert #5055 due to an incompatibility with
useSignalEffectv10.29.5Compare Source
Fixes
v10.29.4Compare Source
Fixes
v10.29.3Compare Source
Fixes
useIdstability across asyncSuspense(#5108, thanks @JoviDeCroock)Performance
Types
SignalishforinputDOM-type (#5096, thanks @JoviDeCroock)Maintenance
v10.29.2Compare Source
Fixes
Maintenance
v10.29.1Compare Source
Fixes
Maintenance
.test.js->.test.jsxwhen JSX is used (#5058, thanks @marvinhagemeister)vitejs/vite (vite)
v8.2.0Compare Source
Features
inputtoserver.fs.allow(#23035) (95a3cda)Bug Fixes
Object.prototypeis frozen (#23073) (599c5b0)Documentation
Tests
v8.1.5Compare Source
Please refer to CHANGELOG.md for details.
v8.1.4Compare Source
Features
Bug Fixes
import.meta.urlin preload function as-is (#22839) (f1f90ed)Documentation
@defaultforserver.cors(#22859) (70435b2)Miscellaneous Chores
Code Refactoring
Tests
Build System
onwarnwithonLog(#22741) (c581b55)v8.1.3Compare Source
Bug Fixes
es-module-lexerto 2.3.0 (#22838) (7103c3a)v8.1.2Compare Source
Bug Fixes
v8.1.1Compare Source
Features
Bug Fixes
import.meta.hot.invalidate()(#22797) (709eb8e)@importurls with lightningcss (#22718) (9fa7ab4)esbuild.jsxSideEffectswhen converting tooxc.jsx.pure(#22809) (33895ba)ERR_CLOSED_SERVERin scanner (#22784) (085a0ab)inputfromroot(#22769) (9722b07)Miscellaneous Chores
Code Refactoring
Object.valuescalls (#22790) (1113acf)Tests
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.