Skip to content

Commit 4364bf3

Browse files
Bump tmlanguage-generator from 0.6.4 to 0.6.5 in /src/textmate (#18543)
Bumps [tmlanguage-generator](https://github.com/microsoft/typespec) from 0.6.4 to 0.6.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/typespec/releases">tmlanguage-generator's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Bump dependencies</h3> <ul> <li><a href="https://redirect.github.com/microsoft/typespec/pull/8823">#8823</a> Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/typespec/commit/d8ea328e72d19b863da1fd4d499ec2ff6e5b737c"><code>d8ea328</code></a> Bump versions for November release (<a href="https://redirect.github.com/microsoft/typespec/issues/8981">#8981</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/ddd88353398f81a95ee281675d3974a6256abb04"><code>ddd8835</code></a> Fix duplicate model names when namespace option remaps types to same namespac...</li> <li><a href="https://github.com/microsoft/typespec/commit/48253d984b35cfbcb71200a161244929d6c71640"><code>48253d9</code></a> Fix PropagateSet/PropagateGet to include base model dynamic properties and pr...</li> <li><a href="https://github.com/microsoft/typespec/commit/ad4588264134615dc18a51c49b1f537f698e55bf"><code>ad45882</code></a> Prepare changelog for November release (<a href="https://redirect.github.com/microsoft/typespec/issues/8980">#8980</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/d7e98768f87d574d3c3214a826fc382a81433d30"><code>d7e9876</code></a> Fix no-service-found warning to check for service existence and exclude libra...</li> <li><a href="https://github.com/microsoft/typespec/commit/e3c87047dda6f313296e6f81b2b9db6697292cc5"><code>e3c8704</code></a> Fix double spacing in ClientUriBuilder generated code (<a href="https://redirect.github.com/microsoft/typespec/issues/8971">#8971</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/b6373476ee29335bcc5fe86f54f8037f72c6ce79"><code>b637347</code></a> multiple fixes for SSE imports (<a href="https://redirect.github.com/microsoft/typespec/issues/8963">#8963</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/bb883df168406146dfcfa472ff586e61f8616718"><code>bb883df</code></a> Do not apply propagation for properties with no wire info (<a href="https://redirect.github.com/microsoft/typespec/issues/8970">#8970</a>)</li> <li><a href="https://github.com/microsoft/typespec/commit/3552e585fd63b5c0cb1fa205a38eafcd9584ed3f"><code>3552e58</code></a> Add configurable table definitions to dashboard for flexible scenario groupin...</li> <li><a href="https://github.com/microsoft/typespec/commit/8fde19b9bdbc0fca6e776a8057f4b1c32426229a"><code>8fde19b</code></a> Validate SSEStream union parameter has <a href="https://github.com/events"><code>@​events</code></a> decorator (<a href="https://redirect.github.com/microsoft/typespec/issues/8951">#8951</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/typespec/compare/[email protected]@0.6.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmlanguage-generator&package-manager=npm_and_yarn&previous-version=0.6.4&new-version=0.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/18543) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ec8941 commit 4364bf3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/textmate/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/textmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jest": "^30.2.0",
2121
"onigasm": "^2.2.5",
2222
"plist": "^3.1.0",
23-
"tmlanguage-generator": "^0.6.4",
23+
"tmlanguage-generator": "^0.6.5",
2424
"ts-jest": "^29.4.5",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)