leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
535 stars 215 forks source link

Bump coderay from 1.1.2 to 1.1.3 #379

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps coderay from 1.1.2 to 1.1.3.

Release notes

Sourced from coderay's releases.

CodeRay 1.1.3

Diff: https://github.com/rubychan/coderay/compare/v1.1.2...v1.1.3

  • Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
  • SQL scanner: Add numeric data type. [#223, thanks to m16a1]
  • Java scanner: Add var as type. [#229, thanks to Davide Angelocola]
  • Gem: Fix deprecation warning. [#246, thanks to David Rodríguez]
Changelog

Sourced from coderay's changelog.

h1=. CodeRay Version History

p=. This files lists all changes in the CodeRay library since the 0.9.8 release.

h2. Changes in 1.1.3

  • Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
  • SQL scanner: Add @​numeric@ data type. [#223, thanks to m16a1]
  • Java scanner: Add @​var@ as type. [#229, thanks to Davide Angelocola]
  • Gem: Fix deprecation warning. [#246, thanks to David Rodríguez]

h2. Changes in 1.1.2

  • Ruby future: Add support for frozen string literals. [#211, thanks to Pat Allan]
  • C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
  • Haml scanner: Allow @-@ in tags.
  • Java scanner: Allow Unicode characters in identifiers. [#212, thanks to t-gergely]

h2. Changes in 1.1.1

  • SQL scanner: Allow @$@ signs in SQL identifiers [#164, thanks to jasir and Ben Basson]
  • SQL scanner: Fix open strings [#163, thanks to Adam]
  • Ruby scanner: Accept number literal suffixes @​r@ and @​i@ (Ruby 2.1)
  • Ruby scanner: Accept quoted hash keys like @{ "a": boss }@ (Ruby 2.2)
  • Ruby scanner: Accept save navigation operator @&.@ (Ruby 2.3)
  • Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
  • Diff scanner: Prevent running out of regexp stack.
  • HTML encoder: You can keep tabs intact now by setting @​tab_width: false@.
  • Alpha style: Tweaked colors for @:function@ group with @:content@.
  • File structure: One module per file, autoload CodeRay::Version, paths follow namespace hierarchy.

h2. Changes in 1.1

New scanners:

  • Go [#28, thanks to Eric Guo and Nathan Youngman]
  • Lua [#21, #22, thanks to Quintus]
  • Sass #93
  • Taskpaper [#39, thanks to shimomura]

More new stuff:

  • @.xaml@ file type [#121, thanks to Kozman Bálint]
  • recognize @​Guardfile@, @​Vagrantfile@, and @​Appraisals@ as Ruby files [#121, thanks to Kozman Bálint]
  • new token kind @:id@ for CSS/Sass #27
  • new token kind @:done@ for Taskpaper #39
  • new token kind @:map@ for Lua, introducing a nice nested-shades trick [#22, thanks to Quintus and Nathan Youngman]
  • new token kind @:unknown@ for Debug scanner
  • new DebugLint encoder that checks for empty tokens and correct nesting

... (truncated)

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 3 weeks ago

Looks like coderay is no longer being updated by Dependabot, so this is no longer needed.