You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
60ea522: Improved build performance for Twoslash-heavy sites by highlighting hover popups lazily on the client instead of at build time, significantly reducing build memory and time.
vocs@2.0.8
Patch Changes
c94eef9: Fixed the experimental Twoslash inline cache producing permanent misses and duplicate comments for code blocks that import or [!include] virtual files.
vocs@2.0.7
Patch Changes
3597288: Added an experimental inline Twoslash cache (twoslash.inlineCache) that persists results in the markdown source as // @twoslash-cache: ... comments so the cache travels with the repo.
vocs@2.0.6
Patch Changes
071b04b: Added a badge field to SidebarItem. Pass a string for a default badge, or an object with a variant (note, info, tip, warning, danger, success) for a colored variant. Renders to the right of the item text on leaf items and group headers.
vocs@2.0.5
Patch Changes
e25757c: Reduced peak build-time memory and improved twoslash cache reuse on large docs sites.
vocs@2.0.4
Patch Changes
c88d1d2: Fixed unhandled text directives inside link labels rendering as empty elements.
vocs@2.0.3
Patch Changes
f98e301: Preserved the configured base path root when normalizing Waku's trailing slash base path.
vocs@2.0.2
Patch Changes
f850193: Improved MDX development hot updates to avoid delayed or stale page updates after edits.
60ea522: Improved build performance for Twoslash-heavy sites by highlighting hover popups lazily on the client instead of at build time, significantly reducing build memory and time.
2.0.9
Patch Changes
13af527: Fixed the experimental Twoslash inline cache to stay portable across environments with differing local Twoslash options.
2.0.8
Patch Changes
c94eef9: Fixed the experimental Twoslash inline cache producing permanent misses and duplicate comments for code blocks that import or [!include] virtual files.
2.0.7
Patch Changes
3597288: Added an experimental inline Twoslash cache (twoslash.inlineCache) that persists results in the markdown source as // @twoslash-cache: ... comments so the cache travels with the repo.
2.0.6
Patch Changes
071b04b: Added a badge field to SidebarItem. Pass a string for a default badge, or an object with a variant (note, info, tip, warning, danger, success) for a colored variant. Renders to the right of the item text on leaf items and group headers.
2.0.5
Patch Changes
e25757c: Reduced peak build-time memory and improved twoslash cache reuse on large docs sites.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Next steps: 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@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/playwright-core@1.59.1. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vocs from 1.4.1 to 2.0.12.
Release notes
Sourced from vocs's releases.
... (truncated)
Changelog
Sourced from vocs's changelog.
... (truncated)
Commits
ce7dd97chore: version packages (#471)23ca0dffix(mdx): copy heading anchor links (#470)88db3d6chore: version packages (#469)c7dcfd0fix: hide@twoslash-cachecomments in snippets (#468)99d778dchore: version packages (#467)028691achore: version packages (#465)60ea522perf(twoslash): highlight hover popups lazily on the client (#466)13af527fix(twoslash): make inline cache portable across environments (#464)ce9d549chore: version packages (#463)c94eef9fix(twoslash): correct inline cache for included/imported snippets (#462)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)