stencil-cli icon indicating copy to clipboard operation
stencil-cli copied to clipboard

BigCommerce Stencil emulator for local theme development

Results 187 stencil-cli issues
Sort by recently updated
recently updated
newest added

Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 9.4.1. Release notes Sourced from commander's releases. v9.4.1 Fixed .setOptionValue() now also clears option source (#1795) TypeScript: add implied to OptionValueSource for option values set...

dependencies

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0. Commits 366bfa6 [eslint config] [base] v15.0.0 f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8 eac8cc6 [eslint config] [base] [breaking] add...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 27.1.3. Release notes Sourced from eslint-plugin-jest's releases. v27.1.3 27.1.3 (2022-10-18) Bug Fixes no-restricted-jest-methods: don't crash on jest() (#1269) (4450daa) v27.1.2 27.1.2 (2022-10-14) Bug Fixes valid-expect-in-promise:...

dependencies

### Expected behavior No crashes. ### Actual behavior Very frequent crashes of stencil-cli (=every few minutes, making productive development impossible). Running "stencil start" again repeatedly (2-5 times) can get it...

### Expected behavior `stencil start` boots up and localhost loads. ### Actual behavior 400 Bad Request Request Header Or Cookie Too Large cloudflare ### Steps to reproduce behavior Install 5.2.2,...

### Expected behavior If you add a customLayout page template to your theme, it should load the page locally. E.g: ``` "customLayouts": { "brand": {}, "category": {}, "page": { "custom.html":...

Is there a reason `node-sass` is used? [`4.1.0` release](https://github.com/bigcommerce/stencil-cli/releases/tag/4.1.0) makes it a default, despite that [`3.6.0` release](https://github.com/bigcommerce/stencil-cli/releases/tag/3.6.0) relied on `dart-sass`. But `node-sass` is buggy and stale (critical regression active since...

### Expected behavior Bundle **should** contain js.map files. ### Actual behavior Bundle **does not** contain js.map files. ### Steps to reproduce behavior run `stencil bundle` ### Environment Stencil-cli version `stencil...

### Expected behavior after stencil start - thought it would start ### Actual behavior Received this error Error: The `libsass` binding was not found in C:\Users\msumner\AppData\Roaming\npm\node_modules\@bigcommerce\stencil-cli\node_modules\@bigcommerce\node-sass\vendor\win32-x64-72\binding.node ### Steps to reproduce...

### Expected behavior Credentials which should not be tracked in version control should be stored separately from theme configuration. ### Actual behavior Both credentials (`accessToken`) and configuration (`customLayouts`) are stored...

feature request