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: updates for undici fetch #1496

Merged
merged 4 commits into from
Dec 3, 2024
Merged

chore: updates for undici fetch #1496

merged 4 commits into from
Dec 3, 2024

Conversation

cmwylie19
Copy link
Collaborator

Description

Updates the journey tests and mocking for the undici fetch in KFC

Related Issue

Fixes #1493

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@cmwylie19 cmwylie19 requested a review from a team as a code owner December 3, 2024 00:13
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.17%. Comparing base (4d367cc) to head (4a37724).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1496   +/-   ##
=======================================
  Coverage   79.17%   79.17%           
=======================================
  Files          39       39           
  Lines        1719     1719           
  Branches      404      412    +8     
=======================================
  Hits         1361     1361           
- Misses        329      356   +27     
+ Partials       29        2   -27     
Files with missing lines Coverage Δ
src/cli/init/templates.ts 70.58% <ø> (ø)

... and 7 files with indirect coverage changes

Copy link

socket-security bot commented Dec 3, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment, filesystem, network Transitive: shell, unsafe +114 50.7 MB pepr-dev
npm/[email protected] None 0 1.28 MB ethan_arrowood, matteo.collina, ronag

🚮 Removed packages: npm/[email protected], npm/[email protected]

View full report↗︎

Bumps the production-dependencies group with 1 update in the / directory: [kubernetes-fluent-client](https://github.com/defenseunicorns/kubernetes-fluent-client).


Updates `kubernetes-fluent-client` from 3.3.4 to 3.3.6
- [Release notes](https://github.com/defenseunicorns/kubernetes-fluent-client/releases)
- [Commits](defenseunicorns/kubernetes-fluent-client@v3.3.4...v3.3.6)

---
updated-dependencies:
- dependency-name: kubernetes-fluent-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
btlghrants
btlghrants previously approved these changes Dec 3, 2024
Signed-off-by: Case Wylie <[email protected]>
btlghrants
btlghrants previously approved these changes Dec 3, 2024
Signed-off-by: Case Wylie <[email protected]>
@cmwylie19 cmwylie19 added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit afdc893 Dec 3, 2024
46 checks passed
@cmwylie19 cmwylie19 deleted the 1493 branch December 3, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Replace nock in hello-pepr/update journey test fetch to use undici
2 participants