Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps ember-auto-import from 2.2.4 to 2.3.0.

Changelog

Sourced from ember-auto-import's changelog.

2.3.0

  • INTERNAL update to latest @​embroider/internals
  • ENHANCEMENT support v2 addons that contain @​embroider/macros
  • ENHANCEMENT better error messages by @​NullVoxPopuli
Commits
  • e8053f0 releasing
  • 14ec5f0 Updating to newer @​embroider/shared-internals
  • 86ca6f2 support v2-addons that contain embroider/macros
  • 4471b97 bump the embroider package versions we're testing against
  • 96c7caa Merge branch 'main' into use-clearer-error-messaging
  • bb7455e dependency upgrades
  • b1cad51 dropping unused deps
  • 8a130e9 cleaning up unused scripts
  • 70394d5 drop dummy app
  • f132bb1 restore previous npm script behavior
  • 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-preview bot and others added 30 commits October 7, 2020 07:05
Bumps [ember-get-config](https://github.com/patience-tema-baron/ember-get-config) from 0.2.4 to 0.3.0.
- [Release notes](https://github.com/patience-tema-baron/ember-get-config/releases)
- [Commits](https://github.com/patience-tema-baron/ember-get-config/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.20)

Signed-off-by: dependabot-preview[bot] <[email protected]>
The ES module spec doesn't support "optional" exports. If you try import a name from a module and that name is not exported, it's a SyntaxError.

Mirage tries to import `default`, `testConfig`, and `makeServer` from the user's config, but they are treated as optional.

The solution is to import the module's whole namespace (`import * as...`) and then inspect the namespace object.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.20)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Update mirage logging option to work with qunit5
dependabot bot and others added 25 commits January 14, 2022 01:09
…port

Bump ember-auto-import from 1.12.0 to 2.2.4
Drop support for legacy Node.js versions 10, 11, 13, 15
Widen `ember-get-config` dependency requirement (include v1.0.0)
Bumps [ember-cli-addon-docs](https://github.com/ember-learn/ember-cli-addon-docs) from 0.10.0 to 4.2.1.
- [Release notes](https://github.com/ember-learn/ember-cli-addon-docs/releases)
- [Changelog](https://github.com/ember-learn/ember-cli-addon-docs/blob/master/CHANGELOG.md)
- [Commits](ember-learn/ember-cli-addon-docs@v0.10.0...v4.2.1)

---
updated-dependencies:
- dependency-name: ember-cli-addon-docs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts:
#	.eslintignore
#	.github/workflows/ci.yml
#	.gitignore
#	.npmignore
#	.travis.yml
#	README.md
#	config/ember-try.js
Run `npx ember-cli-update --to=4.1.0` to sync with the latest blueprint
Bumps [@embroider/test-setup](https://github.com/embroider-build/embroider/tree/HEAD/packages/test-setup) from 0.41.0 to 0.50.2.
- [Release notes](https://github.com/embroider-build/embroider/releases)
- [Changelog](https://github.com/embroider-build/embroider/blob/master/CHANGELOG.md)
- [Commits](https://github.com/embroider-build/embroider/commits/v0.50.2/packages/test-setup)

---
updated-dependencies:
- dependency-name: "@embroider/test-setup"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 3.14.0 to 4.0.0.
- [Release notes](https://github.com/ember-template-lint/ember-template-lint/releases)
- [Changelog](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md)
- [Commits](ember-template-lint/ember-template-lint@v3.14.0...v4.0.0)

---
updated-dependencies:
- dependency-name: ember-template-lint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ember-data](https://github.com/emberjs/data) from 3.28.5 to 4.1.0.
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/v4.1.0/CHANGELOG.md)
- [Commits](warp-drive-data/warp-drive@v3.28.5...v4.1.0)

---
updated-dependencies:
- dependency-name: ember-data
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@embroider/macros](https://github.com/embroider-build/embroider/tree/HEAD/packages/macros) from 0.50.1 to 0.50.2.
- [Release notes](https://github.com/embroider-build/embroider/releases)
- [Changelog](https://github.com/embroider-build/embroider/blob/master/CHANGELOG.md)
- [Commits](https://github.com/embroider-build/embroider/commits/v0.50.2/packages/macros)

---
updated-dependencies:
- dependency-name: "@embroider/macros"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import/tree/HEAD/packages/ember-auto-import) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/ef4/ember-auto-import/releases)
- [Changelog](https://github.com/ef4/ember-auto-import/blob/main/packages/ember-auto-import/CHANGELOG.md)
- [Commits](https://github.com/ef4/ember-auto-import/commits/v2.3.0/packages/ember-auto-import)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@mattandersonfg mattandersonfg force-pushed the master branch 3 times, most recently from aca2672 to 2703e76 Compare January 18, 2022 18:52
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.