pullrequests Search Results · language:Edge language:TypeScript language:HTML language:JavaScript language:JavaScript
Filter by
203M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @types/node (source) | 24.13.1 → 24.13.2 | age | confidence |
Configuration
📅 Schedule: (UTC) ...
dependencies
Summary
- src/server/actions/customer.ts — full implementation of the CustomerDataApi contract from
src/lib/customer/contract.ts:
- getCustomerSummary() — loyalty points, wallet balance, active ...
Verified edge-case tests in gen2.test.ts for boundary values (such as non-zero strain with 0 days remaining). Tests pass
successfully and acceptance criteria have been marked as complete in the task file. ...
変更内容
- タブ・カテゴリ・サブカテゴリの参照処理を catalogModel に集約
- タブ・カテゴリ・サブカテゴリ・パスの追加処理を catalogModel に集約
- 呼び出し側から階層配列の直接操作を除去
目的
カタログ階層の構造知識を一か所に閉じ、今後の変更時に修正箇所を追いやすくします。画面構成と動作は変更しません。path-note.html と data.js ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| @types/node (source) | devDependencies | pin | ^24.3.3 → 24.3.3 |
| @vitest/coverage-v8 (source) ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| turbo (source) | 2.9.16 → 2.9.18 | age | confidence |
Release Notes
details summary vercel/turborepo ...
Що змінено
З попапів міток на карті прибрано кнопку «🧭 Прокласти маршрут». Тепер мітка показує лише назву, адресу та телефон (якщо
є) — без зайвої кнопки.
Також у цьому PR — попередня робота гілки: поле ...
Summary
Introduces a GitHub Actions CI workflow to gate type checking and linting on pull requests and the mainline, and
optimizes the Docker build to skip redundant type checking in the middleware layer ...