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.12.0 to 3.13.0 #295

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 20, 2019

Bumps ember-source from 3.12.0 to 3.13.0.

Release notes

Sourced from ember-source's releases.

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

CHANGELOG

  • #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] Check the EMBER_ENV environment variable after it is set

v3.13.0-beta.3

CHANGELOG

  • #18223 [FEATURE] Tracked Props Performance Tuning
  • #18208 [BUGFIX] Compile Ember dynamically in consuming applications
  • #18266 [BUGFIX] Autotrack Modifiers and Helpers
  • #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
... (truncated)
Changelog

Sourced from ember-source's changelog.

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
Commits
  • 7da7418 Release v3.13.0
  • d96d88d Add v3.13.0 to CHANGELOG
  • fec7b95 Add unreleased CHANGELOG
  • 8661bcf [BUGFIX beta] Fixed a few issues with component blueprints
  • 6fdb40b Implement component-class generator
  • 8c8e916 [BUGFIX beta] Prevent infinite cycles from lazy computed computation
  • a920922 Merge pull request #18404 from emberjs/each-beta
  • c901b31 [BUGFIX beta] Don't suggest to blindly refactor
  • 4be04a1 [BUGFIX beta] Ensures that @each works with non-arrays and array-likes
  • 1006370 [DOC] Minor fixes for {{#each}} and {{#each-in}}
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • Pull request limits (per update run and/or open at any time)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-source-3.13.0 branch from 448bf26 to 573cc6a Compare September 23, 2019 23:38
@rwjblue rwjblue merged commit c5a37d2 into master Sep 24, 2019
@rwjblue rwjblue deleted the dependabot/npm_and_yarn/ember-source-3.13.0 branch September 24, 2019 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant