Skip to content

Bump minimatch and azure-functions-core-tools in /azure_function_app_node - #2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/azure_function_app_node/multi-ecc47d524d
Open

Bump minimatch and azure-functions-core-tools in /azure_function_app_node#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/azure_function_app_node/multi-ecc47d524d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 22, 2026

Copy link
Copy Markdown

Removes minimatch. It's no longer used after updating ancestor dependency azure-functions-core-tools. These dependencies need to be updated together.

Removes minimatch

Updates azure-functions-core-tools from 2.7.1480 to 4.7.0

Release notes

Sourced from azure-functions-core-tools's releases.

4.7.0

Azure Functions CLI 4.7.0

Host Version

  • Host Runtime Version: 4.1045.200
  • In-Proc CLI:
    • CLI Version: 4.3.0
    • Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)

Changes

  • Added end-of-life warnings for all runtime versions during func azure functionapp publish. (#4760)
  • Reduced console output noise by moving informational messages to verbose logging. (#4768)
  • Fixed an issue where creating an MCP Tool trigger function would fail with "Unknown template 'McpToolTrigger'" error. (#4768)
  • Added new func bundles commands for managing extension bundles (#4769)
    • func bundles download - Download the extension bundle configured in host.json with optional --force flag to re-download
    • func bundles list - List all downloaded extension bundles
    • func bundles path - Get the path to the downloaded extension bundle
    • func bundles add - Add extension bundle configuration to host.json with --channel flag to select GA (default), Preview, or Experimental bundles
    • Support for custom bundle download paths via AzureFunctionsJobHost__extensionBundle__downloadPath environment variable
  • Added --bundles-channel option to func init command to specify extension bundle channel (GA, Preview, or Experimental) during project initialization

Notes

  • APT is still in progress.

4.6.0

Azure Functions CLI 4.6.0

Host Version

  • Host Runtime Version: 4.1045.200
  • In-Proc CLI:
    • CLI Version: 4.3.0
    • Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)

Changes

  • Fix .gitignore to allow PowerShell module bin folders (#4574)
  • Refactor to use msbuild for determining .NET target framework & add support multiple TFMs (#4715)
    • When using func init --docker-only on a .NET project with multiple target frameworks, the CLI will now prompt the user to select which target framework to use for the Dockerfile.
  • Enhanced dotnet installation discovery by adopting the same Muxer logic used by the .NET SDK itself (#4732)
  • Update .NET templates package version to 4.0.5337 (#4728)
  • Fix func pack --build-native-deps failure on Windows for Python 3.13+ (#4742)
  • Add deprecation warning for extension bundles during function app publish (#4700)
  • Update the TypeScript project template to improve interoperability (#4739)
    • Upgrade typescript from ^4.0.0 to ^5.0.0
    • Add "esModuleInterop": true option to tsconfig.json
  • Cleaned up func --help output and fixed validation errors when using the --help flag for specific commands (#4748)

... (truncated)

Changelog

Sourced from azure-functions-core-tools's changelog.

Azure Functions CLI 4.7.0

Host Version

  • Host Runtime Version: 4.1045.200
  • In-Proc CLI:
    • CLI Version: 4.3.0
    • Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)

Breaking Changes

  • Python 3.7 and 3.8 are no longer supported. These versions have reached end-of-life. Please upgrade to Python 3.9 or later to continue using Azure Functions Core Tools. (#4756)

Changes

  • Added end-of-life warnings for all runtime versions during func azure functionapp publish. (#4760)
  • Reduced console output noise by moving informational messages to verbose logging. (#4768)
  • Fixed an issue where creating an MCP Tool trigger function would fail with "Unknown template 'McpToolTrigger'" error. (#4768)
  • Added new func bundles commands for managing extension bundles (#4769)
    • func bundles download - Download the extension bundle configured in host.json with optional --force flag to re-download
    • func bundles list - List all downloaded extension bundles
    • func bundles path - Get the path to the downloaded extension bundle
    • func bundles add - Add extension bundle configuration to host.json with --channel flag to select GA (default), Preview, or Experimental bundles
    • Support for custom bundle download paths via AzureFunctionsJobHost__extensionBundle__downloadPath environment variable
  • Added --bundles-channel option to func init command to specify extension bundle channel (GA, Preview, or Experimental) during project initialization
Commits
  • af9404f fixing pipeline (#4792)
  • 2ffd637 Bump dotnet-sdk from 10.0.100 to 10.0.102 (#4780)
  • 4589fe9 Updating the ExtensionsProj.csproj.template‎ file to .NET 8 (#4788)
  • b2fadb4 Add new bundles command to manage extension bundles (#4764)
  • a10f572 Fixing core-tools.official pipeline (#4787)
  • 3a7fc1a Fix core tools host pipeline (#4781)
  • b62fe26 Reduce noise by making some logs verbose (#4768)
  • 7b88c29 Fix: Prevent runtime downgrade when using --publish-settings-only on Flex Con...
  • 953868f Update default target framework to .NET 10 for dotnet-isolated (#4745)
  • 6e4f977 Allow user log level to be set independently from system logs (#4766)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by castrodd, a new releaser for azure-functions-core-tools since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools). These dependencies need to be updated together.


Removes `minimatch`

Updates `azure-functions-core-tools` from 2.7.1480 to 4.7.0
- [Release notes](https://github.com/Azure/azure-functions-core-tools/releases)
- [Changelog](https://github.com/Azure/azure-functions-core-tools/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-core-tools@2.7.1480...4.7.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 
  dependency-type: indirect
- dependency-name: azure-functions-core-tools
  dependency-version: 4.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants