Skip to content

chore: upgrade to api 1.1.3 #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 11, 2023
Merged

chore: upgrade to api 1.1.3 #29

merged 2 commits into from
Apr 11, 2023

Conversation

jrvidal
Copy link
Contributor

@jrvidal jrvidal commented Apr 10, 2023

Dogfood our most recent version.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@jrvidal jrvidal requested a review from sylwiavargas April 10, 2023 07:03
@netlify
Copy link

netlify bot commented Apr 10, 2023

Deploy Preview for webcontainer-docs ready!

Name Link
🔨 Latest commit 6cfcb7f
🔍 Latest deploy log https://app.netlify.com/sites/webcontainer-docs/deploys/6433b56915ccf900080647d8
😎 Deploy Preview https://deploy-preview-29--webcontainer-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@sylwiavargas sylwiavargas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some clarification questions 💙

@@ -131,7 +131,7 @@ async function bootWebContainer(terminal: import('xterm').Terminal) {

terminal.write('Booting WebContainer...');

webcontainer = WebContainer.boot();
webcontainer = WebContainer.boot({ workdirName: 'demo' });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you tell me more about this? 👀
Also, should we update docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now, the terminal prompt in our site reads ~/httpswebcontainersio-wyqd. With this, it'll be ~/demo instead (but it's open to bikeshed).

Re: updating the docs: it's a minor cosmetic change, I'm not sure where I would squeeze it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh I love it.
I'll fit it in as a tip somewhere :)

@@ -16,7 +17,7 @@
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.8.0",
"@lezer/highlight": "^1.1.3",
"@webcontainer/api": "^1.0.0-alpha.3",
"@webcontainer/api": "^1.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be an obvious answer but you’re mentioning “1.1.1” in the PR but throughout the files here I see “1.1.3” and I’m wondering if the discrepancy is meaningful in any way?
(This is not meant as a nit pick - in a broader context, I’m getting familiar with our versioning)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, my intent was to upgrade to 1.1.1, but it seems that this is the right version we should be picking instead. I'll update the PR title.

@jrvidal jrvidal changed the title chore: upgrade to api 1.1.1 chore: upgrade to api 1.1.3 Apr 11, 2023
@sylwiavargas sylwiavargas merged commit 4a6eceb into main Apr 11, 2023
@sylwiavargas sylwiavargas deleted the roberto/upgrade-to-1.1.1 branch April 11, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants