Skip to content

Add funding metadata to publishable package manifests#439

Merged
nev21 merged 2 commits into
mainfrom
copilot/add-funding-details-to-package-json
May 10, 2026
Merged

Add funding metadata to publishable package manifests#439
nev21 merged 2 commits into
mainfrom
copilot/add-funding-details-to-package-json

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 10, 2026

This updates the publishable packages to include funding metadata in their distributed package.json files, and ensures the expected package-level references remain present for publish output.

  • Publish manifest metadata

    • Added funding to:
      • ts-plugin/package.json (@nevware21/grunt-ts-plugin)
      • eslint-ts-plugin/package.json (@nevware21/grunt-eslint-ts)
    • Funding points to the existing GitHub Sponsors profile for the project.
  • Scope alignment with publish targets

    • Limited changes to the two Rush projects marked as publishable.
    • Left non-published package manifests unchanged.
"funding": {
  "type": "github",
  "url": "https://github.com/sponsors/nevware21"
}

Copilot AI linked an issue May 10, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add funding details to published package.json files Add funding metadata to publishable package manifests May 10, 2026
Copilot finished work on behalf of nev21 May 10, 2026 17:15
Copilot AI requested a review from nev21 May 10, 2026 17:15
@nev21 nev21 marked this pull request as ready for review May 10, 2026 18:04
@nev21 nev21 requested review from a team as code owners May 10, 2026 18:04
Copilot AI review requested due to automatic review settings May 10, 2026 18:04
@nev21 nev21 enabled auto-merge (squash) May 10, 2026 18:05
"bugs": {
"url": "https://github.com/nevware21/grunt-plugins/issues"
},
"funding": {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

@nevware21-bot nevware21-bot left a comment

Choose a reason for hiding this comment

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

Approved by nevware21-bot

@nev21 nev21 merged commit fb2d46f into main May 10, 2026
10 of 12 checks passed
@nev21 nev21 deleted the copilot/add-funding-details-to-package-json branch May 10, 2026 19:30
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.

[Task] Add function details to the publish packages

4 participants