Skip to content

Commit 9fa53a2

Browse files
rfc: transition #56 → implemented (#905)
Bot-generated transition of RFC **#56** to status `implemented`. Moved to `implemented/0056-npm-extension-manifest-repairs.md`. Front-matter `status` and the relevant date field were updated. `INDEX.md` was regenerated. Implementation: npm/cli#9586 Co-authored-by: npm CLI robot <npm-cli+bot@github.com>
1 parent f10d5f8 commit 9fa53a2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

INDEX.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
# RFC index
44

5-
Generated 2026-06-19. See [README.md](./README.md) for the RFC process.
5+
Generated 2026-06-22. See [README.md](./README.md) for the RFC process.
66

7-
## Accepted (7)
7+
## Accepted (6)
88

99
| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
1010
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
11-
| [0056](./accepted/0056-npm-extension-manifest-repairs.md) | npm Extension for Manifest Repairs | 2026-06-19 | 2026-06-19 ||||
1211
| [0054](./accepted/0054-make-scripts-install-opt-in.md) | Make install scripts opt-in | 2026-06-08 | 2026-06-08 ||||
1312
| [0047](./accepted/0047-npm-diff-ignore-cr-at-eol.md) | npm diff ignore CR at EOL ||||||
1413
| [0044](./accepted/0044-deprecation-ux-revamp.md) | Deprecated packages UX revamp ||||||
1514
| [0037](./accepted/0037-audit-overrides.md) | npm audit fix can apply overrides ||||||
1615
| [0035](./accepted/0035-registry-spec.md) | The `registry:` Dependency Specifier ||||||
1716
| [0028](./accepted/0028-publish-prompt.md) | Publish confirmation prompt ||||||
1817

19-
## Implemented (41)
18+
## Implemented (42)
2019

2120
| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
2221
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
22+
| [0056](./implemented/0056-npm-extension-manifest-repairs.md) | npm Extension for Manifest Repairs | 2026-06-19 | 2026-06-19 | 2026-06-22 || [link](<https://github.com/npm/cli/pull/9586>) |
2323
| [0055](./implemented/0055-package-manifest-extensions.md) | Package Manifest Extensions | 2026-06-18 | 2026-06-18 | 2026-06-18 || [link](<https://github.com/npm/cli/pull/9496>) |
2424
| [0053](./implemented/0053-native-dependency-patching.md) | Native Dependency Patching | 2026-06-05 | 2026-06-05 | 2026-06-18 || [link](<https://github.com/npm/cli/pull/9439>) |
2525
| [0052](./implemented/0052-registry-scoped-keyfile-and-certfile.md) | Registry-scoped keyfile / certfile credential options | 2026-05-29 | 2026-05-29 | 2026-05-29 || [link](<https://github.com/npm/cli/pull/5160>) |

accepted/0056-npm-extension-manifest-repairs.md renamed to implemented/0056-npm-extension-manifest-repairs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: npm Extension for Manifest Repairs
33
number: 56
4-
status: accepted
4+
status: implemented
55
created: 2026-06-19
66
accepted_at: 2026-06-19
7-
implemented_at: null
7+
implemented_at: 2026-06-22
88
withdrawn_at: null
9-
implementation: null
9+
implementation: https://github.com/npm/cli/pull/9586
1010
---
1111
# npm Extension for Manifest Repairs
1212

0 commit comments

Comments
 (0)