Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2022

Bumps @architect/architect from 9.1.0 to 10.4.1.

Changelog

Sourced from @​architect/architect's changelog.

[10.4.1] 2022-08-05

Fixed

  • Fixed not firing deploy.start plugins / macros during deployment; fixes #1364, thanks @​mawdesley!

[10.4.0] 2022-07-26

Added

  • Added support for new setter plugin APIs, specifically: @proxy, @shared, @static, @tables, @tables-indexes, @views
  • Added new @static setting: compression; fixes #1341, thanks @​zaxuhe!
  • Added support for Node.js 16's node: builtin module syntax, which is now ignored by Hydrate's autoinstaller; fixes #1358

Changed

  • Lambdas defined in the userland Architect project manifest now override conflicting Lambdas returned by plugins (instead of throwing validation errors); fixes #1352
    • Plugin developers can now use a required flag to enforce a validation error should their plugin conflict with userland Lambdas
  • @tables and @tables-indexes can now accept lower case key types (e.g. *string instead of *String)
  • @tables and @tables-indexes can also accept * and ** as a shortcut for string-type primary and sort keys
  • Changed plugin function property tags from plugin|type to _plugin|_type to indicate internal property namespacing
  • Added @static pragma validation
  • Fixed obscure case where @static ignore setting might only use the first list item

Fixed

  • Fixed issue where Lambdas created by plugins that returned arrays did not have their plugin and type properties set
  • Fixed issue where an absolute path in @shared|views src would incorrectly resolve
  • Fixed issue where @views might incorrectly return a validation error when only HTTP setter plugins are used to define @http routes
  • Fixed issue where destroying an environment with >9 env vars would fail; fixes #1351, thanks @​pgte!
  • Fixed issue where additional S3 deploy buckets may be created if app name contains an underscore; fixes #1363, thanks @​DocLM!

[10.3.4] 2022-07-19

Added

  • Added a host flag (-h, --host) to specify the address Sandbox listens on

Fixed

  • Fixed Sandbox race condition where execution happening too fast may result in false null API Gateway responses
  • Fixed Sandbox live reload when in use with @architect/functions brotli compression; fixes @architect/functions #525
  • Fixed issue where an environment variable could not be set with a number value; fixes #1353

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2022
Bumps [@architect/architect](https://github.com/architect/architect) from 9.1.0 to 10.4.1.
- [Release notes](https://github.com/architect/architect/releases)
- [Changelog](https://github.com/architect/architect/blob/main/changelog.md)
- [Commits](architect/architect@v9.1.0...v10.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/architect/architect-10.4.1 branch from 2b334d2 to 72be0e7 Compare August 18, 2022 15:47
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 30, 2022

Superseded by #46.

@dependabot dependabot bot closed this Aug 30, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/architect/architect-10.4.1 branch August 30, 2022 20:36
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