-
Notifications
You must be signed in to change notification settings - Fork 640
Bump ember-cli-mirage from 0.4.7 to 1.1.6 #1976
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #1975) made this pull request unmergeable. Please resolve the merge conflicts. |
fa869b4
to
1f0b901
Compare
☔ The latest upstream changes (presumably #1974) made this pull request unmergeable. Please resolve the merge conflicts. |
1f0b901
to
2ef7670
Compare
☔ The latest upstream changes (presumably #1973) made this pull request unmergeable. Please resolve the merge conflicts. |
2ef7670
to
4eb883c
Compare
☔ The latest upstream changes (presumably #1959) made this pull request unmergeable. Please resolve the merge conflicts. |
4eb883c
to
1a61111
Compare
☔ The latest upstream changes (presumably #1983) made this pull request unmergeable. Please resolve the merge conflicts. |
1a61111
to
084df7a
Compare
☔ The latest upstream changes (presumably #1986) made this pull request unmergeable. Please resolve the merge conflicts. |
084df7a
to
28b66f1
Compare
☔ The latest upstream changes (presumably #1988) made this pull request unmergeable. Please resolve the merge conflicts. |
28b66f1
to
9004eb8
Compare
☔ The latest upstream changes (presumably #1989) made this pull request unmergeable. Please resolve the merge conflicts. |
592b4ac
to
c50f33c
Compare
☔ The latest upstream changes (presumably #2013) made this pull request unmergeable. Please resolve the merge conflicts. |
c50f33c
to
99d22b2
Compare
mirage/fixtures/crates: Adjust fixture order ember-cli-mirage v0.4.13 "fixed" the order in which fixtures are sent to the client (see miragejs/ember-cli-mirage#1461). This PR adjusts our fixture order so that the tests will still pass after the upgrade, which should unblock #1976.
@dependabot rebase |
Bumps [ember-cli-mirage](https://github.com/miragejs/ember-cli-mirage) from 0.4.7 to 1.1.6. - [Release notes](https://github.com/miragejs/ember-cli-mirage/releases) - [Changelog](https://github.com/miragejs/ember-cli-mirage/blob/master/CHANGELOG.md) - [Commits](miragejs/ember-cli-mirage@v0.4.7...v1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
99d22b2
to
d36249e
Compare
@bors r+ |
📌 Commit d36249e has been approved by |
…age-1.1.6, r=Turbo87 Bump ember-cli-mirage from 0.4.7 to 1.1.6 Bumps [ember-cli-mirage](https://github.com/miragejs/ember-cli-mirage) from 0.4.7 to 1.1.6. <details> <summary>Release notes</summary> *Sourced from [ember-cli-mirage's releases](https://github.com/miragejs/ember-cli-mirage/releases).* > ## v1.1.6 > (Note: v1.1.5 was a bad release. v1.1.6 is the next release after v1.1.4.) > > **🚀 Enhancements** > - [miragejs/ember-cli-mirage#1818](https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/pull/1818) Adds "Mirage logging" checkbox to QUnit interface > > This is a cool new feature added by [@​Turbo87](https://github.com/Turbo87)! Normally, Mirage doesn't log its responses to the console in the `test` environment, to keep your CI logs clean. If you're debugging a test and want to see what Mirage is returning, you need to add `server.logging = true` to the top of your test. > > Now, instead of that, if you're using QUnit's interface you can toggle a new "Mirage logging" button > >  > > This will enable Mirage's console logging, making it easier to debug your test without editing your test's source code. Thanks again to [@​Turbo87](https://github.com/Turbo87) for adding this feature! > > - https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/pull/1820/files Remove unused deps (chalk, broccoli-string-replace) and dev-deps > > - miragejs/ember-cli-mirage@33645c3 Bump miragejs from 0.1.31 to 0.1.32 > > > **📝 Docs** > > - https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/pull/1802/files Add documentation clarifying use of scenarios > - [miragejs/ember-cli-mirage#1833](https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/pull/1833) Fix broken intra-documentation links > - [miragejs/ember-cli-mirage#1854](https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/pull/1854) Fix relationship links > > **🏠 Internal** > > - Dep updates > > ## v1.1.4 > **🚀 Enhancements** > - [miragejs/ember-cli-mirage#1791](https://github-redirect.dependabot.com/samselikoff/ember-cli-mirage/pull/1791) Switch `@miragejs/server` for `miragejs`. Just a new package name! No API changes. > - [miragejs/ember-cli-mirage#1785](https://github-redirect.dependabot.com/samselikoff/ember-cli-mirage/pull/1785) Support for nested Mirage modules > > **📝 Docs** > - [miragejs/ember-cli-mirage#1794](https://github-redirect.dependabot.com/samselikoff/ember-cli-mirage/pull/1794) Fix a mistake in Factories docs > - [miragejs/ember-cli-mirage#1793](https://github-redirect.dependabot.com/samselikoff/ember-cli-mirage/pull/1793) Fix functions template > > **🏠 Internal** > - Internal dependency updates > > ## v1.1.3 > 🐛 **Bugfixes** > - [miragejs/ember-cli-mirage#1748](https://github-redirect.dependabot.com/samselikoff/ember-cli-mirage/issues/1748) Polymorphic relationships not serialized correctly > > 🏠 **Internal** > > - Bump @miragejs/server and other deps > > ## v1.1.2 ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`070545a`](miragejs/ember-cli-mirage@070545a) v1.1.6 - [`078b7b8`](miragejs/ember-cli-mirage@078b7b8) Replace samselikoff/ember-cli-mirage with miragejs/ember-cli-mirage - [`22b6c73`](miragejs/ember-cli-mirage@22b6c73) v1.1.5 - [`e70da3f`](miragejs/ember-cli-mirage@e70da3f) Fix relationship links ([#1854](https://github-redirect.dependabot.com/miragejs/ember-cli-mirage/issues/1854)) - [`80fa6bf`](miragejs/ember-cli-mirage@80fa6bf) build(deps): bump ember-cli-babel from 7.13.0 to 7.13.2 - [`b958d56`](miragejs/ember-cli-mirage@b958d56) build(deps-dev): bump eslint-plugin-ember from 7.7.1 to 7.7.2 - [`5a94d3c`](miragejs/ember-cli-mirage@5a94d3c) build(deps-dev): bump ember-cli-htmlbars from 4.1.0 to 4.2.0 - [`d4331ce`](miragejs/ember-cli-mirage@d4331ce) build(deps-dev): bump ember-try from 1.3.0 to 1.4.0 - [`a8e6706`](miragejs/ember-cli-mirage@a8e6706) build(deps-dev): bump ember-cli-htmlbars from 4.0.9 to 4.1.0 - [`2d634c7`](miragejs/ember-cli-mirage@2d634c7) build(deps-dev): bump ember-cli-htmlbars from 4.0.8 to 4.0.9 - Additional commits viewable in [compare view](miragejs/ember-cli-mirage@v0.4.7...v1.1.6) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli-mirage&package-manager=npm_and_yarn&previous-version=0.4.7&new-version=1.1.6) 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-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
☀️ Test successful - checks-travis |
Bumps ember-cli-mirage from 0.4.7 to 1.1.6.
Release notes
Sourced from ember-cli-mirage's releases.
Commits
070545a
v1.1.6078b7b8
Replace samselikoff/ember-cli-mirage with miragejs/ember-cli-mirage22b6c73
v1.1.5e70da3f
Fix relationship links (#1854)80fa6bf
build(deps): bump ember-cli-babel from 7.13.0 to 7.13.2b958d56
build(deps-dev): bump eslint-plugin-ember from 7.7.1 to 7.7.25a94d3c
build(deps-dev): bump ember-cli-htmlbars from 4.1.0 to 4.2.0d4331ce
build(deps-dev): bump ember-try from 1.3.0 to 1.4.0a8e6706
build(deps-dev): bump ember-cli-htmlbars from 4.0.9 to 4.1.02d634c7
build(deps-dev): bump ember-cli-htmlbars from 4.0.8 to 4.0.9Dependabot 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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: