Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ember-source from 3.11.1 to 3.20.3.

Release notes

Sourced from ember-source's releases.

v3.20.2

CHANGELOG

  • #19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.

v3.20.1

  • #19040 [BUGFIX] Fix a memory leak that occured when changing the array passed to {{each}}

v3.20.0

CHANGELOG

  • #18867 / #18927 / #18928 [FEATURE] Promote {{in-element}} to public API RFC.
  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0
  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
  • #18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
  • #18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set

v3.20.0-beta.5

CHANGELOG

  • #19034 [BUGFIX] Disable named blocks; please continue to use the polyfill.

v3.20.0-beta.4

CHANGELOG

  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0

v3.20.0-beta.3

CHANGELOG

  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.

v3.20.0-beta.2

CHANGELOG

  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.

v3.20.0-beta.1

CHANGELOG

v3.19.0

CHANGELOG

Changelog

Sourced from ember-source's changelog.

v3.20.3 (July 30, 2020)

  • #19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
  • #19060 [BUGFIX] Update rendering engine to @glimmer/* 0.55.1
  • #19063 [DOC] Fix missing docs for {{#in-element}}

v3.20.2 (July 26, 2020)

  • #19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.

v3.20.1 (July 13, 2020)

  • #19040 [BUGFIX] Fix a memory leak that occurred when changing the array passed to {{each}}

v3.20.0 (July 13, 2020)

  • #18867 / #18927 / #18928 [FEATURE] Promote {{in-element}} to public API RFC.
  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0
  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
  • #18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
  • #18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set

v3.19.0 (May 26, 2020)

  • #18982 / #18913 [BUGFIX] Update rendering engine to latest version.
    • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @foo=)
    • Fix: Rerender an {{#eachs block only when the specific item has changed
  • #18958 [BUGFIX] Ensure AST transforms using in-element work properly.
  • #18960 [BUGFIX] More assertions for Application lifecycle methods
  • #18919 [BUGFIX] Add error for modifier manager without capabilities.
  • #18828 [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests
  • #18353 [BUGFIX] Improve fn & on undefined callback message
  • #18824 [CLEANUP] Remove deprecated private window.ENV
  • #18826 [CLEANUP] Remove deprecated private _setComputedDecorator
  • #18832 [CLEANUP] Remove deprecated privateimplicit-modifier-manager-capabilities
  • #18839 [CLEANUP] Updates the VM and autotracking APIs

v3.18.1 (May 4, 2020)

  • #18941 [BUGFIX] Update rendering engine to latest version.
    • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
    • Ensures destroyable items added to an {{#each after initial render are invoked properly
    • Fixes an issue with key collisions in {{#each

v3.18.0 (April 14, 2020)

Commits
  • 2f043ee 3.20.3
  • f6500b9 Add v3.20.3 to CHANGELOG.md.
  • 8d610ed [BUGFIX release] Update to glimmer-vm 0.55.1
  • 632d1a8 [BUGFIX lts] Prevent \<base target="_parent"> from erroring in HistoryLocation
  • 435e84e [BUGFIX lts] Update router.js to ensure transition.abort works for query para...
  • 9b26161 [DOC release-3-20-1] fix missing docs
  • 426a2ca Add v3.16.9 to CHANGELOG.md.
  • 1cc2210 Release v3.20.2.
  • 17f84b8 [BUGFIX release] Update glimmer-vm to 0.54.2.
  • fba1bc8 Release v3.20.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 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.20.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.20.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 Jul 31, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #297.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.20.3 branch August 12, 2020 11:22
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