Bağımlılıkları güncelle (Dependabot #57, #58, #59) - #60
Merged
Conversation
Üç Dependabot PR'ının (#57, #58, #59) kapsadığı güncellemeleri tek dalda topluyor ve hepsini PR'ların açıldığı günden bu yana çıkan son sürümlere taşıyor: - @astrojs/cloudflare 14.2.1 -> 14.2.4 - astro 7.2.2 -> 7.2.6 - uuid 14.0.1 -> 14.0.2 - @cloudflare/workers-types 5.20260814.1 -> 5.20260823.1 - wrangler 4.123.0 -> 4.125.0 - @types/node ^24.13.3 -> ^26.3.0 typescript 6.0.3'te kalıyor: @astrojs/check@0.9.10'un peer aralığı hâlâ "^5.0.0 || ^6.0.0", yani TS 7 hâlâ kapalı. Yerelde koşan ve çıkış kodu sıfır dönen adımlar: actions:scope:test, v6:check (test:d1 + astro check + worker:build), build (site:test ve browser:test dahil), production:config:check, worker:build:production:live. astro check 212 dosyada 0 hata. npm audit temiz. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Üç Dependabot PR'ının kapsadığı güncellemeleri tek dalda topluyor ve hepsini
PR'ların açıldığı günden bu yana çıkan son sürümlere taşıyor. Böylece
main'eüç ayrı birleştirme yerine tek dağıtım düşüyor.
@astrojs/cloudflareastrouuid@cloudflare/workers-typeswrangler@types/nodetypescript6.0.3'te kalıyor:@astrojs/check@0.9.10'un peer aralığı hâlâ^5.0.0 || ^6.0.0. TS 7 hâlâ kapalı ve engel Astro değil,@astrojs/check.Yerel doğrulama
Hepsi çıkış kodu 0 döndü:
npm run actions:scope:testnpm run v6:check(test:d1+astro check+worker:build)npm run build(site:testvebrowser:testdahil)npm run production:config:checknpm run worker:build:production:liveastro check: 212 dosyada 0 hata, 0 uyarı.npm audit: 0 açık.Birleştirildiğinde #57, #58 ve #59 kapatılacak.
🤖 Generated with Claude Code