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.9.1 to 3.10.2 #509

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-source from 3.9.1 to 3.10.2.

Release notes

Sourced from ember-source's releases.

v3.10.2

CHANGELOG

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

v3.10.1

CHANGELOG

  • #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

CHANGELOG

  • #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.10.0-beta.5

CHANGELOG

  • #17938 [BUGFIX] Expose mechanism to detect if a property is a computed
  • #17974 [BUGFIX] Ensure inheritable observers on object proxies are string based

v3.10.0-beta.4

CHANGELOG

  • #17930 [BUGFIX] Update assertion for events in tagless component to include method names
... (truncated)
Changelog

Sourced from ember-source's changelog.

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
Commits
  • 41f1657 Fix up CHANGELOG.md for v3.10.2.
  • bf303ed [BUGFIX] ember-template-compiler & fastboot compatability
  • ffa80d4 [BUGFIX] Remove unused async in tests.
  • 4cff6ee Release v3.10.2.
  • 4c418c4 Add v3.10.2 to CHANGELOG.md.
  • e647112 [BUGFIX release] Add regression test for QP only link-to inside error route.
  • 39bb1c3 [BUGFIX release] Ensure query param only link-to's work in error states.
  • 946eda5 [DOC] fix docs for schedule
  • a2edef0 Update documentation for currentRoute
  • 925bee3 Release v3.10.1.
  • 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 ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • 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.

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.9.1 to 3.10.2.
- [Release notes](https://github.com/emberjs/ember.js/releases)
- [Changelog](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md)
- [Commits](emberjs/ember.js@v3.9.1...v3.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 19, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #512.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.10.2 branch June 25, 2019 05:24
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.

0 participants