Skip to content

Bump @architect/sandbox from 4.1.1 to 4.3.1 - #5

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

Bump @architect/sandbox from 4.1.1 to 4.3.1#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/sandbox-4.3.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @architect/sandbox from 4.1.1 to 4.3.1.

Changelog

Sourced from @​architect/sandbox's changelog.

[4.3.1] 2021-11-13

Added

  • Added internal ARC_SANDBOX env var for Sandbox metadata in Lambda invocations

Fixed

  • Fixed upcasing all userland environment variables
  • Removed extraneous internal __ARC* environment variables from Lambda invocation

[4.3.0] 2021-11-03

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
    • Example: Sandbox will warn if your get /foo Lambda is configured for Python 3.9 and your local machine uses Python 3.8
  • Added runStartupCommands setting to 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 API allowing programmatic control (add, replace, delete) of Lambda environment variables during automated testing, thanks @​actsone8!
  • Added internal Arc service mock for API Gateway Management API mock 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 CLI flag (e.g. arc sandbox port 12345); Sandbox now requires either -p or --port for setting the port from the CLI

[4.2.3] 2021-11-02

Changed

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

[4.2.2] 2021-10-20

Changed

  • Updated dependencies

... (truncated)

Commits
  • ba43b63 4.3.1
  • e001a26 Update changelog
  • 7301d58 Inspect ARC_SANDBOX.ports object in env tests
  • 772ad0c Tidy up casing in env tests
  • 96bd465 Add ARC_SANDBOX env var for Sandbox invocation metadata, update tests, tigh...
  • c09e574 Revert force-upcasing of userland env vars
  • 534fcd9 4.3.0
  • 9b088b9 Update readme
  • 25bf5c4 Add runtimeCheck to Arc CLI interface
  • e6dfef3 API Gateway Management API service mock (#661)
  • Additional commits viewable in compare view

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/sandbox](https://github.com/architect/sandbox) from 4.1.1 to 4.3.1.
- [Release notes](https://github.com/architect/sandbox/releases)
- [Changelog](https://github.com/architect/sandbox/blob/main/changelog.md)
- [Commits](architect/sandbox@v4.1.1...v4.3.1)

---
updated-dependencies:
- dependency-name: "@architect/sandbox"
  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 15, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2021

Copy link
Copy Markdown
Author

Superseded by #6.

@dependabot dependabot Bot closed this Nov 17, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/architect/sandbox-4.3.1 branch November 17, 2021 17:22
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