Bump the npm_and_yarn group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(25 days ago)
(24 days ago)
dependencies deployed javascript
Bumps the npm_and_yarn group with 3 updates in the / directory: markdown-it, srvx and yaml.
Updates markdown-it from 14.1.1 to 14.2.0
Changelog
Sourced from markdown-it's changelog.
[14.2.0] - 2026-05-24
Added
isPunctCharCodeto utilities.Fixed
- Don't end HTML comment blocks on a blank line, #1155.
- Properly recognize astral chars (surrogates) in delimiter scans for emphasis-like markers, #1072. Big thanks to
@tats-ufor his global efforts with improving CJK support.- Preserve unicode whitespaces when trimm headings/paragraphs, #1074.
- More strict entities decode to avoid false positives
;, #1096.- Restore block parser state on fail in
lheadingrule, #1131.Security
- Fixed poor smartquotes perfomance on > 70k quotes in single block
- Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.
Commits
829797a14.2.0 released9ce2087Fix smartquotes perfomance02e73b8linkify-it bump68cfb8cfix: don't end HTML comment blocks on a blank line (#1155)1083137Readme cleanup97c7ca2Update funding infoc471b55Changelog update7769621isPunctChar => isPunctCharCodeaa2aa70fix: always reset parentType in lheading rule (#1131)59955f2Polish PRs #1072, #1074- Additional commits viewable in compare view
Updates srvx from 0.8.9 to 0.11.16
Release notes
Sourced from srvx's releases.
v0.11.16
🩹 Fixes
- node: Flatten writeHead headers on Deno (#203)
- aws-lambda-streaming: Handle empty body (#205)
- node: Do not crash on asterisk-form request targets (#206)
💅 Refactors
- node/web: Add new
TypeOfServiceutils to socker impl (945fc17)❤️ Contributors
- Taylor Steele (
@taylorfsteele)- Pooya Parsa (
@pi0)- KT (
@ktKongTong)v0.11.15
🩹 Fixes
- node/web: Do not swallow
getReadererrors (#199)❤️ Contributors
- Joël Charles (
@magne4000)v0.11.14
🩹 Fixes
- node: Handle EADDRINUSE port conflict on serve (#197)
❤️ Contributors
- Neko (
@nekomeowww)v0.11.13
🩹 Fixes
- url: Deopt absolute URIs in FastURL (de0d699)
v0.11.12
... (truncated)
Changelog
Sourced from srvx's changelog.
v0.11.16
🩹 Fixes
- node: Flatten writeHead headers on Deno (#203)
- aws-lambda-streaming: Handle empty body (#205)
- node: Do not crash on asterisk-form request targets (#206)
💅 Refactors
- node/web: Add new
TypeOfServiceutils to socker impl (945fc17)🏡 Chore
✅ Tests
- Node 20 compat (7771820)
🤖 CI
- Downgrade undici for node 20 only (05efca4)
- Downgrade undici for deno node-compat test (e501480)
- Force latest deno version (6f17e2e)
- Directly install latest deno (59ba353)
- Fix deno install (f6efb77)
- Pin deno (7249b63)
- Test node 22, 24, 26 (a745b47)
❤️ Contributors
- Pi0x x@pi0.io
- Taylor Steele (
@taylorfsteele)- Pooya Parsa (
@pi0)- KT (
@ktKongTong)v0.11.15
🩹 Fixes
- node/web: Do not swallow
getReadererrors (#199)
... (truncated)
Commits
19efb13fix(node): do not crash on asterisk-form request targets (#206)e429c6ffix(aws-lambda-streaming): handle empty body (#205)a745b47ci: test node 22, 24, 26961d756chore: update depsc853aa9chore: bump deps7249b63ci: pin denof6efb77ci: fix deno install59ba353ci: directly install latest deno6f17e2eci: force latest deno version7a05a72fix(node): flatten writeHead headers on Deno (#203)- Additional commits viewable in compare view
Updates yaml from 2.7.1 to 2.9.0
Release notes
Sourced from yaml's releases.
v2.9.0
The changes here are really only patches, but I'm releasing this as a minor version to note a small change to the documentation of
parseDocument()andparseAllDocuments(): I've removed the claim that they'll "never throw".It remains the case that practically all non-malicious inputs will be handled without emitting an error, but there is a decent chance that code paths remain where e.g. a RangeError due to call stack exhaustion can be triggered by malicious inputs. Up to now, I've considered these as security vulnerabilities, and in fact it's the only category of error for which
yamlCVEs have been issued so far.Starting from this release, I'll be considering such errors as bugs, but not vulnerabilities. I do welcome people and/or LLMs looking for them, but please report them as normal issues rather than suspected security vulnerabilities. This also applies to previously undiscovered bugs in earlier releases.
- fix: Avoid calling
Array.prototype.push.apply()with large source array- fix(lexer): Avoid recursive calls that may exhaust the call stack
v2.8.4
- Disable alias resolution with
maxAliasCount:0(#677)- Handle invalid unicode escapes (e1a1a77)
- Apply
minFractionDigitsonly to decimal strings (#676)v2.8.3
- Add
trailingCommaToString option for multiline flow formatting (#670)- Catch stack overflow during node composition (1e84ebb)
v2.8.2
v2.8.1
- Preserve empty block literals (#634)
v2.8.0
- Add node cache for faster alias resolution (#612)
- Re-introduce compatibility with Node.js 14.6 (#614)
- Add
--mergeoption to CLI tool (#611)- Improve error for tag resolution error on null value (#616)
- Allow empty string as plain scalar representation, for failsafe schema (#616)
- docs: include cli example (#617)
Commits
ddb21b02.9.0167365bdocs: Clarify that not all errors can be avoided6eca2a7fix: Avoid calling Array.prototype.push.apply() with large source array0543cd5fix(lexer): Avoid recursive calls that may exhaust the call stackccdf7432.8.4f625789fix: Disable alias resolution with maxAliasCount:0 (#677)e1a1a77fix: Handle invalid unicode escapesa163ea0style: Satify Prettierb2a5a6cfix: Apply minFractionDigits only to decimal strings (#676)93c951bchore: Bump JSR version to v2.8.3 (#673)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Technical Details
| ID: | 16117138 |
| UUID: | 4805196097 |
| Node ID: | PR_kwDOKfapnc7trCOB |
| Host: | GitHub |
| Repository: | webstackdev/astro.webstackbuilders.com |