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

Bump ember-source from 2.15.0 to 3.0.0 #6

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 25, 2018

Bumps ember-source from 2.15.0 to 3.0.0.

Release notes

Sourced from ember-source's releases.

v3.0.0

CHANGELOG

  • #16218 [BUGFIX beta] Prevent errors when using const (get arr 1).
  • #16241 [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
  • #16199 [BUGFIX] Mention "computed properties" in the assertion message
  • #16200 [BUGFIX] Prevent test error by converting illegal characters
  • #16179 [BUGFIX] Fix a few bugs in the caching ArrayProxy implementation
  • #16160 [BUGFIX] Remove humanize() call from generated test descriptions
  • #16101 [CLEANUP] Remove legacy ArrayProxy features
  • #16116 [CLEANUP] Remove private enumerable observers
  • #16117 [BUGFIX] link-to active class applied when params change
  • #16132 [BUGFIX] Bring back sync queue with deprecation (until: 3.5.0).
  • #16156 [BUGFIX] Update to [email protected].
  • #16157 [BUGFIX] Mutating an arranged ArrayProxy is not allowed
  • #16162 [CLEANUP] Remove unused private listener methods
  • #16163 [CLEANUP] Remove unused path caches
  • #16169 [BUGFIX] Fix various issues with descriptor trap.
  • #16174 [BUGFIX] Enable some recovery of errors thrown during render.
  • #16095 [CLEANUP] Fix ember-2-legacy support for Ember.Binding.
  • #16117 [BUGFIX] link-to active class applied when params change
  • #16097 / #16110 [CLEANUP] Remove sync runloop queue.
  • #16099 [CLEANUP] Remove custom eventManager support.
  • #16067 [BUGFIX] Fix issues with run.debounce with only method and wait.
  • #16045 [BUGFIX] Fix double debug output
  • #16050 [BUGFIX] Add inspect and constructor to list of descriptor exceptions
  • #16080 [BUGFIX] Add missing modules docs for tryInvoke, compare, isEqual #16079
  • #16084 [BUGFIX] Update computed.sort docs to avoid state leakage
  • #16087 [BUGFIX] Ensure App.visit resolves when rendering completed.
  • #16090 [CLEANUP] Remove Ember.Binding support
  • #15901 [CLEANUP] Remove Ember.Handlebars.SafeString
  • #15894 [CLEANUP] removed immediateObserver
  • #15897 [CLEANUP] Remove controller wrapped param deprecation
  • #15883 [CLEANUP] Remove this.resource from RouterDSL
  • #15882 [CLEANUP] Remove Ember.String.fmt
  • #15892 [CLEANUP] removed Ember.required
  • #15223 Preserve current history state on app boot
  • #15886 [CLEANUP] Remove arity check from initializer
  • #15893 [CLEANUP] removed providing reversed arguments to observer
  • #15881 [CLEANUP] Removed console polyfills/shims
  • #15999 Update acceptance test blueprint to conform to Rethink Acceptance Testing emberjs/rfcs#268
  • #15927 [BUGFIX] Extend test framework detection to ember-qunit and ember-mocha
  • #15912 [CLEANUP] Remove deprecated {Application,Engine,ApplicationInstance}.registry
  • #15910 [CLEANUP] removed transform-input-on-to-onEvent
  • #15922 [CLEANUP] Remove legacy controller proxy behavior
  • #15914 [CLEANUP] Remove ability to specify _actions in Ember.Route, Ember.Controller, and Ember.Component
  • #15923 [CLEANUP] Remove didInitAttrs lifecycle method
  • #15915 [CLEANUP] Remove {{render}}
  • #15950 blueprints/mixin-test: Added RFC-232 variant
  • #15951 blueprints/service-test: Added RFC-232 variant
    ... (truncated)
Changelog

Sourced from ember-source's changelog.

