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

Commit b5bfcea

Browse files
Merge pull request #2715 from Shopify/bump-theme-check-version-to-1-14-0
bump theme-check to 1.14.0
2 parents f32d3f7 + 64e5712 commit b5bfcea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
33
## [Unreleased]
44

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

89
## Version 2.33.1 - 2023-01-09

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
shopify-cli (2.33.1)
55
bugsnag (~> 6.22)
66
listen (~> 3.7.0)
7-
theme-check (~> 1.13.0)
7+
theme-check (~> 1.14.0)
88

99
GEM
1010
remote: https://rubygems.org/
@@ -150,7 +150,7 @@ GEM
150150
faraday (> 0.8, < 2.0)
151151
sys-uname (1.2.2)
152152
ffi (~> 1.1)
153-
theme-check (1.13.0)
153+
theme-check (1.14.0)
154154
liquid (>= 5.4.0)
155155
nokogiri (>= 1.12)
156156
parser (~> 3)

shopify-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
4848
# Whereas if we were to have "~> 1.9", that version would still be satisfied and thus not upgraded.
4949
# Both shopify-cli and theme-check gems are owned and developed by Shopify.
5050
# These gems are currently being actively developed and it's easiest to update them together.
51-
spec.add_dependency("theme-check", "~> 1.13.0")
51+
spec.add_dependency("theme-check", "~> 1.14.0")
5252

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

0 commit comments

Comments
 (0)