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

chore(deps): update major dependencies (release/10.0.0-next) (major) #638

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@azure/functions ^3.5.1 -> ^4.0.0 age adoption passing confidence
@​design-factory/design-factory ^15.2.2 -> ^16.0.0 age adoption passing confidence
jest-preset-angular (source) ~13.1.4 -> ~14.0.0 age adoption passing confidence

Release Notes

Azure/azure-functions-nodejs-library (@​azure/functions)

v4.1.0

Compare Source

Added
  • Pre-invocation, post-invocation, app-start, and app-terminate hooks using app.hook. #​7
  • Warmup trigger #​176
  • connection property to EventGridOutputOptions #​177
Fixed
  • Bug where output isn't set if used in both extraOutput and return #​179

v4.0.1

Compare Source

Add link to blog post and discussion to README

v4.0.0

Compare Source

The new Node.js programming model is now Generally Available! 🎉 This changelog is meant as a detailed list of changes in the new version. See the official upgrade guide for a less detailed, more user-friendly list of the changes.

Added
  • Support registering functions directly in your code instead of in function.json files #​569 and #​480
  • Allow classes like InvocationContext and HttpRequest to be constructed in test environments outside the Azure Functions runtime
Changed
  • Update minimum version of Node.js to 18.x
  • Update minimum version of TypeScript to 4.x
  • Switch the order of arguments. For example, (context, request) is now (request, context) #​34
  • Simplify context object #​204
    • Rename Context to InvocationContext
    • Remove context.done(). We assume your function (async or sync) is done as soon as it returns
    • Remove context.executionContext. You can find functionName and retryContext on the root context object instead
    • Remove context.bindingDefinitions in favor of context.options
    • Remove context.log sub-methods (context.log.error/context.log.warn/etc.) in favor of methods on the root context object (context.error/context.warn/etc.). Also Remove the verbose option in favor of trace and debug to match Node.js's console methods
    • Remove context.req, context,res, and context.bindings. The primary input is always an argument to your function, the primary output is always the return value of your function, and everything else can be accessed on context.extraInputs or context.extraOutputs
    • Clean up context.bindingMetadata
      • Rename to context.triggerMetadata
      • Remove legacy sys property
      • Remove logic that was recursively attempting to convert objects from rpc values, causing #​607
      • Make camel-case logic consistent so that it applies to the whole object - specifically including arrays which were previously excluded
  • Remove http classes that were unique to Azure Functions in favor of new classes representing a subset of the fetch standard based on the undici npm package.
    • Rename Request to HttpRequest
      • Change query from type HttpRequestQuery to Node.js core type URLSearchParams
    • Remove HttpResponseSimple/HttpResponseFull/HttpResponse types in favor of HttpResponse class and HttpResponseInit interface
      • Remove statusCode in favor of status
      • Remove end, send, sendStatus, and json. These were callback methods based on context.done() which is no longer supported
      • Remove header-related methods (setHeader, header, set, getHeader, get, removeHeader, type) from base response object. You must use response.headers for any header-related methods
    • Change headers from type HttpRequestHeaders/HttpResponseHeaders to fetch standard type Headers
    • Remove body properties body, rawBody, bufferBody, and parseFormBody() in favor of fetch standard methods arrayBuffer(), blob(), formData(), json(), and text()
  • Handle all falsy values appropriately. Treat it as data to be passed along instead of occasionally converting it to null #​388
  • Remove setup() method. v4 of the programming model is automatically setup when you register any function from the app object
thymikee/jest-preset-angular (jest-preset-angular)

v14.0.0

Compare Source

Features
  • drop support Angular 13, 14 (a3091b5)

BREAKING CHANGES

  • Drop support for Angular 11, 12

13.1.6 (2024-01-11)

Bug Fixes

13.1.5 (2024-01-03)

Bug Fixes

13.1.4 (2023-11-11)

Bug Fixes
  • transformers: handle single string styles or styleUrl property (#​2186) (0c99aae)

13.1.3 (2023-11-06)

Features

13.1.2 (2023-09-19)

Code Refactoring

13.1.1 (2023-05-14)

Bug Fixes
  • file separator issue on Windows causing error in ngcc-jest-processor (#​2079) (b6b3911)

v13.1.6

Compare Source

Bug Fixes

v13.1.5

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 7, 2023 23:18
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@nx-cloud
Copy link

nx-cloud bot commented Aug 7, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ad36470. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx run-many --target=build --projects=eslint-plugin,dev-tools --parallel 2

Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 4 times, most recently from 0ae5135 to 2936096 Compare August 13, 2023 22:44
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 3 times, most recently from 25993e5 to ac633c1 Compare August 23, 2023 07:21
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 2 times, most recently from 90e2164 to 39051df Compare August 29, 2023 02:28
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 3 times, most recently from 246040e to c6848e2 Compare September 8, 2023 13:21
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 3 times, most recently from 08febbc to 77ec73d Compare September 20, 2023 08:51
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 6 times, most recently from b95f2da to 2b235fa Compare October 2, 2023 23:24
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 6 times, most recently from 0ab93a1 to e59de1e Compare October 6, 2023 16:23
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 6 times, most recently from bd9e757 to 6ef7f17 Compare December 22, 2023 21:20
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 8 times, most recently from 998eef9 to eaf0caa Compare January 5, 2024 15:39
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 2 times, most recently from 8c4d645 to 994874a Compare January 9, 2024 10:14
@renovate renovate bot changed the title chore(deps): update major dependencies (release/10.0.0-next) (major) chore(deps): update dependency @azure/functions to v4 (release/10.0.0-next) Jan 9, 2024
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 5 times, most recently from eab6c4c to e97c5be Compare January 11, 2024 12:16
@renovate renovate bot changed the title chore(deps): update dependency @azure/functions to v4 (release/10.0.0-next) chore(deps): update major dependencies (release/10.0.0-next) (major) Jan 11, 2024
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch 2 times, most recently from 2024c50 to 15069a6 Compare January 12, 2024 10:01
@renovate renovate bot force-pushed the renovate/release/10.0.0-next-major-major-dependencies branch from 15069a6 to 5a84e10 Compare January 12, 2024 14:14
@mrednic-1A mrednic-1A deleted the branch release/10.0.0-next January 12, 2024 15:28
@mrednic-1A mrednic-1A closed this Jan 12, 2024
@renovate renovate bot deleted the renovate/release/10.0.0-next-major-major-dependencies branch January 12, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment