chore(deps): bump the production-dependencies group across 1 directory with 20 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(7 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the production-dependencies group with 20 updates in the / directory:
| Package | From | To |
|---|---|---|
| @webgpu/types | 0.1.64 |
0.1.66 |
| chalk | 5.6.0 |
5.6.2 |
| chokidar | 4.0.3 |
5.0.0 |
| globby | 15.0.0 |
16.0.0 |
| is-absolute-url | 4.0.1 |
5.0.0 |
| js-yaml | 4.1.0 |
4.1.1 |
| mdast-util-to-hast | 13.2.0 |
13.2.1 |
| minimatch | 10.0.3 |
10.1.1 |
| pixi.js | 8.13.2 |
8.14.3 |
| preact-render-to-string | 6.6.2 |
6.6.3 |
| rimraf | 6.0.1 |
6.1.2 |
| satori | 0.18.2 |
0.18.3 |
| sharp | 0.34.4 |
0.34.5 |
| shiki | 3.12.2 |
3.17.0 |
| workerpool | 9.3.4 |
10.0.1 |
| @types/node | 24.7.0 |
24.10.1 |
| @types/yargs | 17.0.33 |
17.0.35 |
| esbuild | 0.25.10 |
0.27.0 |
| prettier | 3.6.2 |
3.7.3 |
| tsx | 4.20.6 |
4.21.0 |
Updates @webgpu/types from 0.1.64 to 0.1.66
Commits
Updates chalk from 5.6.0 to 5.6.2
Release notes
Sourced from chalk's releases.
v5.6.2
- Fix vulnerability in 5.6.1, see: chalk/chalk#656
Commits
51557785.6.2- 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 globby from 15.0.0 to 16.0.0
Release notes
Sourced from globby's releases.
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
Commits
cdbb6a216.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 namesf926132Improve path check in gitignore logic7535e6dImprove error message for invalidcwdoptionc10f600Fix types forstatsoption- 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 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.13.2 to 8.14.3
Release notes
Sourced from pixi.js's releases.
v8.14.3
💾 Download
Installation:
npm install pixi.js@8.14.3Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.14.2...v8.14.3
🐛 Fixed
- fix: Only create stage Container on init if it doesn't exist by
@lunarraidin pixijs/pixijs#11766v8.14.2
💾 Download
Installation:
npm install pixi.js@8.14.2Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2
🐛 Fixed
- fix: graphics memory leak and cleanup by
@Zyiein pixijs/pixijs#11753- fix: typo in Application example: replace '-' with '=' in asset loading by
@Aryaman1792in pixijs/pixijs#11750
... (truncated)
Commits
e17c886v8.14.3ded9a15fix(Application): Only create stage Container on init if it doesn't exist (#1...506a83cv8.14.240a000cfix: parse resolution and format from URLs in object sources in assets resolv...643f966fix: Track item count in Pool class and add related tests (#11760)e15d113fix: bitmanFontXMLParser should recognize xml fonts with versions (#11761)580558cRemove listener from TextureSource on Texture destroy (#11764)620d2d8Fix typo in Application example: replace '-' with '=' in asset loading (#11750)a3b5cf1fix: graphics memory leak and cleanup (#11753)5eda7c7fix: correct uBackTexture binding for filters with blendRequired (#11754)- Additional commits viewable in compare view
Updates preact-render-to-string from 6.6.2 to 6.6.3
Release notes
Sourced from preact-render-to-string's releases.
v6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: true
Changelog
Sourced from preact-render-to-string's changelog.
6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: true
Commits
1667556Merge pull request #434 from preactjs/chore/bump-npm-versione4d3b46ci: Ensure CI is using latest NPM version4fdcf11chore: Bump lockfile35bb4fbMerge pull request #433 from preactjs/changeset-release/mainef57cedVersion Packages69ed337Merge pull request #432 from nwalters512/pretty-format-preserve-whitespace96dfd13Update lockfile62c87e4Preserve whitespace for pre/textarea when pretty-printing- See full diff in compare view
Updates rimraf from 6.0.1 to 6.1.2
Changelog
Sourced from rimraf's changelog.
6.1
- Move to native
fs/promisesusage instead of promisifying manually.6.0
- Drop support for nodes before v20
- Add
--versionto CLI5.0
- No default export, only named exports
4.4
- Provide Dirent or Stats object as second argument to filter
4.3
- Return boolean indicating whether the path was fully removed
- Add filter option
- bin: add --verbose, -v to print files as they are deleted
- bin: add --no-verbose, -V to not print files as they are deleted
- bin: add -i --interactive to be prompted on each deletion
- bin: add -I --no-interactive to not be prompted on each deletion
- 4.3.1 Fixed inappropriately following symbolic links to directories
v4.2
- Brought back
globsupport, using the new and improved glob v9v4.1
- Improved hybrid module with no need to look at the
.defaultdangly bit..defaultpreserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0.- Accept and ignore
-rfand-frarguments to the bin.v4.0
- Remove
globdependency entirely. This library now only accepts actual file and folder names to delete.- Accept array of paths or single path.
- Windows performance and reliability improved.
- All strategies separated into explicitly exported methods.
- Drop support for Node.js below version 14
- rewrite in TypeScript
... (truncated)
Commits
cd454986.1.2fe9a962glob@1330dc9d86.1.19dffc3eupdate globb6462eamock platform properly in test/index.ts668309fci: update typedoc action18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests- Additional commits viewable in compare view
Updates satori from 0.18.2 to 0.18.3
Release notes
Sourced from satori's releases.
0.18.3
0.18.3 (2025-09-15)
Bug Fixes
- Support forwardRef wrapped component (#601)
Commits
2a0878afix: Trigger release6d0d0dbSupport forwardRef wrapped component (#601)- See full diff in compare view
Updates sharp from 0.34.4 to 0.34.5
Release notes
Sourced from sharp's releases.
v0.34.5
Upgrade to libvips v8.17.3 for upstream bug fixes.
Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
Support building from source with npm v12+, deprecate
--build-from-sourceflag. #4458Improve error messaging when only warnings issued. #4465
Simplify ICC processing when retaining input profiles. #4468
v0.34.5-rc.1
Upgrade to libvips v8.17.3 for upstream bug fixes.
Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
Support building from source with npm v12+, deprecate
--build-from-sourceflag. #4458Improve error messaging when only warnings issued. #4465
Simplify ICC processing when retaining input profiles. #4468
v0.34.5-rc.0
... (truncated)
Commits
e062456Release v0.34.56450c70Prerelease v0.34.5-rc.1f7c95d1TypeScript: consolidate a few enum-like propertiesef86a75Prerelease v0.34.5-rc.06c1e840Use structured binding for tuples where possiblee1628d8Simplify ICC processing when retaining input profiles #44684f9f817Linter: apply all recommended biome settings09d5aa8Docs: update internal and libvips doc links040b73cUpgrade to libvips v8.17.31f2f33dEnsure licensing headers are retained by code bundlers- Additional commits viewable in compare view
Updates shiki from 3.12.2 to 3.17.0
Release notes
Sourced from shiki's releases.
v3.17.0
🚀 Features
- cli: Support passing remote file url - by
@o-azin shikijs/shiki#1139 (fb05a)- core: Support embeddedLanguages alias for backwards compatibility - by
@Ipshita29in shikijs/shiki#1044 and shikijs/shiki#1145 (3a367)- monaco: Normalize theme tokenScopes and tighten monaco type import - by
@Simon-He95in shikijs/shiki#1140 (dc792)🐞 Bug Fixes
- monaco: Preserve Markdown font styles - by
@prempylaand@antfuin shikijs/shiki#1107 (e4dec)- shiki: Rename
createdBundledHighlightertocreateBundledHighlighter- by@tushar73-jet, Tushar and@antfuin shikijs/shiki#1135 (e6d21)- transformers: Handle multi-token comments in rose-pine theme - by
@ish1416and@antfuin shikijs/shiki#1118 (3e1bd)- twoslash: Fix typo in
twoslash-query-persisted, close #1130, close #981 - by@antfuin shikijs/shiki#1130 and shikijs/shiki#981 (55a17)- types: Add 'plain' to PlainTextLanguage type - by
@kevinkucharczykin shikijs/shiki#1133 (156c5)View changes on GitHub
v3.16.0
🚀 Features
🐞 Bug Fixes
- Enable decorations for structure: inline - by
@Aashish-Jha-11and Aashish_Jha_1107 in shikijs/shiki#1103 (8806b)- Resolve vitest alias for wasm-inlined - by
@sahilsharda(2d7b3)- transformers: Support comment-prefixed [code . highlight] markers in v3 notation matcher - by
@Harikshin shikijs/shiki#1102 (5068b)View changes on GitHub
v3.15.0
🚀 Features
- lang-ansi: Fallback for missing theme ANSI colors - by
@Chanakyasindeand@antfuin shikijs/shiki#1095 (f36ea)- transformers: Support
meta.indentfor indent guides - by@L33Z22L11in shikijs/shiki#1087 (d8f89)🐞 Bug Fixes
- Allow singleton highlighter recovery after invalid language error - by
@Maxiemadin shikijs/shiki#1091 (218c9)- vitepress-twoslash: Prevent popper show/hide on dragging - by
@bluwyin shikijs/shiki#1090 (29522)View changes on GitHub
v3.14.0
🚀 Features
🐞 Bug Fixes
... (truncated)
Commits
b4d3a57chore: release v3.17.0e6d21b0fix(shiki): renamecreatedBundledHighlightertocreateBundledHighlighter...fe08ee0chore: release v3.16.002dab9bfeat: update grammars4bf5be3chore: update snapshot63ab64bchore: release v3.15.0218c901fix: allow singleton highlighter recovery after invalid language error (#1091)c056371chore: update snapshot29f8914chore: release v3.14.026372e6feat: update grammars and themes- Additional commits viewable in compare view
Updates workerpool from 9.3.4 to 10.0.1
Changelog
Sourced from workerpool's changelog.
2025-11-19, version 10.0.1
- Fix: #523 make
WorkerHandlerresilient against errors withoutmessageproperty.2025-10-21, version 10.0.0
BREAKING CHANGES:
- Feat: implement
queueStrategyoption (FIFO / LIFO / custom) (#518, #517). This is a new feature without changes in the public API, but the internal propertypool.tasksis changed intopool.taskQueue. So, changes are required if you rely on this internal property. Thanks@amaneru55- Feat: introduce a new
TerminateErrorclass to differentiate between a crash and a regular error (see #519, #520). TheTerminateErrorclass extends from the classErrorso no breaking changes in that regard. But some of the error messages are changed so if you have code that depends on the exact error messages you may need to change your code accordingly. Thanks@Julusian.
Commits
- See full diff in compare view
Updates @types/node from 24.7.0 to 24.10.1
Commits
- See full diff in compare view
Updates @types/yargs from 17.0.33 to 17.0.35
Commits
- See full diff in compare view
Updates esbuild from 0.25.10 to 0.27.0
Release notes
Sourced from esbuild's releases.
v0.27.0
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.
Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example--target=node22) unless you're using Node v25+.Update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
This raises the operating system requirements for running esbuild:
- Linux: now requires a kernel version of 3.2 or later
- macOS: now requires macOS 12 (Monterey) or later
v0.26.0
Enable trusted publishing (#4281)
GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.
Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).
v0.25.12
Fix a minification regression with CSS media queries (#4315)
The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for
@media <media-type> and <media-condition-without-or> { ... }was missing an equality check for the<media-condition-without-or>part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.Update the list of known JavaScript globals (#4310)
This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global
Arrayproperty is considered to be side-effect free but accessing the globalscrollYproperty can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:From ES2017:
AtomicsSharedArrayBufferFrom ES2020:
BigInt64ArrayBigUint64ArrayFrom ES2021:
FinalizationRegistryWeakRefFrom ES2025:
Float16ArrayIteratorNote that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from
Iterator:// This can now be tree-shaken by esbuild:
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.27.0
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.
Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example--target=node22) unless you're using Node v25+.Update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
This raises the operating system requirements for running esbuild:
- Linux: now requires a kernel version of 3.2 or later
- macOS: now requires macOS 12 (Monterey) or later
0.26.0
Enable trusted publishing (#4281)
GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.
Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).
0.25.12
Fix a minification regression with CSS media queries (#4315)
The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for
@media <media-type> and <media-condition-without-or> { ... }was missing an equality check for the<media-condition-without-or>part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.Update the list of known JavaScript globals (#4310)
This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global
Arrayproperty is considered to be side-effect free but accessing the globalscrollYproperty can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:From ES2017:
AtomicsSharedArrayBufferFrom ES2020:
BigInt64ArrayBigUint64ArrayFrom ES2021:
FinalizationRegistryWeakRefFrom ES2025:
Float16ArrayIteratorNote that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from
Iterator:
... (truncated)
Commits
2b91699publish 0.27.0 to npm22b425cfix #4286: useUint8Array.fromBase64if present (#4295)6d187efupdate go 1.25.3 => 1.25.49d0d4e7update go 1.23.12 => 1.25.3 (#4318)b6979d8use a patched go compiler for release builds893d2b9delete temporaryrelease.ymlworkflowcee3918add a temporaryrelease.ymlworkflowf5bb1d6fixpublish.yml17ff82bpublish 0.26.0 to npmf87181fenable trusted publishing (#4319)- 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 esbuild since your current version.
Updates prettier from 3.6.2 to 3.7.3
Release notes
Sourced from prettier's releases.
3.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#183643.7.1
3.7.0
Changelog
Sourced from prettier's changelog.
3.7.3
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by@fisker)An internal refactor accidental...
Description has been truncated
Package Dependencies
Technical Details
| ID: | 11823134 |
| UUID: | 3679418130 |
| Node ID: | PR_kwDOOraRoM62Qx1z |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |