pullrequests Search Results · language:Dune language:TypeScript language:Python language:Java language:Java language:JavaScript
Filter by
265M results
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v6 → v7 |
Release Notes
details summary actions/checkout ...
Summary
- Adds scripts/util/slugify.py with a single pure function slugify(text: str) - str
- Function lowercases, trims whitespace, collapses runs of non-alphanumeric chars to a single hyphen, and ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v6.0.3 → v7.0.0 |
Release Notes
details summary actions/checkout ...
dependencies
github-actions
Bumps the npm_and_yarn group with 4 updates in the / directory: vite, form-data, joi and shell-quote. Bumps the
npm_and_yarn group with 1 update in the /documentation directory: shell-quote. Bumps the ...
dependencies
javascript
Release engineering toward production — Tier 1 + 2 from the stock-take, deliberately without heavyweight automation (no
release-please/changesets/semantic-release).
Tier 1 — trust basics
- package-lock.json ...
Summary
Segunda sub-fase de V2: migración del emulador a Pub/Sub real como infra-como-código, con IAM de permiso mínimo. El
código de la app no cambia (google-cloud-pubsub ya habla con ambos).
- main.tf ...
For release of openUrl fix.
Summary
Consolidates 7 Dependabot-proposed dependency bumps into a single PR.
| Package | Before | After | Notes |
| --- | --- | --- | --- |
| cryptography | 46.0.7 | 49.0.0 | Security update (major ...
Summary
修复 两个插件并存导致面板无法输入/打字 的根因。原插件复用了遗留 dao-bridge 插件完全相同的贡献标识(视图容器 daoBridge、视图 daoBridgeView、命令 daoBridge.*、配置
daoBridge.*)。当两个插件同时安装时,二者抢注同一个 registerWebviewViewProvider( daoBridgeView ) 与同名命令,后注册者抛错 ...