chore(deps): bump the production-dependencies group across 1 directory with 25 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(7 months ago)
(3 months ago)
(3 months ago)
by gjaykrishnan
dependencies javascript
Bumps the production-dependencies group with 25 updates in the / directory:
| Package | From | To |
|---|---|---|
| @clack/prompts | 0.9.0 |
0.10.0 |
| @floating-ui/dom | 1.6.12 |
1.6.13 |
| flexsearch | 0.7.43 |
0.8.147 |
| globby | 14.0.2 |
14.1.0 |
| hast-util-to-html | 9.0.4 |
9.0.5 |
| hast-util-to-jsx-runtime | 2.3.2 |
2.3.6 |
| lightningcss | 1.28.2 |
1.29.3 |
| mdast-util-find-and-replace | 3.0.1 |
3.0.2 |
| mermaid | 11.4.1 |
11.6.0 |
| pixi.js | 8.6.6 |
8.9.1 |
| preact | 10.25.4 |
10.26.4 |
| preact-render-to-string | 6.5.12 |
6.5.13 |
| rehype-citation | 2.2.2 |
2.3.0 |
| rehype-mathjax | 6.0.0 |
7.1.0 |
| rehype-pretty-code | 0.14.0 |
0.14.1 |
| remark-gfm | 4.0.0 |
4.0.1 |
| satori | 0.12.0 |
0.12.2 |
| shiki | 1.24.4 |
3.2.1 |
| ws | 8.18.0 |
8.18.1 |
| @types/ws | 8.5.13 |
8.18.0 |
| @types/node | 22.10.2 |
22.13.14 |
| esbuild | 0.24.2 |
0.25.2 |
| prettier | 3.4.2 |
3.5.3 |
| tsx | 4.19.2 |
4.19.3 |
| typescript | 5.7.2 |
5.8.2 |
Updates @clack/prompts from 0.9.0 to 0.10.0
Release notes
Sourced from @clack/prompts's releases.
@clack/prompts@0.10.0Minor Changes
613179d: Adds a new
indicatoroption tospinner, which supports the original"dots"loading animation or a new"timer"loading animation.import * as p from "@clack/prompts";const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
streamAPI which provides the same methods aslog, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
@clack/prompts@0.9.1Patch Changes
- 8093f3c: Adds
Errorsupport to thevalidatefunction- 98925e3: Exports the
Optiontype and improves JSDocannotations- 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in
stripVTControlCharactersutility.- Updated dependencies [8093f3c]
- Updated dependencies [e5ba09a]
- Updated dependencies [8cba8e3]
@clack/core@0.4.1
Changelog
Sourced from @clack/prompts's changelog.
0.10.0
Minor Changes
613179d: Adds a new
indicatoroption tospinner, which supports the original"dots"loading animation or a new"timer"loading animation.import * as p from "@clack/prompts";const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
streamAPI which provides the same methods aslog, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
0.9.1
Patch Changes
- 8093f3c: Adds
Errorsupport to thevalidatefunction- 98925e3: Exports the
Optiontype and improves JSDocannotations- 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in
stripVTControlCharactersutility.- Updated dependencies [8093f3c]
- Updated dependencies [e5ba09a]
- Updated dependencies [8cba8e3]
@clack/core@0.4.1
Commits
fe1ee54[ci] release (#232)613179dfeat: timer indicator forspinner(#230)251518b[ci] formata38b2bcAddsstreamAPI (#231)d444439[ci] format4a925c8[ci] release (#221)8093f3cfeat(@clack/core,@clack/prompts): addErrorsupport forprompt.validate(...98925e3ExportsOptiontype (#229)1904e57Replace custom ANSI regex logic with Node built-in (#224)ffea220[ci] format- See full diff in compare view
Updates @floating-ui/dom from 1.6.12 to 1.6.13
Release notes
Sourced from @floating-ui/dom's releases.
@floating-ui/dom@1.6.13Patch Changes
- fix(autoUpdate): work around
IntersectionObserverissue that sometimes fails to detect movement of reference element- Update dependencies:
@floating-ui/utils@0.2.9
Changelog
Sourced from @floating-ui/dom's changelog.
1.6.13
Patch Changes
- fix(autoUpdate): work around
IntersectionObserverissue that sometimes fails to detect movement of reference element- Update dependencies:
@floating-ui/utils@0.2.9
Commits
b0dfb58chore: version packages (#3187)87504f9style(dom): apply prettier config (#3189)1fa2c50chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (#3177)1d20f84fix(getContainingBlock): check for shorthand transform CSS properties (transl...993e823fix(autoUpdate): work around bug where intersection ratio is 1 but element ac...48c872cchore(eslint): migrate eslint configuration .eslintrc.js to eslint.config.mjs...- See full diff in compare view
Updates flexsearch from 0.7.43 to 0.8.147
Release notes
Sourced from flexsearch's releases.
v0.8.1
- Resolver Support for Documents
- Asynchronous Runtime Balancer, new option
priority- Export/Import Worker Indexes + Document Worker, new extern config options
exportandimport- Improved interoperability of the different build packages, including source folder
- Support custom
filterfunction for encoder (stop-word filter)v0.8.0
- Persistent indexes support for:
IndexedDB(Browser),Redis,SQLite,Postgres,MongoDB,Clickhouse- Enhanced language customization via the new
Encoderclass- Result Highlighting
- Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
- Enhanced support for larger indexes or larger result sets
- Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
- Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
- Greatly enhanced performance of the whole text encoding pipeline
- Improved indexing of numeric content (Triplets)
- Intermediate result sets and
Resolver- Basic Resolver:
and,or,xor,not,limit,offset,boost,resolve- Improved charset collection
- New charset preset
soundexwhich further reduces memory consumption by also increasing "fuzziness"- Performance gain when polling tasks to the index by using "Event-Loop-Caches"
- Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
- Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
- Extended support for multiple tags (DocumentIndex)
- Custom Fields ("Virtual Fields")
- Custom Filter
- Custom Score Function
- Added French language preset (stop-word filter, stemmer)
- Enhanced Worker Support
- Export / Import index in chunks
- Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
- Full covering index.d.ts type definitions
- Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)
Changelog
Sourced from flexsearch's changelog.
Changelog
Current Version
- Use multi-language charset normalization as the default
Encoder- Simplified charset support for CJK, Arabic, Cyrillic, Hindi, ... no extra charset definition required, the default encoder can handle them all
- Charset renamed
LatinExact=>Exact,LatinDefault=>DefaultandLatinSimple=>Normalize, these are universal charset presets for any languages- Charset
CjkDefault,ArabicDefaultandCyrillicDefaultwas removed, they are fully covered by the default universal charset presetsv0.8.1
- Resolver Support for Documents
- Asynchronous Runtime Balancer, new option
priority- Export/Import Worker Indexes + Document Worker, new extern config options
exportandimport- Improved interoperability of the different build packages, including source folder
- Support custom
filterfunction for encoder (stop-word filter)v0.8.0
- Persistent indexes support for:
IndexedDB(Browser),Redis,SQLite,Postgres,MongoDB,Clickhouse- Enhanced language customization via the new
Encoderclass- Result Highlighting
- Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
- Enhanced support for larger indexes or larger result sets
- Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
- Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
- Greatly enhanced performance of the whole text encoding pipeline
- Improved indexing of numeric content (Triplets)
- Intermediate result sets and
Resolver- Basic Resolver:
and,or,xor,not,limit,offset,boost,resolve- Improved charset collection
- New charset preset
soundexwhich further reduces memory consumption by also increasing "fuzziness"- Performance gain when polling tasks to the index by using "Event-Loop-Caches"
- Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
- Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
- Extended support for multiple tags (DocumentIndex)
- Custom Fields ("Virtual Fields")
- Custom Filter
- Custom Score Function
- Added French language preset (stop-word filter, stemmer)
- Enhanced Worker Support
- Export / Import index in chunks
- Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
- Full covering index.d.ts type definitions
- Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)
v0.7.0
- Bidirectional Context (the order of words can now vary, does not increase memory when using bidirectional context)
- New memory-friendly strategy for indexes (switchable, saves up to 50% of memory for each index, slightly decrease performance)
... (truncated)
Commits
- See full diff in compare view
Updates globby from 14.0.2 to 14.1.0
Release notes
Sourced from globby's releases.
v14.1.0
- Export
isIgnoredByIgnoreFilesandisIgnoredByIgnoreFilesSyncfunctions (#269) cba8941
https://github.com/sindresorhus/globby/compare/v14.0.2...v14.1.0
Commits
60d7de514.1.086822f2Meta tweakscba8941ExportisIgnoredByIgnoreFilesandisIgnoredByIgnoreFilesSyncfunctions (#...- See full diff in compare view
Updates hast-util-to-html from 9.0.4 to 9.0.5
Release notes
Sourced from hast-util-to-html's releases.
9.0.5
- 329625e Update
property-informationFull Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/9.0.4...9.0.5
Commits
Updates hast-util-to-jsx-runtime from 2.3.2 to 2.3.6
Release notes
Sourced from hast-util-to-jsx-runtime's releases.
2.3.6
- 90fde6c Refactor to externalize some code by
@remcohaszingin syntax-tree/hast-util-to-jsx-runtime#11Full Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.5...2.3.6
2.3.5
- d25e00a Remove no longer working type hack
Full Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.4...2.3.5
2.3.4
Types
- bf5ccaa Fix type error if
JSXis not definedFull Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.3...2.3.4
2.3.3
- da03821 Update
property-informationFull Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.2...2.3.3
Commits
b0920cd2.3.690fde6cRefactor to externalize some code09c32dc2.3.5d25e00aRemove no longer working type hack5271dd52.3.4bf5ccaaFix type error ifJSXis not defined4a0148e2.3.31c5bb11Refactor docs644db29Update React in dev-dependenciesda03821Updateproperty-information- Additional commits viewable in compare view
Updates lightningcss from 1.28.2 to 1.29.3
Release notes
Sourced from lightningcss's releases.
v1.29.3
- Support for
::details-contentand::target-textselectors –@philipp-spiessin parcel-bundler/lightningcss#930- Update
:placeholder-shownselector name across browsers –@Marukome0743in parcel-bundler/lightningcss#929- Support
/* cssmodules-pure-no-check */comments –@jantimonin parcel-bundler/lightningcss#898- Update browser compatibility data – c03a7e7f7cfe7a8d487f9402e3194a1d732f9a04
v1.29.2
- Update detect-libc for better compatibility by
@nicksrandallin parcel-bundler/lightningcss#923- Fix broken minification for non-opaque oklab colors by
@lfespin parcel-bundler/lightningcss#901- Bump browserslist-rs 0.17.0 by
@chenjiahanin parcel-bundler/lightningcss#912- Add wasm compilation cfg for
Browsers::load_browserslistby@CPunisherin parcel-bundler/lightningcss#895- Fix parsing style container queries without a value – 22846530a008baf7a0985e9b87d90c6ae5c4047b
v1.29.0
Added
- Implement view transitions level 2, including the
@view-transitionrule,view-transition-classandview-transition-groupproperties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885- Support parsing the
@font-feature-valuesrule – #840- Add a feature flag to explicitly enable or disable transpiling the
light-dark()function – https://github.com/parcel-bundler/lightningcss/commit/304389600fb655c5b1af55f1946518e9b755b860Fixed
- Compile media query range syntax with boolean logic instead of fractional pixels. Fixes issues with rounding certain values. – https://github.com/parcel-bundler/lightningcss/commit/7f290350ed0cc53b1267d6810417f0611135eeee
- Fix parsing the
list-styleshorthand property – https://github.com/parcel-bundler/lightningcss/commit/97891d85f1ea3a9912a0996daa532e72d0c86046- Fix hashing of
:nth-child(an + b of X)selectors in CSS modules – https://github.com/parcel-bundler/lightningcss/commit/ed9e659ea0d298a836a7cbe1c4f77c69531ee5c8- Update napi-rs to fix issue with
\0characters in filenames – https://github.com/parcel-bundler/lightningcss/commit/43707c31547b66c3c611cda393ce7fe5d07090d0- Fix CustomAtRule.loc TypeScript type – #876
- Call StyleSheet / StyleSheetExit / Rule.custom.* in visitors passed to
composeVisitors– #875- Update browser compat data – https://github.com/parcel-bundler/lightningcss/commit/cdbf0d4e54858051df140f631fa2b10717f59754
Commits
80eb861v1.29.3c03a7e7bump compat data48332feupdate ast3122b65allow to opt-out from css pure linting (#898)b93c9c5fix: updateplaceholder-shownproperty (#929)37c4f4dAdd support for::details-contentand::target-text(#930)f2303dfv1.29.2eccb673bump browser compat datad7b1ceaAdd wasm compilation cfg for (#895)50a956bBump browserslist-rs 0.17.0 (#912)- Additional commits viewable in compare view
Updates mdast-util-find-and-replace from 3.0.1 to 3.0.2
Release notes
Sourced from mdast-util-find-and-replace's releases.
3.0.2
Types
- f67eee4 Refactor to use
@imports- 8ac2d6b Add declaration maps
Full Changelog: https://github.com/syntax-tree/mdast-util-find-and-replace/compare/3.0.1...3.0.2
Commits
Updates mermaid from 11.4.1 to 11.6.0
Release notes
Sourced from mermaid's releases.
mermaid@11.6.0
Minor Changes
#6408
ad65313Thanks@ashishjain0512! - fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods:
- Config
- Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%)
- LinkStyle command (linkStyle default interpolate ...)
#6381
95d73bcThanks@thomascizeron! - Add Radar ChartPatch Changes
- #2
16d9b63Thanks@calvinvette! - - #6388 Thanks@bollwyvl- Fix requirement diagram containment arrow- Updated dependencies [
95d73bc]:
@mermaid-js/parser@0.4.0mermaid@11.5.0
Minor Changes
#6187
7809b5aThanks@ashishjain0512! - Flowchart new syntax for node metadata bugs
- Incorrect label mapping for nodes when using
&- Syntax error when
}with trailing spaces before new line#6136
ec0d9c3Thanks@knsv! - Adding support for animation of flowchart edges#6373
05bdf0eThanks@ashishjain0512! - Upgrade Requirement and ER diagram to use the common renderer flow
- Added support for directions
- Added support for hand drawn look
#6371
4d25cabThanks@knsv! - The arrowhead color should match the color of the edge. Creates a unique clone of the arrow marker with the appropriate color.Patch Changes
#6064
2a91849Thanks@NicolasNewman! - fix: architecture diagrams no longer grow to extreme heights due to conflicting alignments#6198
963efa6Thanks@ferozmht! - Fixes for consistent edge id creation & handling edge cases for animate edge feature#6196
127bac1Thanks@knsv! - Fix for issue #6195 - allowing @ signs inside node labels#6212
90bbf90Thanks@saurabhg772244! - fix:mermaidAPI.getDiagramFromText()now returns a new different db for each class diagram#6218
232e60cThanks@saurabhg772244! - fix: revert state db to resolve getData returning empty nodes and edges#6250
9cad3c7Thanks@saurabhg772244! -mermaidAPI.getDiagramFromText()now returns a new db instance on each call for state diagrams#6293
cfd84e5Thanks@saurabhg772244! - Added versioning to StateDB and updated tests and diagrams to use it.
... (truncated)
Commits
7b20839Merge pull request #6412 from mermaid-js/changeset-release/masterbb9210cVersion Packages16d9b63Add missing changeset for requirement diagram fixbf3370fMerge pull request #6409 from mermaid-js/release/11.6.09f9091eUpdate mermaid version palceholderd1b1a67Merge pull request #6410 from aloisklink/test/fix-cypress-on-nodejs-v20.19.0ac625bdtest(e2e): fix Cypress config for Node.JS v20.19.040b85c3Merge pull request #6408 from mermaid-js/fix/6193-curve-interpolationf8e329fMerge branch 'develop' into fix/6193-curve-interpolation9b9cec9Merge pull request #6386 from bollwyvl/patch-5- Additional commits viewable in compare view
Updates pixi.js from 8.6.6 to 8.9.1
Release notes
Sourced from pixi.js's releases.
v8.9.1
💾 Download
Development Build:
Production Build:
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.9.0...v8.9.1
🐛 Fixed
- fix: bad aliased imports by
@bigtimebuddyin pixijs/pixijs#11355- fix: reset premultiply alpha state on resetState call and update WebGL settings by
@GoodBoyDigitalin pixijs/pixijs#11342- fix: state culling was flipped when rendering to a texture by
@GoodBoyDigitalin pixijs/pixijs#11356v8.9.0
💾 Download
Development Build:
Production Build:
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.8.1...v8.9.0
🎁 Added
- feat: DOMContainer by
@GoodBoyDigitalin pixijs/pixijs#11340
- Experimental support for integrating DOM elements within the PixiJS scene graph, allowing HTML elements to be positioned and transformed alongside other PixiJS objects.
import 'pixi.js/dom' import { DOMContainer } from 'pixi.js';// Create a DOM element
const element = document.createElement('div');
element.innerHTML = 'Hello World!';
</tr></table>
... (truncated)
Commits
9d177e2v8.9.12efd98ffix(GlTextureSystem): reset premultiply alpha state on resetState call and up...50f1d65fix: state culling was flipped when rendering to a texture (#11356)15c9e7bfix: bad aliased imports (#11355)58321a2v8.9.0bd0e692fix: Restore gl extensions state on context restore (#11299)3b54709fix(FillGradient): don't use alias for PointData import (#11308)75ab3a4fix: Ignore autoDensity for OffscreenCanvas (#11313)4aff90afeat: DOMContainer (#11340)931d883v8.8.1- Additional commits viewable in compare view
Updates preact from 10.25.4 to 10.26.4
Release notes
Sourced from preact's releases.
10.26.4
Fixes
- Address context fragments issue (#4717, thanks
@JoviDeCroock)10.26.3
Fixes
- Keyed nullish placeholders cause re-mounts (#4700, thanks
@JoviDeCroock)Types
- Add command invoker types (#4692, thanks
@lukewarlow)- Flesh out HTMLMediaElement types (#4705, thanks
@rschristian)- Add
onBeforeToggleevent handler type (#4694, thanks@lukewarlow)- Add dialog
closedbytypes (#4693, thanks@lukewarlow)- Add
fetchPrioritytoimg(#4713, thanks@JoviDeCroock)- Refactor
AllHTMLAttributesinterface (#4706, thanks@rschristian)Maintenance
- Remove console log in debug package (#4709, thanks
@rschristian)- Remove unused deps (#4707, thanks
@JoviDeCroock)- Fix mocha in Node v22+ (#4701, thanks
@rschristian)- Fix TS lang server support in our
.d.tsfiles (#4698, thanks@rschristian)10.26.2
This is a hotfix release! If you are encountering bundling issues with regards to unallowed
importsyntax, this will fix it!Fixes
- Remove pkg type (#4689, thanks
@rschristian)Maintenance
- Skip benches during release workflows (#4686, thanks
@rschristian)10.26.1
Fixes
- Fixes memory leak when wrapping Fragment is captured by an effect closure (#4680, thanks
@JoviDeCroock)Optimization
- Created NULL constant (#4682, thanks
@Ben-Brady)Maintenance
- Simplify compat build script (#4677, thanks
@rschristian)
... (truncated)
Commits
ccd1e7110.26.4 (#4718)58703d6Address context fragments issue (#4717)ecf6c4010.26.3 (#4714)daba002types: Refactor 'AllHTMLAttributes' interface (#4706)55e9f52Add fetchPriority (#4713)1effaa6chore: Remove console log in debug (#4709)94fbcbdRemove unused deps (#4707)eb9c8abfeat: Add command invoker types (#4692)46bace7types: Flesh out HTMLMediaElement types (#4705)d7b4787chore: Fix mocha in Node v22+ (#4701)- Additional commits viewable in compare view
Updates preact-render-to-string from 6.5.12 to 6.5.13
Release notes
Sourced from preact-render-to-string's releases.
v6.5.13
Patch Changes
#408
8e8e8acThanks@f0x52! - Ensure that the_parentis kept around across multiple suspensions and avoid circular references. In doing so ouruseIdhook should always output unique ids during renderingToString.#409
2afaf31Thanks@f0x52! - Ensure the renderToStream types of/streamand/stream-nodeaccept a generic for the props of the passed in VNode#405
0a698f6Thanks@f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream
Changelog
Sourced from preact-render-to-string's changelog.
6.5.13
Patch Changes
- #408
8e8e8acThanks@f0x52! - Ensure that the_parentis kept around across multiple suspensions and avoid circular references. In doing so ouruseIdhook should always output unique ids during renderingToString.
Commits
b2050f4Version Packages (#410)0a698f6renderToPipeableStream: expose errors through onError, no longer emit un-catc...c819f51Ensure use id works (#411)8e8e8acUse suspense boundary vnode as parent for subtree re-render (#408)2afaf31Use generic type for vnode props in renderToReadableStream/renderToPipeableSt...- See full diff in compare view
Updates rehype-citation from 2.2.2 to 2.3.0
Release notes
Sourced from rehype-citation's releases.
v2.3.0
What's Changed
- Allow bibliography as blob/ObjectURL to avoid refetching everytime. by
@johanneskoptonin timlrx/rehype-citation#55- New tooltip feature by
@timlrxin timlrx/rehype-citation#57New Contributors
@johanneskoptonmade their first contribution in timlrx/rehype-citation#55Full Changelog: https://github.com/timlrx/rehype-citation/compare/v2.2.2...v2.3.0
Commits
48f3d6a2.3.0eceb1c9Merge pull request #57 from timlrx/feat/tooltipce9ade2update playwright version3d54265add example and update docsbe9f636fix: update logic to restore citeproc statec7c0e20feat: add showTooltips and tooltipAttribute options3358430Merge pull request #55 from johanneskopton/mainfdae4eeAllow bibliography as blob/ObjectURL to avoid refetching everytime.- See full diff in compare view
Updates rehype-mathjax from 6.0.0 to 7.1.0
Release notes
Sourced from rehype-mathjax's releases.
rehype-mathjax@7.1.0
- 7250ec6 Add catching of mathjax exceptions
rehype-mathjax@7.0.0
- b353e49 Remove dependency on
jsdommigrate: this should be apatch, but there could be small differences: do let us know if you see problems
Package Dependencies
mdast-util-find-and-replace
npm
3.0.1 → 3.0.2
Patch
Technical Details
| ID: | 4841360 |
| UUID: | 2428056888 |
| Node ID: | PR_kwDONkMZ9c6QuTU4 |
| Host: | GitHub |
| Repository: | gjaykrishnan/gjaykrishnan.github.io |
| Merge State: | Unknown |