forked from miragejs/ember-cli-mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump ember-auto-import from 2.2.4 to 2.3.0 #16
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
Open
dependabot
wants to merge
1,157
commits into
master
Choose a base branch
from
dependabot/npm_and_yarn/ember-auto-import-2.3.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump ember-auto-import from 2.2.4 to 2.3.0 #16
dependabot
wants to merge
1,157
commits into
master
from
dependabot/npm_and_yarn/ember-auto-import-2.3.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [qunit-dom](https://github.com/simplabs/qunit-dom) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/simplabs/qunit-dom/releases) - [Changelog](https://github.com/simplabs/qunit-dom/blob/master/CHANGELOG.md) - [Commits](mainmatter/qunit-dom@v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.2.2...v4.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
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 [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.22.1 to 7.23.0. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-cli-babel@v7.22.1...v7.23.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
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]>
Bumps [fastboot](https://github.com/ember-fastboot/fastboot) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ember-fastboot/fastboot/releases) - [Changelog](https://github.com/ember-fastboot/fastboot/blob/master/CHANGELOG.md) - [Commits](ember-fastboot/fastboot@v3.1.0...v3.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [fastboot](https://github.com/ember-fastboot/fastboot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ember-fastboot/fastboot/releases) - [Changelog](https://github.com/ember-fastboot/fastboot/blob/master/CHANGELOG.md) - [Commits](ember-fastboot/fastboot@v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/ef4/ember-auto-import/commits) 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 [ember-moment](https://github.com/stefanpenner/ember-moment) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/stefanpenner/ember-moment/releases) - [Changelog](https://github.com/stefanpenner/ember-moment/blob/master/CHANGELOG.md) - [Commits](adopted-ember-addons/ember-moment@v8.0.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-load-initializers](https://github.com/ember-cli/ember-load-initializers) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ember-cli/ember-load-initializers/releases) - [Changelog](https://github.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-load-initializers@v2.1.1...v2.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.0...v4.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [qunit-dom](https://github.com/simplabs/qunit-dom) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/simplabs/qunit-dom/releases) - [Changelog](https://github.com/simplabs/qunit-dom/blob/master/CHANGELOG.md) - [Commits](mainmatter/qunit-dom@v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-compatibility-helpers](https://github.com/pzuraq/ember-compatibility-helpers) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pzuraq/ember-compatibility-helpers/releases) - [Changelog](https://github.com/pzuraq/ember-compatibility-helpers/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-compatibility-helpers@v1.2.1...v1.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.1...v4.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.2 to 4.4.0. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.2...v4.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. **This update includes a security fix.** - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](highlightjs/highlight.js@9.18.1...9.18.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.7.0...v1.8.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.4.0...v4.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/3.14.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...3.14.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
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 [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.8.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.9.0...v1.10.0) 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
…n/engine.io-6.1.1
…n/follow-redirects-1.14.7
…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]>
…n/ember-cli-addon-docs-4.2.1
# 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]>
…n/embroider/test-setup-0.50.2
…n/ember-data-4.1.0
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]>
…n/embroider/macros-0.50.2
…n/ember-template-lint-4.0.0
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]>
aca2672 to
2703e76
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps ember-auto-import from 2.2.4 to 2.3.0.
Changelog
Sourced from ember-auto-import's changelog.
Commits
e8053f0releasing14ec5f0Updating to newer@embroider/shared-internals86ca6f2support v2-addons that contain embroider/macros4471b97bump the embroider package versions we're testing against96c7caaMerge branch 'main' into use-clearer-error-messagingbb7455edependency upgradesb1cad51dropping unused deps8a130e9cleaning up unused scripts70394d5drop dummy appf132bb1restore previous npm script behaviorDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)