From 90fdf5b5140e8114ee4cadeb1fe6e207fb466153 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Thu, 18 Jun 2026 16:20:19 +0000 Subject: [PATCH] =?UTF-8?q?rfc:=20transition=20#0053=20=E2=86=92=20impleme?= =?UTF-8?q?nted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INDEX.md | 8 ++++---- .../0053-native-dependency-patching.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) rename {accepted => implemented}/0053-native-dependency-patching.md (99%) diff --git a/INDEX.md b/INDEX.md index ee2216d3..4a964fdb 100644 --- a/INDEX.md +++ b/INDEX.md @@ -2,24 +2,24 @@ # RFC index -Generated 2026-06-08. See [README.md](./README.md) for the RFC process. +Generated 2026-06-18. See [README.md](./README.md) for the RFC process. -## Accepted (7) +## Accepted (6) | # | Title | Created | Accepted | Implemented | Withdrawn | Implementation | | - | ----- | ------- | -------- | ----------- | --------- | -------------- | | [0054](./accepted/0054-make-scripts-install-opt-in.md) | Make install scripts opt-in | 2026-06-08 | 2026-06-08 | — | — | — | -| [0053](./accepted/0053-native-dependency-patching.md) | Native Dependency Patching | 2026-06-05 | 2026-06-05 | — | — | — | | [0047](./accepted/0047-npm-diff-ignore-cr-at-eol.md) | npm diff ignore CR at EOL | — | — | — | — | — | | [0044](./accepted/0044-deprecation-ux-revamp.md) | Deprecated packages UX revamp | — | — | — | — | — | | [0037](./accepted/0037-audit-overrides.md) | npm audit fix can apply overrides | — | — | — | — | — | | [0035](./accepted/0035-registry-spec.md) | The `registry:` Dependency Specifier | — | — | — | — | — | | [0028](./accepted/0028-publish-prompt.md) | Publish confirmation prompt | — | — | — | — | — | -## Implemented (39) +## Implemented (40) | # | Title | Created | Accepted | Implemented | Withdrawn | Implementation | | - | ----- | ------- | -------- | ----------- | --------- | -------------- | +| [0053](./implemented/0053-native-dependency-patching.md) | Native Dependency Patching | 2026-06-05 | 2026-06-05 | 2026-06-18 | — | [link]() | | [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]() | | [0051](./implemented/0051-validate-signatures.md) | Improve npm signature verification | 2026-05-29 | 2026-05-29 | 2026-05-29 | — | [link]() | | [0050](./implemented/0050-location-config-parameter.md) | Location Config Parameter | — | — | 2026-05-29 | — | [link]() | diff --git a/accepted/0053-native-dependency-patching.md b/implemented/0053-native-dependency-patching.md similarity index 99% rename from accepted/0053-native-dependency-patching.md rename to implemented/0053-native-dependency-patching.md index 4d3a2f44..c8b85684 100644 --- a/accepted/0053-native-dependency-patching.md +++ b/implemented/0053-native-dependency-patching.md @@ -1,12 +1,12 @@ --- title: Native Dependency Patching number: 53 -status: accepted +status: implemented created: 2026-06-05 accepted_at: 2026-06-05 -implemented_at: null +implemented_at: 2026-06-18 withdrawn_at: null -implementation: null +implementation: https://github.com/npm/cli/pull/9439 --- # Native Dependency Patching