Skip to content

Update admin dependency requirement to >=7.6.17#1284

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/update-admin-requirements
Draft

Update admin dependency requirement to >=7.6.17#1284
Copilot wants to merge 2 commits into
masterfrom
copilot/update-admin-requirements

Conversation

Copilot AI commented Jan 11, 2026

Copy link
Copy Markdown
Contributor

PR Checklist:

  • Provide a meaningful description to this PR or mention which issues this fixes.
  • Ensure the project builds with npm run build
  • Add tests for your change. This includes negative tests (i.e. inputs that need to fail) as well as baseline tests (i.e. how should the directory structure look like?).
  • Run the test suite with npm test
  • If there are baseline changes, review them and make a separate commit for them with the comment "accept baselines" if they are desired changes
  • If you added a required option, also add it to the template creation (.github/create_templates.ts)
  • If there are baseline changes, add a detailed migration description to docs/updates explaining what the user needs to do when manually updating an existing project
  • Add your changes to CHANGELOG.md (referencing the migration description and this PR or the issue you fixed)

Description:

Updates the minimum admin version requirement from >=7.0.23 to >=7.6.17 in generated adapter templates.

Changes:

  • templates/io-package.json.ts: Updated admin dependency constraint to >=7.6.17
  • docs/updates/20250406_admin_dependency_ge.md: Updated documentation example to reflect new version
  • Regenerated 21 test baselines with new admin version requirement

Generated adapters will now declare:

"globalDependencies": [
  { "admin": ">=7.6.17" }
]
Original prompt

This section details on the original issue you should resolve

<issue_title>[Enhancement] Update admin requirments to 7.6.17</issue_title>
<issue_description>Please adapter admin dependency to require

"admin": ">=7.6.17"</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI self-assigned this Jan 11, 2026
Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
Copilot AI changed the title [WIP] Update admin requirements to version 7.6.17 Update admin dependency requirement to >=7.6.17 Jan 11, 2026
Copilot AI requested a review from Apollon77 January 11, 2026 11:51
@mcm1957

mcm1957 commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

@copilot
Please require admin 7.7.22 as minimum

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.

[Enhancement] Update admin requirments to 7.7.22

3 participants