chore(deps): bump the production-dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the production-dependencies group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @webgpu/types | 0.1.64 |
0.1.67 |
| chalk | 5.6.0 |
5.6.2 |
| chokidar | 4.0.3 |
5.0.0 |
| is-absolute-url | 4.0.1 |
5.0.0 |
| rimraf | 6.0.1 |
6.1.2 |
| satori | 0.18.2 |
0.18.3 |
| shiki | 3.12.2 |
3.19.0 |
| @types/node | 24.10.1 |
24.10.2 |
| esbuild | 0.27.0 |
0.27.1 |
| prettier | 3.7.3 |
3.7.4 |
Updates @webgpu/types from 0.1.64 to 0.1.67
Commits
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.6577b6940Add primitive-index GPUFeatureName (#190)d7a9fb1Test with TypeScript 5.9 (#189)cb58f1fAuto gen update (#166)- See full diff in compare view
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 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 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 shiki from 3.12.2 to 3.19.0
Release notes
Sourced from shiki's releases.
v3.19.0
🚀 Features
- Support
rootStyle: falseoption - by@khushthecoderand@antfuin shikijs/shiki#1184 (baf9a)- transformers:
- Add
classActiveCodeoption to notation transformers - by@GreenHacker420in shikijs/shiki#1171 (a6a44)- Add transformerRemoveComments - by
@Bitshifter-9, Copilot,@crazylogic03and@antfuin shikijs/shiki#1144 (f2ee3)- twoslash:
- Add context parameter to filter option - by
@siddu-09in shikijs/shiki#1173 (ac7f5)🐞 Bug Fixes
- Add typesVersions for legacy resolution support - by
@khushthecoderin shikijs/shiki#1179 (100b7)- core: Check embeddedLanguages in registry dependency check - by
@vamsi2246in shikijs/shiki#1178 (6ad16)- monaco: Correctly handle sparse color map updates - by
@wcr-karanin shikijs/shiki#1169 (38c7f)View changes on GitHub
v3.18.0
🚀 Features
- transformers: Support
zeroIndexedoption totransformerMetaHighlight- by@manak-sharma20in shikijs/shiki#1149 (c39ff)🐞 Bug Fixes
- core:
- Correct offset calculation in mergeWhitespaceTokens - by
@Karthikeya1500in shikijs/shiki#1162 (15e73)- Allow
langAliasto special languages, close #1164 - by@antfuin shikijs/shiki#1164 (45ab1)View changes on GitHub
v3.17.1
🚀 Features
- core: Enhance string utils with robust edge case handling - by
@shekhar-narayan-mishrain shikijs/shiki#1154 (a2b68)🐞 Bug Fixes
- core: Correctly parse 4-digit hex colors in dimColor - by
@shalini-saloniin shikijs/shiki#1151 (fcdd3)- monaco: Ensure correct color map update when switching themes - by
@shivank-1011in shikijs/shiki#1155 (d2e94)View changes on GitHub
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)
... (truncated)
Commits
61c87e8chore: release v3.19.00cd35actest: useusingin testsa016f19chore: release v3.18.0355d207chore: release v3.17.1b4d3a57chore: release v3.17.0e6d21b0fix(shiki): renamecreatedBundledHighlightertocreateBundledHighlighter...fe08ee0chore: release v3.16.002dab9bfeat: update grammars4bf5be3chore: update snapshot63ab64bchore: release v3.15.0- Additional commits viewable in compare view
Updates @types/node from 24.10.1 to 24.10.2
Commits
- See full diff in compare view
Updates esbuild from 0.27.0 to 0.27.1
Release notes
Sourced from esbuild's releases.
v0.27.1
Fix bundler bug with
varnested insideif(#4348)This release fixes a bug with the bundler that happens when importing an ES module using
require(which causes it to be wrapped) and there's a top-levelvarinside anifstatement without being wrapped in a{ ... }block (and a few other conditions). The bundling transform needed to hoist thesevardeclarations outside of the lazy ES module wrapper for correctness. See the issue for details.Fix minifier bug with
forinsidetryinside label (#4351)This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the
trystatement to address a problem with transforming labeledfor awaitloops to avoid theawait(the transformation involves converting thefor awaitloop into aforloop and wrapping it in atrystatement). However, it introduces problems for cross-compiled JVM code that uses all three of these features heavily. This release restricts this transform to only apply toforloops that esbuild itself generates internally as part of thefor awaittransform. Here is an example of some affected code:// Original code d: { e: { try { while (1) { break d } } catch { break e; } } }// Old output (with --minify)
a:try{e:for(;;)break a}catch{break e}// New output (with --minify)
a:e:try{for(;;)break a}catch{break e}
Inline IIFEs containing a single expression (#4354)
Previously inlining of IIFEs (immediately-invoked function expressions) only worked if the body contained a single
returnstatement. Now it should also work if the body contains a single expression statement instead:// Original code const foo = () => { const cb = () => { console.log(x()) } return cb() }// Old output (with --minify)
const foo=()=>(()=>{console.log(x())})();// New output (with --minify)
const foo=()=>{console.log(x())};
The minifier now strips empty
finallyclauses (#4353)This improvement means that
finallyclauses containing dead code can potentially cause the associatedtrystatement to be removed from the output entirely in minified builds:
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.27.1
Fix bundler bug with
varnested insideif(#4348)This release fixes a bug with the bundler that happens when importing an ES module using
require(which causes it to be wrapped) and there's a top-levelvarinside anifstatement without being wrapped in a{ ... }block (and a few other conditions). The bundling transform needed to hoist thesevardeclarations outside of the lazy ES module wrapper for correctness. See the issue for details.Fix minifier bug with
forinsidetryinside label (#4351)This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the
trystatement to address a problem with transforming labeledfor awaitloops to avoid theawait(the transformation involves converting thefor awaitloop into aforloop and wrapping it in atrystatement). However, it introduces problems for cross-compiled JVM code that uses all three of these features heavily. This release restricts this transform to only apply toforloops that esbuild itself generates internally as part of thefor awaittransform. Here is an example of some affected code:// Original code d: { e: { try { while (1) { break d } } catch { break e; } } }// Old output (with --minify)
a:try{e:for(;;)break a}catch{break e}// New output (with --minify)
a:e:try{for(;;)break a}catch{break e}
Inline IIFEs containing a single expression (#4354)
Previously inlining of IIFEs (immediately-invoked function expressions) only worked if the body contained a single
returnstatement. Now it should also work if the body contains a single expression statement instead:// Original code const foo = () => { const cb = () => { console.log(x()) } return cb() }// Old output (with --minify)
const foo=()=>(()=>{console.log(x())})();// New output (with --minify)
const foo=()=>{console.log(x())};
The minifier now strips empty
finallyclauses (#4353)This improvement means that
finallyclauses containing dead code can potentially cause the associatedtrystatement to be removed from the output entirely in minified builds:
... (truncated)
Commits
5e0e56dpublish 0.27.1 to npm5a89732fix #4354: improve IIFE inlining for expressionsb940218minify: move unused expr simplification laterc46d498fix #4353: remove emptytry/finallyclauses7a72735fix #4348: bundler bug withvarinsideif4e4e177fix #4351: label +try+forminifier bugd6427c9fix: deno release url wrong comment (#4326)48e3e19callingSymbol.forwith a primitive never throws4ff88d0updatedecorator-tests.jssnapshot1877e60callingSymbolwith a primitive will never throw- See full diff in compare view
Updates prettier from 3.7.3 to 3.7.4
Release notes
Sourced from prettier's releases.
3.7.4
What's Changed
- Fix comment in union type gets duplicated by
@fiskerin prettier/prettier#18393- Fix unstable comment print in union type by
@fiskerin prettier/prettier#18395- Avoid quote around LWC interpolations by
@kovsuin prettier/prettier#18383
Changelog
Sourced from prettier's changelog.
3.7.4
LWC: Avoid quote around interpolations (#18383 by
@kovsu)<!-- Input --> <div foo={bar}> </div><!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div><!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by
@fisker)// Input type Foo = (/** comment */ a | b) | c;// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by
@fisker)// Input type X = (A | B) & ( // comment A | B );// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>
... (truncated)
Commits
7848357Release 3.7.47686c59Release@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.3fe49434Remove dead code checking union/intersection types length (#18396)ca02b37Fix unstable comment print (#18395)7efb988Fix comment in union type get duplicated (#18393)cfa92c1Update dependency@angular/compilerto v21.0.2 (#18392)1de2737Update dependency yaml to v2.8.2 (#18391)706aa4eSwitch js parse postprocess toonEnter(#18382)d3eb2b2Reuse arrays in visitor keys (#18386)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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: | 12007692 |
| UUID: | 3711632965 |
| Node ID: | PR_kwDOOraRoM639GmQ |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |