imgix / ember-cli-imgix

Easily add imgix functionality to your Ember application
https://imgix.github.io/ember-cli-imgix
MIT License
26 stars 13 forks source link

fix(deps): bump to ember-get-config@1.0.0 #221

Closed rahulk94 closed 2 years ago

rahulk94 commented 2 years ago

Description

Bump to ember-get-config@1.0.0 so its versioning can be managed better in consumers. Fwiw we previously allowed versions up till 0.5.0 so this only really will be bumping the minimum version required up one (which was to add better Embroider support).

0.x versions are always a pain to deal with downstream so better to use 1.x now that its out.

Steps to Test

Link to a demo app and verify ember-cli-imgix still works as intended.

commit-lint[bot] commented 2 years ago

Contributors

rahulk94

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
rahulk94 commented 2 years ago

@frederickfogerty I've raised this as a draft for now since ember-get-config@1 was just released this morning. I'll mark it as ready for review in a few days incase they find some bugs that need hotfixing on their side before we go ahead and update this.