miguelcobain / ember-yeti-table

Yeti Table
https://miguelcobain.github.io/ember-yeti-table
MIT License
61 stars 15 forks source link

Bump ember-source from 3.18.1 to 3.20.0 #271

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ember-source from 3.18.1 to 3.20.0.

Release notes

Sourced from ember-source's releases.

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

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

Sourced from ember-source's changelog.

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
Commits
  • 0a9e13a Release v3.20.0
  • 13ec044 Add v3.20.0 to CHANGELOG
  • 52ea0ef Release v3.20.0-beta.5
  • 0fd013d Add v3.20.0-beta.5 to CHANGELOG
  • 305350d Merge pull request #19034 from emberjs/chancancode-patch-1
  • df54a17 [BUGFIX beta] Disable named blocks
  • a651853 Release v3.20.0-beta.4
  • d5ce213 Add v3.20.0-beta.4 to CHANGELOG
  • b20373d add back deprecated intimate APIs
  • fbac3ed update loading and clearing Ember in node tests
  • 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 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #274.