ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Bump ember-ajax from 3.1.3 to 5.0.0 #98

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ember-ajax from 3.1.3 to 5.0.0.

Release notes

Sourced from ember-ajax's releases.

v4.0.1

Identical to 4.0.0; release made to remove deprecation warning when installing the latest version.

A bug, fixed

What happened?

There was a bug fixed in v3.1.1 that resulted in a "breaking change" for many users. This bug was related to the fact that ember-ajax previously always made relative URLs into absolute URLs. I didn't correctly think about the fact that this would break people that depended on this behavior, and released the change within a "patch" release.

#383 and the resulting conversation was the outcome of this error on my (@alexlafroscia's) part.

Going forward

Two releases were made to attempt to address this fact.

  • v3.1.3 was released that reverts the new behavior. If you were banking on your relative URLs being made absolute implicitly, please upgrade to that version.
  • v4.0.0 was released from master, including no new behavior from v3.1.2. This means that, if you've already upgraded to v3.1.1 or later, you can safely move to v4.0.0 without changing any code on your end.

I'm sorry for whatever frustration this issue caused and appreciate the assistance of those that brought the issue to my attention.

Changelog

Sourced from ember-ajax's changelog.

5.0.0 (2019-03-05)

Breaking Changes

  • Update ember-cli-babel to v7.x (this requires apps to use Ember CLI 2.13 or above)

  • Extend the native Error class instead of EmberError (fixes compatibility with Ember 3.8)

  • Drop Node 4 from engines declaration in package.json (CI had already been running on Node 6 for a while already)

Bug Fixes

  • Restore ability to override the ajax service using a JS file

Documentation

  • Add "Compatibility" section to the README file

4.0.2 (2019-01-07)

Bug Fixes

  • deprecation: the new EmberObject is deprecated (80e6e15)

4.0.1 (2018-12-10)

4.0.0 (2018-10-23)

3.1.2 (2018-10-09)

Bug Fixes

... (truncated)
Commits
  • 9de754a chore(release): 5.0.0
  • bcebe35 Merge pull request #435 from Turbo87/ember-3.8
  • a52533b Merge pull request #436 from Turbo87/ie11
  • 57dc203 fix: always run tests in IE11 mode
  • 2617549 chore: update ember-source to v3.8.0
  • 44ba175 Merge pull request #429 from ember-cli/fix-ts-in-app-tree
  • 494d946 Merge pull request #432 from boris-petrov/fix-node-js-compatibility-claim
  • f85433c fix: avoid TypeScript files in app directory
  • 169bcfc chore(docs): add compatibility section in the README
  • 5192aa6 fix: node.js compatibility claim in package.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by turbo87, a new releaser for ember-ajax since your current version.


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.


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 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)