chore(deps): bump the production-dependencies group across 1 directory with 22 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
dependencies javascript
Bumps the production-dependencies group with 22 updates in the / directory:
| Package | From | To |
|---|---|---|
| @clack/prompts | 0.10.0 |
0.11.0 |
| @floating-ui/dom | 1.6.13 |
1.7.1 |
| @myriaddreamin/rehype-typst | 0.5.4 |
0.6.0 |
| flexsearch | 0.7.43 |
0.8.204 |
| lightningcss | 1.29.2 |
1.30.1 |
| pixi.js | 8.8.1 |
8.9.2 |
| preact | 10.26.4 |
10.26.8 |
| pretty-bytes | 6.1.1 |
7.0.0 |
| rehype-citation | 2.2.2 |
2.3.1 |
| rehype-pretty-code | 0.14.0 |
0.14.1 |
| remark-rehype | 11.1.1 |
11.1.2 |
| satori | 0.12.1 |
0.13.2 |
| sharp | 0.33.5 |
0.34.2 |
| shiki | 1.26.2 |
3.4.2 |
| workerpool | 9.2.0 |
9.3.2 |
| ws | 8.18.1 |
8.18.2 |
| @types/ws | 8.18.0 |
8.18.1 |
| yargs | 17.7.2 |
18.0.0 |
| @types/node | 22.13.10 |
22.15.29 |
| esbuild | 0.25.1 |
0.25.5 |
| tsx | 4.19.3 |
4.19.4 |
| typescript | 5.8.2 |
5.8.3 |
Updates @clack/prompts from 0.10.0 to 0.11.0
Release notes
Sourced from @clack/prompts's releases.
@clack/prompts@0.11.0Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core@0.5.0
@clack/prompts@0.10.1Patch Changes
- 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
- 30aa7ed: Adds a new
selectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.- Updated dependencies [30aa7ed]
- Updated dependencies [5dfce8a]
- Updated dependencies [f574297]
@clack/core@0.4.2
Changelog
Sourced from @clack/prompts's changelog.
0.11.0
Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core@0.5.00.10.1
Patch Changes
- 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
- 30aa7ed: Adds a new
selectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.- Updated dependencies [30aa7ed]
- Updated dependencies [5dfce8a]
- Updated dependencies [f574297]
@clack/core@0.4.2
Commits
737f172[ci] release (#325)07ca32dfix: revert placeholder-on-return change (#324)5de191f[ci] release (#262)5dfce8afix: use placeholder as value when input is empty (#263)11a5dc1fix: add hints for selected options in multiselect prompts & tests (#279)30aa7edfeat: addselectableGroupsoption to group multi-select (#255)3c200dddocs(prompts): fix logs image display (#243)5529c89chore: update repository url (#239)d6d9ce7[ci] format- See full diff in compare view
Updates @floating-ui/dom from 1.6.13 to 1.7.1
Release notes
Sourced from @floating-ui/dom's releases.
@floating-ui/dom@1.7.1Patch Changes
- Update dependencies:
@floating-ui/core@1.7.1
@floating-ui/dom@1.7.0Minor Changes
- feat(flip): add
"alignment"string value forcrossAxisoption. This value determines if cross axis overflow checking is restricted to thealignmentof the placement only. This preventsfallbackPlacements/fallbackAxisSideDirectionfrom too eagerly changing to the perpendicular side (thereby preferringshift()if overflow is detected along the cross axis, even ifshift()is placed afterflip()in the middleware array).Patch Changes
- fix: correct position when document scrollbar is on left side with fixed strategy
- Update dependencies:
@floating-ui/core@1.7.0
Changelog
Sourced from @floating-ui/dom's changelog.
1.7.1
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.11.7.0
Minor Changes
- feat(flip): add
"alignment"string value forcrossAxisoption. This value determines if cross axis overflow checking is restricted to thealignmentof the placement only. This preventsfallbackPlacements/fallbackAxisSideDirectionfrom too eagerly changing to the perpendicular side (thereby preferringshift()if overflow is detected along the cross axis, even ifshift()is placed afterflip()in the middleware array).Patch Changes
- fix: correct position when document scrollbar is on left side with fixed strategy
- Update dependencies:
@floating-ui/core@1.7.0
Commits
999bb86chore: version packages (#3336)37eb937fix(flip): check all placements for main axis overflow with `crossAxis: 'alig...fdcb0a9chore: version packages (#3310)1150bcfchore: make dom depend on core for minorsc81f259feat(flip):"alignment"string value forcrossAxisoption (#3308)6b43484fix: correct position when document scrollbar is on left side with fixed stra...86b3154test: run React tests in Vitest browser mode (#3258)7a80174chore: lint unused varsc09c59dchore: update Playwright (#3214)- See full diff in compare view
Updates @myriaddreamin/rehype-typst from 0.5.4 to 0.6.0
Updates flexsearch from 0.7.43 to 0.8.204
Release notes
Sourced from flexsearch's releases.
v0.8.2
- Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
- Resolver Async Processing Workflow (including Queuing)
- Extended Resolver Support: Worker, Persistent, Cache
- Extended Result Highlighting: Boundaries, Ellipsis, Alignment
- Improved TypeScript Typings
- Improved Stemmer Handling
- Improved Result Highlighting
- Use multi-language charset normalization as the default Encoder
- Simplified charset support for multi-language content
- Charset renamed LatinExact => Exact, LatinDefault => Default and LatinSimple => Normalize, these are universal charset presets for any languages
- Charset ArabicDefault and CyrillicDefault was removed, they are fully covered by the default universal charset presets
- Charset Charset.CjkDefault was renamed to Charset.CJK
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
- Calling
index.clear()on a persistent Index does not stack to the task queue by default (which executes on commit), instead it will execute immediately and return a Promise- Added new tokenizer
tolerant, inherits fromstrictbut also matches simple typos like missing letters and swapped letters- Improved Redis Cleanup
- Resolver: Support Result Highlighting
v0.8.2
- Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
- Resolver Async Processing Workflow (including Queuing)
- Extended Resolver Support: Worker, Persistent, Cache
- Extended Result Highlighting: Boundaries, Ellipsis, Alignment
- Improved TypeScript Typings
- Improved Stemmer Handling
- Improved Result Highlighting
- Use multi-language charset normalization as the default
Encoder- Simplified charset support for multi-language content
- Charset renamed
LatinExact=>Exact,LatinDefault=>DefaultandLatinSimple=>Normalize, these are universal charset presets for any languages- Charset
ArabicDefaultandCyrillicDefaultwas removed, they are fully covered by the default universal charset presets- Charset
Charset.CjkDefaultwas renamed toCharset.CJKv0.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)
... (truncated)
Commits
- See full diff in compare view
Updates lightningcss from 1.29.2 to 1.30.1
Release notes
Sourced from lightningcss's releases.
v1.30.1
Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux
v1.30.0
Features
- Update relative color parsing to latest spec: colors now support numbers in addition to percentages, and calcs in colors are now always numbers. Note that this was technically a breaking change in the spec. You may need to update code using relative color calculations on percentages to use numbers instead. See the PR for details. – #465
- Update nesting implementation for new spec: It is now possible to nest selectors with pseudo elements, and declarations and nested rules can be interleaved. See https://web.dev/blog/css-nesting-cssnesteddeclarations for more details. – https://github.com/parcel-bundler/lightningcss/commit/6c465c123deb549dfb45fd3558f25dca0dbde0d6
- Skip generating unnecessary
@supportsrules when already nested in a@supportsrule – #878, d398c1b86439dfd243a6c2ba627a8e7981118a44- Improve error recovery for media queries – #954
- Add support for ::picker, ::picker-icon and ::checkmark – #957
- Add build support for Android – #932
Fixes
- Fix error message for invalid composes selectors – parcel-bundler/lightningcss#948
- Update browserslist – parcel-bundler/lightningcss#961
- Fix linear-gradient direction conversion for legacy vendor-prefixed values – #936
- Prevent new lines in license comments from breaking source maps – #971
- Do not inline layers before imports – 33ea2c149e2c94f6e45a86d6d666d092729c9523
- Statically link Visual Studio redistributables on Windows builds – e5c4139be325c03704072c948be38f8b1f990071
- update browser compat data – 17bdc80ff5282c410daf65d135ef6cac79200e55
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
Commits
f2dc67cv1.30.1d302a6bAdd linker option to prevent segfault in Node worker threads474c67cv1.30.017bdc80update browser compat datae5c4139Statically link Visual Studio redistributables on Windows builds33ea2c1Do not inline layers before imports4ebcb45Update relative color parsing to latest spec (#465)0f064abPrevent new lines written bywrite_strfrom breaking source maps (#971)16fdfd5fix: remove grid feature (#972)496f4f6Add build support for Android (#932)- Additional commits viewable in compare view
Updates pixi.js from 8.8.1 to 8.9.2
Release notes
Sourced from pixi.js's releases.
v8.9.2
💾 Download
Installation:
npm install pixi.js@8.9.2Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.9.2/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.9.2/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.9.2/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.9.2/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/8.9.1...v8.9.2
🐛 Fixed
- fix: render layer detachment when destroying. by
@GoodBoyDigitalin pixijs/pixijs#11384- fix: documentation regarding anchor values in spritesheet by
@SanjoSolutionsin pixijs/pixijs#11363- fix: gradient issue with non 0,0 shapes in graphics by
@GoodBoyDigitalin pixijs/pixijs#11383New Contributors
@SanjoSolutionsmade their first contribution in pixijs/pixijs#11363v8.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
... (truncated)
Commits
2c0f2e5v8.9.26b5a573fix: gradient issue with non 0,0 shapes in graphics (#11383)03c5763Fixes documentation regarding anchor values in spritesheet (#11363)9e81903fix: render layer detachment when destroying. (#11384)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)- Additional commits viewable in compare view
Updates preact from 10.26.4 to 10.26.8
Release notes
Sourced from preact's releases.
10.26.8
Fixes
- Fix defaultProps applying on null values (#4775, thanks
@JoviDeCroock)10.26.7
Types
- Add
nameto<details>(#4766, thanks@marvinhagemeister)Improvements
- Reduce raf timeout to 35ms (#4750, thanks
@JoviDeCroock)- Only one toLowerCase invoke during props diffing (#4764, thanks
@JoviDeCroock)- Golf some portal bytes (#4763, thanks
@JoviDeCroock)Maintenance
- Add node prefix + script string args for deno compatability in demo (#4759, thanks
@marvinhagemeister)10.26.6
Fixes
- Ensure useId works in portals (#4752, thanks
@JoviDeCroock)Types
- Change
HTMLMediaElement.controlsListtype to string (DOMTokenList) (#4744, thanks@piotr-cz)Maintenance
- Switch testing from karma to vitest (#4687, thanks
@JoviDeCroock)- Dedupe preact in vitest setup (#4702, thanks
@sheremet-va)10.26.5
Types
- Return 'AllHTMLAttributes' to manually including all attrs (#4728, thanks
@rschristian)- Correct
hydrateRootreturn type (#4735, thanks@plesiecki)- Update CommandEventHandler type to use EventHandler (#4740, thanks
@robertknight)Fixes
- Avoid cloning reused nodes (#4733, thanks
@JoviDeCroock)- Bring back strict-equality bailout for children even w/ context updates (#4724, thanks
@rschristian)- Effect in memoed boundary should be re-executed when the lazy boundary resolves (#4711, thanks
@CaptainWang98)Maintenance
- Add case for context w/ strictly-equal children (#4725, thanks
@rschristian)- Golf down unnecessary strict equality checks (#4723, thanks
@rschristian)
Commits
b9d66a510.26.8 (#4778)c4dc71eFix nullish default props (#4775)3c556ad10.26.7 (#4767)a2032a3Reduce raf timeout to 35ms (#4750)162d60bMerge pull request #4766 from preactjs/details-nameb94920afix(types): addnameto\<details>a4affdcOnly one toLowerCase invoke (#4764)44c8f89Remove some portal bytes (#4763)b52475bMerge pull request #4759 from preactjs/node-prefixff053c8Merge branch 'main' into node-prefix- Additional commits viewable in compare view
Updates pretty-bytes from 6.1.1 to 7.0.0
Release notes
Sourced from pretty-bytes's releases.
v7.0.0
Breaking
- Require Node.js 20 13d3727
Improvements
- Add support for
BigInt(#85) 386b35a
https://github.com/sindresorhus/pretty-bytes/compare/v6.1.1...v7.0.0
Commits
Updates rehype-citation from 2.2.2 to 2.3.1
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
c5238b22.3.1e40b640Merge pull request #58 from timlrx/fix/remote-url-path732c8b3fix: remove local path from url construction48f3d6a2.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/main- Additional commits viewable in compare view
Updates rehype-pretty-code from 0.14.0 to 0.14.1
Release notes
Sourced from rehype-pretty-code's releases.
rehype-pretty-code@0.14.1
Patch Changes
- fix: use
getSingletonHighlighterto avoid deprecated (since v2) Shiki API- Support Shiki 3
Changelog
Sourced from rehype-pretty-code's changelog.
0.14.1
Patch Changes
- fix: use
getSingletonHighlighterto avoid deprecated (since v2) Shiki API- Support Shiki 3
Commits
Updates remark-rehype from 11.1.1 to 11.1.2
Release notes
Sourced from remark-rehype's releases.
11.1.2
Types
- eefd5f1 Fix types for bridge mode with missing overload
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2
Commits
Updates satori from 0.12.1 to 0.13.2
Release notes
Sourced from satori's releases.
0.13.2
0.13.2 (2025-06-02)
Bug Fixes
0.13.1
0.13.1 (2025-05-13)
Bug Fixes
0.13.0
0.13.0 (2025-05-12)
Features
0.12.2
0.12.2 (2025-03-27)
Bug Fixes
Commits
56bd3d5fix: pixel alignment for multiline or centered text (#682)aa7cdb6fix(ci): publish to npm with provenance (#672)df2e182feat: addtext-wrap: "pretty"(#663)4fa21c1refactor: replace emoji-regex with emoji-regex-xs (#669)78182f8fix: repeating-linear-gradient effect with correct cycle (#666)37642d2docs: fix code syntax in table using code tags (#655)de5b31afix: typo in readme (#658)- See full diff in compare view
Updates sharp from 0.33.5 to 0.34.2
Commits
6d04b7cRelease v0.34.2d4b30b7Docs: Update pnpm settings documentation URLs7f03502Docs: upgrade to latest Astro Starlight63b0a11Tests: remove a possible race conditionc4d6aecDocs: Highlight that Windows ARM64 support is experimentale75ae97Ensure PDF scale-on-load optimisation uses background #4398956d72dPrerelease v0.34.2-rc.000e66efBump depsdb3a452Simplify 94481a9d36fd50Prefer use ofbandjoin_const()and list-initialization- Additional commits viewable in compare view
Updates shiki from 1.26.2 to 3.4.2
Release notes
Sourced from shiki's releases.
v3.4.2
🚀 Features
- markdown-it: Add langAlias option - by
@uncenterin shikijs/shiki#1018 (97ff4)View changes on GitHub
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
v3.4.0
🐞 Bug Fixes
View changes on GitHub
v3.3.0
🚀 Features
- Update deps - by
@antfu(ac6be)- core: Add option to merge consecutive tokens with same style - by
@yvbopengand@antfuin shikijs/shiki#972 and shikijs/shiki#991 (c806a)🐞 Bug Fixes
- colorized-brackets: Handle correctly with dual themes - by
@oatmealproblemand Anthony Fu in shikijs/shiki#997 (71d1b)- transformers: Whitespace rendering transformer for inline structure - by
@nvlangand Anthony Fu in shikijs/shiki#995 (93251)View changes on GitHub
v3.2.2
🚀 Features
- Add handling for
FontStyle.Strikethrough- by@dhruvkbin shikijs/shiki#976 (f14f2)View changes on GitHub
v3.2.1
No significant changes
View changes on GitHub
... (truncated)
Commits
f5cf06fchore: release v3.4.2951c7fdchore: release v3.4.1f38148echore: release v3.4.03a23e9dchore: release v3.3.0bf0174cbuild: useunbuildto build main packagee32c28cchore: release v3.2.283b6794chore: release v3.2.1ef6f296chore: release v3.2.0b11c684feat: upgrade deps, new langs and themesfdf376ftest: migrate to monorepo exports snapshoting- Additional commits viewable in compare view
Updates workerpool from 9.2.0 to 9.3.2
Changelog
Sourced from workerpool's changelog.
2025-05-29, version 9.3.2
- Fix: #505 npm package missing
/src/generated/files.2025-05-29, version 9.3.1
- Fix: #505 npm package missing
/src/generated/files.2025-05-28, version 9.3.0
- Feat: support for events and std streams to parents from an abort handler (#478). Thanks
@joshLong145.- feat: improve compatibility with standard Promise type (#504). Thanks
@joshkel.
Commits
- See full diff in compare view
Updates ws from 8.18.1 to 8.18.2
Release notes
Sourced from ws's releases.
8.18.2
Bug fixes
Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
Commits
Updates @types/ws from 8.18.0 to 8.18.1
Commits
- See full diff in compare view
Updates yargs from 17.7.2 to 18.0.0
Changelog
Sourced from yargs's changelog.
18.0.0 (2025-05-26)
⚠ BREAKING CHANGES
- command names are not derived from modules passed to
command.- singleton usage of yargs yargs.foo, yargs().argv, has been removed.
- minimum node.js versions now
^20.19.0 || ^22.12.0 || >=23.- yargs is now ESM first
Features
- commandDir now works with ESM files (#2461) (27eec18)
- locale: adds hebrew translation (#2357) (4266485)
- yargs is now ESM first (d90af45)
- zsh: Add default completion as fallback (#2331) (e02c91b)
Bug Fixes
- addDirectory do not support absolute command dir (#2465) (3a40a78)
- allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
- browser: fix shims so that yargs continues working in browser context (#2457) (
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+659Deletions:
-565
Package Dependencies
@myriaddreamin/rehype-typst
npm
0.5.4 → 0.6.0
Minor
Technical Details
| ID: | 1247981 |
| UUID: | 2561970395 |
| Node ID: | PR_kwDOOI-0MM6YtJDb |
| Host: | GitHub |
| Repository: | codeblech/codeblech.github.io |
| Merge State: | Unknown |