Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
github-actions[bot] created a comment on a pull request on Shopify/cli
🫰✨ **Thanks @jeffcharles! Your snapshot has been published to npm.** Test the snapshot by intalling your package globally: ```bash pnpm i -g @shopify/[email protected] ``` > After...
jeffcharles created a comment on a pull request on Shopify/cli
@lopert the rebased PR has an exit code of 1. You will want to run `pnpm clean` before tophatting (I've updated the tophatting instructions).
jeffcharles pushed 74 commits to jc.javy-plugin Shopify/cli
- Run app watcher as a dev process 7d30d6b
- Some cleanup on app watcher 75d46c2
- Update properties to accessibleShops a76bad7
- Update setup-dev-processes test 911eff1
- Fix app-event-watcher tests 3d807ea
- Update Javy and function-runner versions 08f3ddb
- Coverage analysis shouldn't include vendored libraries d933d7c
- shallow copy top level fields so we don't change nested keys a0f424a
- Fix major changeset ea0e512
- Merge pull request #4835 from Shopify/fix-major-changeset Fix major changeset 6ea777e
- Version Packages 4dd6d9e
- Force CI 35897bf
- Merge pull request #4698 from Shopify/changeset-release/main Version Packages - main 6f02246
- Add vendored DevServer library (#4825) ### WHY are these changes introduced? Internal to Shopify, the CLI needs to ... acd1423
- Release notes for 3.70 2f37a02
- Merge pull request #4829 from Shopify/jc.update-javy-and-function-runner Update Javy and function-runner versions bc73022
- Merge branch 'main' into app-watcher-as-process fa611b8
- Some useful comments 1ec6c6c
- simplify link 95aa572
- Coverage analysis shouldn't include vendored libraries (#4838) ### WHY are these changes introduced? Excludes vendo... 3e37f17
- and 54 more ...
jeffcharles created a comment on a pull request on Shopify/cli
@lopert it looks like the cause was I had a more recent version of Javy cached in my local dev env for the CLI package so exit code and error message emitted to stderr was different. I'll have to r...
github-actions[bot] pushed 7 commits to changeset-release/main Shopify/cli
- Get creation options without loading the app bdf5a17
- Add tests for loadConfigForAppCreation 5d85a9c
- Remove comment bf6612a
- Simplify code c412535
- Use normal loader 598553f
- Get creation options without loading the app during `app init` (#4862) <!-- ☝️How to write a good PR title: - ... ba28267
- Version Packages 0f7244b
dependabot[bot] opened a pull request on Shopify/cli
Bump body-parser from 1.20.2 to 1.20.3 in /packages/app
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/body-parser...dependabot[bot] opened a pull request on Shopify/cli
Bump express from 4.19.2 to 4.20.0 in /packages/app
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">e...dependabot[bot] created a branch on Shopify/cli
dependabot/npm_and_yarn/packages/app/body-parser-1.20.3 - Build apps, themes, and hydrogen storefronts for Shopify
dependabot[bot] created a branch on Shopify/cli
dependabot/npm_and_yarn/packages/app/express-4.20.0 - Build apps, themes, and hydrogen storefronts for Shopify
isaacroldan closed a pull request on Shopify/cli
Get creation options without loading the app during `app init`
<!-- ☝️How to write a good PR title: - Prefix it with [Feature] (if applicable) - Start with a verb, for example: Add, Delete, Improve, Fix… - Give as much context as necessary and as l...shauns pushed 1 commit to main Shopify/cli
- Ignore `x-taplo` keyword in JSON schema (#4866) ### WHY are these changes introduced? The JSON schema validator nee... f516d6f
github-actions[bot] created a comment on a pull request on Shopify/cli
<!-- jest coverage report action for options with hash 4c542401e6e51275fe98fdb0130d9f77 --> ## Coverage report | <div title="Status of coverage: 🟢 - ok 🟡 - slightly more than thresho...
shauns opened a draft pull request on Shopify/cli
Ignore `x-taplo` keyword in JSON schema
<!-- ☝️How to write a good PR title: - Prefix it with [Feature] (if applicable) - Start with a verb, for example: Add, Delete, Improve, Fix… - Give as much context as necessary and as littl...jeffcharles created a comment on a pull request on Shopify/cli
@lopert can you comment out the `stderr: 'inherit'` on line 192 in `build.ts` in the `exec` command under `runJavy` and try running it again and see what gets emitted? Also I'm not sure why the ...
craigmichaelmartin created a comment on a pull request on Shopify/cli
> A remix template with custom extensions and scopes (ask for an example of this) Do you have an example?
jeffcharles created a review comment on a pull request on Shopify/cli
It does not, it's a Wasm module so it's OS and processor independent.
github-actions[bot] pushed 3 commits to changeset-release/main Shopify/cli
isaacroldan created a branch on Shopify/cli
11-15-handle_dev-session_errors_for_each_extension - Build apps, themes, and hydrogen storefronts for Shopify
shopify-shipit[bot] pushed 25 commits to shipit-deploy/nightly Shopify/cli
- Run app watcher as a dev process 7d30d6b
- Some cleanup on app watcher 75d46c2
- Update setup-dev-processes test 911eff1
- Fix app-event-watcher tests 3d807ea
- Merge branch 'main' into app-watcher-as-process fa611b8
- Some useful comments 1ec6c6c
- Remove PHP template from CLI Update review comments typo 652e063
- Changeset 93d65a6
- update readme a3d33c0
- update docs 8554d02
- Update `shopify theme dev` to no longer display redundant URLs 1e267a2
- Revert "Revert "Improve binary run safety"" 64dab32
- Merge branch 'main' into app-watcher-as-process 34890a4
- Merge pull request #4854 from Shopify/revert-4527-revert-4401-improve-binary-run-safety Improve binary run safety II 2173363
- Add import admin link extensions to CLI and migration on deployment 8eb100a
- Merge pull request #4738 from Shopify/1680-cli-import-link-extension Add import admin link extensions to CLI and mig... 4f35f37
- Add tests for error outputs 191ed7c
- Remove emoji from test 72841f6
- Update generated docs 169c93b
- Merge pull request #4843 from Shopify/liz/remove-php-template Remove PHP template from CLI 79f78cc
- and 5 more ...