Bump the production-dependencies group across 1 directory with 29 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the production-dependencies group with 29 updates in the / directory:
| Package | From | To |
|---|---|---|
| @floating-ui/dom | 1.7.2 |
1.7.4 |
| @napi-rs/simple-git | 0.1.21 |
0.1.22 |
| @webgpu/types | 0.1.64 |
0.1.69 |
| ansi-truncate | 1.2.0 |
1.4.0 |
| chokidar | 4.0.3 |
5.0.0 |
| esbuild-sass-plugin | 3.3.1 |
3.6.0 |
| flexsearch | 0.7.43 |
0.8.212 |
| globby | 14.1.0 |
16.1.0 |
| is-absolute-url | 4.0.1 |
5.0.0 |
| js-yaml | 4.1.0 |
4.1.1 |
| lightningcss | 1.30.1 |
1.31.1 |
| mdast-util-to-hast | 13.2.0 |
13.2.1 |
| minimatch | 10.0.3 |
10.1.1 |
| pixi.js | 8.11.0 |
8.15.0 |
| preact | 10.27.0 |
10.28.2 |
| preact-render-to-string | 6.5.13 |
6.6.5 |
| pretty-bytes | 7.0.0 |
7.1.0 |
| satori | 0.16.1 |
0.19.1 |
| sharp | 0.34.3 |
0.34.5 |
| shiki | 1.26.2 |
3.21.0 |
| unist-util-visit | 5.0.0 |
5.1.0 |
| workerpool | 9.3.3 |
10.0.1 |
| ws | 8.18.3 |
8.19.0 |
| @types/node | 24.1.0 |
25.0.10 |
| @types/yargs | 17.0.33 |
17.0.35 |
| esbuild | 0.25.8 |
0.27.2 |
| prettier | 3.6.2 |
3.8.1 |
| tsx | 4.20.3 |
4.21.0 |
| typescript | 5.8.3 |
5.9.3 |
Updates @floating-ui/dom from 1.7.2 to 1.7.4
Release notes
Sourced from @floating-ui/dom's releases.
@floating-ui/dom@1.7.4Patch Changes
- fix(getViewportRect): account for space left by
scrollbar-gutter: stable
@floating-ui/dom@1.7.3Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
Changelog
Sourced from @floating-ui/dom's changelog.
1.7.4
Patch Changes
- fix(getViewportRect): account for space left by
scrollbar-gutter: stable1.7.3
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
Commits
Updates @napi-rs/simple-git from 0.1.21 to 0.1.22
Release notes
Sourced from @napi-rs/simple-git's releases.
v0.1.22
What's Changed
- Replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action by
@Copilotin Brooooooklyn/simple-git#96- chore(deps): update actions/download-artifact action to v5 by
@renovate[bot] in Brooooooklyn/simple-git#97- chore: clippy fix and npm trusted publisher by
@Brooooooklynin Brooooooklyn/simple-git#99New Contributors
@Copilotmade their first contribution in Brooooooklyn/simple-git#96Full Changelog: https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22
Commits
7d016070.1.225792944chore: fix preversion script6cbeb6echore: clippy fix and npm trusted publisher (#99)a1dfc9bchore(deps): update actions/download-artifact action to v5 (#97)919cd79ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action ...- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @napi-rs/simple-git since your current version.
Updates @webgpu/types from 0.1.64 to 0.1.69
Commits
d246e650.1.69e74741dAdd TRANSIENT_ATTACHMENT GPUTextureUsage (#199)bf308cc0.1.68170eb3bRoll gpuweb, clean up compat additions, fix types for proposed additions (#197)16705640.1.676d24700Add immediates related changes in types (#195)645c8d50.1.668f608a0Sync changes from generated to dist (#194)b3acacbAdd "texture-component-swizzle" feature (#193)eb1d1040.1.65- Additional commits viewable in compare view
Updates ansi-truncate from 1.2.0 to 1.4.0
Commits
38cd205Bumped version to 1.4.034d2740Added support for truncating hyperlinks too6621510Bumped version to 1.3.0cb6e78cUpdated some dependencies- See full diff in compare view
Updates chokidar from 4.0.3 to 5.0.0
Release notes
Sourced from chokidar's releases.
5.0.0
- Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb
- Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs
- fix: Make types more precise paulmillr/chokidar#1424
- perf: re-use double slash regex paulmillr/chokidar#1435
- Update readdirp to ESM-only v5
- Lots of minor improvements in tests
- Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of jsbt
- Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs
New Contributors
@mhkellermade their first contribution in paulmillr/chokidar#1426@bteamade their first contribution in paulmillr/chokidar#1432Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0
Commits
c0c8d20Release 5.0.0.b211cecRemove src from npm8742246Upgrade dev deps, jsbt, ci files. Upgrade readdirp to v5.de5a34cMerge pull request #1442 from paulmillr/flaky-bunsc08a6c4fix: throttle based on dir + target0c55ab3test: wait for explicit calls in directory testce81be5perf: re-use double slash regex (#1435)7d9c1edMerge pull request #1433 from paulmillr/super-matrices3915541Merge pull request #1430 from paulmillr/esm-only9308bedchore: use Nodejs 24 in CI (#1432)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chokidar since your current version.
Updates esbuild-sass-plugin from 3.3.1 to 3.6.0
Release notes
Sourced from esbuild-sass-plugin's releases.
v3.5.0
Thanks to
@mattlewis92for fixing css chunk prefix clashes when using transform and multiple plugins #192
Commits
- See full diff in compare view
Updates flexsearch from 0.7.43 to 0.8.212
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 globby from 14.1.0 to 16.1.0
Release notes
Sourced from globby's releases.
v16.1.0
- Add
expandNegationOnlyPatternsoption eb78791- Fix: Normalize leading-slash negation patterns before task generation 59e269f
https://github.com/sindresorhus/globby/compare/v16.0.0...v16.1.0
v16.0.0
Breaking
- Respect parent .gitignore files when
gitignoreoption is enabled b9a9a84
- When
{gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.Improvements
- Support negation-only patterns 1273541
- Respect custom fs implementation from options c2eb272
- Add some more options to
isGitIgnoredfunctions e794ff9- Improve error message for invalid
cwdoption 7535e6dFixes
- Fix
{gitignore: true}performance issue fcb07c3- Fix bundler compatibility e6c72c9
- Fix parent directory patterns with
gitignoreoption 11dd2df- Fix ignore patterns with parent directory references a58d117
- Fix types for
statsoption c10f600
https://github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0
v15.0.0
Breaking
- Require Node.js 20 4ae42c8
Fixes
- Fix
expandDirectoriesnot working with globstar patterns 98d691a- Fix relative paths with gitignore option b4d78d8
- Fix gitignore patterns in subdirectories not applying recursively 2cb6088
- Fix TypeScript types for
globbyStreamto correctly yield strings 1c7f3ed
https://github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0
Commits
70c011b16.1.0eb78791AddexpandNegationOnlyPatternsoption59e269fFix: Normalize leading-slash negation patterns before task generationcdbb6a216.0.0e6c72c9Fix bundler compatibilityb9a9a84Respect parent .gitignore files whengitignoreoption is enableddb9cb72Add test forsuppressErrorsoption with file patterns69e0ee7Add test for ignore option with trailing slashes11dd2dfFix parent directory patterns withgitignoreoptione4d0918Add tests for special characters in directory names- Additional commits viewable in compare view
Updates is-absolute-url from 4.0.1 to 5.0.0
Release notes
Sourced from is-absolute-url's releases.
v5.0.0
Breaking
- Require Node.js 20 430699d
- It now only allows
http://andhttps://protocols by default 05e1989
- To get the old behavior, pass in
{httpOnly: false}Improvements
- Add
httpOnlyoption and make it the default 05e1989
https://github.com/sindresorhus/is-absolute-url/compare/v4.0.1...v5.0.0
Commits
76c6aff5.0.005e1989AddhttpOnlyoption and make it the default430699dRequire Node.js 20- See full diff in compare view
Updates js-yaml from 4.1.0 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
Commits
Updates lightningcss from 1.30.1 to 1.31.1
Release notes
Sourced from lightningcss's releases.
v1.31.0
Features
- Implement scroll-state container queries
Allow @property to be nested inside at-rules- Support print-color-adjust property
- Support
<string>in @property syntax- Add :state() pseudo-class support
- Reduce min(), max() and clamp() with number arguments
Support name-only @container queriesFixes
- Ensure compiled range media queries are correctly parenthesised
- Add quotes to font-families with multiple consecutive spaces
- Do not remove whitespace in token lists
- Fix whitespace handling in view transition pseudos
- Ensure interleave nested declarations have a semicolon when needed
- Fix casing for camel-cased svg values
- Improve grid-template-areas handling and grid shorthand
- Fix background-position minification and handling for various cases
- Update browser compat data
v1.30.2
Fixes
- Fix installing on android
- Don't warn on
::grammar-errorand::spelling-errorselectors- Update browser compat data
Rust crate changes
Commits
- See full diff in compare view
Updates mdast-util-to-hast from 13.2.0 to 13.2.1
Release notes
Sourced from mdast-util-to-hast's releases.
13.2.1
Fix
- ab3a795 Fix support for spaces in class names
Types
- efb5312 Refactor to use
@imports- a5bc210 Add declaration maps
Full Changelog: https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1
Commits
Updates minimatch from 10.0.3 to 10.1.1
Changelog
Sourced from minimatch's changelog.
change log
10.1
- Add
magicalBracesoption forescape- Fix
makeRewhenpartial: trueis set.- Fix
makeRewhen pattern ends in a final**path part.10.0
- Require node 20 or 22 and higher
9.0
- No default export, only named exports.
8.0
- Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
- Bump required Node.js version
7.4
- Add
escape()method- Add
unescape()method- Add
Minimatch.hasMagic()method7.3
- Add support for posix character classes in a unicode-aware way.
7.2
- Add
windowsNoMagicRootoption7.1
- Add
optimizationLevelconfiguration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.7.0
- Preprocess patterns to simplify complicated patterns and reduce out
..pattern portions where possible. Note that this means
... (truncated)
Commits
5b8337210.1.17ed71cddo not require * to match something if already matching something30efec4fix some typedoc comments and export types7a71a9010.1.08bc631achangelog 10.10a0a7a1Added missing periods for text consistencya1b68f2docs: fix typo6b88277remove unnecessary types for brace-expansion0d27f1cSupportmagicalBracesoption in escape/unescape281de34prettier- Additional commits viewable in compare view
Updates pixi.js from 8.11.0 to 8.15.0
Release notes
Sourced from pixi.js's releases.
v8.15.0
💾 Download
Installation:
npm install pixi.js@8.15.0Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.14.3...v8.15.0
🎁 Added
- feat: add unified GC by
@Zyiein pixijs/pixijs#11786
- Deprecated
TextureGCSystem/RenderableGCSystemin favor ofGCSystem.// old app.init({ textureGCActive: true, textureGCMaxIdle: 60000, textureGCCheckCountMax: 30000, renderableGCActive: true, renderableGCMaxUnusedTime: 60000, renderableGCFrequency: 30000, });// new app.init({ gcActive: true, gcMaxUnusedTime: 60000, gcFrequency: 30000, });
- feat: Adds auto-GC option to view containers by
@Zyiein pixijs/pixijs#11810
- Disable automatic garbage collection for a node.
new Sprite({ autoGarbageCollect: false, });
... (truncated)
Commits
d7e9a5dv8.15.098ea728chore: update workflow Node.js and npm versionsb77423cchore: Refactors CI workflows for trusted publishing (#11820)8a04be0fix: garbage collection for bitmap text (#11809)e469c06fix: correct viewport Y calculation for root render targets (#11797)38f6c38feat: Adds auto-GC option to view containers (#11810)0135ed3feat: add descriptive names GCManagedHash (#11811)35aa53achore: Improve JSDoc documentation across modules (#11812)6c56e1bv8.15.0-rc14f61a9fix: Add Multiple Render Targets (MRT) support (#11792)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pixi.js since your current version.
Updates preact from 10.27.0 to 10.28.2
Release notes
Sourced from preact's releases.
10.28.2
Fixes
- Enforce strict equality for VNode object constructors
10.28.1
Fixes
- Fix erroneous diffing w/ growing list (#4975, thanks
@JoviDeCroock)10.28.0
Types
- Updates dangerouslySetInnerHTML type so future TS will accept Trusted… (#4931, thanks
@lukewarlow)- Adds snap events (#4947, thanks
@argyleink)- Remove missed jsx duplicates (#4950, thanks
@rschristian)- Fix scroll events (#4949, thanks
@rschristian)Fixes
- Fix cascading renders with signals (#4966, thanks
@JoviDeCroock)- add
commpat/server.browserentry (#4941 & #4940, thanks@marvinhagemeister)- Avoid lazy components without result going in throw loop (#4937, thanks
@JoviDeCroock)Performance
- Backport some v11 optimizations (#4967, thanks
@JoviDeCroock)10.27.3
Fixes
- Enforce strict equality for VNode object constructors
10.27.2
Types
- Mirror non-JSX types to the 'preact' namespace (#4904, thanks
@rschristian)Fixes
- Address memory leak (#4906, thanks
@JoviDeCroock)10.27.1
Performance
- Avoid re-inserting children during bailout (#4890, thanks
@vasylenkoval)Types
- add missing React.Key (#4864, thanks
@shyguy1412)
... (truncated)
Commits
6f9144610.28.237c3e03Strict equality check on constructor (#4985)6670a4achore: Adjust TS linting setup (#4982)2af522b10.28.1 (#4978)f7693b7Fix erroneous diffing w/ growing list (#4975)b36b6a710.28.0 (#4968)4d40e96Backport some v11 optimizations (#4967)7b74b40Fix cascading renders with signals (#4966)3ab5c6fUpdates dangerouslySetInnerHTML type so future TS will accept Trusted… (#4931)ff30c2bAdds snap events (#4947)- Additional commits viewable in compare view
Updates preact-render-to-string from 6.5.13 to 6.6.5
Release notes
Sourced from preact-render-to-string's releases.
v6.6.5
Patch Changes
- #439
d9ecbf1Thanks@nwalters512! - EnsureuseId()produces unique IDs when using the JSX rendererv6.6.4
Patch Changes
- #436
6bce3ddThanks@JoviDeCroock! - Ensure that in streaming mode throwing a suspension multiple times from the same component worksv6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: truev6.6.2
Patch Changes
v6.6.1
Patch Changes
- #427
f3f7aabThanks@rschristian! - Correct semver range to support beta releases of Preact v11v6.6.0
Minor Changes
- #376
81e7da3Thanks@JoviDeCroock! - Insert comment markers for suspended trees, only in renderToStringAsyncPatch Changes
#425
e750ba1Thanks@rschristian! - Expand semver range to support the upcoming v11 beta release#413
27f340bThanks@f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary#424
e7d241cThanks@JoviDeCroock! - Fix support for signals, we need to detect and unwrap the signal#423
ec0b614Thanks@JoviDeCroock! - Add support for new component bits#417
441dea2Thanks@rschristian! - Only abort/report errors fromrenderToPipeableStream()if the stream hasn't already been closed
Changelog
Sourced from preact-render-to-string's changelog.
6.6.5
Patch Changes
- #439
d9ecbf1Thanks@nwalters512! - EnsureuseId()produces unique IDs when using the JSX renderer6.6.4
Patch Changes
- #436
6bce3ddThanks@JoviDeCroock! - Ensure that in streaming mode throwing a suspension multiple times from the same component works6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: true6.6.2
Patch Changes
6.6.1
Patch Changes
- #427
f3f7aabThanks@rschristian! - Correct semver range to support beta releases of Preact v116.6.0
Minor Changes
- #376
81e7da3Thanks@JoviDeCroock! - Insert comment markers for suspended trees, only in renderToStringAsyncPatch Changes
- #425
e750ba1Thanks@rschristian! - Expand semver range to support the upcoming v11 beta release
- #413
27f340bThanks@f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary
- #424
e7d241cThanks@JoviDeCroock! - Fix support for signals, we need to detect and unwrap the signal
- #423
ec0b614Thanks@JoviDeCroock! - Add support for new component bits
- #417
441dea2Thanks@rschristian! - Only abort/report errors fromrenderToPipeableStream()if the stream hasn't already been closed
Commits
b283245Merge pull request #440 from preactjs/changeset-release/main4d30263Version Packagesd9ecbf1Fix useId in JSX renderer (#439)534a37aMerge pull request #437 from preactjs/changeset-release/mainc869f82Bump lock version909c4acVersion Packages80ba7dcMerge pull request #436 from preactjs/stream-multi-throw6bce3ddEnsure we can suspend from a given component more than once1667556Merge pull request #434 from preactjs/chore/bump-npm-versione4d3b46ci: Ensure CI is using latest NPM version- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for preact-render-to-string since your current version.
Updates pretty-bytes from 7.0.0 to 7.1.0
Release notes
Sourced from pretty-bytes's releases.
v7.1.0
- Add
fixedWidthoption for right-aligned output 73df489- Add
nonBreakingSpaceoption b637640- Fix truncation behavior with fraction digits options b64cee5
...Description has been truncated
Package Dependencies
Technical Details
| ID: | 13397717 |
| UUID: | 3854844656 |
| Node ID: | PR_kwDOPU-37s6_TwUh |
| Host: | GitHub |
| Repository: | devidd22/Blog-Learning-Scripting |