shopify-theme-actions icon indicating copy to clipboard operation
shopify-theme-actions copied to clipboard

A set of GitHub Actions enabling fast Shopify theme development workflows.

Results 18 shopify-theme-actions issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.0 to 0.23.26. Release notes Sourced from typedoc's releases. v0.23.26 Features Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #2183. Plugins may now return an object...

dependabot
dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...

dependabot
dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependabot
dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

By default, if a 'live' theme is being deployed to, back up the live theme so it is very quick to revert a deployment. Backup procedure: - only allow upto...

enhancement
help wanted

The docs state the following for themes with `role: development`: > The theme is used for development. The theme can't be published, and is temporary. This has a few features:...

enhancement
help wanted