Skip to content

Bump tmp and azure-functions-core-tools in /examples/azure-function #790

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

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

Removes tmp

Updates azure-functions-core-tools from 2.7.3188 to 4.1.1

Release notes

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

4.1.1

Azure Functions CLI 4.1.1

Host Version

  • Host Version: 4.1040.300
  • In-Proc Host Version: 4.40.100

Changes

  • Fix dotnet templates installation (#4538)
  • Disable diagnostic events in local development by replacing the IDiagnosticEventRepository with a DiagnosticEventNullRepository (#4542)
  • Add func pack support for in-proc functions (#4529)
  • Update KEDA templates & kubernetes create command to correctly use a provided namespace, or use default namespace (#4558)
  • Update func init to default to the .NET 8 template for in-proc apps (#4557)
  • Implement (2 second) graceful timeout period for the CLI shutdown (#4540)
  • Overwrite AZURE_FUNCTIONS_ENVIRONMENT to Development if it is already set (#4563)
  • Warn if there is a JsonException when parsing the local.settings.json file (#4571)
  • Enabled verbose logs in MSI by default (#4578)

4.1.0

Azure Functions CLI 4.1.0

Host Version

  • Host Version: 4.1040.300
  • In-Proc Host Version: 4.40.100

Changes

  • Implement file locking mechanism for templates/bundle installation (#4482)
  • Add exception details to error message during func publish (#4503)
  • Chocolatey: Update default installation to x64 (#4506)
  • Add console output encoding to support international chars (#4429)
  • Add logs for host status checks during deployment of Flex Function Apps (#4525)

APT is now unblocked. 4.1.0 has rolled out and we have released all older versions as well.

4.0.7512

Core Tools 4.0.7512 (inproc: 4.0.7508)

  • Host Version: 4.1040.300
  • In-Proc Host Version: 4.40.100

APT is now unblocked. 4.0.7512 has rolled out and we have released all older versions as well.

4.0.7332-preview1

Preview Release For Linux-Arm64

This release provides a preview build of Core Tools targeting the Linux-ARM64 architecture.

... (truncated)

Changelog

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

Azure Functions CLI 4.1.1

Host Version

  • Host Version: 4.1040.300
  • In-Proc Host Version: 4.40.100

Changes

  • Fix dotnet templates installation (#4538)
  • Disable diagnostic events in local development by replacing the IDiagnosticEventRepository with a DiagnosticEventNullRepository (#4542)
  • Add func pack support for in-proc functions (#4529)
  • Update KEDA templates & kubernetes create command to correctly use a provided namespace, or use default namespace (#4558)
  • Update func init to default to the .NET 8 template for in-proc apps (#4557)
  • Implement (2 second) graceful timeout period for the CLI shutdown (#4540)
  • Overwrite AZURE_FUNCTIONS_ENVIRONMENT to Development if it is already set (#4563)
  • Warn if there is a JsonException when parsing the local.settings.json file (#4571)
  • Enabled verbose logs in MSI by default (#4578)
Commits
  • 4bde692 Prep for release for version 4.1.1 (#4576)
  • a1b32d6 Enable verbose logging in our MSI (#4578)
  • b2022da Warn on JsonException when parsing local.settings.json (#4571)
  • 8fa3101 Cleanup CancelKeyHandler (#4569)
  • 18760c1 Overwrite AZURE_FUNCTIONS_ENVIRONMENT if it exists (#4563)
  • 16b9e2b Implement graceful shutdown timeout period (#4540)
  • f6d304c Fix keda templates & namespace config (#4558)
  • bc57716 Revert "Add automatic remote build detection for Python apps in func pack com...
  • 31f142e Fix func command usage format and conditionally display [subcontext] placehol...
  • 37e031e Default to .NET 8 for inproc (#4557)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [tmp](https://github.com/raszi/node-tmp). 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 `tmp`

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

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: azure-functions-core-tools
  dependency-version: 4.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 13, 2025
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