Skip to content

Bump inversify from v7 to v8.1.0#1217

Draft
Copilot wants to merge 5 commits intodevelopfrom
copilot/bump-inversify-dependency
Draft

Bump inversify from v7 to v8.1.0#1217
Copilot wants to merge 5 commits intodevelopfrom
copilot/bump-inversify-dependency

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

  • Update inversify dependency from ^7.10.1 to ^8.1.0 in package.json
  • Run npm install to update package-lock.json
  • Update tsconfig.json module to "node20" and moduleResolution to "node16" for ESM package resolution
  • Fix deepdash type errors in exampleGenerator.ts with proper type annotations
  • Configure ESLint import/no-unresolved to ignore inversify (ESM exports field not supported by eslint-import-resolver-node)
  • Configure Jest transformIgnorePatterns to transform inversify ESM packages
  • Revert all changes under test/ folder
  • Build, lint, and all 280 tests pass

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits March 23, 2026 22:01
…y v8 ESM compatibility

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/oav/sessions/7a8529bc-c231-450e-963a-0346d49b39ac
Copy link
Member

@mikeharder mikeharder left a comment

Choose a reason for hiding this comment

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

revert all changes under "test" folder. it looks like you regen-ed tests unnecessarily.

Copilot AI and others added 2 commits March 23, 2026 22:26
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/oav/sessions/3db88df9-5a1e-4322-b204-0c5bbbf4f361
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/oav/sessions/3db88df9-5a1e-4322-b204-0c5bbbf4f361
Copy link
Contributor Author

Copilot AI commented Mar 23, 2026

revert all changes under "test" folder. it looks like you regen-ed tests unnecessarily.

Reverted all 130 test files in e8a6af7. They were being regenerated as a side effect of running the example generator tests.

Copilot AI requested a review from mikeharder March 23, 2026 22:32
@mikeharder
Copy link
Member

let's convert to ESM first: #1219

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.

2 participants