Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2715 from Shopify/bump-theme-check-version-to-1-14-0
Browse files Browse the repository at this point in the history
bump theme-check to 1.14.0
  • Loading branch information
alvaro-shopify authored Jan 11, 2023
2 parents f32d3f7 + 64e5712 commit b5bfcea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
## [Unreleased]

### Added
* [#2715](https://github.com/Shopify/shopify-cli/pull/2715): Update theme-check to 1.14.0 (introduce section groups support)
* [#2714](https://github.com/Shopify/shopify-cli/pull/2714): Update theme-check to 1.13.0 (introduce section groups support)

## Version 2.33.1 - 2023-01-09
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
shopify-cli (2.33.1)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.13.0)
theme-check (~> 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
faraday (> 0.8, < 2.0)
sys-uname (1.2.2)
ffi (~> 1.1)
theme-check (1.13.0)
theme-check (1.14.0)
liquid (>= 5.4.0)
nokogiri (>= 1.12)
parser (~> 3)
Expand Down
2 changes: 1 addition & 1 deletion shopify-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
# Whereas if we were to have "~> 1.9", that version would still be satisfied and thus not upgraded.
# Both shopify-cli and theme-check gems are owned and developed by Shopify.
# These gems are currently being actively developed and it's easiest to update them together.
spec.add_dependency("theme-check", "~> 1.13.0")
spec.add_dependency("theme-check", "~> 1.14.0")

spec.extensions = ["ext/shopify-extensions/extconf.rb"]
end

0 comments on commit b5bfcea

Please sign in to comment.