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-auto-import from 2.4.3 to 2.6.3 in /smoke-test-app #947

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2023

Bumps ember-auto-import from 2.4.3 to 2.6.3.

Changelog

Sourced from ember-auto-import's changelog.

2.6.3

  • BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by @​mansona.

2.6.2

  • BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous earlyBootSet manual workaround.
  • BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @​candunaj
  • INTERNAL: update tests for latest ember canary
  • BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @​simonihmig

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
  • b9abf29 releasing
  • aefc491 add missing ember-template-compilation dependency
  • d8fd663 releasing
  • ca47ece Merge pull request #574 from ef4/webpack-externals-detector
  • 8dddf07 only insert deps externalized by us
  • cdb8c02 Merge pull request #573 from candunaj/added-babel-plugin-ember-template-compi...
  • 6109581 match either quote style
  • eb77cc3 Merge remote-tracking branch 'origin/main' into webpack-externals-detector
  • 63590b7 more canary compat
  • 4f164b5 Correctly detect where modules loop back to AMD from webpack
  • 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-auto-import](https://github.com/ef4/ember-auto-import/tree/HEAD/packages/ember-auto-import) from 2.4.3 to 2.6.3.
- [Release notes](https://github.com/ef4/ember-auto-import/releases)
- [Changelog](https://github.com/embroider-build/ember-auto-import/blob/main/packages/ember-auto-import/CHANGELOG.md)
- [Commits](https://github.com/ef4/ember-auto-import/commits/v2.6.3/packages/ember-auto-import)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2023
@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Merging #947 (fd7a99b) into master (81c6107) will not change coverage.
The diff coverage is n/a.

❗ Current head fd7a99b differs from pull request most recent head 3ab0588. Consider uploading reports for the commit 3ab0588 to get more accurate results

@@           Coverage Diff           @@
##           master     #947   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          17       17           
  Lines         551      551           
=======================================
  Hits          520      520           
  Misses         31       31           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants