Ryan Waskiewicz

Results 16 issues of Ryan Waskiewicz

this commit increments the supported version ceiling of puppeteer from v10 to v14. the only breaking change from the puppeteer changelogs that are of concern are: - incrementing chromium to...

## Important This is going to be a part of a chain of PRs. Once all of them are up/approved, I'll merge the child-most PR into its parent, that parent...

**NOTE** This is a recreation of https://github.com/ionic-team/stencil/issues/2853. I was unable to transfer the original issue due to the repos belonging in different repositories. **Resources:** Before submitting an issue, please consult...

this commit updates the redirect for https://stenciljs.com/blog/ (note the trailing slash) to redirect to the Ionic blog. STENCIL-287: Fixup Blog Redirect

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Docs have been reviewed and added / updated if needed (for bug fixes /...

this commit adds the initial migration steps for stencil v3. it is not finalized at this time (i.e. we are not "feature complete"). rather this is a backfill of existing...

WIP Draft Misc TODO: - [ ] Validate links in docs, fix anything that is broken as a result of lifts/shifts - [ ] Add redirects to vercel.json

this commit updates the documentation for `@Watch`. it primarily focuses on discussing how to get the decorator to fire for class members that are objects/arrays in order to provide clarification...