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

fix(deps): update external fixes #9

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastly/js-compute 3.18.1 -> 3.21.2 age adoption passing confidence
husky 9.1.3 -> 9.1.5 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.9 age adoption passing confidence
mocha (source) 10.7.0 -> 10.7.3 age adoption passing confidence
nock 13.5.4 -> 13.5.5 age adoption passing confidence
semantic-release 24.0.0 -> 24.1.0 age adoption passing confidence

Release Notes

fastly/js-compute-runtime (@​fastly/js-compute)

v3.21.2

Compare Source

Fixed

v3.21.1

Compare Source

Bug Fixes

v3.21.0

Compare Source

Features
  • ship --debug-build CLI flag as public (#​907) (2728141)
  • support getSetCookie on new StarlingMonkey headers implementation (#​844) (c102521)

v3.20.0

Compare Source

Added
  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#​869) (60d1d20)
Fixed
  • core-cache headers case (#​889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#​877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#​870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#​866) (9222f1d)
Changed
  • only time the fetch event when debug logging is enabled (#​873) (e4ddf8a)
  • re-order the http methods so the most often requested is first and the least requested is last (#​874) (6af7626)
  • Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#​876) (f089616)

v3.19.0

Compare Source

Added
  • Add FetchEvent.server object which contains information about the server which received the incoming HTTP request from the client. (#​855) (538ed9c)
  • use StarlingMonkey by default, --disable-starlingmonkey flag (#​861) (475cdf9)
Fixed
typicode/husky (husky)

v9.1.5

Compare Source

v9.1.4

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

mochajs/mocha (mocha)

v10.7.3

Compare Source

🩹 Fixes
nock/nock (nock)

v13.5.5

Compare Source

semantic-release/semantic-release (semantic-release)

v24.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

github-actions bot commented Aug 3, 2024

This PR will trigger a patch release when merged.

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.22%. Comparing base (b38725a) to head (6b6beb6).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   52.22%   52.22%           
=======================================
  Files          11       11           
  Lines        1551     1551           
=======================================
  Hits          810      810           
  Misses        741      741           
Flag Coverage Δ
unittests 52.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate-external-fixes branch 3 times, most recently from 8d31d44 to da29d99 Compare August 13, 2024 06:04
@renovate renovate bot force-pushed the renovate-external-fixes branch 3 times, most recently from 8cabba0 to edba61d Compare August 20, 2024 13:14
@renovate renovate bot force-pushed the renovate-external-fixes branch from edba61d to e46f54e Compare August 27, 2024 02:11
@renovate renovate bot force-pushed the renovate-external-fixes branch from e46f54e to 6b6beb6 Compare August 27, 2024 04:13
@tripodsan tripodsan merged commit 70abfa1 into main Aug 27, 2024
7 checks passed
@tripodsan tripodsan deleted the renovate-external-fixes branch August 27, 2024 06:50
github-actions bot pushed a commit that referenced this pull request Aug 27, 2024
## [1.0.3](v1.0.2...v1.0.3) (2024-08-27)

### Bug Fixes

* **deps:** update external fixes ([#9](#9)) ([70abfa1](70abfa1))
Copy link

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant