From ffcde66da707721ff45ba24a345ba3d09910f905 Mon Sep 17 00:00:00 2001 From: Morisa Manzella Date: Thu, 15 Dec 2022 12:57:46 -0500 Subject: [PATCH] Bump theme-check version to 1.12.1 --- CHANGELOG.md | 3 +++ Gemfile.lock | 6 +++--- shopify-cli.gemspec | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209c2b5f34..6f58c3acbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h ## [Unreleased] +### Added +* [#2701](https://github.com/Shopify/shopify-cli/pull/2701): Update theme-check to 1.12.1 (introduce intelligent code completion) + ## Version 2.32.1 - 2022-12-05 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index e8a5598938..4e0ef14387 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH shopify-cli (2.32.1) bugsnag (~> 6.22) listen (~> 3.7.0) - theme-check (~> 1.11.0) + theme-check (~> 1.12.1) GEM remote: https://rubygems.org/ @@ -108,7 +108,7 @@ GEM faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) parallel (1.21.0) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) @@ -150,7 +150,7 @@ GEM faraday (> 0.8, < 2.0) sys-uname (1.2.2) ffi (~> 1.1) - theme-check (1.11.0) + theme-check (1.12.1) liquid (>= 5.4.0) nokogiri (>= 1.12) parser (~> 3) diff --git a/shopify-cli.gemspec b/shopify-cli.gemspec index b9e51164ba..c012cd2d71 100644 --- a/shopify-cli.gemspec +++ b/shopify-cli.gemspec @@ -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.11.0") + spec.add_dependency("theme-check", "~> 1.12.1") spec.extensions = ["ext/shopify-extensions/extconf.rb"] end