chore(deps): update node dependencies #793
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.4.1→^4.4.4^1.19.5→^1.19.9^28.0.8→^28.0.9^28.0.3→^28.0.9^16.0.1→^16.0.3^6.0.2→^6.0.3^12.1.2→^12.3.0^4.0.9→^4.0.10^22.19.2→^22.19.7^22.19.2→^22.19.7^22.19.1→^22.19.7^22.13.5→^22.19.7^22.19.2→^22.19.7^22.15.0→^22.19.7^25.0.3→^25.1.0^5.5.1→^5.5.2^3.1.3→^3.1.4^0.79.4→^0.81.1^6.2.0→^6.2.1^5.3.0→^5.6.2^5.4.1→^5.6.2^2.9.1→^2.9.2^9.1.2→^9.2.1^0.27.1→^0.27.2^3.0.6→^3.0.7^1.1.1→^1.1.2^5.2.3→^5.3.4^10.12.2→^10.14.1^16.0.0→^16.5.0^4.10.3→^4.11.71.0.10→1.1.2^6.0.11→^6.1.3^7.0.0→^7.0.1^11.4.0→^11.12.2^4.0.0→^4.1.0^4.0.4→^4.1.0^10.2.0→^10.8.2^0.52.2→^0.55.13.0.0-canary.1→3.0.0-canary.202508261828^10.1.0→^10.2.03.5.3→3.8.1^3.5.0→^3.7.0^6.0.1→^6.1.2^5.0.5→^5.0.10^4.52.5→^4.57.1^4.53.3→^4.57.1^4.40.2→^4.57.1^4.0.0→^4.57.1^0.33.4→^0.34.5^0.33.5→^0.34.5^0.2.4→^0.2.5^5.9.2→^5.9.3^5.6.3→^5.9.3^5.5.3→^5.9.3^5.0.0→^5.1.0^6.4.1→^6.4.2^2.6.0→^2.8.2^4.3.5→^4.3.6^3.24.1→^3.25.76Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
honojs/node-server (@hono/node-server)
v1.19.9Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.8...v1.19.9
v1.19.8Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.7...v1.19.8
evanw/esbuild (esbuild@<0.25.0)
v0.27.2Compare Source
Allow import path specifiers starting with
#/(#4361)Previously the specification for
package.jsondisallowed import path specifiers starting with#/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping#/*to./src/*(previously you had to use another character such as#_*instead, which was more confusing). There is some more context in nodejs/node#49182.This change was contributed by @hybrist.
Automatically add the
-webkit-maskprefix (#4357, #4358)This release automatically adds the
-webkit-vendor prefix for themaskCSS shorthand property:This change was contributed by @BPJEnnova.
Additional minification of
switchstatements (#4176, #4359)This release contains additional minification patterns for reducing
switchstatements. Here is an example:Forbid
usingdeclarations insideswitchclauses (#4323)This is a rare change to remove something that was previously possible. The Explicit Resource Management proposal introduced
usingdeclarations. These were previously allowed insidecaseanddefaultclauses inswitchstatements. This had well-defined semantics and was already widely implemented (by V8, SpiderMonkey, TypeScript, esbuild, and others). However, it was considered to be too confusing because of how scope works in switch statements, so it has been removed from the specification. This edge case will now be a syntax error. See tc39/proposal-explicit-resource-management#215 and rbuckton/ecma262#14 for details.Here is an example of code that is no longer allowed:
That code will now have to be modified to look like this instead (note the additional
{and}block statements around each case body):This is not being released in one of esbuild's breaking change releases since this feature hasn't been finalized yet, and esbuild always tracks the current state of the specification (so esbuild's previous behavior was arguably incorrect).
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.3.4: fix: handle HTML numeric and hex entities when out of rangeCompare Source
sindresorhus/globals (globals)
v16.5.0Compare Source
6d441caea31521v16.4.0Compare Source
8b8a2d6v16.3.0Compare Source
8c029d9v16.2.0Compare Source
greasemonkeyglobals (#299)e4f6e8cv16.1.0Compare Source
5c58875inspect-js/is-generator-function (is-generator-function)
v1.1.2Compare Source
Fixed
#45Commits
@arethetypeswrong/cli,@ljharb/eslint-cig,@ljharb/tsconfig,@types/tape,for-each9638da4call-bound,get-protod5e41c1v1.1.1Compare Source
Commits
generator-function5477ff1v1.1.0Compare Source
Commits
730165140f30a5npmignoreto autogenerate an npmignore fileec843a46dd27c4717f85eeslint,@ljharb/eslint-config,safe-publish-latest,tape4280e62895c2d0for-each3caee87call-bound1eb55deeslint,@ljharb/eslint-config,aud,auto-changelog,object-inspect,tape5bbd4cdsafe-regex-test5f8b992@ljharb/eslint-config,auto-changelog,npmignore,tapec730f4cget-proto6dfff38audwithnpm audit725db70has-tostringtag5cc3c2d869a507microsoft/monaco-editor (monaco-editor)
v0.55.1Compare Source
v0.55.0Compare Source
Breaking Changes
languages.css,languages.html,languages.json,languages.typescript) to top level namespaces (css,html,json,typescript) to simplify the build process and align with typescript recommendations.New Features
lspnamespace).Bug Fixes
v0.54.0Compare Source
editor.mouseMiddleClickActionv0.53.0Compare Source
New Features
Breaking Changes
prettier/prettier (prettier)
v3.8.1Compare Source
diff
Include available
printersin plugin type declarations (#18706 by @porada)v3.8.0Compare Source
diff
🔗 Release Notes
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
recharts/recharts (recharts)
v3.7.0Compare Source
What's Changed
📢‼️
Cellis now deprecated and will be removed in the next major version. Please migrate allCellusage to use theshapeprop of respective chart elements.Feat
New Hooks
useIsTooltipActive: returns if the tooltip is active by @PavelVanecek in #6880useActiveTooltipCoordinate: returns current tooltip coordinate by @PavelVanecek in #6880Other
Tooltip: allowoffsetprop to accept Coordinate object by @bigsaigon333 in #6868X/YAxisadd new axis type: "auto" by @PavelVanecek in #6823X/YAxis: replacetick: anywith explicit type by @PavelVanecek in #6911Bar/TypeScript: addBarShapePropstype to fixBar.shapetype by @PavelVanecek in #6900TypeScript: add missing useful type exports forcontent,shapefunctions, etc. @PavelVanecek in #6852Fix
BarChart: fixstackOffset=signfor charts with 3 or more positive values in one series by @PavelVanecek in #6807BarStack: fix circular dependency when building with vite by @jkr2255 in #6777BarStack: fixBarStackclipPathin charts withstackOffset=signby @PavelVanecek in #6806BarStack: apply bar stack radius to active bars by @PavelVanecek in #6906Chore
stricttsconfig by @PavelVanecek in #6842Docs
We've started auto-generating our docs for the most part so you should see large improvements in accuracy of the docs between the code, the website, and the storybook. Huge shoutout to @PavelVanecek 🚀
New Contributors
Full Changelog: recharts/recharts@v3.6.0...v3.7.0
isaacs/rimraf (rimraf)
v6.1.2Compare Source
v6.1.1Compare Source
v6.1.0Compare Source
rollup/rollup (rollup)
v4.57.1Compare Source
2026-01-30
Bug Fixes
Pull Requests
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4, @lukastaegert)v4.57.0Compare Source
2026-01-27
Features
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
v4.56.0Compare Source
2026-01-22
Features
Bug Fixes
this(#6230)Pull Requests
v4.55.3Compare Source
2026-01-21
Bug Fixes
Pull Requests
v4.55.2Compare Source
2026-01-19
Bug Fixes
Pull Requests
492b0c8(@renovate[bot])v4.55.1Compare Source
2026-01-05
Bug Fixes
Pull Requests
lovell/sharp (sharp)
v0.34.5Compare Source
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.#4458
Add support for BigTIFF output.
#4459
@throwbi
Improve error messaging when only warnings issued.
#4465
Simplify ICC processing when retaining input profiles.
#4468
v0.34.4Compare Source
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation.#4425
Ensure
autoOrientremoves existing metadata after shrink-on-load.#4431
TypeScript: Ensure
KernelEnumincludeslinear.#4441
@BayanBennett
Ensure
unlimitedflag is passed upstream when reading TIFF images.#4446
Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
#4451
Add sharp-libvips rpath for yarn v5 support.
#4452
@arcanis
v0.34.3Compare Source
v0.34.2Compare Source
v0.34.1Compare Source
v0.34.0Compare Source
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
syntax-tree/unist-util-visit (unist-util-visit)
v5.1.0Compare Source
Types
8607d64Refactor to use@importsefbed8aAdd declaration maps639c0e5Fix type support for readonly arraysby @JounQin in #40
Full Changelog: syntax-tree/unist-util-visit@5.0.0...5.1.0
vega/vega-lite (vega-lite)
v6.4.2Compare Source
Bug Fixes
colinhacks/zod (zod)
v4.3.6Compare Source
Commits:
9977fb0Add brand.dev to sponsorsf4b7baeUpdate pullfrog.yml (#5634)251d716Clean up workflow_calledd4132fix: add missing User-agent to robots.txt and allow all (#5646)85db85efix: typo in codec.test.ts file (#5628)cbf77bbAvoid non null assertion (#5638)dfbbf1cAvoid re-exported star modules (#5656)762e911Generalize numeric key handlingca3c862v4.3.6Configuration
📅 Schedule: Branch creation - Only on Wednesday ( * * * * 3 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.