Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.6.0 -> ^1.7.0 age adoption passing confidence
@nuxt/eslint-config (source) ^0.6.1 -> ^0.7.4 age adoption passing confidence
@nuxtjs/plausible ^1.0.3 -> ^1.2.0 age adoption passing confidence
@types/node (source) ^22.9.0 -> ^22.10.2 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.5 -> ^2.1.8 age adoption passing confidence
eslint (source) 9.13.0 -> 9.17.0 age adoption passing confidence
eslint (source) ^9.15.0 -> ^9.17.0 age adoption passing confidence
eslint-config-unjs ^0.4.1 -> ^0.4.2 age adoption passing confidence
jiti ^2.4.0 -> ^2.4.2 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.17 age adoption passing confidence
nitropack >=2.9.7 -> >=2.10.4 age adoption passing confidence
nuxt (source) ^3.14.159 -> ^3.15.0 age adoption passing confidence
pnpm (source) 9.13.2 -> 9.15.2 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
unbuild ^3.0.1 -> ^3.2.0 age adoption passing confidence
vitest (source) ^2.1.5 -> ^2.1.8 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.7.0

Compare Source

Features
  • improves vscode integration, support multiple backends (#​763) (463f6ad)

1.6.4 (2024-12-12)

Bug Fixes

1.6.3 (2024-12-03)

Bug Fixes

1.6.2 (2024-12-03)

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

1.6.1 (2024-11-20)

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)

v1.6.4

Compare Source

Bug Fixes

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)

v1.6.1

Compare Source

Bug Fixes
Features
  • apply lint, use explict import (2c6d2d3)
nuxt/eslint (@​nuxt/eslint-config)

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/plausible (@​nuxtjs/plausible)

v1.2.0

Compare Source

[!NOTE]
Yes, this release contains a breaking change. However, the proxy path introduced in v1.1 wasn't working properly. Thus, the breaking change as well as its refactors will fix the feature in the first place. There is no real breaking change for the developer.

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v1.1.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.4.2

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors
unjs/jiti (jiti)

v2.4.2

Compare Source

compare changes

🩹 Fixes
  • cache: Add +map suffix to fs entries when sourceMaps enabled (#​352)
  • Use native require cache of loaded entries only (#​348)
🏡 Chore
✅ Tests
  • Simplify snapshot tests (#​351)
❤️ Contributors

v2.4.1

Compare Source

compare changes

🩹 Fixes
  • Interop modules with primitive default export (#​343)
🏡 Chore
❤️ Contributors
rich-harris/magic-string (magic-string)

v0.30.17

Compare Source

Bug Fixes
  • remove problematic type: module (092697b)

v0.30.16

Compare Source

Bug Fixes
  • missing mapping after a line break with hires: 'boundary' (#​298) (24cb8ea)
Features

v0.30.15

Compare Source

Features

v0.30.14

Compare Source

Features

v0.30.13

Compare Source

Features
nitrojs/nitro (nitropack)

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 - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch 11 times, most recently from 31d0503 to 7eea4ec Compare November 23, 2024 07:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from fa09860 to bdf644b Compare December 2, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 42bcb13 to 924e4f6 Compare December 6, 2024 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3780030 to 85026a6 Compare December 12, 2024 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2fa5294 to 80f71bd Compare December 17, 2024 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d081325 to 68f0a04 Compare December 26, 2024 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14a3e2d to 3b3f444 Compare December 28, 2024 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b3f444 to bcbff3c Compare December 29, 2024 00:18
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