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

Update ember-page-title to the latest version 🚀 #1579

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 5, 2017

Version 4.0.0 of ember-page-title was just published.

Dependency ember-page-title
Current Version 3.2.0
Type devDependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-page-title.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 4.0.0

This release contains a breaking change due to a downstream dependency on ember-cli-head. ember-cli-head is now at 0.4.0 and requires an addition to your application.hbs:

{{head-layout}}

Add this to your application template and things should continue working.

Thanks to @topaxi and @cibernox for getting some of this resolved for me 😄

Commits

The new version differs by 56 commits.

  • fc66156 Merge pull request #114 from CvX/restore-ember-logo
  • 7e4ba14 Restore ember-logo
  • 8b7056a remove npm install 4 from .travis.yml
  • f4e53db temporarily exclude code coverage
  • e0afe33 bump node dependency to 6
  • c4b0830 Released 4.0.0
  • f0271aa remove ember 2.8 from ember-try because of ember-cli-head support
  • 7cf1c07 run ember init for ember-cli 2.16.2
  • 390edad Merge pull request #106 from topaxi/ember-cli-head-update
  • 3578049 Merge pull request #111 from fesebuv/update-license
  • 6781430 Update License Copyright to 2017
  • 983cbff try removing jobs global
  • 3352b2b fix Travis?
  • 1d36df3 remove test reporter to ensure test suite is passing
  • c23212c remove spin

There are 56 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@begedin
Copy link
Contributor

begedin commented Dec 6, 2017

This solves one half of the "the instance initializer 'head-browser' has already been registered" issue.

However, the other half is that ember-cli-meta-tags also needs to update and use [email protected] internally.

We should track the following PR and update both addons at once, when the PR is merged and a new ember-cli-meta-tags version is finally published.

ronco/ember-cli-meta-tags#60

Other than that, I've updated the application layout to include the required {{head-layout}} "tag" as per ember-page-title/ember-cli-head instructions.

@begedin begedin added the blocked label Dec 6, 2017
@begedin
Copy link
Contributor

begedin commented Dec 6, 2017

I recommend not closing this PR, as we need to lookup the information here over and over again as the two problematic addons update.

greenkeeper bot added a commit that referenced this pull request Dec 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2017

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 3, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 6ae6f92 Released 4.0.2
  • e875833 fix component that was removing the <title> tag multiple times
  • d536b34 Move title tag cleanup to page-title-list service (#117 from Cropster/engines)
  • bffac38 Move title tag cleanup to page-title-list service

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2018

Version 4.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • d3dfa0e Released 4.0.3
  • 6147cdb fix failing service unit test
  • 63c267e Fix title rendering with FastBoot (#119) from CvX/fastboot-fix
  • f8b2dab Don’t remove title tags if the app has FastBoot.
  • b6618ae Update package-lock.json

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2018

Version 4.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • 2d200dd Released 4.0.4
  • 83ad4fb update dependencies
  • a49b608 use ember-copy to silence Ember.copy deprecation #130 :heart: @scottkidder
  • 3df9e24 update package-lock.json
  • b40005f switch to ember-copy
  • e5f7029 :notebook: add homepage to package.json
  • 17052b9 :leaves: upgrade ember to 3.1
  • c95cfb7 :leaves: add ember-cli-update
  • fda634b enable codeclimate for this addon
  • f62b74e remove _hasBooted since this will break CI tests
  • 38d93a2 get tests passing using new test format
  • 3a41193 use qunit 2 style syntax for service test
  • 8b635e6 use up-to-date ember test helpers
  • 2ed55ad use qunit 2 syntax
  • 53a969f address linting errors

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2018

Version 4.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7b571bf Released 4.0.5
  • 7b7bd58 ignore coverage when publishing to npm

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 23cccb2 Released 5.0.0
  • 4732cdb Set prepend by default to true (#132) ❤️ @ondrejsevcik
  • a908cb2 Set prepend by default to true

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
greenkeeper bot added a commit that referenced this pull request Jan 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 11, 2019

Update to this version instead 🚀

Release Notes for 5.0.1
  • Resolves Ember 3.6 deprecations
  • Readme updated to reflect new location
  • Docs site link updated
Commits

The new version differs by 4 commits.

  • d037655 Released 5.0.1
  • 3c963ed docs: remove broken badge and update travis badge
  • 2b854e2 Update Docs site link (#135)
  • 5e357f6 Fix Ember 3.6 deprecation (#133)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 17, 2019

Update to this version instead 🚀

Release Notes for 5.0.2

Update dependencies

Commits

The new version differs by 24 commits.

  • d32c4e9 Release 5.0.2
  • 47f759a Merge pull request #150 from efx/fix-remove-kruft
  • 2c7fd67 remove ember-cli-release configuration
  • b3a240c Merge pull request #149 from efx/fix-ember-try
  • 0c62597 fix ember try command
  • 04f1e5a Merge pull request #146 from efx/no-var
  • a9bd983 Merge branch 'latest' into no-var
  • 5eb7775 Merge pull request #147 from efx/update-ember-cli
  • a91e7ce remove bower kruft
  • 7f7af28 remove ember-cli-release
  • 02a2880 revert disable, add test command
  • 2c5e907 disable shrinkwrap
  • 3a8f2f8 remove skip cleanup flag
  • eb63c2f regenerate lock with pinned node
  • 75eca81 further tweak test script per ember-addon-output

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant