Skip to content

Bump @architect/architect from 9.1.0 to 9.2.2 - #6

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @architect/architect from 9.1.0 to 9.2.2.

Changelog

Sourced from @​architect/architect's changelog.

[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
    • memoryLimitInMB (Node.js), memory_limit_in_mb (Python / Ruby) - your Lambda's configured memory amount
  • ARC_ENV is now always set by any Architect runs
  • Added ability to specify a project name in arc create with -n or --name parameter
  • Added real file paths to (and significantly tidied up) boilerplate HTTP functions created by arc create

Changed

  • Arc Create now only write config files (/path/to/function/config.arc) if necessary
  • Updated dependencies

Fixed

  • Restored ARC_INTERNAL env var in Lambda invocations for Arc Functions
  • Restored userland env vars to @sandbox-startup scripts; thanks @​reconbot!
  • Fixed case where @ws with no @http or @static would fail to start up; fixes #1234, thanks @​reconbot!
  • Fixed but where arc create might inadvertently attempt to install Architect
    • Fixed @scheduled parsing in app.json + package.json > arc.scheduled, thanks @​tbeseda!

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.2.2.
- [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.2.2)

---
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 3, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 12, 2021

Copy link
Copy Markdown
Author

Superseded by #8.

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