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

Bump high_voltage from 3.0.0 to 3.1.0 #406

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

Conversation

dependabot-preview[bot]
Copy link

Bumps high_voltage from 3.0.0 to 3.1.0.

Changelog

Sourced from high_voltage's changelog.

New for 3.1.0

  • Fix bugs around finding pages via page_ids's that contain non-ASCII characters
  • Trailing slash is no longer required for finding pages
  • Some other improvements around page lookups
  • Don't require format in extension for looking up page id's HAML and Slim do
    not require them.
  • Test against Rails 5, 5.1, 5.2
  • Test against Ruby 2.4, 2.5

New for 3.0.0

  • HighVoltage now supports Rails 5.0.0.beta3 and up.
  • Properly handle extensions in root route constraint requests.
  • Removes caching in preparation for Rails 5.

New for 2.4.0

  • Retrieve a list of available static pages via HighVoltage.page_ids.
  • Properly handle page ids which are blank when being sanitized.
  • Only provide deprecation warnings around caching when caching is enabled.

New for 2.3.0:

  • Ruby 2.2 and Rails 4.2 testing
  • Raise InvalidPageIdError when visiting a page with invalid characters
  • Code of Conduct added to Contributing guide

New for 2.2.1:

  • Resolve issue with require statements for Rails 3.x projects

New for 2.2.0:

  • Deprecate caching because page and action caching was removed in Rails 4
  • Refactor test suite to use rspec expect syntax consistently.
  • Added Rails 4.1 to test suite.
  • Remove Ruby 1.9.2 from test suite.
  • Remove Capybara from test suite.
  • Support dependency injection for Rails engine to define routes on

New for 2.1.0:

  • Extract configuration options into a module
  • Add ability to configure whether layout is cached with action_caching
  • Add ability to configure a home_page for root routing to High Voltage
  • Update README with new block style config

New for 2.0.0:

  • Extract PagesController into a module
  • Update README with module usage instructions

New for 1.2.4:

  • Add page and action caching
  • Remove redundant link style page_path(id: 'about') from README
  • Clean up Appraisals for Travis-CI
  • Remove Ruby 1.8.7 from test suite
... (truncated)
Commits
  • 1b50129 v3.1.0
  • 9b38158 Move dependencies out of Gemfile into gemspec
  • 17a6a04 Test against Rails 5.2
  • 2087488 Update copyright
  • ceef237 Update rails-html-sanitizer
  • 8651832 Rework PageFinder restrictions
  • 5518a5b Remove unsupported versions of Rails from testing
  • 3410665 Valid pages should include anything Rails handles
  • 6df70c1 Upgrade loofah to resolve security vulnerability
  • ac6b3ee Merge pull request #262 from nicolasleger/patch-2
  • 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 ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant