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.22.0 to 3.28.1 #816

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 31, 2021

Bumps ember-source from 3.22.0 to 3.28.1.

Release notes

Sourced from ember-source's releases.

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

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

v3.28.0-beta.6

CHANGELOG

#19584 [BUGFIX] Ensure hash objects correctly entangle as dependencies

v3.28.0-beta.5

CHANGELOG

  • #19597 [BUGFIX] Fix <LinkTo> with nested children

v3.28.0-beta.4

CHANGELOG

  • #19586 [BUGFIX] Fix Embroider compatibility

v3.28.0-beta.3

CHANGELOG

v3.28.0-beta.2

  • #19511 / #19548 [BUGFIX] Makes the (hash) helper lazy
  • #19530 [DOC] fix passing params to named blocks examples
  • #19536 [BUGFIX] Fix computed.* deprecation message to include the correct import path
  • #19544 [BUGFIX] Use explicit this in helper test blueprints
  • #19555 [BUGFIX] Improve class based tranform deprecation message

... (truncated)

Changelog

Sourced from ember-source's changelog.

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)

  • #19685 Fix memory leak with RouterService under Chrome
  • #19683 Ensure super.willDestroy is called correctly in Router's willDestroy

v3.27.5 (June 10, 2021)

  • #19597 [BIGFIX] Fix <LinkTo> with nested children

v3.27.4 (June 9, 2021)

  • #19594 [BUGFIX] Revert lazy hash changes
  • #19596 [DOC] Fix "Dormant" addon warning typo

v3.27.3 (June 3, 2021)

  • #19565 [BUGFIX] Ensures that computed can depend on dynamic (hash keys
  • #19571 [BUGFIX] Extend Route.prototype.transitionTo deprecation until 5.0.0
  • #19586 [BUGFIX] Fix Embroider compatibility

v3.27.2 (May 27, 2021)

  • #19511 / #19548 [BUGFIX] Makes the (hash) helper lazy
  • #19530 [DOC] fix passing params to named blocks examples
  • #19536 [BUGFIX] Fix computed.* deprecation message to include the correct import path
  • #19544 [BUGFIX] Use explicit this in helper test blueprints
  • #19555 [BUGFIX] Improve class based tranform deprecation message
  • #19557 [BUGFIX] Refine Ember Global deprecation message
  • #19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)

v3.27.1 (May 13, 2021)

  • #19540 [BUGFIX] Ensure ember-testing is loaded lazily
  • #19541 [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
  • #19541 [BUGFIX] Ensure passing @href to <LinkTo> throws an error
  • #19541 [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs

... (truncated)

Commits
  • c37df4d Add v3.28.1 to CHANGELOG.md.
  • 4e097e6 [BUGFIX release] fix router test regression in urlFor and recognize
  • f243a4f Release v3.28.0
  • 5029368 Add v3.28.0 to CHANGELOG
  • 8cf4f4a ensure deserializeQueryParam is called for lazy routes
  • a4bfee9 Release 3.28.0-beta.7
  • f65283d Add 3.28.0-beta.7 to CHANGELOG
  • 5365a3c Merge pull request #19694 from emberjs/kg-add-native-proxy-guard
  • cf4ccb6 Add HAS_NATIVE_PROXY guard to test for deprecation
  • 8a4e4af [BUGFIX release] Deprecate htmlSafe via prototype
  • 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 dependabot bot force-pushed the dependabot/npm_and_yarn/ember-source-3.28.1 branch 2 times, most recently from ac8faa6 to 8c6a231 Compare October 13, 2021 04:14
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.3...v6.5.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-source-3.28.1 branch from 8c6a231 to 52f4f07 Compare October 13, 2021 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants