chore(deps): update devdependencies (non-major) - #323
Merged
Conversation
|
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #323 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 127 127
Branches 35 35
=========================================
Hits 127 127 Continue to review full report in Codecov by Harness.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.1.0→5.1.19.0.2→9.0.38.5.23→8.5.245.109.1→5.109.27.2.1→7.2.2Release Notes
ankitskvmdam/clean-jsdoc-theme (clean-jsdoc-theme)
v5.1.1Compare Source
Highlights
scrollbar— opt out of the overlay scrollbar (#281)A new
scrollbaroption controls scrollbar presentation, restoring what v4 offered viashouldRemoveScrollbarStyle:styled(default) — the current overlay bar (invisible at rest, paints on scroll/hover). Unchanged — existing sites are unaffected.visible— the same themed bar, but always shown (no idle-hide).native— no scrollbar styling; the browser's own always-visible scrollbar.Works for both the JSDoc template and the TypeDoc plugin. Migration:
shouldRemoveScrollbarStyle: true→scrollbar: "native".Patch Changes
scrollbaroption (see Highlights). Purely additive — the default (styled) preserves existing behavior. (#281)Security
Full changelog: ankitskvmdam/clean-jsdoc-theme@v5.1.0...v5.1.1
bcomnes/npm-run-all2 (npm-run-all2)
v9.0.3Compare Source
Merged
#244#243#242#241#237#239#238Commits
7f5fca6d970668postcss/postcss (postcss)
v8.5.24Compare Source
webpack/webpack (webpack)
v5.109.2Compare Source
Patch Changes
Resolve aliases pointing at a package directory whose name ends with
.jsagain. (by @alexander-akait in #21542)Name CSS sources in source maps by their resource path, without the
cssprefix. (by @bjohansebas in #21536)Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @bjohansebas in #21528)
Report
"universal"as the loader context target for the universal target. (by @alexander-akait in #21540)Skip
require().propin dead branches gated by inlined imported constants. (by @hai-x in #21517)Annotate configuration options and public hooks in the generated types with the
@sinceJSDoc tag. (by @bjohansebas in #21473)webpack/webpack-cli (webpack-cli)
v7.2.2Compare Source
Patch Changes
module.enableCompileCache, available on Node.js >= 22.8.0) to speed up CLI startup (by @bjohansebas in #4818)Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.