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 dependencies to 3.7.* #1920

Merged
merged 43 commits into from
Jan 28, 2019
Merged

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    c383821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc86a6 View commit details
    Browse the repository at this point in the history
  3. Change uses of Ember.merge to Ember.assign

    This fixes this deprecation: ember-polyfills.deprecate-merge
    backspace committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    50448a2 View commit details
    Browse the repository at this point in the history
  4. Update ember-svg-jar

    I was wrong that the merge deprecations were all gone,
    this was producing one too. I don’t know why Greenkeeper
    isn’t suggesting updates…?
    
    ember-intercom-io is also using merge, but I had to revert
    its update yesterday. I’ll look into that. When I replaced
    merge with assign directly in node_modules, there were
    no more warnings about this deprecation. 🎉
    backspace committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    5aea7e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    40bf52a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b90f24 View commit details
    Browse the repository at this point in the history
  3. Remove use of Sinon

    Since Sinon was only being used in one place, I rewrote things
    to fix this deprecation:
    https://deprecations-app-prod.herokuapp.com/deprecations/v3.x/#toc_getting-the-each-property
    backspace committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    aaceeef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee83d9d View commit details
    Browse the repository at this point in the history
  5. Update ember-intercom-io

    I’ve tried this before and was unable to deploy, now is the
    moment when I’ll see if I can fix that. Because this rids
    us of this deprecation:
    https://deprecations-app-prod.herokuapp.com/deprecations/v3.x/#toc_ember-polyfills-deprecate-merge
    backspace committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    71ecdd8 View commit details
    Browse the repository at this point in the history
  6. Change dependencies to fix build

    I don’t know what changed in package-lock.json but now
    I think deployments might succeed…? 🧐
    backspace committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    b3eaa6c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Merge branch 'master' of github.com:travis-ci/travis-web into greenke…

    …eper/ember-source-3.6.0
    backspace committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a738fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59acc64 View commit details
    Browse the repository at this point in the history
  3. Update to 1.1.5 again…???

    what is happening
    backspace committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    faa7ad7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into greenkeeper/ember-source-3.6.0

    # Conflicts:
    #	package-lock.json
    #	package.json
    backspace committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c0d4f78 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge branch 'master' into greenkeeper/ember-source-3.6.0

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	tests/unit/services/live-updates-record-fetcher-test.js
    backspace committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a58aeaf View commit details
    Browse the repository at this point in the history
  2. Update ember-cli etc

    backspace committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8dfd08f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda8520 View commit details
    Browse the repository at this point in the history
  4. Update ember-test-selectors

    There was a warning that the older version wasn’t compatible
    with this version of ember-cli-babel.
    backspace committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5b8912c View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary addon

    We already have babel.includePolyfill so I think this
    is superfluous.
    backspace committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    0385ebc View commit details
    Browse the repository at this point in the history
  6. Remove Babel regenerator configuration

    The ember-concurrency documentation says:
    “you should probably only enable this configuration in
    a development environment”
    backspace committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5b65fc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    573d15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e496e2e View commit details
    Browse the repository at this point in the history
  3. Remove guard by changing from function to string

    Thanks to @Turbo87 and @rwjblue for the guidance in
    #dev-ember-js.
    backspace committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    34db7cd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Update to Ember 3.6.1

    backspace committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    def3abf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Update Ember to 3.6.1

    backspace committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    32c2b66 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Change to master for ember-intercom-io

    This appears to have fixed this problem for me locally…?
    babel/broccoli-babel-transpiler#156
    backspace committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    340d086 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into greenkeeper/ember-source-3.6.0

    # Conflicts:
    #	package-lock.json
    #	package.json
    backspace committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7e0f584 View commit details
    Browse the repository at this point in the history
  3. Replace ember-data section of lockfile

    …???
    backspace committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    2ad824d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    bdfd1b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f110369 View commit details
    Browse the repository at this point in the history
  3. Update ember-cli-clipboard

    The last failed deployment had this as the point of failure,
    so maybe the newer version that includes ember-cli-babel 7+
    will help…??
    backspace committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    db9dcba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    330428d View commit details
    Browse the repository at this point in the history
  5. Update ember-prism

    This is another Ember 3.6-related update.
    backspace committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    0df6625 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50e7902 View commit details
    Browse the repository at this point in the history
  7. Update to beta ember-cli-babel version

    This appears to silence the volumes of Babel deprecation
    warnings such as the one seen here:
    https://travis-ci.org/travis-ci/travis-web/builds/477551778#L512
    backspace committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    33a6e86 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Update Ember CLI

    backspace committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4bea7bc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    95545c0 View commit details
    Browse the repository at this point in the history
  2. Update ember-load-initializers

    This is another dependency with a newer ember-cli-babel
    version.
    backspace committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    c578fa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge branch 'master' into greenkeeper/ember-source-3.6.0

    # Conflicts:
    #	package-lock.json
    backspace committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    83c6604 View commit details
    Browse the repository at this point in the history
  2. Update ember-cli-sentry

    backspace committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e03fb4d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Update ember-intercom-io to newest release

    This fixes a Babel 7 interoperation problem.
    backspace committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e392293 View commit details
    Browse the repository at this point in the history
  2. Update ember-cli-babel

    backspace committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a591442 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Change output path for emoji

    This seems like a strange change…?
    backspace committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b8048ff View commit details
    Browse the repository at this point in the history