Skip to content

Bump @architect/architect from 9.1.0 to 9.3.0 - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/architect-9.3.0
Closed

Bump @architect/architect from 9.1.0 to 9.3.0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/architect-9.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 12, 2021

Copy link
Copy Markdown

Bumps @architect/architect from 9.1.0 to 9.3.0.

Changelog

Sourced from @​architect/architect's changelog.

[9.3.0] 2021-11-11

Added

  • Sandbox now immediately streams Lambda logs to the console instead of printing everything all at once upon completion of execution; thanks @​andybee!
  • Added runtime mismatch warnings in Sandbox
    • Example: Sandbox will warn if your get /foo Lambda is configured for Python 3.9 and your local machine uses Python 3.8
    • Setting runtimeCheck to error in the Sandbox API options will ensure automated tests fail if runtimes are not properly matched
  • Added runStartupCommands setting to Sandbox API options
    • Defaults to true; setting false disables prefs.arc @sandbox-startup commands, which may be useful for local testing; thanks @​reconbot!
  • Added env option to Sandbox API options allowing programmatic control (add, replace, delete) of Lambda environment variables during automated testing, thanks @​actsone8!
  • Added API Gateway Management API service mock to Sandbox for managing WebSocket connections via aws-sdk calls; big thanks to @​reconbot!

Changed

  • Sandbox will only ever print a given dependency issue one time, instead of upon each invocation
  • Removed support for bare port Sandbox CLI flag (e.g. arc sandbox port 12345); Sandbox now requires either -p or --port for setting the port from the CLI

[9.2.2] 2021-11-02

Changed

  • Added warnings for macOS Monterey port conflicts on 5000 and 7000

[9.2.1] 2021-10-28

Fixed

  • Fixed arc init alias creating directories called init

[9.2.0] 2021-10-26

Added

  • Added latest-runtime version aliasing
    • Example: if you always want your app to run the latest Lambda version of Python, instead of specifying python3.9 (and changing it every time a new version of Python is released), instead simply specify python or py
    • Valid shortcuts: Node.js: node, nodejs, node.js; Python: python, py; Ruby: ruby, rb; Java: java; Go: go, golang; .NET: dotnet, .net; and custom runtimes: custom
  • Added runtime validation
  • Added Lambda context object with the following properties:
    • awsRequestId (Node.js), aws_request_id (Python / Ruby) - random GUID string, does not emulate AWS UUID4 request IDs
    • functionName (Node.js), function_name (Python / Ruby) - identifiable function name string prefixed by sandbox-; does not use live production AWS CFN GUIDs
    • functionVersion (Node.js), function_version (Python / Ruby) - will always be $LATEST
    • invokedFunctionArn (Node.js), invoked_function_arn (Python / Ruby) - always sandbox

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [@architect/architect](https://github.com/architect/architect) from 9.1.0 to 9.3.0.
- [Release notes](https://github.com/architect/architect/releases)
- [Changelog](https://github.com/architect/architect/blob/main/changelog.md)
- [Commits](architect/architect@v9.1.0...v9.3.0)

---
updated-dependencies:
- dependency-name: "@architect/architect"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 15, 2021

Copy link
Copy Markdown
Author

Superseded by #9.

@dependabot dependabot Bot closed this Nov 15, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/architect/architect-9.3.0 branch November 15, 2021 20:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants