Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nitropack ^1.0.0 -> ^2.12.8 age adoption passing confidence

Release Notes

nitrojs/nitro (nitropack)

v2.12.8

Compare Source

compare changes

🩹 Fixes
  • build: Avoid replacing window$1 (#​3672)
  • cloudflare: Add cloudflare:workers alias in dev (#​3663)
  • Support autoimports typeFrom property for declaration gen (#​3670)
🤖 CI
❤️ Contributors

v2.12.7

Compare Source

compare changes

🩹 Fixes
  • vercel: Always add url to src regex for isr routes (#​3595)
📦
  • Updated dependencies (diff)
❤️ Contributors

v2.12.6

Compare Source

compare changes

🩹 Fixes
  • vercel: Better o11y for ISR cached routes (#​3560, bde8ce85)
  • vercel: Generate prerender config for o11y routes matching isr route rule (#​3562)
  • vercel: Skip o11y routes matching isr route rule (#​3563)
  • vercel: Move / ISR route before wildcard matches (81c2f9cd)
❤️ Contributors

v2.12.5

Compare Source

compare changes

🩹 Fixes
  • vercel: Prefix o11y routes with baseURL (5c58de9b)
  • Allow accessing VFS through unix sockets (#​3533)
  • cloudflare-module: Output _headers file to the correct directory (#​3517)
  • bun: Respect HOST and NITRO_HOST (#​3547)
💅 Refactors
📖 Documentation
📦 Build
  • Remove @netlify/functions dependency (#​3556)
  • Update node engine to ^20.19.0 (#​3557)
🏡 Chore
  • Update @vercel/nft to 0.30 (97ff9d5e)
  • Update pretty-bytes and unplugin-utils (d847547f)
❤️ Contributors

v2.12.4

Compare Source

compare changes

🩹 Fixes
  • vercel: Valid regex for o11y routes (#​3500)

v2.12.3

Compare Source

compare changes

🩹 Fixes
  • config: Fallback to nitro-dev for older compatibility dates (#​3487)
  • Store nitro.json commands relative to output dir (#​3492)
  • cloudflare: Lowercase auto generated worker name (#​3490)
❤️ Contributors

v2.12.2

Compare Source

compare changes

🩹 Fixes
  • cloudflare, aws-lambda: Optional access to options (#​3482)

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • build: Resolve deploy and preview commands (#​3481)

v2.12.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Respect output configs for preview/deploy command tips (#​3388)
  • cloudflare-module: Generate _headers in dist (#​3442)
  • azure: Prefer bodyBuffer for request body (#​3375)
  • cloudflare: Fix tips for the preview/deploy commands (#​3389)
  • vercel: Clamp runtime config to valid node versions (#​2824)
💅 Refactors
  • cloudflare: Update wrangler types (#​3436)
📖 Documentation
  • cache: Add note about normalizing keys (#​3459)
❤️ Contributors

v2.11.13

Compare Source

compare changes

🩹 Fixes
  • types: Resolve absolute paths for type imports (#​3368)
  • cloudflare: Global process.env polyfill (#​3401)
  • dev: Only use build dir for output (#​3413)
  • types: Enable skipLibCheck by default (#​3373)
  • exaternals: Add an option to change output node_modules permission (#​3419)
💅 Refactors
  • Depend on unenv polyfill for global (#​3364)
  • Add tsConfig to types:extend hook (#​3399)
  • Update unenv and node compat (#​3421)
📖 Documentation
❤️ Contributors

v2.11.12

Compare Source

compare changes

🩹 Fixes
  • dynamic-require: Update regexp for new webpack import pattern (#​3339)
  • aws-lambda-streaming: Handle undefined response body (#​3346)
  • Scan handlers when initialising nitro (6e1e4f7d)
💅 Refactors
  • Better error for scanned dirs being a file (#​3342)
📖 Documentation
  • cloudflare: Add deployConfig and prefer modules (#​3259)
  • Add workspaceDir config option (#​3347)
❤️ Contributors

v2.11.11

Compare Source

compare changes

🩹 Fixes
  • static: Remove id from 404 statusMessage (#​3338)

v2.11.10

Compare Source

compare changes

🩹 Fixes
  • open-api: Load virtual files from rollup rather than fs (#​3324)
  • netlify-edge: Enable function caching (#​3321)
  • cloudflare: Inherit context._platform for direct fetch (#​3336)
💅 Refactors
  • cloudflare-durable: (experimental) Expose publish from durable object (#​3305)
📖 Documentation
  • Correct example paths for serverAssets option (#​3315)
  • azure: Build command missing run (#​3313)
❤️ Contributors

v2.11.9

Compare Source

compare changes

🩹 Fixes
  • cludflare-module: Respect baseURL for public output assets (#​3280, #​3283)
  • Add unenv aliases for process/ and string_decoder/ (#​3273)
💅 Refactors
  • openapi: Allow extensible x- properties in $globals (#​3278)
  • Allow setting dotenv config for loadOptions (#​3274)
  • cloudflare: Detect workers build ci (#​3279)
  • cloudflare: Enable node compat and deploy config progressively on new workers CI (#​3284)
  • Soft warning for compatibility date (#​3292)
  • cloudflare, deno-deploy: Update node compat (#​3301)
  • dev: Update serve-static to v2 (#​3302)
📖 Documentation
  • Add compatibility date info (#​3290)
❤️ Contributors

v2.11.8

Compare Source

compare changes

🩹 Fixes
  • dev: Conditionally set headers for error handler (#​3249)
  • aws-lambda: Aws-lambda-streaming set-cookie headers (#​3236)
  • config: Resolve srcDir relative to rootDir (#​3250)
📦 Build
  • Inline openapi-typescript types to reduce install size by 39MB (#​3252)
❤️ Contributors

v2.11.7

Compare Source

compare changes

🆙 Updates
  • cloudflare: Update node.js compatibility (node:crypto and node:tls) (#​3230)
  • netlify-edge: Update node.js compatibility (node:sqlite) (#​3231)
  • minor dependency updates and removed unused dependencies (c24f39c2, ff9c4f08)
🩹 Fixes
  • app: Import user code last to avoid initialization order issues (#​3226)
  • app: Only inherit waitUntil and platform context in direct fetch (#​3224)
  • dev: Always propagate proxy errors (#​3229)
💅 Refactors
📖 Documentation
  • Use server/ dir in all places (#​2775)
  • deno-server: Add note for compatibilityDate (#​3190)
  • netlify: Add note for compatibilityDate (#​3189)
  • firebase: Add firebase-app-hosting (#​3217)
  • Updated callout (#​3219)
❤️ Contributors

v2.11.6

Compare Source

compare changes

🩹 Fixes
  • Update enenv and cloudflare node compat (#​3187)
  • dev: Use port for bun on windows (#​3188)
💅 Refactors
  • Remove extra space in logs (#​3181)
  • Remove dependency on unenv mock utils (#​3186)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors

v2.11.5

Compare Source

compare changes

🩹 Fixes
  • dev: Use abstract sockets on linux with node.js >=20 (#​3178)
  • dev: Use os tmp dir for unix sockets (#​3179)
📦 Build
🌊 Types
  • Mark $global optional for NitroRouteMeta (#​3174)
❤️ Contributors

v2.11.4

Compare Source

compare changes

🩹 Fixes
  • dev: Auto fallback to port if socket listening failed (#​3165)
  • dev: Polyfill globalThis.crypto for Node.js 18 (#​3166)
  • cli: Add globalThis.crypto polyfill for Node.js 18 (#​3167)
  • dev: Polyfill globalThis.crypto for Node.js 18 (#​3168)
  • dev: Try normal socket for CI (a4569493)
📦 Build
❤️ Contributors

v2.11.3

Compare Source

compare changes

🩹 Fixes
  • cloudflare: Support wrangler.jsonc (#​3162)
💅 Refactors
  • Expose default error to custom handler (#​3161)
  • dev: Only show force close warn in debug mode (06147e7a)
🏡 Chore
❤️ Contributors

v2.11.2

Compare Source

compare changes

🩹 Fixes
  • prerender: Ignore prefixed public assets (#​3093)
  • dev: Mark event as handled before sending proxy (058819aa)
  • dev: Force close server immediately in test and ci (97ed879a)
  • dev: Close all connections when reloading (5b5e10e7)
  • config: Respect config overrides for defaults (#​3158)
💅 Refactors
  • Move handled set to proxy util (67c396ba)
🏡 Chore
❤️ Contributors

v2.11.1

Compare Source

compare changes

🩹 Fixes
  • dev: Use full socket path for windows and linux (#​3152)
  • dev: Add random number to socket name (#​3153)
  • dev: Limit /_vfs to local ips only (#​3154)
  • app: Update event before calling request hook (#​3155)
❤️ Contributors

v2.11.0

Compare Source

Check release notes

v2.10.4

Compare Source

compare changes

🔥 Performance
  • raw: Avoid extra this.resolve when possible (#​2857)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors

v2.10.3

Compare Source

compare changes

🩹 Fixes
  • Allow adding custom Vary to static assets handler (#​2835)
  • netlify: Only include env polyfill in netlify-edge (#​2851)
  • Scan env specific handlers without method in their name (#​2852)
  • config: Add back default storage mounts (#​2853)
📖 Documentation
🌊 Types
  • cache: Resolved value is not nullable (#​2848)
❤️ Contributors

v2.10.2

Compare Source

compare changes

🩹 Fixes
  • rollup: Pass options to resolve (#​2842)
📖 Documentation
  • cloudflare: Update cloudflare-module (#​2831)
  • Update nightly and experimental banners (9ff37139)
❤️ Contributors

v2.10.1

Compare Source

compare changes

🩹 Fixes
  • imports: Use explicit import for useDatabase (#​2837)
  • rollup: Check raw extensions against resolved id (#​2838)
  • imports: Use explicit imports (#​2839)
  • Update node_cluster entry name (#​2840)
❤️ Contributors

v2.10.0

Compare Source

compare changes

🚀 Enhancements
  • Generate types for runtime config (#​2306)
  • serverAssets: Support ignore option (#​2302)
  • Expose getRouteRulesForPath from nitro runtime (#​2238)
  • openapi: Support configuration via openapi (#​2299)
  • Environment specific event handlers (#​2272)
  • Experimental defineRouteMeta (#​2102)
  • cloudflare-pages: Generate wrangler.toml (#​2353)
  • Allow customizing apiBaseURL, apiDir and routesDir (#​1763)
  • aws-lambda: Experimental streaming support (#​2412)
  • providers: Add gitlab-pages static provider (#​2420)
  • netlify: Experimental support v2 functions ISR via targeted cache-control headers (#​2406)
  • Add compatibility date support (#​2511)
  • cloudflare-module: Support cloudflare:email and cloudflare:queue hooks (#​2487)
  • defineCachedEventHandler: Add event.context.cache (#​2519)
  • core: Warn if runtime config is not serializable (#​2542)
  • netlify: Use new durable cache-control directive for isr rule (#​2571)
  • open-api: Production mode (#​2570)
  • deno-server: Use output node_modules for start task (#​2687)
  • Add genezio preset (#​2637)
  • Add zerops preset (#​2698)
  • dev-server: Redirect requsts without base url (#​2713)
  • firebase: Upgrade default runtime to node 20 (#​2654)
  • Upgrade to jiti v2 (#​2742)
  • raw: Add .sql to raw file extensions (#​2745)
  • scan: Route groups (#​2664)
  • renderer: Add render:before hook (#​2770)
  • Add pdf and wasm to compressible mime types (#​2766)
  • ws: Upgrade crossws to 0.3.x (#​2776)
  • vercel: Allow fine-grained isr config via route rules (#​2780)
  • Update db0 to v0.2 (3d5216be)
  • cloudflare-module: Expose all handlers as runtime hooks (#​2795)
  • cloudflare-module: Use new workers static assets (#​2800)
  • Experimental cloudflare-durable preset (#​2801)
  • aws-lambda: Add streaming support to main preset (#​2786)
  • Include preset config in .output/nitro.json (#​2807)
  • cache: Set ttl for native expiration (with swr disabled) (#​2783)
🔥 Performance
  • Limit open files in generateFSTree (#​2458)
  • netlify-legacy: Exclude static paths from server handler (#​2823)
  • netlify, netlify-edge: Exclude static paths from server handler (#​2822)
🩹 Fixes
  • github-pages: Prerender / by default (#​2334)
  • deno-server: Always inject process from node:process (#​2372)
  • deno-server: Explicitly remove cert/key from options if either is not set (#​2373)
  • Deduplicate plugins (#​2391)
  • iis: Deep merge configs (#​2358)
  • externals: Compare package paths against normalized id (#​2371)
  • azure: Correctly handle maxAge cookie option (#​2400)
  • Add .tsx and .jsx to node-resolve extensions (#​2398)
  • Lower-case accepted handler method (#​2382)
  • Set compilerOptions.noEmit to avoid tsconfig.json warning (#​2402)
  • prerender: Only try to add / after prerender:routes hook (#​2348)
  • azure: Correctly handle maxAge cookie option (#​2403)
  • aws-lambda-streaming: Fix global lambda import pointing to wrong (#​2422)
  • netlify: Match ISR route rules when path has a query string (#​2440)
  • preset-iis: Parse without explicitArray to allow merging web.config (#​2457)
  • Pass custom entry filename when resolving prerenderer (#​2461)
  • vercel: Support custom baseURL (#​2464)
  • Use relative paths in nitro-config.d.ts (#​2471)
  • netlify: Added missing quotes in utils (#​2472)
  • Avoid named exports from package.json (e6097ed7)
  • cloudflare-pages: Remove .html extension from _routes.json (#​2498)
  • More compatibility for import from nitropack/runtime/* (#​2501)
  • build: Correctly watch custom apiDir and routesDir (#​2502)
  • public-assets: Do not shadow paths that share prefix (#​2516)
  • core: Resolve modules with esm compatibility (#​2514)
  • prerender: Extract links from explicit html routes (#​2517)
  • Upate cli preset with esm module format (#​2539)
  • Make sure nitro runtime goes to one chunk (#​2547)
  • types: Infer types correctly when method is omitted (#​2551)
  • renderer: Check full path for /favicon.ico placeholder (#​2553)
  • netlify: Ensure preview command is correct (#​2561)
  • Backward compatibility types for v2 (#​2563)
  • handler-meta: Check for .name with undefined value in ObjectExpression (#​2565)
  • Hide unhandled error messages in prod (#​2591)
  • prerender: Allow ignoring errors in prerender:generate hook (#​2610)
  • Only hide message of unhandled errors in prod (#​2619)
  • prerender: Skip protocol relative links (#​2661)
  • Ensure legacy runtime config types are populated (#​2724)
  • Ensure legacy hook types are populated (#​2725)
  • Do not generate runtime config types with external framework (#​2732)
  • prerender: Log error stack traces (#​2720)
  • cache: Use top level function to avoid rollup chunk ordering issues (#​2741)
  • cli: Respect custom buildDir option for tasks subcommand (#​2635)
  • Initialize nitro app before plugins run (#​1906)
  • cloudflare-module: Use correct types for email and queue events/hooks (#​2711)
  • azure-functions: Follow symlinks in zip bundle (#​2769)
  • Use jiti with { default: true } for importing modules (d77288c2)
  • firebase: Validate custom serverFunctionName (#​2773)
  • Add db0 and std-env to runtimeDependencies (a399e189)
  • error: Add cache-control: no-cache for 404 responses (#​2793)
  • renderer: Check ctx.response (7a97b0a2)
  • cache: Catch error when getting cache entry (#​2609, #​2820)
  • cache: Try decode path (#​2658)
  • cloudflare: Support custom baseURL (#​2821)
  • Handle incompatible compatibility date for presets (#​2828)
💅 Refactors
  • openapi: Update swagger-ui version to v5 for OpenAPI v3.1 support (#​2343)
  • cloudflare-pages: Update root wrangler.toml in CI (#​2355)
  • Strict typechecks (#​2370)
  • Convert CapturedErrorContext to interface to allow type augmentation (#​2393)
  • Overhaul presets structure (#​2446)
  • Structure overhaul (#​2473)
  • Remove dependency on /runtime/internal/* subpaths (#​2524)
  • Migrate to colors from consola/utils (#​2574)
  • Remove fs-extra dependency (#​2743)
  • cache: Remove unnecessary nullish coalescing operator (#​2608)
  • dev: Attach worker reload error as cause (#​2651)
  • Improve type definitions for CacheOptions (#​2700)
  • cloudflare-module: Extract reusable logic (#​2799)
📖 Documentation
  • Remove duplicate option definition (#​2339)
  • fetch: Unexpected spaces (#​2368)
  • Correct env variable to NITRO_SHUTDOWN_DISABLED (#​2377)
  • caching: Fix typos and rephrase for clarity (#​2380)
  • Add a usage example for server sent events (#​2379)
  • Correct directory name (#​2417)
  • Use npx nypm install in instead of npm install (#​2421)
  • websocket: Correct nuxt sse url (#​2430)
  • node: Fix node-listener example (#​2456)
  • Prefix NITRO_ in .env file (#​2486)
  • Fix typo autoSubFolderIndex ~> autoSubfolderIndex (#​2494)
  • Correct h3 docs link to event-handler (#​2500)
  • Move await to explicit line for clarity (#​2577)
  • Fix typos (#​2578)
  • Fix typos (#​2589)
  • storage: Add await before setItem (#​2588)
  • Convert to underscore preset names (#​2592)
  • Fix title format (#​2594)
  • cloudflare: Add missing await (#​2601)
  • compressPublicAssets: Adjust formatting (#​2603)
  • routing: Add nested example (#​2625)
  • Fix mdc component usage and cloudflare preset reference (#​2600)
  • Fix grammar (#​2669)
  • server routes: Fix typo (#​2675)
  • utils: Update github link (#​2596)
  • config: Fix url for log level (#​2699)
  • Remove old components (fc6c2fae)
  • config: Fix typos (#​2728)
  • cache: Fix code format (#​2740)
  • config: Fix typo prerender retries -> retry (#​2746)
  • /_nitro/scalar general availability (#​2754)
  • Notice for OpenAPI paths changing in future versions (#​2755)
  • node: Fix typo (#​2761)
  • routing: Fix grammer (#​2763)
  • routing: Add error handling section (#​2733)
  • tasks: Fix grammar (#​2768)
  • server-utils: Fix typos (#​2790)
  • Update reference to old radix3 link (#​2787)
  • typescript: Tiny typos (#​2805)
  • server-routes: Typo (#​2808)
  • Fix nitro runtime hooks link (#​2826)
  • Use nitro.build as canonical (78cd3e7b)
📦 Build
  • Explicitly add nitropack to externals (nightly) (b2831dd5)
  • Load presets from unbundled nitropack/presets (#​2459)
  • Update unbuild to 3.x (c95dae55)
  • Introduce nitropack/meta (ca2282bb)
  • Improve chunk names (4106750c)
  • Hotfix unbuild to resolve jiti stub await issue (01128017)
  • Mirror nitro and nitropack npm packages (#​2497)
🌊 Types
  • firebase: Support 22 for nodeVersion (#​2653)
🏡 Chore

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/nitropack-2.x branch 2 times, most recently from 8aaba69 to ae9409f Compare January 30, 2023 16:29
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 3 times, most recently from efeb3e0 to 2896ca5 Compare February 9, 2023 11:41
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from e54fd02 to 2318b83 Compare February 21, 2023 18:31
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 2318b83 to ca38bcd Compare March 16, 2023 09:02
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from ca38bcd to 13e7cc4 Compare March 24, 2023 17:05
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 13e7cc4 to 69c2b98 Compare April 17, 2023 11:37
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 69c2b98 to a30c70e Compare May 28, 2023 10:07
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 3 times, most recently from 3bc7645 to 5f9c54d Compare June 28, 2023 14:14
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 3 times, most recently from 4b2ddd9 to 85e6825 Compare August 27, 2023 20:03
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 85e6825 to 6d9682b Compare September 7, 2023 17:19
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 6d9682b to a3f6e96 Compare October 19, 2023 20:55
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from a3f6e96 to d03c563 Compare October 29, 2023 08:40
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from 3fa0815 to 6bc86ec Compare November 29, 2023 20:22
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from 3971bef to ab09e76 Compare February 29, 2024 11:50
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from 9fe7878 to fb8e17a Compare March 10, 2024 12:02
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from fb8e17a to 4e1f809 Compare March 15, 2024 22:13
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 4e1f809 to 15d4587 Compare March 25, 2024 19:41
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 15d4587 to 9fff298 Compare April 3, 2024 01:18
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 9fff298 to 93040c3 Compare June 27, 2024 17:16
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 7 times, most recently from 3b5a1e4 to acde5eb Compare March 9, 2025 00:52
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from acde5eb to cfa314e Compare March 19, 2025 00:54
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from cfa314e to 32db5d5 Compare March 28, 2025 23:58
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 32db5d5 to 6d4c8cc Compare April 10, 2025 21:35
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from ed9e851 to 4038ead Compare April 28, 2025 10:39
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 4038ead to 8b309f3 Compare May 13, 2025 16:14
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 8b309f3 to 016acc4 Compare June 25, 2025 19:01
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 5 times, most recently from 71485d3 to 7cf31e3 Compare July 22, 2025 16:44
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from c62f647 to 94623b9 Compare August 13, 2025 13:16
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 94623b9 to acc7f5c Compare August 19, 2025 12:19
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch 2 times, most recently from 4e1b623 to d60f936 Compare September 2, 2025 10:37
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from d60f936 to 1090a5f Compare September 11, 2025 15:41
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 1090a5f to 9f4db88 Compare September 25, 2025 18:01
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 9f4db88 to 2128119 Compare October 9, 2025 16:23
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 2128119 to 7b0054f Compare October 21, 2025 18:58
@renovate renovate bot force-pushed the renovate/nitropack-2.x branch from 7b0054f to 31e9969 Compare October 25, 2025 23:39
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.

0 participants