Skip to content

Bump @cratis/arc.vite from 19.9.7 to 19.9.8#435

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cratis/arc.vite-19.9.8
Open

Bump @cratis/arc.vite from 19.9.7 to 19.9.8#435
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cratis/arc.vite-19.9.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps @cratis/arc.vite from 19.9.7 to 19.9.8.

Release notes

Sourced from @​cratis/arc.vite's releases.

Release v19.9.8

Summary

When CratisProxiesUseSourceFileAsOutputFile is enabled and a C# source file produces artifacts across multiple categories (e.g. both a command and a query), proxy files were always rewritten with new timestamps even when their content hadn't changed. This caused unnecessary file churn, triggering downstream watchers (Vite HMR, CI artifact caching, etc.) on every build.

Fixed

  • Proxy files with CratisProxiesUseSourceFileAsOutputFile enabled are no longer rewritten when their content hash is unchanged. Previously, the Write method wrote partial content to disk on each category pass (commands, queries, types, etc.), then re-read and merged on subsequent passes. This meant the first pass always overwrote the previous build's merged file with partial content, making the hash comparison fail even when the final merged result was identical. Content is now accumulated in an in-memory buffer across all Write calls and only flushed to disk once via FlushPendingContent, where the final merged hash is compared against the original file on disk.
Commits
  • d772b19 Merge pull request #1903 from Cratis/fix/proxy-gen-single-output
  • e850b0c Add support for deferred writing in descriptor generation and implement Flush...
  • ab82a28 Merge pull request #1896 from Cratis/dependabot/nuget/Cratis.Chronicle-15.4.3
  • 519c72b Merge pull request #1892 from Cratis/dependabot/npm_and_yarn/typescript-eslin...
  • 8be2ee3 Merge pull request #1879 from Cratis/dependabot/npm_and_yarn/eslint-10.0.3
  • 91bb68a Merge pull request #1893 from Cratis/dependabot/npm_and_yarn/typescript-eslin...
  • 15bf5b8 Merge pull request #1880 from Cratis/dependabot/npm_and_yarn/eslint/eslintrc-...
  • 9232308 Bump Cratis.Chronicle from 15.4.0 to 15.4.3
  • 4d35861 Bump @​typescript-eslint/parser from 8.56.1 to 8.57.0
  • ee804fa Bump eslint from 10.0.2 to 10.0.3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cratis/arc.vite-19.9.8 branch from c6000f5 to 82d8e25 Compare March 14, 2026 06:19
Bumps [@cratis/arc.vite](https://github.com/cratis/arc) from 19.9.7 to 19.9.8.
- [Release notes](https://github.com/cratis/arc/releases)
- [Commits](Cratis/Arc@v19.9.7...v19.9.8)

---
updated-dependencies:
- dependency-name: "@cratis/arc.vite"
  dependency-version: 19.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cratis/arc.vite-19.9.8 branch from 82d8e25 to 7279dad Compare March 14, 2026 06:21
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.

0 participants