Skip to content

chore(deps-dev): bump azure-functions-core-tools from 4.13.0 to 4.14.0 - #563

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/azure-functions-core-tools-4.14.0
Aug 28, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/azure-functions-core-tools-4.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps azure-functions-core-tools from 4.13.0 to 4.14.0.

Release notes

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

4.14.0

Azure Functions CLI 4.14.0

Host Version

  • Host Runtime Version: 4.1052.200
  • In-Proc CLI:
    • CLI Version: 4.7.0
    • Host Runtime Version: 4.51.100 (includes 4.851.100, 4.651.100)

Changes

  • Added durable-functions dependency to package.json when creating Node.js durable function templates (#5495)
  • Changed func start to bind to the IPv4 loopback address (127.0.0.1) by default instead of 0.0.0.0, and added an opt-in --address flag (and Host.LocalHttpAddress setting in local.settings.json) to override the bind address (#5484)
    • Potential breaking change: the host now binds to 127.0.0.1 by default, so it is only reachable from the local machine. Setups that relied on binding to 0.0.0.0 — for example reaching the host from outside a Docker container via a published port — will no longer connect. Workaround: start the host with func start --address 0.0.0.0 (or set "LocalHttpAddress": "0.0.0.0" under Host in local.settings.json) to restore the previous behavior.
Changelog

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

Azure Functions CLI 4.14.0

Host Version

  • Host Runtime Version: 4.1052.200
  • In-Proc CLI:
    • CLI Version: 4.7.0
    • Host Runtime Version: 4.51.100 (includes 4.851.100, 4.651.100)

Changes

Commits
  • 4a17060 Updating host version to 4.1052.200 (#5565)
  • df2ab4b Fix CFS violations: route npm and NuGet through authenticated feeds in consol...
  • 80dea00 Fix emulator steps hanging on Linux and macOS E2E pipelines (#5560)
  • 26a9cbe Fix CFS pypi.org violations by moving PipAuthenticate before UsePythonVersion...
  • 2276e8b Fix flaky TimerTrigger auth level test by using FuncInitWithRetryAsync (#5551)
  • b523b02 Move NPM_CONFIG_USERCONFIG to job-level variables for E2E test coverage (#5548)
  • 177216c Remove unused pipeline-utilities.psm1 (#5546)
  • 6f316c7 Bump chalk from 4.1.2 to 6.0.0 in /eng/tools/publish-tools/npm (#5499)
  • 6e27126 Switch to prepack (#5541)
  • b3a5fd1 Reset release notes after 4.13.0 release (#5542)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 28, 2026
Bumps [azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) from 4.13.0 to 4.14.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@4.13.0...4.14.0)

---
updated-dependencies:
- dependency-name: azure-functions-core-tools
  dependency-version: 4.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/azure-functions-core-tools-4.14.0 branch from 763aff9 to 990833b Compare August 28, 2026 14:05
@github-actions
github-actions Bot merged commit df94c7c into main Aug 28, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main/azure-functions-core-tools-4.14.0 branch August 28, 2026 14:05
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