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 #31

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mjackson/node-fetch-server (source) ^0.5.1 -> ^0.6.1 age adoption passing confidence
@types/bun (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence
@types/node (source) ^22.13.0 -> ^22.13.4 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.8 -> ^2.1.9 age adoption passing confidence
eslint (source) ^9.19.0 -> ^9.20.1 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.5 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.1 age adoption passing confidence

Release Notes

mjackson/remix-the-web (@​mjackson/node-fetch-server)

v0.6.1

  • Update typings and docs for http2 support

v0.6.0

  • Add http/2 support
import * as http2 from 'node:http2';
import { createRequestListener } from '@​mjackson/node-fetch-server';

let server = http2.createSecureServer(options);

server.on(
  'request',
  createRequestListener((request) => {
    let url = new URL(request.url);

    if (url.pathname === '/') {
      return new Response('Hello HTTP/2!', {
        headers: {
          'Content-Type': 'text/plain',
        },
      });
    }

    return new Response('Not Found', { status: 404 });
  }),
);
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

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.

Copy link

cloudflare-workers-and-pages bot commented Feb 2, 2025

Deploying srvx with  Cloudflare Pages  Cloudflare Pages

Latest commit: a0f1352
Status: ✅  Deploy successful!
Preview URL: https://c9851fb2.srvx.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.srvx.pages.dev

View logs

Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.55%. Comparing base (8670a9c) to head (21646ea).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   43.55%   43.55%           
=======================================
  Files          15       15           
  Lines        1102     1102           
  Branches      129      129           
=======================================
  Hits          480      480           
  Misses        618      618           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21646ea to 1e63be1 Compare February 2, 2025 18:50
@renovate renovate bot changed the title chore(deps): update devdependency @types/bun to ^1.2.2 chore(deps): update all non-major dependencies Feb 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5d4afdc to b8c2356 Compare February 9, 2025 15:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0dbd84 to 9649112 Compare February 13, 2025 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9649112 to a0f1352 Compare February 14, 2025 00:38
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