Skip to content
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

feat: Add support for SvelteBoundary #105

Merged
merged 9 commits into from
Dec 13, 2024
Merged

feat: Add support for SvelteBoundary #105

merged 9 commits into from
Dec 13, 2024

Conversation

xeho91
Copy link
Owner

@xeho91 xeho91 commented Dec 8, 2024

Resolves #104

Blocked by: sveltejs/svelte#14601

@xeho91 xeho91 added documentation Changes only affect the documentation enhancement New feature or request minor tests Add or improve existing tests dependencies Update one or more dependencies version labels Dec 8, 2024
Copy link

socket-security bot commented Dec 8, 2024

Copy link

socket-security bot commented Dec 8, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: npm/[email protected]

View full report↗︎

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@xeho91
Copy link
Owner Author

xeho91 commented Dec 8, 2024

@SocketSecurity ignore npm/[email protected]

Copy link
Contributor

github-actions bot commented Dec 13, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 99.38% 1765 / 1776
🔵 Statements 99.38% 1765 / 1776
🔵 Functions 100% 107 / 107
🔵 Branches 96.01% 241 / 251
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/mod.js 99.39% 96.92% 100% 99.39% 72-73, 179-180, 1028-1029, 1313-1315
src/nodes.js 100% 100% 100% 100%
src/options.js 97.84% 57.14% 100% 97.84% 96-97
Generated in workflow #143 for commit 2df1fa5 by the Vitest Coverage Report Action

Copy link
Contributor

github-actions bot commented Dec 13, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://xeho91.github.io/svelte-ast-print/docs/pr-preview/pr-105/
on branch gh-pages at 2024-12-13 06:25 UTC

@xeho91 xeho91 merged commit 7ca924f into main Dec 13, 2024
9 checks passed
@xeho91 xeho91 deleted the error-boundary branch December 13, 2024 06:25
Copy link
Contributor

🚀 PR was released in v0.5.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version documentation Changes only affect the documentation enhancement New feature or request tests Add or improve existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SvelteBoundary
1 participant