Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Bump rqrcode from 0.10.1 to 2.0.0 #442

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

Conversation

dependabot-preview[bot]
Copy link

Bumps rqrcode from 0.10.1 to 2.0.0.

Release notes

Sourced from rqrcode's releases.

Version 2.0.0

[2.0.0] - 2021-05-06

Added

  • A new use_path: option on .to_svg. This uses a <path> node to greatly reduce the final SVG size. #108
  • A new viewbox: option on .to_svg. Replaces the svg.width and svg.height attribute with svg.viewBox to allow CSS scaling. #112
  • A new svg_attributes: option on .to_svg. Allows you to pass in custom SVG attributes to be used in the <svg> tag. #113

Changed

  • README updated
  • Rakefile cleaned up. You can now just run rake which will run specs and fix linting using standardrb
  • Small documentation clarification @​smnscp
  • Bump rqrcode_core to ~> 1.0

Breaking Change

Version 1.0.0

Release of 1.0.0. It makes some changes to the organisation of the library plus a few other bits and pieces:

v1.0.0.pre

This pre-release of 1.0.0. It contains no new functionality but makes some changes to the organisation of the library. Here's a list of high level changes:

Changelog

Sourced from rqrcode's changelog.

2.0.0 - 2021-05-06

Added

  • A new use_path: option on .as_svg. This uses a <path> node to greatly reduce the final SVG size. #108
  • A new viewbox: option on .as_svg. Replaces the svg.width and svg.height attribute with svg.viewBox to allow CSS scaling. #112
  • A new svg_attributes: option on .as_svg. Allows you to pass in custom SVG attributes to be used in the <svg> tag. #113

Changed

  • README updated
  • Rakefile cleaned up. You can now just run rake which will run specs and fix linting using standardrb
  • Small documentation clarification @​smnscp
  • Bump rqrcode_core to ~> 1.0

Breaking Change

1.2.0 - 2020-12-26

Changed

  • README updated
  • bump dependencies
  • fix required_ruby_version for Ruby 3 support
Commits

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 0.10.1 to 2.0.0.
- [Release notes](https://github.com/whomwah/rqrcode/releases)
- [Changelog](https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md)
- [Commits](whomwah/rqrcode@v0.10.1...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 10, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants