Skip to content

chore(deps-dev): bump marko from 5.38.29 to 5.38.36#636

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/marko-5.38.36
Closed

chore(deps-dev): bump marko from 5.38.29 to 5.38.36#636
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/marko-5.38.36

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps marko from 5.38.29 to 5.38.36.

Release notes

Sourced from marko's releases.

marko@5.38.36

Patch Changes

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping issue for dynamic text interpolation inside <script>, <style>, <html-script> and <html-style> tags.

    The issue was that the escaping logic for those tags used a CASE SENSITIVE search for the closing tag which could be bypassed like so:

    <script>${"</SCRIPT><img src=x onerror=alert('uh oh')>"}</script>

    Note that script and style there should never render unsanitized user defined values, regardless of wether or not the closing tag is escaped, since these are conceptually just "eval".

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping for <html-comment> tag. Previously this tag relied on normal xml escaping which looks for <. This PR updates to have a special escape for <html-comment> tags that replaces > instead.

    // Previously incorrectly escaped.
    <html-comment>${">Uh oh"}</html-comment>
  • Updated dependencies [19d4b37, 19d4b37]:

    • @​marko/runtime-tags@​6.0.164

marko@5.38.35

Patch Changes

marko@5.38.34

Patch Changes

marko@5.38.33

Patch Changes

marko@5.38.32

... (truncated)

Changelog

Sourced from marko's changelog.

5.38.36

Patch Changes

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping issue for dynamic text interpolation inside <script>, <style>, <html-script> and <html-style> tags.

    The issue was that the escaping logic for those tags used a CASE SENSITIVE search for the closing tag which could be bypassed like so:

    <script>${"</SCRIPT><img src=x onerror=alert('uh oh')>"}</script>

    Note that script and style there should never render unsanitized user defined values, regardless of wether or not the closing tag is escaped, since these are conceptually just "eval".

  • #3159 19d4b37 Thanks @​DylanPiercey! - Fix escaping for <html-comment> tag. Previously this tag relied on normal xml escaping which looks for <. This PR updates to have a special escape for <html-comment> tags that replaces > instead.

    // Previously incorrectly escaped.
    <html-comment>${">Uh oh"}</html-comment>
  • Updated dependencies [19d4b37, 19d4b37]:

    • @​marko/runtime-tags@​6.0.164

5.38.35

Patch Changes

5.38.34

Patch Changes

5.38.33

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 22, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 22, 2026

⚠️ No Changeset found

Latest commit: fa3ae46

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

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/marko-5.38.36 branch from c691b73 to b36fda2 Compare April 22, 2026 21:06
Copy link
Copy Markdown
Member

@LuLaValva LuLaValva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it downgraded evo-marko from ^6 to ^5, we need to figure out how to configure this

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/marko-5.38.36 branch 2 times, most recently from 3fbd61a to 677e513 Compare May 4, 2026 16:20
Bumps [marko](https://github.com/marko-js/marko/tree/HEAD/packages/runtime-class) from 5.38.29 to 5.38.36.
- [Release notes](https://github.com/marko-js/marko/releases)
- [Changelog](https://github.com/marko-js/marko/blob/main/packages/runtime-class/CHANGELOG.md)
- [Commits](https://github.com/marko-js/marko/commits/marko@5.38.36/packages/runtime-class)

---
updated-dependencies:
- dependency-name: marko
  dependency-version: 5.38.36
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/marko-5.38.36 branch from 677e513 to fa3ae46 Compare May 4, 2026 23:14
@LuLaValva LuLaValva mentioned this pull request May 6, 2026
@LuLaValva
Copy link
Copy Markdown
Member

Closing in favor of #656

@LuLaValva LuLaValva closed this May 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/marko-5.38.36 branch May 6, 2026 20:05
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.

1 participant