arc.codes
arc.codes copied to clipboard
Bump @architect/architect from 10.3.4 to 10.4.1
Bumps @architect/architect from 10.3.4 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
@staticsetting: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 #1358Changed
- 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
requiredflag to enforce a validation error should their plugin conflict with userland Lambdas@tablesand@tables-indexescan now accept lower case key types (e.g.*stringinstead of*String)@tablesand@tables-indexescan also accept*and**as a shortcut for string-type primary and sort keys- Changed plugin function property tags from
plugin|typeto_plugin|_typeto indicate internal property namespacing- Added
@staticpragma validation- Fixed obscure case where
@staticignoresetting might only use the first list itemFixed
- Fixed issue where Lambdas created by plugins that returned arrays did not have their
pluginandtypeproperties set- Fixed issue where an absolute path in
@shared|viewssrcwould incorrectly resolve- Fixed issue where
@viewsmight incorrectly return a validation error when only HTTP setter plugins are used to define@httproutes- 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!
Commits
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)