v3.0.0 (February 13, 2018)

  • #16218 [BUGFIX beta] Prevent errors when using const (get arr 1).
  • #16241 [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
  • #16199 [BUGFIX] Mention "computed properties" in the assertion message
  • #16200 [BUGFIX] Prevent test error by converting illegal characters
  • #16179 [BUGFIX] Fix a few bugs in the caching ArrayProxy implementation
  • #16160 [BUGFIX] Remove humanize() call from generated test descriptions
  • #16101 [CLEANUP] Remove legacy ArrayProxy features
  • #16116 [CLEANUP] Remove private enumerable observers
  • #16117 [BUGFIX] link-to active class applied when params change
  • #16132 [BUGFIX] Bring back sync queue with deprecation (until: 3.5.0).
  • #16156 [BUGFIX] Update to [email protected].
  • #16157 [BUGFIX] Mutating an arranged ArrayProxy is not allowed
  • #16162 [CLEANUP] Remove unused private listener methods
  • #16163 [CLEANUP] Remove unused path caches
  • #16169 [BUGFIX] Fix various issues with descriptor trap.
  • #16174 [BUGFIX] Enable some recovery of errors thrown during render.
  • #16095 [CLEANUP] Fix ember-2-legacy support for Ember.Binding.
  • #16117 [BUGFIX] link-to active class applied when params change
  • #16097 / #16110 [CLEANUP] Remove sync runloop queue.
  • #16099 [CLEANUP] Remove custom eventManager support.
  • #16067 [BUGFIX] Fix issues with run.debounce with only method and wait.
  • #16045 [BUGFIX] Fix double debug output
  • #16050 [BUGFIX] Add inspect and constructor to list of descriptor exceptions
  • #16080 [BUGFIX] Add missing modules docs for tryInvoke, compare, isEqual #16079
  • #16084 [BUGFIX] Update computed.sort docs to avoid state leakage
  • #16087 [BUGFIX] Ensure App.visit resolves when rendering completed.
  • #16090 [CLEANUP] Remove Ember.Binding support
  • #15901 [CLEANUP] Remove Ember.Handlebars.SafeString
  • #15894 [CLEANUP] removed immediateObserver
  • #15897 [CLEANUP] Remove controller wrapped param deprecation
  • #15883 [CLEANUP] Remove this.resource from RouterDSL
  • #15882 [CLEANUP] Remove Ember.String.fmt
  • #15892 [CLEANUP] removed Ember.required
  • #15223 Preserve current history state on app boot
  • #15886 [CLEANUP] Remove arity check from initializer
  • #15893 [CLEANUP] removed providing reversed arguments to observer
  • #15881 [CLEANUP] Removed console polyfills/shims
  • #15999 Update acceptance test blueprint to conform to Rethink Acceptance Testing emberjs/rfcs#268
  • #15927 [BUGFIX] Extend test framework detection to ember-qunit and ember-mocha
  • #15912 [CLEANUP] Remove deprecated {Application,Engine,ApplicationInstance}.registry
  • #15910 [CLEANUP] removed transform-input-on-to-onEvent
  • #15922 [CLEANUP] Remove legacy controller proxy behavior
  • #15914 [CLEANUP] Remove ability to specify _actions in Ember.Route, Ember.Controller, and Ember.Component
  • #15923 [CLEANUP] Remove didInitAttrs lifecycle method
  • #15915 [CLEANUP] Remove {{render}}
  • #15950 blueprints/mixin-test: Added RFC-232 variant
  • #15951 blueprints/service-test: Added RFC-232 variant
  • #15949 [CLEANUP canary] use Set for uniqBy and uniq
    ... (truncated)
Commits
  • 84c8eca Release v3.0.0.
  • 5192acf Add v3.0.0 to CHANGELOG.md.
  • 8246b62 Add v2.18.1 to CHANGELOG.md.
  • 87a5094 Add v2.17.1 to CHANGELOG.md
  • 742f60d Add v2.16.2 to CHANGELOG.md.
  • 662f2a2 Ensure cleanup is ran for compile tests.
  • 22c5642 cleanup getting reference
  • ed4bef0 [BUGFIX beta] Prevent errors when using const (get arr 1).
  • 979e805 [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
  • 5227ede Release v3.0.0-beta.6
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-source-3.0.0 branch from 31aa364 to a47af7d Compare March 30, 2018 13:55
@dependabot-preview
Copy link
Contributor Author

Looks like ember-source is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.0.0 branch March 30, 2018 14:09
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