sfbrigade / adopt-a-drain

A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
http://adoptadrain.sfwater.org/
BSD 3-Clause "New" or "Revised" License
44 stars 57 forks source link

Bump skylight from 4.2.0 to 5.0.1 #513

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps skylight from 4.2.0 to 5.0.1.

Changelog

Sourced from skylight's changelog.

5.0.1 (March 11, 2021)

  • [IMPROVEMENT] Use argument-forwarding (...) where available in custom instrumentation

5.0.0 (March 5, 2021)

  • [FEATURE] Add normalizer for Shrine events (thanks @​janko!)

  • [FEATURE] Source Locations detection and reporting is now enabled by default (can be disabled with SKYLIGHT_ENABLE_SOURCE_LOCATIONS=false)

  • [FEATURE] Configuration for the Source Locations caches via SYLIGHT_SOURCE_LOCATION_CACHE_SIZE

  • [IMPROVEMENT] Improve keyword argument handling in Skylight::Helpers (thanks @​lukebooth!)

  • [IMPROVEMENT] Replace a Kernel.puts with Skylight.log (thanks @​johnnyshields!)

  • [IMPROVEMENT] Various updates to the SQL lexer

  • [IMPROVEMENT] Reduce volume of log messages sent to the native logger in debug level

  • [IMPROVEMENT] Optimizations for the Source Locations extension

  • [IMPROVEMENT] Improved Delayed::Job probe

  • [IMPROVEMENT] Maintain method visibility when instrumenting with instrument_method

  • [IMPROVEMENT] Update probes to use Module#prepend where possible

  • [IMPROVEMENT] New tokio-based skylightd

  • [IMPROVEMENT] Support render_layout notifications in Rails 6.1

  • [IMPROVEMENT] Support ActionMailer::MailDeliveryJob in Rails 6.1

  • [IMPROVEMENT] Better logging config. SKYLIGHT_NATIVE_LOG_LEVEL now defaults to warn.

  • [BREAKING] Rename environment keyword argument to priority_key. Note env has not changed.

  • [BREAKING] Merge skylight-core into skylight. All classes previously namespaced under Skylight::Core have been moved to Skylight.

  • [BREAKING] Remove Skylight::Util::Inflector

  • [BREAKING] Drop support for Rails 4

  • [BREAKING] Drop support for Ruby 2.3 and 2.4

  • [BREAKING] Drop support for glibc < 2.23

  • [BUGFIX] Fix issue with missing metadata in MongoDB probe

  • [BUGFIX] Resolve an inability to parse certain SQL queries containing arrays

  • [BUGFIX] Allow multiple probes to be registered under the same key

  • [BUGFIX] Do not refer to Redis constant until the probe is installed

  • [BUGFIX] Fix nested calls to Normalizers::Faraday::Request.disable

4.3.2 (December 14, 2020)

  • [BUGFIX] Backport an ActionView fix from Skylight 5 (makes Skylight 4 compatible with Rails 6.1)

4.3.1 (June 24, 2020)

  • [BUGFIX] Fix an issue in which Mime::NullType would result in an exception

4.3.0 (March 18, 2020)

  • [IMPROVEMENT] Fix Ruby 2.7 warnings
  • [IMPROVEMENT] Update Grape normalizer for version 1.3.1
  • [BUGFIX] Fix an issue where GraphQL normalizers could fail to load in non-Rails contexts

4.2.2 (February 25, 2020)

  • Support graphql-ruby version 1.10

4.2.1 (January 14, 2020)

... (truncated)

Commits
  • 0e09318 Merge pull request #851 from tildeio/better-argument-forwarding
  • b1e7c32 release 5.0.1
  • 202b589 use argument forwarding in custom instrumentation helpers
  • e1730be Merge pull request #850 from tildeio/5.0-final
  • c54a1b0 Merge pull request #844 from tildeio/dependabot/bundler/gemfiles/grape-1.x/gr...
  • 2832771 Bump grape from 1.5.2 to 1.5.3 in /gemfiles/grape-1.x
  • cabc8ae Merge pull request #847 from tildeio/dependabot/bundler/graphiti-1.2.33
  • 4e114c4 Merge pull request #845 from tildeio/dependabot/bundler/gemfiles/grape-edge/g...
  • 815a775 Merge pull request #846 from tildeio/dependabot/bundler/webmock-3.12.1
  • adb5b4c finalize changelog and version
  • 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 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)
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 97.931% when pulling ba706e36a53a2bb89cc7cfed78ac6a37db5d2529 on dependabot/bundler/skylight-5.0.1 into f7fee9544b87b5dd190245c4df7d77b45282304a on master.

dependabot-preview[bot] commented 3 years ago

Superseded by #520.