Skip to content

docs: remove stale third party a-m#2148

Merged
jdegand merged 2 commits intoPatrickJS:gh-pagesfrom
jdegand:various-47
Apr 28, 2026
Merged

docs: remove stale third party a-m#2148
jdegand merged 2 commits intoPatrickJS:gh-pagesfrom
jdegand:various-47

Conversation

@jdegand
Copy link
Copy Markdown
Collaborator

@jdegand jdegand commented Apr 28, 2026

Summary by CodeRabbit

Release Notes

  • Documentation
    • Pruned and re-keyed curated library listings across Calendars, Captcha, Charts, Cookies, Data Grids, Dates, Directives, DOM, Drag & Drop, Editors, File Upload, Forms, Form Controls, Form Validation, Icons, Images, Input/Interaction, Loaders, Loggers, Markdown, and Media
    • Adjusted remaining entries and URLs for accuracy (naming and link updates) and added an Official Angular Docs link in Drag & Drop while removing an outdated standalone entry

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 28, 2026

📝 Walkthrough

Walkthrough

The README.md was edited to prune many third-party entries across the "Awesome Angular" lists and to update several surviving entries' names/scoped packages and source URLs (npm → GitHub); a Drag & Drop entry was adjusted (Official Angular Docs added, Angular CDK item removed). Lines: +6/−60.

Changes

Cohort / File(s) Summary
README edits
README.md
Removed numerous stale third-party entries across many sections (Calendars, Captcha, Charts, Cookies, Data Grids, Dates, Directives, DOM, Drag and Drop, Editors, File Upload, Forms, Form Controls, Form Validation, Icons, Images, Keyboard/Mouse, Loaders, Loggers, Markdown, Media). Updated surviving entries: renamed dhutaryan/ngx-mat-timepicker@dhutaryan/ngx-mat-timepicker; repointed angular-material-jalali-datepicker-adapter, ng-lock, ngx-file-helpers to GitHub URLs; re-scoped acrodata/code-editor@acrodata/code-editor; added "Official Angular Docs" link in Drag & Drop and removed the standalone @angular/cdk/drag-drop list item. Lines changed: +6 / −60.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐰 I hopped through lists both long and wide,

pruned old links that tried to hide.
Names now scoped and URLs made right,
a clearer garden, tidy and bright. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: remove stale third party a-m' clearly and specifically describes the main change: removing outdated third-party library entries from documentation sections A-M.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 1378: Update the official Angular Material CDK URL to use the canonical
.dev domain: replace the existing
"https://material.angular.io/cdk/drag-drop/overview" link in the README entry "*
[Official Angular Material CDK] ..." with
"https://material.angular.dev/cdk/drag-drop/overview" so it matches other
official Material docs and avoids legacy redirects.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 505cdab3-6d59-463c-a962-54db66bc11d8

📥 Commits

Reviewing files that changed from the base of the PR and between a248987 and 38b297e.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated

### Drag and Drop

* [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use the canonical Angular Material docs domain for this new official entry.

Line 1378 uses material.angular.io, while other official Material docs in this file already use material.angular.dev (for example, Line 1052). Switching this one to .dev keeps links consistent and avoids relying on legacy redirects.

Suggested patch
-* [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
+* [Official Angular Material CDK](https://material.angular.dev/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* [Official Angular Material CDK](https://material.angular.io/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
* [Official Angular Material CDK](https://material.angular.dev/cdk/drag-drop/overview) - The `@angular/cdk/drag-drop` module provides you with a way to easily and declaratively create drag-and-drop interfaces.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 1378, Update the official Angular Material CDK URL to use
the canonical .dev domain: replace the existing
"https://material.angular.io/cdk/drag-drop/overview" link in the README entry "*
[Official Angular Material CDK] ..." with
"https://material.angular.dev/cdk/drag-drop/overview" so it matches other
official Material docs and avoids legacy redirects.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
README.md (1)

1378-1378: Consider adding a short description for consistency.

This bullet is the only one in the local section without a - ... description, so adding one would keep list formatting uniform.

✏️ Suggested tweak
-* [Official Angular Docs](https://angular.dev/guide/drag-drop)
+* [Official Angular Docs](https://angular.dev/guide/drag-drop) - Official guide for building drag-and-drop interfaces with the Angular CDK.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 1378, Update the README list entry for the Angular
drag/drop link so it matches the other bullets' " - ..." format: replace the
current lone link line "* [Official Angular
Docs](https://angular.dev/guide/drag-drop)" with a hyphenated description, e.g.
"* [Official Angular Docs](https://angular.dev/guide/drag-drop) - official guide
for Angular CDK drag-and-drop usage and examples", ensuring the list formatting
remains consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Line 1378: Update the README list entry for the Angular drag/drop link so it
matches the other bullets' " - ..." format: replace the current lone link line
"* [Official Angular Docs](https://angular.dev/guide/drag-drop)" with a
hyphenated description, e.g. "* [Official Angular
Docs](https://angular.dev/guide/drag-drop) - official guide for Angular CDK
drag-and-drop usage and examples", ensuring the list formatting remains
consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 219a92ba-8669-4bea-9557-ddca43b0d76f

📥 Commits

Reviewing files that changed from the base of the PR and between 38b297e and 6d286d5.

📒 Files selected for processing (1)
  • README.md

@jdegand jdegand merged commit 1151e6b into PatrickJS:gh-pages Apr 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant