pullrequests Search Results · language:Edge language:TypeScript language:HTML is:public language:C# language:PHP language:Java
Filter by
168M results
Updates the ghostwriter/coding-standard dependency from dev-main#834d108 to dev-main#f97096f.
This pull request changes the following file(s):
- Update composer.lock
composer
patch
Summary
- Add collage_items table for images, text notes, and links with shared scatter layout
- Keep-style + Note and + Link quick capture from the timeline header
- + Images composer supports ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| bl4ko/shared-actions (changelog) | action | digest | 1903d6c → 96f3159 |
Configuration
📅 Schedule: ...
- Launched the core ticketing platform to enable end-to-end event management and ticket purchasing.
- Established the foundational user interface and backend infrastructure for the ticketing system. ...
v0
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pnpm (source) | 11.4.0 → 11.5.0 | age | confidence |
Release Notes
details summary pnpm/pnpm ...
renovate
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| vite-plugin-pwa | 1.2.0 → 1.3.0 | age | confidence |
Release Notes
details summary vite-pwa/vite-plugin-pwa ...
bot
dependency
問題
カレンダーカテゴリーをダウンロードしてもファイル名にカテゴリー名が入らず「EC販売数 2021-2026」になる。
原因
親グループ名の判定に isYearGroupCat(c) を条件に加えていたため、年プレフィックスで始まらないカテゴリー名の場合に判定が失敗していた。
修正
CAT_GROUPS の match 関数を直接使用してカテゴリーがどのグループに属するか判定するよう変更。これによりカテゴリー名の形式に依存せず正しく親名を検出できる。 ...