chore(deps): bump the production-dependencies group with 15 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(2 days ago)
(2 days ago)
(2 days ago)
dependencies javascript
Bumps the production-dependencies group with 15 updates:
| Package | From | To |
|---|---|---|
| @clack/prompts | 0.11.0 |
1.1.0 |
| @floating-ui/dom | 1.7.4 |
1.7.6 |
| flexsearch | 0.8.205 |
0.8.212 |
| globby | 16.1.0 |
16.1.1 |
| minimatch | 10.1.1 |
10.2.4 |
| pixi.js | 8.15.0 |
8.16.0 |
| preact | 10.28.2 |
10.28.4 |
| preact-render-to-string | 6.6.5 |
6.6.6 |
| rehype-citation | 2.3.1 |
2.3.2 |
| rehype-pretty-code | 0.14.1 |
0.14.3 |
| satori | 0.19.1 |
0.25.0 |
| serve-handler | 6.1.6 |
6.1.7 |
| shiki | 1.26.2 |
4.0.1 |
| @types/node | 25.0.10 |
25.3.5 |
| esbuild | 0.27.2 |
0.27.3 |
Updates @clack/prompts from 0.11.0 to 1.1.0
Release notes
Sourced from @clack/prompts's releases.
@clack/prompts@1.1.0Minor Changes
- e3333fb: Replaces
picocolorswith Node.js built-instyleText.Patch Changes
- c3666e2: destruct
limitOptionparam for better code readability, tweak types definitions- ba3df8e: Fixes withGuide support in intro, outro, and cancel messages.
- Updated dependencies [e3333fb]
@clack/core@1.1.0
@clack/prompts@1.0.1Patch Changes
- 6404dc1: Disallows selection of
disabledoptions in autocomplete.- 86e36d8: Adds
withGuidesupport to select prompt.- c697439: Fixes line wrapping behavior in autocomplete.
- 0ded19c: Simplifies
withGuideoption checks.- 0e4ddc9: Fixes
withGuidesupport in password and path prompts.- 76550d6: Adds
withGuidesupport to selectKey prompt.- f9b9953: Adds
withGuidesupport to password prompt.- 0e93ccb: Adds
verticalarrangement option toconfirmprompt.- 4e9ae13: Adds
withGuidesupport to confirm prompt.- 0256238: Adds
withGuidesupport to spinner prompt.- Updated dependencies [6404dc1]
- Updated dependencies [2533180]
@clack/core@1.0.1
@clack/prompts@1.0.0Major Changes
c713fd5: The package is now distributed as ESM-only. In
v0releases, the package was dual-published as CJS and ESM.For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using
require().Minor Changes
415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.
7bc3301: Prompts now have a
userInputstored separately from theirvalue.8409f2c: feat: add styleFrame option for spinner
2837845: Adds suggestion and path prompts
99c3530: Adds
formatoption to the note prompt to allow formatting of individual lines0aaee4c: Added new
taskLogprompt for log output which is cleared on success
... (truncated)
Changelog
Sourced from @clack/prompts's changelog.
1.1.0
Minor Changes
- e3333fb: Replaces
picocolorswith Node.js built-instyleText.Patch Changes
- c3666e2: destruct
limitOptionparam for better code readability, tweak types definitions- ba3df8e: Fixes withGuide support in intro, outro, and cancel messages.
- Updated dependencies [e3333fb]
@clack/core@1.1.01.0.1
Patch Changes
- 6404dc1: Disallows selection of
disabledoptions in autocomplete.- 86e36d8: Adds
withGuidesupport to select prompt.- c697439: Fixes line wrapping behavior in autocomplete.
- 0ded19c: Simplifies
withGuideoption checks.- 0e4ddc9: Fixes
withGuidesupport in password and path prompts.- 76550d6: Adds
withGuidesupport to selectKey prompt.- f9b9953: Adds
withGuidesupport to password prompt.- 0e93ccb: Adds
verticalarrangement option toconfirmprompt.- 4e9ae13: Adds
withGuidesupport to confirm prompt.- 0256238: Adds
withGuidesupport to spinner prompt.- Updated dependencies [6404dc1]
- Updated dependencies [2533180]
@clack/core@1.0.11.0.0
Major Changes
c713fd5: The package is now distributed as ESM-only. In
v0releases, the package was dual-published as CJS and ESM.For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using
require().Minor Changes
415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.
7bc3301: Prompts now have a
userInputstored separately from theirvalue.8409f2c: feat: add styleFrame option for spinner
2837845: Adds suggestion and path prompts
99c3530: Adds
formatoption to the note prompt to allow formatting of individual lines0aaee4c: Added new
taskLogprompt for log output which is cleared on success729bbb6: Add support for customizable spinner cancel and error messages. Users can now customize these messages either per spinner instance or globally via the
updateSettingsfunction to support multilingual CLIs.This update also improves the architecture by exposing the core settings to the prompts package, enabling more consistent default message handling across the codebase.
... (truncated)
Commits
56edf97[ci] release (#472)ba3df8efix(prompts): honor withGuide for intro/outro/cancel messages (#474)e3333fbrefactor(core, prompts): replace picocolors with styleText (#403)594c58a[ci] formatc3666e2chore(prompts): destructlimitOptionparam for better code readability (#457)667572b[ci] release (#456)6404dc1fix: support disabled options in autocomplete (#466)ba10721[ci] format0e4ddc9fix: respect withGuide option in password and path prompts (#460)0ded19cchore(prompts): simplify guide option checks (#459)- 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 @clack/prompts since your current version.
Updates @floating-ui/dom from 1.7.4 to 1.7.6
Release notes
Sourced from @floating-ui/dom's releases.
@floating-ui/dom@1.7.6Patch Changes
- fix(types): ensure
Platformtype containsdetectOverflowtype- perf: bundle and runtime improvements
- feat(autoUpdate): allow not passing a floating element
- Update dependencies:
@floating-ui/utils@0.2.11,@floating-ui/core@1.7.5
Changelog
Sourced from @floating-ui/dom's changelog.
1.7.6
Patch Changes
- fix(types): ensure
Platformtype containsdetectOverflowtype- perf: bundle and runtime improvements
- feat(autoUpdate): allow not passing a floating element
- Update dependencies:
@floating-ui/utils@0.2.11,@floating-ui/core@1.7.51.7.5
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.4
Commits
d8020eechore: version packages (#3445)6e63557feat(autoUpdate): allow not passing a floating element (#3399)473aa1eperf: bundle and runtime improvements (#3448)a82e45ffix(utils): stop treatingcontainer-typeas creating containing block (#3437)eedda37fix(types): ensurePlatformtype includesdetectOverflowtype (#3434)b4d1407chore: version packages (#3415)- 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 @floating-ui/dom since your current version.
Updates flexsearch from 0.8.205 to 0.8.212
Commits
- See full diff in compare view
Updates globby from 16.1.0 to 16.1.1
Release notes
Sourced from globby's releases.
v16.1.1
- Fix negation patterns with absolute filesystem paths 72e9916
https://github.com/sindresorhus/globby/compare/v16.1.0...v16.1.1
Commits
ff45aa516.1.172e9916Fix negation patterns with absolute filesystem paths- See full diff in compare view
Updates minimatch from 10.1.1 to 10.2.4
Changelog
Sourced from minimatch's changelog.
change log
10.2
- Add
braceExpandMaxoption10.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.
... (truncated)
Commits
c36addb10.2.426b9002docs: add warning about ReDoS3a0d83bfix partial matching of globstar patternsea9484010.2.30873fbaupdate depscecaad1more extglob coalescing for performance11d0df6limit nested extglob recursion, flatten extglobsc3448c4update assertValidPattern param type to unknown from any0bf499alimit recursion for **, improve perf considerably9f15c58update deps- Additional commits viewable in compare view
Updates pixi.js from 8.15.0 to 8.16.0
Release notes
Sourced from pixi.js's releases.
v8.16.0
💾 Download
Installation:
npm install pixi.js@8.16.0Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.16.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.16.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.16.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.16.0/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.15.0...v8.16.0
🚨 Behavior Change
SplitTextnow more accurately splitsTextacross a wider range ofTextStyleconfigurations. This may result in slight changes to character positioning.- Using
SplitText.fromfrom an existingTextnow correctly transfers the source anchor to the new instance by mapping the anchor to pivot coordinates. This changes layout and positioning compared to previous behavior.SplitBitmapTextnow correctly defaults to awhitefill, matching the behavior ofBitmapText.HTMLTextnow correctly respectsbreakWordsand no longer cuts off words that exceedwordWrapWidth.HTMLTextnow respects the alpha value of its fill and stroke.Textnow correctly aligns when usingalign: 'right'oralign: 'center', resulting in a small positional adjustment.Container.cullAreais now correctly interpreted in the container’s local coordinate space and transformed to global coordinates before culling checks.// cullArea is defined in local space and transformed during culling container.cullArea = new Rectangle(0, 0, 100, 100);
graphics.texture(texture, 0x000000)will now correctly apply a black tint🎁 Added
- feat: Canvas renderer by
@krzys@Zyiein pixijs/pixijs#11815
- Note: This feature is experimental, please let us know if you run into any issues.
await app.init({ preference: 'canvas' });- feat: tagged text by
@Zyiein pixijs/pixijs#11827
- Note: Currently only works for
Text/HTMLText,BitmapTextsupport coming soonconst text = new Text({ text: '<bold>Important:</bold> This is <highlight>highlighted</highlight> text', style: {
... (truncated)
Commits
94156d3v8.16.0801f4a4fix bump script5e484fffix: release scripts for node 24c52309ffeat: Canvas renderer (#11815)5a08b91feat: ExternalTexture placeholder resource (#11861)7f78260perf: use texImage2D instead of texSubImage2D for video in Safari (#11867)09c020ffix: improve html text measurement (#11862)28fcac2feat: improve stability of SplitText (#11858)b91dfcffix: GC system to ensure render groups are marked as dirty (#11842)d537b58feat: render to array layer (#11803)- Additional commits viewable in compare view
Updates preact from 10.28.2 to 10.28.4
Release notes
Sourced from preact's releases.
10.28.4
Fixes
- Fix crash where a synchronous effect render unmounts the tree (#5026, thanks
@JoviDeCroock)Performance
- Core size optimizations (#5022, thanks
@JoviDeCroock)- Hooks size optimizations (#5021, thanks
@JoviDeCroock)- Make oldProps diffing more compact (#5004) (#5019, thanks
@JoviDeCroock)- Compat size optimizations (#5020, thanks
@JoviDeCroock)- Land size optimization separately (#5018, thanks
@JoviDeCroock)10.28.3
Fixes
- Avoid scheduling suspense state udpates (#5006, thanks
@JoviDeCroock)- Resolve some suspense crashes (#4999, thanks
@JoviDeCroock)- Support inheriting namespace through portals (#4993, thanks
@JoviDeCroock)Maintenance
- Update test with addition of
_original(#4989, thanks@JoviDeCroock)
Commits
b4f9cab10.28.4 (#5027)8cbed5fFix crash where a synchronous effect render unmounts the tree (#5026)4ac7204Core size optimizations (#5022)e02fd69Make forEach --> some (#5021)387d8f2refactor(diff): make oldProps diffing more compact (#5004) (#5019)084b75fTransform forEach to some and consolidate condition (#5020)3c8506dLand size optimization separately (#5018)eb1b8c810.28.3 (#5007)5023ce8Avoid scheduling suspense state udpates (#5006)2ac91c4Resolve some suspense crashes (#4999)- Additional commits viewable in compare view
Updates preact-render-to-string from 6.6.5 to 6.6.6
Release notes
Sourced from preact-render-to-string's releases.
v6.6.6
Patch Changes
- #446
b7b288cThanks@JoviDeCroock! - Fix issues regarding streaming full HTML documents
Changelog
Sourced from preact-render-to-string's changelog.
6.6.6
Patch Changes
- #446
b7b288cThanks@JoviDeCroock! - Fix issues regarding streaming full HTML documents
Commits
4c47e70Merge pull request #447 from preactjs/changeset-release/maine71cb4eVersion Packages867be3eMerge pull request #448 from preactjs/document-streaming5e1b20bApply suggestion from@JoviDeCroock6c0ace6Apply suggestions from code review811f05bAdd streaming to readmee5dbe50Merge pull request #446 from preactjs/chunked-rendering-fixesb7b288cAdd doctype html and changesetc63d294Fixes7dd1349Fix client code as well- Additional commits viewable in compare view
Updates rehype-citation from 2.3.1 to 2.3.2
Release notes
Sourced from rehype-citation's releases.
v2.3.2
What's Changed
- Update dependencies by
@timlrxin timlrx/rehype-citation#60- chore: update ci and netlify node version by
@timlrxin timlrx/rehype-citation#61- fix: footnote typing by
@timlrxin timlrx/rehype-citation#62Full Changelog: https://github.com/timlrx/rehype-citation/compare/v2.3.1...v2.3.2
Commits
19a9f4d2.3.2d785742Merge pull request #62 from timlrx/fix-footnote-typedbfce48fix: footnote typingb3d64a0Merge pull request #61 from timlrx/update-ci-node-version21e59f7chore: update netlify node versioneceb790chore: update ci node versiona86aec6Merge pull request #60 from timlrx/update-dependencies1796658chore: update to tailwind v46bcf5a5chore: sync changes from citation-js67a76f2chore: update outdated link- Additional commits viewable in compare view
Updates rehype-pretty-code from 0.14.1 to 0.14.3
Release notes
Sourced from rehype-pretty-code's releases.
rehype-pretty-code@0.14.3
Patch Changes
- Support Shiki 4
- chore: fix npm OIDC trusted publishing workflow
- docs: update docs with renamed shiki function:
getHighlighter->createHighlighter
Changelog
Sourced from rehype-pretty-code's changelog.
0.14.3
Patch Changes
- chore: fix npm OIDC trusted publishing workflow
- docs: update docs with renamed shiki function:
getHighlighter->createHighlighter0.14.2
Patch Changes
- Support Shiki 4
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rehype-pretty-code since your current version.
Updates satori from 0.19.1 to 0.25.0
Release notes
Sourced from satori's releases.
0.25.0
0.25.0 (2026-03-05)
Features
0.24.1
0.24.1 (2026-03-03)
Bug Fixes
0.24.0
0.24.0 (2026-03-03)
Features
0.23.0
0.23.0 (2026-03-03)
Features
0.22.0
0.22.0 (2026-03-03)
Features
0.21.0
0.21.0 (2026-03-02)
Features
0.20.0
0.20.0 (2026-03-02)
... (truncated)
Commits
d246913feat: CSS variables (#736)dc07b70fix: Consistent text positioning when embedFont is false (#723)54a749bchore: export InitInput and allow Promise (#726)9377f70feat: Improved object-position support (#734)2b7e825feat: Add text-indent support (#733)453fd91feat: Support for object-fitfillandscale-down(#732)c8dd6f5chore: Add more tests (#731)c1087d6chore: Update benchmark code (#730)4e761c6feat: 10% perf improvements in the core lib (#729)c78869bfeat: Add support for background sizecover,containandauto(#728)- Additional commits viewable in compare view
Install script changes
This version modifies prepare script that runs during installation. Review the package contents before updating.
Updates serve-handler from 6.1.6 to 6.1.7
Release notes
Sourced from serve-handler's releases.
6.1.7
Patches
- Fix: update minimatch to 3.1.5 to resolve security vulnerabilities: #228
Credits
Huge thanks to
@ParakhJaggifor helping!
Commits
Updates shiki from 1.26.2 to 4.0.1
Release notes
Sourced from shiki's releases.
v4.0.1
🐞 Bug Fixes
View changes on GitHub
v4.0.0
🚨 Breaking Changes
- Drop Node v18 support, remove deprecated APIs - by
@antfuin shikijs/shiki#1249 (cdca9)🚀 Features
- A leaner
@shikijs/primitivepackage - by@antfuin shikijs/shiki#1251 (05a77)- New
@shikijs/markdown-exitpackage - by@antfu(d1257)View changes on GitHub
v3.23.0
🚀 Features
- Update grammar and themes - by
@antfu(9b4ca)- cli:
- Add stdin support and list commands - by
@Divyapahuja31and DIVYA PAHUJA in shikijs/shiki#1241 (213f1)- transformers:
- Add 'leading' position to transformerRenderWhitespace - by
@Divyapahuja31and DIVYA PAHUJA in shikijs/shiki#1236 (49cbb)- Add support for [!code info] notation - by
@Divyapahuja31and DIVYA PAHUJA in shikijs/shiki#1237 (cd2a6)🐞 Bug Fixes
- Add
declaremodifier to top level declarations in.d.ts- by@KazariEXin shikijs/shiki#1242 (142d5)- cli: Normalize language/extension casing for CLI inputs - by
@Nandann018-uxand@antfuin shikijs/shiki#1245 (4bea1)View changes on GitHub
v3.22.0
🚀 Features
View changes on GitHub
v3.21.0
🚀 Features
- Update grammar - by
@antfu(6d109)- core: Preserve HAST data and properties in codeToHast - by
@AmanCraftsin shikijs/shiki#1204 (747ea)🐞 Bug Fixes
... (truncated)
Commits
69bec64chore: release v4.0.12060ca8chore: update deps32f35b5chore: release v4.0.0720f6d8test: restructure tests05a77f1feat: a leaner@shikijs/primitivepackage (#1251)cdca994feat!: drop Node v18 support, remove deprecated APIs (#1249)2b33c0cchore: release v3.23.09b4cacafeat: update grammar and themesdba0507chore: release v3.22.0e2acdc4chore: update snapshot- 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 shiki since your current version.
Updates @types/node from 25.0.10 to 25.3.5
Commits
- See full diff in compare view
Updates esbuild from 0.27.2 to 0.27.3
Release notes
Sourced from esbuild's releases.
v0.27.3
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:<!DOCTYPE html> <html> <head><link rel="stylesheet" href="icons.css"></head> <body><div class="triangle"></div></body> </html>
icons.css:.triangle { width: 10px; height: 10px; background: currentColor; clip-path: url(./triangle.svg#x); }
triangle.svg:<svg xmlns="http://www.w3.org/2000/svg"> <defs> <clipPath id="x"> <path d="M0 0H10V10Z"/> </clipPath> </defs> </svg>The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:/* icons.css */ .triangle { width: 10px; height: 10px; background: currentColor; clip-path: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="x"><path d="M0 0H10V10Z"/></clipPath></defs></svg>#x'); }
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.27.3
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:<!DOCTYPE html> <html> <head><link rel="stylesheet" href="icons.css"></head> <body><div class="triangle"></div></body> </html>
icons.css:.triangle { width: 10px; height: 10px; background: currentColor; clip-path: url(./triangle.svg#x); }
triangle.svg:<svg xmlns="http://www.w3.org/2000/svg"> <defs> <clipPath id="x"> <path d="M0 0H10V10Z"/> </clipPath> </defs> </svg>The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:/* icons.css */ .triangle { width: 10px; height: 10px; background: currentColor; clip-path: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="x"><path d="M0 0H10V10Z"/></clipPath></defs></svg>#x'); }
... (truncated)
Commits
9129e00publish 0.27.3 to npme20e411small fix to release notes0dc0f2dfix #4322: parse and print CSS@scoperules55fe391update firefox css gradient support2c35297update gradient lowering transform9209e44Update Go to 1.25.7 (#4388)e8d861bclose #4374: compat table for theusingfeature19b8887no longer needwilliamkapke/node-compat-table7e44218thekangax/compat-tablerepo moved to a new url23b9338runmake update-compat-table- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 14465824 |
| UUID: | 4041768058 |
| Node ID: | PR_kwDORhp7LM7I4VvY |
| Host: | GitHub |
| Repository: | EgoHackZero/Advanced_Computer_Vision_Study_Guide |