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 3.4.8 to 3.11.0 #106

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 27, 2019

Bumps ember-source from 3.4.8 to 3.11.0.

Release notes

Sourced from ember-source's releases.

v3.11.0

CHANGELOG

v3.11.0-beta.4

CHANGELOG

  • #17971 [BUGFIX] Ensure query param only link-to's work in error states.

v3.11.0-beta.3

CHANGELOG

  • #18080 [BUGFIX] Fix ember-template-compiler compatibility with Fastboot.
  • #18071 [BUGFIX] Ensure modifiers do not run in FastBoot modes.

v3.11.0-beta.2

CHANGELOG

  • #18064 [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled

v3.11.0-beta.1

CHANGELOG

v3.10.2

CHANGELOG

  • #17971 [BUGFIX] Ensure query param only link-to's work in error states.

v3.10.1

CHANGELOG

... (truncated)
Changelog

Sourced from ember-source's changelog.

v3.11.0 (June 24, 2019)

v3.10.2 (June 18, 2019)

  • #17971 [BUGFIX] Ensure query param only link-to's work in error states.
  • #18080 [BUGFIX] Ensure that ember-template-compiler can be used during FastBoot runtime.

v3.10.1 (June 4, 2019)

  • #18071 [BUGFIX] Ensure modifiers do not run in FastBoot modes. (#18071)
  • #18064 [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled (#18064)

v3.10.0 (May 13, 2019)

  • #17836 [BREAKING] Explicitly drop support for Node 6
  • #17719 / #17745 [FEATURE] Support for nested components in angle bracket invocation syntax (see emberjs/rfcs#0457).
  • #17735 / #17772 / #17811 / #17814 [FEATURE] Implement the Angle Bracket Invocations For Built-in Components RFC (see emberjs/rfcs#0459).
  • #17548 / #17604 / #17690 / #17827 / #17828 [FEATURE] Implement the Decorators RFC (see emberjs/rfcs#0408).
  • #17256 / #17664 [FEATURE] Implement RouteInfo Metadata RFC (see emberjs/rfcs#0398).
  • #17938 [BUGFIX] Expose mechanism to detect if a property is a computed
  • #17974 [BUGFIX] Ensure inheritable observers on object proxies are string based
  • #17930 [BUGFIX] Update assertion for events in tagless component to include method names
  • #17859 [BUGFIX] Fixes a regression in the legacy build
  • #17891 [BUGFIX] Loosen "engines" restriction for Node versions
  • #17900 [BUGFIX] Fix version for APP_CTRL_ROUTER_PROPS deprecation flag
  • #17846 [BUGFIX] Fix issues with template-only components causing errors in subsequent updates.
  • #17872 [BUGFIX] Fix issue where {{link-to}} is causing unexpected local variable shadowing assertions.
  • #17841 [BUGFIX] Ensure @sort works on non-Ember.Objects.
  • #17855 [BUGFIX] Expose (private) computed _getter functions.
  • #17860 [BUGFIX] Add assertions for required parameters in computed macros, when used as a decorator.
  • #17868 [BUGFIX] Fix controller injection via decorators.
  • #17747 [BUGFIX] Correct component-test blueprint for ember-cli-mocha
  • #17788 [BUGFIX] Fix native DOM events in Glimmer Angle Brackets
  • #17833 [BUGFIX] Reverts the naming of setClassicDecorator externally
  • #17818 [BUGFIX] Fix event dispatcher to not rely on elementId.
  • #17740 [BUGFIX] Fix octane component blueprint and octane blueprint tests
  • #17411 / #17732 / #17412 Update initializer blueprints for ember-mocha 0.14
  • #17702 Extend from glimmer component for octane blueprint

v3.9.1 (April 09, 2019)

... (truncated)
Commits
  • d76eac7 Release v3.11.0
  • cc2d5ec Add v3.11.0 to CHANGELOG
  • a1f5523 [BUGFIX beta] join runloop in Helper#recompute
  • a1645c0 Fix up CHANGELOG.md for v3.10.2.
  • 9af9c0f Release v3.11.0-beta.4
  • 2f7f91d Add v3.11.0-beta.4 to CHANGELOG
  • fce19ee [DOC beta] Add API documentation for {{on}}.
  • 8018c01 Add v3.10.2 to CHANGELOG.md.
  • 3084927 Update documentation for currentRoute
  • 487721e [DOC] fix docs for schedule
  • 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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 27, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-source-3.11.0 branch from 89ca06e to 30f015d Compare June 27, 2019 10:15
@dependabot-preview
Copy link
Contributor Author

Superseded by #116.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.11.0 branch June 28, 2019 15:42
@ryanto
Copy link
Member

ryanto commented Jun 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant