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

Update locomotivecms_wagon: 2.3.0 → 2.4.0 (minor) #16

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Sep 26, 2018

⚠️ No CI detected ⚠️

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

  • Our friends at Travis-CI provide excellent service.
  • Circle CI are good, too, and have a free plan that will cover basic needs.
  • If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
  • If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with depfu/.

It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.



We've updated a dependency and here is what you need to know:

name version specification old version new version
locomotivecms_wagon ~> 2 2.3.0 2.4.0

Additionally, the update changed a few other dependencies as well:

action name old version new version
updated activesupport 4.2.10 5.1.6
updated attr_extras 4.4.0 5.2.0
updated autoprefixer-rails 6.7.7.2 8.0.0
updated faraday 0.11.0 0.14.0
updated faraday_middleware 0.11.0.1 0.12.2
updated httparty 0.15.7 0.16.2
updated i18n 0.9.5 1.1.0
updated locomotivecms_coal 1.4.0 1.5.1
updated locomotivecms_common 0.2.0 0.3.0
updated locomotivecms_steam 1.3.0 1.4.0
updated mime-types-data 3.2016.0521 3.2018.0812
updated mini_mime 1.0.0 1.0.1
updated nokogumbo 1.4.13 1.5.0
updated public_suffix 3.0.2 3.0.3
updated rubyzip 1.2.1 1.2.2
updated sanitize 4.5.0 4.6.6
updated stringex 2.6.1 2.8.4
updated uglifier 4.1.15 4.1.19

You should probably take a good look at the info here and the test results before merging this pull request, of course.

What changed?

✳️ locomotivecms_wagon (2.3.0 → 2.4.0) · Repo

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ activesupport (indirect, 4.2.10 → 5.1.6) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ attr_extras (indirect, 4.4.0 → 5.2.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 24 commits:

↗️ autoprefixer-rails (indirect, 6.7.7.2 → 8.0.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ faraday (indirect, 0.11.0 → 0.14.0) · Repo · Changelog

Release Notes

0.15.3

  • Make Faraday::Request serialisable with Marshal. (#803)
  • Add DEFAULT_EXCEPTIONS constant to Request::Retry (#814)
  • Add support for Ruby 2.6 Net::HTTP write_timeout (#824)

0.15.2

  • Prevents Net::HTTP adapters to retry request internally by setting max_retries to 0 if available (Ruby 2.5+). (#799)
  • Fixes NestedParamsEncoder handling of empty array values (#801)

0.15.1

  • NetHttpPersistent adapter better reuse of SSL connections (#793)
  • Refactor: inline cached_connection (#797)
  • Logger middleware: use $stdout instead of STDOUT (#794)
  • Fix: do not memoize/reuse Patron session (#796)

Also in this release:

  • Allow setting min/max ssl version for Net::HTTP (#792)
  • Allow setting min/max ssl version for Excon (#795)

0.15.0

Features:

  • Added retry block option to retry middleware. (#770)
  • Retry middleware improvements (honour Retry-After header, retry statuses) (#773)
  • Improve response logger middleware output (#784)

Fixes:

  • Remove unused class error (#767)
  • Fix minor typo in README (#760)
  • Reuse persistent connections when using net-http-persistent (#778)
  • Fix Retry middleware documentation (#781)
  • Returns the http response when giving up on retrying by status (#783)

0.14.0

  • If proxy is manually provided, this takes priority over find_proxy (#724)
  • Allow overriding env proxy (#754)
  • Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) (#731)
  • Remove Typhoeus adapter (#715)
  • External Typhoeus Adapter Compatibility (#748)
  • Warn about missing adapter when making a request (#743)
  • Faraday::Adapter::Test stubs now support entire urls (with host) (#741)
  • Handle all connection timeout messages in Patron (#687)

0.13.1

  • Fixes an incompatibility with Addressable::URI being used as uri_parser

0.13.0

  • Dynamically reloads the proxy when performing a request on an absolute domain (#701)
  • Prefer #hostname over #host. (#714)
  • Adapter support for Net::HTTP::Persistent v3.0.0 (#619)
  • Fixes an edge-case issue with response headers parsing (missing HTTP header) (#719)

0.12.2

  • Parse headers from aggregated proxy requests/responses (#681)
  • Guard against invalid middleware configuration with warning (#685)
  • Do not use :insecure option by default in Patron (#691)
  • Fixes an issue with HTTPClient not raising a Faraday::ConnectionFailed (#702)
  • Fixes YAML serialization/deserialization for Faraday::Utils::Headers (#690)
  • Fixes an issue with Options having a nil value (#694)
  • Fixes an issue with Faraday.default_connection not using Faraday.default_connection_options (#698)
  • Fixes an issue with Options.merge! and Faraday instrumentation middleware (#710)

0.12.1

  • Fix an issue with Patron tests failing on jruby
  • Fix an issue with new rewind_files feature that was causing an exception when the body was not an Hash
  • Expose wrapped_exception in all client errors
  • Add Authentication Section to the ReadMe
Commits

See the full diff on Github. The new version differs by 60 commits:

↗️ faraday_middleware (indirect, 0.11.0.1 → 0.12.2) · Repo · Changelog

Release Notes

0.12.2

  • Fixes race condition issue with rubygems.org

0.12.1

  • Fixes support for Oj < 3.3.3 (#163)
  • Adds support for parser_options on MultiXML and SafeYAML parsers

0.12.0

  • Replace rash with rash_alt (#136)
  • Allow write_options to be specified for FaradayMiddleware::Caching (#155)
  • Add support for passing options to JSON.parse (#156)
  • Parse YAML safely (#157)
  • Handle responses with missing Location header (#159)
  • Removes support for ruby < 1.9.3 (#162)
Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ httparty (indirect, 0.15.7 → 0.16.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 28 commits:

↗️ i18n (indirect, 0.9.5 → 1.1.0) · Repo · Changelog

Release Notes

1.1.0

  • Simplified default exception handler - #414
  • Fallbacks now exclude default locale - #415, possibly fixes #413 + #338
  • Fixed deprecated use of assert_nothing_raised #417
  • Fixed pluralization behavior for KeyValue backend with subtrees disabled - #419
  • Allow yaml file extension - #421

1.0.1

  • Removed creation of some anonymous objects in I18n - #393
  • Added missing key exception_handler to reserved keys - #412

Thanks to @stereobooster and @tjoyal.

Commits

See the full diff on Github. The new version differs by 24 commits:

↗️ locomotivecms_coal (indirect, 1.4.0 → 1.5.1) · Repo

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ locomotivecms_common (indirect, 0.2.0 → 0.3.0) · Repo

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ locomotivecms_steam (indirect, 1.3.0 → 1.4.0) · Repo

Commits

See the full diff on Github. The new version differs by 18 commits:

↗️ mime-types-data (indirect, 3.2016.0521 → 3.2018.0812) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 8 commits:

↗️ mini_mime (indirect, 1.0.0 → 1.0.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 12 commits:

↗️ nokogumbo (indirect, 1.4.13 → 1.5.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ public_suffix (indirect, 3.0.2 → 3.0.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ rubyzip (indirect, 1.2.1 → 1.2.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 54 commits:

↗️ sanitize (indirect, 4.5.0 → 4.6.6) · Repo · Changelog

Release Notes

4.6.6

  • Improved performance and memory usage by optimizing Sanitize#transform_node! @stanhu - #183

4.6.5

  • Improved performance slightly by tweaking the order of built-in transformers. @rafbm - #180

4.6.4

  • Fixed: A change introduced in 4.6.2 broke certain transformers that relied on being able to mutate the name of an HTML node. That change has been reverted and a test has been added to cover this case. @zetter - #177

4.6.2

4.6.1

4.6.0

  • Loosened the Nokogumbo dependency to allow installing semver-compatible versions greater than or equal to v1.4. @rafbm - #171
Commits

See the full diff on Github. The new version differs by 21 commits:

↗️ stringex (indirect, 2.6.1 → 2.8.4) · Repo

Commits

See the full diff on Github. The new version differs by 38 commits:

↗️ uglifier (indirect, 4.1.15 → 4.1.19) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 8 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants