Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pacakges #79

Merged
merged 1 commit into from Apr 24, 2019
Merged

Upgrade pacakges #79

merged 1 commit into from Apr 24, 2019

Conversation

Exelord
Copy link
Collaborator

@Exelord Exelord commented Mar 14, 2019

No description provided.

@Exelord Exelord merged commit 923a292 into master Apr 24, 2019
@Exelord Exelord deleted the feature-upgrades3 branch April 24, 2019 10:56
@Turbo87
Copy link

Turbo87 commented May 14, 2019

what does this change mean for users of ember-cli-favicons? are there any new features? bugs fixed? breaking changes?

@Exelord
Copy link
Collaborator Author

Exelord commented May 14, 2019

No new features, no known bugs fixed no breaking changes. It's just maintenance.

@@ -38,8 +44,8 @@ jobs:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: "Additional Tests"
env: EMBER_TRY_SCENARIO=ember-lts-2.16
Copy link

Choose a reason for hiding this comment

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

@Exelord it looks like you dropped support for Ember 2.16 here. that does look like a breaking change to me.

Copy link
Collaborator Author

@Exelord Exelord May 15, 2019

Choose a reason for hiding this comment

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

It's not dropped. It's not tested against anymore, which means the support for 2.16 ended on v2.0 - which should be marked in the readme. It says the support starts from 2.18

I only applied changes from new ember update blueprint, which doesn't change anything for end users yet. What do you suggest based on this discussion? To release a minor version on every ember upgrade?

Copy link

Choose a reason for hiding this comment

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

To release a minor version on every ember upgrade?

to release a major version whenever support for older Ember.js, Ember CLI or Node.js versions is dropped

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sorry I meant major of course

Hmm...so why eg ember-cli is not releasing a new major version if it's dropping support for node 6?

I can agree, this can be a good rule, but it's bearly respected by anyone.

Copy link

Choose a reason for hiding this comment

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

because in https://emberjs.com/blog/2016/09/07/ember-node-lts-support.html the CLI team officially declared its support strategy for Node.js releases. the reasoning for CLI is that it is more important to stay on the same version as Ember.js itself, but I personally would still prefer to have bumped the version there too.

Copy link

@st-h st-h May 15, 2019

Choose a reason for hiding this comment

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

imho dropping tests for a certain ember version does not necessarily mean a breaking change. If the api changes due to supporting different ember versions, that would definitely be a breaking change. However, in this case no api has changed. Semantic versioning also does not provide any guarantee regarding test coverage as far as I know. But certainly there are finer points, that can be argued about.
As @Exelord pointed out, 2.16 support has been dropped with the 2.0 release - which clearly has been a major release. This sounds all good to me, but that's just my personal opinion on that matter.
On the other hand, if everyone would start creating major releases for things like dependency upgrades or dropping support for a certain version (which does not mean it no longer works), we would lose an important feature of semantic versioning: Being able to figure out when we need to take action and adapt our code, just by looking at version numbers.

Copy link

Choose a reason for hiding this comment

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

On the other hand, if everyone would start creating major releases for things like dependency upgrades or dropping support for a certain version (which does not mean it no longer works), we would lose an important feature of semantic versioning: Being able to figure out when we need to take action and adapt our code, just by looking at version numbers.

but that is exactly the point, if you're still using Node 6 and some dependency drops support for it without a new major release then you're in trouble now.

As @Exelord pointed out, 2.16 support has been dropped with the 2.0 release

I don't see that mentioned in https://github.com/davewasmer/ember-cli-favicon/blob/master/CHANGELOG.md#v200-2018-11-19

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.

None yet

3 participants