@lingo.dev/_compiler@0.12.11

tambo-ai/tambo@lingo.dev/_compiler@0.12.11Jul 16, 2026by github-actions[bot]

AI Summary

A patch release combining dependency vulnerability patches with CodeQL security fixes for URL sanitization.

Key Highlights

  • Add dependency overrides for vulnerabilities
  • Resolve CodeQL URL sanitization findings
  • Update dependencies (_sdk, _spec)

New Features

  • Dependency updates
  • Vulnerability patching
  • Security hardening

Full Release Notes

### Patch Changes

- [#2164](https://github.com/lingodotdev/lingo.dev/pull/2164) [`79b1c8f`](https://github.com/lingodotdev/lingo.dev/commit/79b1c8f67af3bc0db95650dfb09bb71677e79c23) Thanks [@ohmoses](https://github.com/ohmoses)! - Added dependency overrides to patch vulnerabilities:
  - picomatch@>=4 <4.0.4: 4.0.4
  - qs@>=6.14.0 <6.14.1: 6.14.1
  - "@unhead/vue": ">=2.1.15 <3"
  - postcss@>=8 <8.5.10: 8.5.10
  - ajv@>=6 <6.14.0: 6.14.0
  - launch-editor@<2.14.1: 2.14.1
  - js-yaml@>=3 <3.15.0: 3.15.0
  - js-yaml@>=4 <4.2.0: 4.2.0
  - joi@>=18 <18.2.1: 18.2.1

- [#2166](https://github.com/lingodotdev/lingo.dev/pull/2166) [`045642b`](https://github.com/lingodotdev/lingo.dev/commit/045642b958a8f8ec61acb0a8e4ed5e67c84968b8) Thanks [@cherkanovart](https://github.com/cherkanovart)! - Resolve high-severity CodeQL code-scanning findings (security hardening):
  - `org-id` git-remote parsing now extracts the URL host and matches the platform by exact host or subdomain suffix (`host === "github.com" || host.endsWith(".github.com")`, etc.) instead of a substring `includes()` check. This fixes `js/incomplete-url-substring-sanitization` (cli, compiler, new-compiler) while still recognizing official alt-SSH hosts like `ssh.github.com` / `altssh.gitlab.com` and rejecting look-alikes like `github.com.evil.com`. Platform labels for all real remote forms are preserved.
  - Removed a dead `.replace("\n", "")` in the XML loader (an earlier `\s+` collapse already strips newlines), which also clears the `js/incomplete-sanitization` finding there.

- Updated dependencies [[`79b1c8f`](https://github.com/lingodotdev/lingo.dev/commit/79b1c8f67af3bc0db95650dfb09bb71677e79c23)]:
  - @lingo.dev/_sdk@0.17.2
  - @lingo.dev/_spec@0.49.3