Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:TypeScript

Filter by

48.7M results  (2 s)

48.7M results

Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | actions/checkout | 4 | 6 | | actions/setup-node | 4 | 6 | | actions/configure-pages | 5 ...
dependencies
github_actions

🤖 AI Security Remediation 🚨 Human approval required — please review before merging. 📊 Analysis - Severity: HIGH - Confidence: 95% - Auto-fix allowed: False 📝 Summary The application is vulnerable ...
ai-remediation
needs-human-review
severity-high

Summary - replace the ripple Vite plugin @ts-expect-error with @ts-ignore so current Vite 7 remains suppressed without failing as an unused expect-error after Vite updates - keeps the change scoped ...

Bumps postcss-preset-env from 11.2.1 to 11.3.0. details summary Changelog /summary p em Sourced from a href= https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md ...
dependencies
javascript

🤖 AI Security Remediation 🚨 Human approval required — please review before merging. 📊 Analysis - Severity: HIGH - Confidence: 95% - Auto-fix allowed: False 📝 Summary The application uses the ...
ai-remediation
needs-human-review
severity-high

rawing_engine.py#L922-L923 : _find_shape_by_id() 返回单个 DrawingShape 对象,现在将其包装为列表 [shape] if shape else [] ,统一 targets 类型为 List ,避免 len() 调用时抛出 TypeError 。