ember-cli / ember-try

An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.
MIT License
180 stars 60 forks source link

Bump ember-auto-import from 2.4.3 to 2.6.1 in /smoke-test-app #931

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ember-auto-import from 2.4.3 to 2.6.1.

Changelog

Sourced from ember-auto-import's changelog.

2.6.1

  • BUGFIX: earlyBootSet now defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @​NullVoxPopuli 568

2.6.0

  • ENHANCEMENT: new option earlyBootSet allows you to work around compatibility problems between classic addons and v2 addons by @​NullVoxPopuli 553

2.5.0

  • ENHANCEMENT: add support for node type=module by @​hjdivad 544
  • INTERNAL: upgrade to @​embroider/shared-internals 2.0
Commits
  • 24896d3 releasing
  • ba24c93 Change default boot set
  • 3c4f309 Merge branch 'main' into prevent-escape
  • 5f9696b we had another check for the same thing
  • dbe0f0f Prevent HTML-escaping of module specifiers
  • 24b1190 releasing
  • 752cbd4 Add note in the readme about support of earlyBootSet
  • aee0fb3 Disable the earlyBootSet feature for ember-source < 3.27
  • f762cca Omit packages from the early boot set that do not appear in the root package'...
  • 8ad85c2 prevent accidental mutation of default early boot lists
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #931 (59e1ab1) into master (4540780) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 59e1ab1 differs from pull request most recent head 9c99469. Consider uploading reports for the commit 9c99469 to get more accurate results

@@           Coverage Diff           @@
##           master     #931   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files          17       17           
  Lines         550      550           
=======================================
  Hits          519      519           
  Misses         31       31           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

Superseded by #942.