Bump pronto-stylelint from 0.10.3 to 0.11.0
Note we aren't bumping the rugged gem (which Dependabot automatically did) because it causes Pronto to stop working with GitHub Actions. Bumps [pronto-stylelint](https://github.com/kevinjalbert/pronto-stylelint) from 0.10.3 to 0.11.0. - [Commits](https://github.com/kevinjalbert/pronto-stylelint/compare/v0.10.3...v0.11.0) --- updated-dependencies: - dependency-name: pronto-stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -100,7 +100,7 @@ group :development do
|
|||||||
gem "pronto-erb_lint", "~> 0.1.6", require: false
|
gem "pronto-erb_lint", "~> 0.1.6", require: false
|
||||||
gem "pronto-eslint", "~> 0.11.1", require: false
|
gem "pronto-eslint", "~> 0.11.1", require: false
|
||||||
gem "pronto-rubocop", "~> 0.11.6", require: false
|
gem "pronto-rubocop", "~> 0.11.6", require: false
|
||||||
gem "pronto-stylelint", "~> 0.10.3", require: false
|
gem "pronto-stylelint", "~> 0.11.0", require: false
|
||||||
gem "rubocop", "~> 1.66.1", require: false
|
gem "rubocop", "~> 1.66.1", require: false
|
||||||
gem "rubocop-capybara", "~> 2.21.0", require: false
|
gem "rubocop-capybara", "~> 2.21.0", require: false
|
||||||
gem "rubocop-factory_bot", "~> 2.26.1", require: false
|
gem "rubocop-factory_bot", "~> 2.26.1", require: false
|
||||||
|
|||||||
@@ -463,7 +463,7 @@ GEM
|
|||||||
pronto-rubocop (0.11.6)
|
pronto-rubocop (0.11.6)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
rubocop (>= 0.63.1, < 2.0)
|
rubocop (>= 0.63.1, < 2.0)
|
||||||
pronto-stylelint (0.10.3)
|
pronto-stylelint (0.11.0)
|
||||||
pronto (>= 0.10, < 0.12)
|
pronto (>= 0.10, < 0.12)
|
||||||
rugged (>= 0.24, < 2.0)
|
rugged (>= 0.24, < 2.0)
|
||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
@@ -654,8 +654,8 @@ GEM
|
|||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
ostruct
|
ostruct
|
||||||
stringio (3.1.0)
|
stringio (3.1.0)
|
||||||
terminal-table (3.0.2)
|
terminal-table (4.0.0)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 4)
|
||||||
terrapin (0.6.0)
|
terrapin (0.6.0)
|
||||||
climate_control (>= 0.0.3, < 1.0)
|
climate_control (>= 0.0.3, < 1.0)
|
||||||
thor (1.3.2)
|
thor (1.3.2)
|
||||||
@@ -775,7 +775,7 @@ DEPENDENCIES
|
|||||||
pronto-erb_lint (~> 0.1.6)
|
pronto-erb_lint (~> 0.1.6)
|
||||||
pronto-eslint (~> 0.11.1)
|
pronto-eslint (~> 0.11.1)
|
||||||
pronto-rubocop (~> 0.11.6)
|
pronto-rubocop (~> 0.11.6)
|
||||||
pronto-stylelint (~> 0.10.3)
|
pronto-stylelint (~> 0.11.0)
|
||||||
puma (~> 5.6.9)
|
puma (~> 5.6.9)
|
||||||
rails (= 7.0.8.7)
|
rails (= 7.0.8.7)
|
||||||
recipient_interceptor (~> 0.3.2)
|
recipient_interceptor (~> 0.3.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user