chore(deps): update npm dependencies (major) - #623
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.4/major-npm-deps
branch
from
July 17, 2026 18:01
d5d51a1 to
823062b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0→^5.0.0^7.0.5→^8.0.0^9.15.1→^10.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
GoogleCloudPlatform/functions-framework-nodejs (@google-cloud/functions-framework)
v5.0.5Compare Source
Bug Fixes
v5.0.2Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
⚠ BREAKING CHANGES
Miscellaneous Chores
v4.0.1Compare Source
Bug Fixes
slackapi/node-slack-sdk (@slack/webhook)
v8.0.0Compare Source
Major Changes
fc98c8c: Drop Node.js 18 support. The minimum supported Node.js version is now 20.fc98c8c: Restructured error classes to use properErrorsubclasses extending a newSlackWebhookErrorbase class.Breaking changes to
IncomingWebhookHTTPError:originalproperty has been removed. HTTP response details are now direct properties:statusCode: numberstatusMessage: stringbody: stringerror.original.response.statustoerror.statusCode,error.original.response.datatoerror.body, etc.Breaking changes to
IncomingWebhookRequestError:originalproperty is now a standardError(previously it was anAxiosError). The original error is also available via the standardcauseproperty.Removed factory functions (use
newwith the corresponding class instead):requestErrorWithOriginal()→new IncomingWebhookRequestError(original)httpErrorWithOriginal()→new IncomingWebhookHTTPError(statusCode, statusMessage, body)errorWithCode()— Use the specific error class directly.Migration: Replace
if (error.code === ErrorCode.HTTPError)withif (error instanceof IncomingWebhookHTTPError). You can also catch all webhook errors withif (error instanceof SlackWebhookError).The
CodedErrorinterface is deprecated — useinstanceofchecks with theSlackWebhookErrorbase class or specific error subclasses instead.fc98c8c: Replacedaxioswith the standard Fetch API for HTTP transport.Removed options from
IncomingWebhookDefaultArguments:agent— Use the newfetchoption to provide a custom fetch implementation with proxy or TLS support. For proxies, prefer the built-inhttp.setGlobalProxyFromEnv()orNODE_USE_ENV_PROXY=1(Node.js 24+). For advanced use cases:The
axiosdependency has been removed. The default fetch implementation isglobalThis.fetch(available in Node.js 20+). Thetimeoutoption remains available and is implemented viaAbortController.Minor Changes
fc98c8c: feat: addWebhookTriggerclass for Workflow Builder triggers and opt-in retries forIncomingWebhookandWebhookTriggerWebhookTriggersurfaces its ownWebhookTriggerHTTPErrorandWebhookTriggerRequestError(subclasses ofSlackWebhookError), so trigger failures can be distinguished fromIncomingWebhookfailures viainstanceof.Patch Changes
fc98c8c]v7.2.0Compare Source
Minor Changes
a2f6e77: feat: add opt-in retries toIncomingWebhookandWebhookTriggera5bd5c8: feat: addWebhookTriggerclass for Workflow Builder webhook triggersv7.1.0Compare Source
Minor Changes
59124ef: feat: exportaddAppMetadatafor external instrumentation usev7.0.9Compare Source
Patch Changes
3a9c444: build(deps): bump minimum axios version to 1.15.0v7.0.8Compare Source
Patch Changes
b8d922f: build: add support for node 24b8d922f]v7.0.7Compare Source
Patch Changes
370cf22: chore(deps): bump axios to ^1.13.5v7.0.6Compare Source
What's Changed
This release includes a security patch to internal dependencies. 🔏 ✨
📚 Documentation
🤖 Dependencies
🧰 Maintenance
Package: https://www.npmjs.com/package/@slack/webhook/v/7.0.6
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.5...@slack/webhook@7.0.6
Milestone: https://github.com/slackapi/node-slack-sdk/milestone/140?closed=1
googleapis/google-cloud-node (google-auth-library)
v10.9.1Compare Source
Bug Fixes
v10.9.0Compare Source
Features
Bug Fixes
v10.7.0Compare Source
Features
v10.6.2Compare Source
Bug Fixes
v10.6.1Bug Fixes
v10.5.0Features
v10.4.2Bug Fixes
v10.4.1Bug Fixes
v10.4.0Features
v10.3.1Bug Fixes
v10.3.0Features
v10.2.1Bug Fixes
v10.2.0Features
Bug Fixes
v10.1.0Features
fetch-Compatible API (#1939) (c63f608)GoogleAuth<T>fromJSONClienttoAuthClient(#1940) (440de51)Bug Fixes
v10.0.0⚠ BREAKING CHANGES
RequestRevamp (#1938)Transporter(#1937)options.ts(#1920)messages.ts(#1919)Features
RequestRevamp (#1938) (f23e807)Bug Fixes
Code Refactoring
messages.ts(#1919) (654753d)options.ts(#1920) (51316e8)Transporter(#1937) (dbcc44b)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.