simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Bump @glimmer/tracking from 1.0.0 to 1.0.1 #99

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @glimmer/tracking from 1.0.0 to 1.0.1.

Release notes

Sourced from @glimmer/tracking's releases.

v1.0.1

:bug: Bug Fix

  • @glimmer/component
    • #293 Leverage built-in destroyables on Ember 3.20+ to avoid deprecations. (@rwjblue)

:house: Internal

  • @glimmer/component
    • #291 Add Ember 3.8, 3.12, 3.16, and 3.20 to @glimmer/component CI.. (@rwjblue)

Committers: 1

Changelog

Sourced from @glimmer/tracking's changelog.

v1.0.1 (2020-07-27)

:bug: Bug Fix

  • @glimmer/component
    • #293 Leverage built-in destroyables on Ember 3.20+ to avoid deprecations. (@rwjblue)

:house: Internal

  • @glimmer/component
    • #291 Add Ember 3.8, 3.12, 3.16, and 3.20 to @glimmer/component CI.. (@rwjblue)

Committers: 1

v1.0.0-beta.2 (2019-11-15)

:rocket: Enhancement

  • @glimmer/component
    • #224 [REFACTOR] Removes deprecations and adds usage error messages. (@pzuraq)
  • @glimmer/app-compiler, @glimmer/application-test-helpers, @glimmer/application, @glimmer/compiler-delegates, @glimmer/component, @glimmer/ssr, @glimmer/tracking
    • #223 Update to Glimmer VM 0.44.0 and migrate tracked implementation to leverage @glimmer/validator. (@pzuraq)

:bug: Bug Fix

  • @glimmer/component
    • #225 Removes blueprints from @glimmer/component. (@pzuraq)

Committers: 1

v1.0.0-beta.1 (2019-10-23)

:boom: Breaking Change

  • @glimmer/application, @glimmer/component, @glimmer/tracking

:rocket: Enhancement

  • @glimmer/application-test-helpers, @glimmer/application, @glimmer/blueprint, @glimmer/compiler-delegates, @glimmer/component, @glimmer/ssr, @glimmer/tracking
    • #214 Implement Ember-compatible Custom Component Manager API. (@tomdale)
  • @glimmer/application, @glimmer/component, @glimmer/tracking

:bug: Bug Fix

  • @glimmer/component
    • #217 Moves @glimmer/tracking to devDependencies. (@pzuraq)

:house: Internal

  • @glimmer/app-compiler, @glimmer/application-test-helpers, @glimmer/application, @glimmer/compiler-delegates, @glimmer/component, @glimmer/ssr, @glimmer/tracking

Committers: 2

Commits
  • 6f3b99e Release v1.0.1
  • 94a2327 Add v1.0.1 to CHANGELOG.md.
  • 06dd15b Merge pull request #293 from rwjblue/fix-destroyable-deprecations
  • 88485ad Add missing ember-cli-version-checker require statement
  • e68ee1b Leverage built-in destroyables on Ember 3.20+
  • e2f4cb6 Merge pull request #291 from rwjblue/test-more-ember-versions
  • b7f1d6c Add Ember 3.8, 3.12, 3.16, and 3.20 to @glimmer/component CI.
  • See full diff 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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)