Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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