Skip to content

Comments

build(deps-dev): bump ember-source from 3.20.6 to 3.28.8 in /ui#13

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/ember-source-3.28.8
Closed

build(deps-dev): bump ember-source from 3.20.6 to 3.28.8 in /ui#13
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/ember-source-3.28.8

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2021

Bumps ember-source from 3.20.6 to 3.28.8.

Release notes

Sourced from ember-source's releases.

v3.28.8

CHANGELOG

  • #19868 [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.

v3.28.7

CHANGELOG

  • #19854 [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
  • #19857 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook

v3.28.5

CHANGELOG

  • #19820 Fix memory leak when looking up non-instantiable objects from the owner

v3.28.4

CHANGELOG

v3.28.3

CHANGELOG

v3.28.2

CHANGELOG

v3.28.1

CHANGELOG

  • #19733 [BUGFIX] Ensure that using routerService.urlFor(...) and routerService.recognize(...) does not error if the router is not fully initialized

v3.28.0

CHANGELOG

  • #19697 [BUGFIX] Ensure deserializeQueryParam is called for lazy routes
  • #19681 [BUGFIX] Restore previous hash behavior
  • #19685 [BUGFIX] Fix memory leak in RouterService
  • #19690 [BUGFIX] Deprecates String.prototype.htmlSafe targeting Ember 4.0, as intended by the original deprecation.
  • #19584 [BUGFIX] Ensure hash objects correctly entangle as dependencies
  • #19491 [BUGFIX] Fix owner.lookup owner.register behavior with singleton: true option
  • #19472 [BUGFIX] Prevent transformation of block params called attrs

v3.28.0-beta.7

CHANGELOG

... (truncated)

Changelog

Sourced from ember-source's changelog.

v3.28.8 (December 2, 2021)

  • #19868 [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.

v3.28.7 (December 1, 2021)

  • #19854 [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
  • #19857 [BUGFIX] Improve assert message in default store for when routes have dynamic segments but no model hook

v3.28.6 (November 4, 2021)

  • #19683 Ensure super.willDestroy is called correctly in Router's willDestroy

v3.28.5 (November 3, 2021)

  • #19820 Fix memory leak when looking up non-instantiable objects from the owner

v3.28.4 (October 22, 2021)

v3.28.3 (October 22, 2021)

v3.28.2 (October 21, 2021)

v3.24.6 (October 18, 2021)

  • glimmerjs/glimmer-vm#1347 Avoid using a nested WeakMap for manager instances for a given owner (makes memory leak debugging easier)

v3.28.1 (August 30, 2021)

  • #19733 [BUGFIX] Ensure that using routerService.urlFor(...) and routerService.recognize(...) does not error if the router is not fully initialized

v3.28.0 (August 9, 2021)

  • #19697 [BUGFIX] Ensure deserializeQueryParam is called for lazy routes
  • #19681 [BUGFIX] Restore previous hash behavior
  • #19685 [BUGFIX] Fix memory leak in RouterService
  • #19690 [BUGFIX] Deprecates String.prototype.htmlSafe targeting Ember 4.0, as intended by the original deprecation.
  • #19584 [BUGFIX] Ensure hash objects correctly entangle as dependencies
  • #19491 [BUGFIX] Fix owner.lookup owner.register behavior with singleton: true option
  • #19472 [BUGFIX] Prevent transformation of block params called attrs

v3.24.5 (August 9, 2021)

... (truncated)

Commits
  • 3537670 Release v3.28.8
  • 498cebc Add v3.28.8 to CHANGELOG
  • 489b6e7 Merge pull request #19868 from mixonic/mixonic/explicit-injection-not-deprecated
  • e4756aa [BUGFIX release-3-28] Fix #19867
  • 147063f Release v3.28.7
  • edb5b21 Add v3.28.7 to CHANGELOG
  • a57b157 Merge pull request #19857 from mixonic/mixonic/update-assertion-language
  • 2c72b85 Merge pull request #19854 from mixonic/mixonic/assert-deprecation-on-route-store
  • 9937a50 [BUGFIX 3.28] Improve assert in default store
  • c9e0abe Improve implicit injections deprecation for routes
  • 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)

Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.20.6 to 3.28.8.
- [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.20.6...v3.28.8)

---
updated-dependencies:
- dependency-name: ember-source
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 5, 2021

The following labels could not be found: theme/dependencies, theme/ui.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2022

Superseded by #112.

@dependabot dependabot bot closed this Apr 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/ember-source-3.28.8 branch April 21, 2022 05:33
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.

0 participants