build icon indicating copy to clipboard operation
build copied to clipboard

refactor: remove deprecated `@netlify/framework-info`

Open serhalp opened this issue 1 year ago • 1 comments

Summary

@netlify/framework-info was superseded by @netlify/build-info a long time ago, but the entire codebase seemingly still existed to support a couple utility function calls. I refactored these away and deleted the package.

This isn't a breaking change, as this won't result in any releases of any packages with breaking changes. We'll just stop cutting new releases of @netlify/framework-info, but we already stopped doing that long ago. Any remaining consumers should refactor to use @netlify/build-info.

To do

  • [ ] Implement replacement for listFrameworks()

serhalp avatar Aug 28 '24 19:08 serhalp

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Aug 28 '24 19:08 github-actions[bot]