Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^6.1.0 -> ^6.2.0 age confidence
@nuxt/eslint-config (source) ^1.9.0 -> ^1.10.0 age confidence
@types/node (source) ^22.18.12 -> ^22.19.0 age confidence
deno (source) 2.5.4 -> 2.5.6 age confidence
eslint (source) ^9.38.0 -> ^9.39.0 age confidence
eslint-plugin-jsdoc 61.1.9 -> 61.1.11 age confidence
knip (source) ^5.66.3 -> ^5.67.0 age confidence
magicast ^0.4.0 -> ^0.5.1 age confidence
nitropack ^2.12.8 -> ^2.12.9 age confidence
ofetch ^1.4.1 -> ^1.5.1 age confidence
pnpm (source) 10.19.0 -> 10.20.0 age confidence
srvx (source) ^0.9.1 -> ^0.9.4 age confidence
tsdown ^0.15.11 -> ^0.15.12 age confidence
youch ^4.1.0-beta.11 -> ^4.1.0-beta.12 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v6.2.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/eslint (@​nuxt/eslint-config)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
denoland/deno (deno)

v2.5.6

Compare Source

  • Revert "chore: update urlpattern (#​31054)" (#​31117)
  • fix(ext/node): implement StatementSync#columns() method (#​31119)
  • fix(windows): re-allow spawning bat and cmd files (#​31118)
  • fix(windows): strip periods and trailing slashes when normalizing paths
    (#​31131)

v2.5.5

Compare Source

  • feat(unstable): ability to exclude packages from minimum dependency age
    constraint (#​31031)
  • feat(unstable): ability to only install dependencies older than a certain date
    (#​30752)
  • feat(unstable): ability to specify minimum dependency age in deno.json file
    (#​31007)
  • feat(unstable): add deno audit subcommand (#​30966)
  • feat(unstable): add process id to permission broker messages (#​31050)
  • feat(unstable): dynamic command-line completions for deno task (#​30670)
  • feat(unstable): typescript-go integration for deno check (#​30920)
  • fix(audit): handle 'review' actions (#​31100)
  • fix(check): error when type checking after deduping packages (#​31049)
  • fix(check): fall back to copying tsgo binary if rename fails (#​31074)
  • fix(check): respect "compilerOptions.skipLibCheck" for graph errors (#​30989)
  • fix(check): support isolatedDeclarations (#​31061)
  • fix(check): support text and bytes imports with --unstable-tsgo (#​31084)
  • fix(cli/args): empty permissions in config should not require -P (#​31063)
  • fix(coverage): don't process coverage for blob: urls (#​31035)
  • fix(docs): Deno.args example doesn't work (#​30969)
  • fix(docs): documented allowed subdomain should be gist and not user for
    githubusercontent.com (#​30913)
  • fix(ext/http): display localhost url once on windows (#​31088)
  • fix(ext/http): make websocket response headers mutable (#​31000)
  • fix(ext/node): dns.resolve6 compatibility (#​30974)
  • fix(ext/node): fs.read/fs.readSync and fs.write/fs.writeSync compatibility
    (#​31013)
  • fix(ext/node): path.matchesGlob compatibility (#​30976)
  • fix(ext/node): checking Symbol in env should not ask for permission
    (#​30965)
  • fix(ext/node): cpus() should not error when there's no cpu info (#​31097)
  • fix(ext/node): false deprecation warning on crypto.createHmac (#​31025)
  • fix(ext/node): handle empty writes in chunked HTTP requests (#​31066)
  • fix(ext/node): handle multiple calls in inspector.Session.post() (#​31067)
  • fix(ext/node): impl sqlite 'backup' capability (#​29842)
  • fix(ext/node): implement FileHandle.readLines() (#​31107)
  • fix(ext/node): inconsistent error message thrown by AssertionError (#​31089)
  • fix(ext/node): make kReinitializeHandle work for TLS wrap (#​31079)
  • fix(ext/node): process.moduleLoadList as undefined (#​31022)
  • fix(ext/node): support option object parameter on fs.write and
    fs.writeSync (#​30999)
  • fix(ext/web): fix promise chain leak of ReadableStream (#​30871)
  • fix(fmt/json): support hexadecimal numbers, plus sign on numbers, and words
    with underscores (#​31057)
  • fix(kv): do not error when creating kv db with relative path and -A (#​31021)
  • fix(lockfile): purged package reqs should be removed from the jsr deps when
    changing workspace config (#​30998)
  • fix(lsp): add support for source.organizeImports (#​31016)
  • fix(lsp): refresh configuration when tsconfig.json is changed (#​30993)
  • fix(napi): Fix misused napi_callback_info in CallbackInfo (#​30983)
  • fix(npm): add a deduplication pass and reduce lockfile diffs (#​30973)
  • fix(npm): handle deno run/install of npm package with only directories.bin
    (#​30919)
  • fix(npm): occasional panic when upgrading npm package constraints (#​31006)
  • fix(npm): regression resolving npm bin for default when only one entry
    (#​31055)
  • fix(process): case insenstive check for disallowing .bat and .cmd (#​30967)
  • fix(rt): prevent Event to be overwritten on bootstrap (#​30971)
  • fix(unstable): read npm lazy caching from unstable config in deno.json as well
    (#​31026)
  • fix: Deno.serve correctly passes tcpBacklog option (#​30748)
  • fix: debug log for package.json being found was incorrect (#​31062)
  • fix: regex pattern syntax in config-file.v1.json (#​31038)
  • fix: show referrer range in deno_core loader errors (#​30981)
eslint/eslint (eslint)

v9.39.0

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v61.1.11

Compare Source

Bug Fixes
  • fixing of missing parent should go between child and grandparent (4f2ec35)

v61.1.10

Compare Source

Bug Fixes
  • imports-as-dependencies: check for object-based types (or typings) (c9a22b6)
webpro-nl/knip (knip)

v5.67.0

Compare Source

v5.66.4

Compare Source

unjs/magicast (magicast)

v0.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
unjs/ofetch (ofetch)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • Normalize options.headers (again) after onRequest hook (#​524)
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Serialize with URLSearchParams for application/x-www-form-urlencoded content type header (#​482)
  • Auto detect text/event-stream as stream response type (#​486)
🩹 Fixes
  • Mark FormData & URLSearchParams as non-serializable for bun compatibility (#​483)
💅 Refactors
  • Deprecate params in favor of query (#​511)
📖 Documentation
  • readme: Use ProxyAgent in example (#​465)
  • Fix typo (#​472)
  • Add retryStatusCodes option to auto retry example (#​480)
  • Guide on augmenting FetchOptions (#​487)
  • Replace ProxyAgent with Agent in self-signed certs example (#​516)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.
h3js/srvx (srvx)

v0.9.4

Compare Source

compare changes

🩹 Fixes
  • Handle non promise and promise-like values for waitUntil (ef71acd)
❤️ Contributors

v0.9.3

Compare Source

compare changes

🚀 Enhancements
  • node, deno, bun: Graceful shutdown (#​136)
  • Support SERVER_SHUTDOWN_TIMEOUT and SERVER_FORCE_SHUTDOWN_TIMEOUT env variables (00454db)
🩹 Fixes
  • cli: Avoid double close (51dbad2)
❤️ Contributors

v0.9.2

Compare Source

compare changes

🩹 Fixes
  • Lazy inherit property symbols too (e63a34d)
🏡 Chore
  • Add explicit build script to publish (6f93cc7)
❤️ Contributors
rolldown/tsdown (tsdown)

v0.15.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
poppinss/youch (youch)

v4.1.0-beta.12: Bug fixes and replace cookie package with cookie-es

Compare Source

Bug Fixes
  • template: wrong scollbar color when page and browser theme mismatch (#​80) (d2951f3)
Features
What's Changed
  • fix - Support errors without stack trace and move scripts to the body end by @​AylenHoz in #​77
  • fix(template): wrong scollbar color when page and browser theme mismatch by @​L33Z22L11 in #​80
New Contributors

Full Changelog: poppinss/youch@v4.1.0-beta.11...v4.1.0-beta.12


Configuration

📅 Schedule: Branch creation - "on Monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner November 3, 2025 03:38
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 3, 2025

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@1111
npm i https://pkg.pr.new/nuxi@1111
npm i https://pkg.pr.new/@nuxt/cli@1111

commit: a10acad

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

📦 Bundle Size Comparison

📈 nuxi

Metric Base Head Diff
Rendered 4298.20 KB 4307.64 KB +9.44 KB (+0.22%)

➡️ nuxt-cli

Metric Base Head Diff
Rendered 121.07 KB 121.07 KB 0.00 KB (0.00%)

📈 create-nuxt

Metric Base Head Diff
Rendered 2321.09 KB 2329.33 KB +8.24 KB (+0.35%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 3, 2025

CodSpeed Performance Report

Merging #1111 will not alter performance

Comparing renovate/all-minor-patch (a10acad) with main (6d1fedf)

Summary

✅ 2 untouched

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6317e4a to a10acad Compare November 3, 2025 07:35
@danielroe danielroe merged commit d126a36 into main Nov 3, 2025
12 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch November 3, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants