Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ember-source from 3.11.1 to 3.13.3.

Release notes

Sourced from ember-source's releases.

v3.13.3

CHANGELOG

  • #18462 [BUGFIX] Prevents observer re-entry.

v3.13.2

CHANGELOG

  • #18429 [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.

v3.13.1

CHANGELOG

  • #18273 [BUGFIX] Fix issues with SSR rehydration of <title>.
  • #18418 / #18419 [BUGFIX] Require Octane features when using Octane preview.

v3.13.0

CHANGELOG

  • #16366 / #16903 / #17572 / #17682 / #17765 / #17751 / #17835 / #18059 / #17951 / #18069 / #18074 / #18073 / #18091 / #18186 / #18223 / #18358 / #18266 [FEATURE] Implement the Tracked Properties and Tracked Property Updates RFCs.
  • #18158 / #18203 / #18198 / #18190 / #18394 [FEATURE] Implement the Component Templates Co-location RFC, including the setComponentTemplate(), getComponentTemplate() and templateOnlyComponent() APIs. Note that while these low-level APIs are enabled, the co-location feature is only enabled in Octane apps as of this release. This restriction will be removed in a future version.
  • #18241 / #18383 [FEATURE] Add updateHook component-manager capability
  • #18396 [FEATURE] Implement component-class generator
  • #18389 [FEATURE] Use @ember/edition-utils to detect the edition that is in use
  • #18214 [DEPRECATION] Implement the Deprecate support for mouseEnter/Leave/Move Ember events RFC.
  • #18395 [BUGFIX] Use <Nested::Invocation> in component tests blueprint
  • #18406 [BUGFIX] Prevent infinite cycles from lazy computed computation
  • #18314 [BUGFIX] Use class inheritance for getters and setters
  • #18329 [BUGFIX] Eagerly consume aliases
  • #18278 [BUGFIX] Bump ember-router-generator from v1.2.3 to v2.0.0 to support parsing app/router.js with native class.
  • #18291 [BUGFIX] Adds the babel-helpers injection plugin back and include ember-template-compiler in the vendor folder for Ember.
  • #18296 [BUGFIX] Ensure {{each-in}} can iterate over keys with periods
  • #18304 [BUGFIX] Correctly determine the environment by checking the EMBER_ENV environment variable only after it is set
  • #18208 [BUGFIX] Compile Ember dynamically in consuming applications
  • #18267 [BUGFIX] Router#url should not error when location is a string
  • #18270 [BUGFIX] Prevent cycle dependency with owner association.
  • #18274 [BUGFIX] Allow CPs to depend on nested args
  • #18276 [BUGFIX] Change the assertion for @​each dependencies into a deprecation
  • #18281 [BUGFIX] Check length of targets
  • #18248 [BUGFIX] Ensures that observers are flushed after CPs are updated
  • #18217 [BUGFIX] Adds ability for computed props to depend on args
  • #18222 [BUGFIX] Matches assertion behavior for CPs computing after destroy

v3.13.0-beta.5

CHANGELOG

  • #18314 [BUGFIX] Use class inheritance for getters and setters
  • #18329 [BUGFIX] Eagerly consume aliases

v3.13.0-beta.4

... (truncated)
Changelog

Sourced from ember-source's changelog.

v3.13.3 (October 8, 2019)

  • #18462 [BUGFIX] Prevents observer re-entry.

v3.13.2 (September 25, 2019)

  • #18429 [BUGFIX] Fix incorrect error message when opting into using Octane, and missing optional features.

v3.13.1 (September 23, 2019)

  • #18273 [BUGFIX] Fix issues with SSR rehydration of <title>.
  • #18418 / #18419 [BUGFIX] Require Octane features when using Octane preview.

v3.13.0 (September 19, 2019)

  • #16366 / #16903 / #17572 / #17682 / #17765 / #17751 / #17835 / #18059 / #17951 / #18069 / #18074 / #18073 / #18091 / #18186 / #18223 / #18358 / #18266 [FEATURE] Implement the Tracked Properties and Tracked Property Updates RFCs.
  • #18158 / #18203 / #18198 / #18190 / #18394 [FEATURE] Implement the Component Templates Co-location RFC, including the setComponentTemplate(), getComponentTemplate() and templateOnlyComponent() APIs. Note that while these low-level APIs are enabled, the co-location feature is only enabled in Octane apps as of this release. This restriction will be removed in a future version.
  • #18241 / #18383 [FEATURE] Add updateHook component-manager capability
  • #18396 [FEATURE] Implement component-class generator
  • #18389 [FEATURE] Use @ember/edition-utils to detect the edition that is in use
  • #18214 [DEPRECATION] Implement the Deprecate support for mouseEnter/Leave/Move Ember events RFC.
  • #18395 [BUGFIX] Use <Nested::Invocation> in component tests blueprint
  • #18406 [BUGFIX] Prevent infinite cycles from lazy computed computation
  • #18314 [BUGFIX] Use class inheritance for getters and setters
  • #18329 [BUGFIX] Eagerly consume aliases
  • #18278 [BUGFIX] Bump ember-router-generator from v1.2.3 to v2.0.0 to support parsing app/router.js with native class.
  • #18291 [BUGFIX] Adds the babel-helpers injection plugin back and include ember-template-compiler in the vendor folder for Ember.
  • #18296 [BUGFIX] Ensure {{each-in}} can iterate over keys with periods
  • #18304 [BUGFIX] Correctly determine the environment by checking the EMBER_ENV environment variable only after it is set
  • #18208 [BUGFIX] Compile Ember dynamically in consuming applications
  • #18267 [BUGFIX] Router#url should not error when location is a string
  • #18270 [BUGFIX] Prevent cycle dependency with owner association.
  • #18274 [BUGFIX] Allow CPs to depend on nested args
  • #18276 [BUGFIX] Change the assertion for @​each dependencies into a deprecation
  • #18281 [BUGFIX] Check length of targets
  • #18248 [BUGFIX] Ensures that observers are flushed after CPs are updated
  • #18217 [BUGFIX] Adds ability for computed props to depend on args
  • #18222 [BUGFIX] Matches assertion behavior for CPs computing after destroy

v3.12.0 (August 5, 2019)

  • #18159 [BUGFIX] Update router.js to ensure buildRouteInfoMetadata does not eagerly cache routes in lazy Engines
  • #18226 [BUGFIX] Fix routing path with double slash (#18226)
  • #17406 [BUGFIX] Properties observed through Ember.Observer can be set to undefined
  • #18150 [BUGFIX] Fix a memory retention issue with string-based event listeners
  • #18124 [CLEANUP] Remove deprecated NAME_KEY
Commits
  • 77ed0b8 v3.13.3
  • c49d732 3.13.3 CHANGELOG
  • 914881a [BUGFIX release] Prevents observer re-entry
  • 70a181c Release v3.13.2.
  • 17838f0 Add v3.13.2 to CHANGELOG.
  • d6e9581 [BUGFIX release] Fix incorrect error message for octane features.
  • 133609c Release v3.13.1.
  • f102859 Add v3.13.1 to CHANGELOG.md.
  • 51695bf [BUGFIX release] Fix Octane feature detection
  • ea77915 [BUGFIX release] Require Octane features when using Octane preview.
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.11.1 to 3.13.3.
- [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.11.1...v3.13.3)

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 Oct 9, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #222.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.13.3 branch October 30, 2019 12:07
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