Skip to content

Bump @architect/package from 7.2.0 to 8.0.0#3

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

Bump @architect/package from 7.2.0 to 8.0.0#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/architect/package-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 21, 2022

Bumps @architect/package from 7.2.0 to 8.0.0.

Changelog

Sourced from @​architect/package's changelog.

[8.0.0] 2022-01-13

Added

  • Architect 10 plugin API support!
  • Added support for Inventory's deployStage property, allowing proper stage awareness to CloudFormation / SAM generation
    • Took over a variety of CloudFormation mutations in Deploy

Changed

  • Breaking change: Package can no longer be run via CLI, and now serves purely as a module generating CloudFormation
  • Breaking change: createFunction helper exported for the plugins beta is now deprecated in favor of set.customLambdas
  • Package now populates ARC_SESSION_TABLE_NAME, and prefers it to the non-namespaced SESSION_TABLE_NAME
    • Both are supported, we suggest using only ARC_SESSION_TABLE_NAME moving forward, as all non-namespaced env vars will be retired in a future release
  • Breaking change: Package (and thus Architect) no longer automatically populates NODE_ENV + ARC_CLOUDFORMATION env vars
    • For environment identification needs, Architect now relies solely on ARC_ENV
    • Thus, NODE_ENV is returned to userland, and is entirely optional
  • Stop publishing to the GitHub Package registry
  • Migrate static bucket permissions from per-object ACLs to a bucket policy so users can customize the static bucket permissions using plugins

Fixed

  • Fixed issue where @static prefix + spa settings were not getting populated into root handlers other than get /
  • Fixed issue where using architect-default-policies did not include SSM IAM permissions; thanks @​tbeseda!

Commits
  • 423f92c 8.0.0
  • 620082b Update deps and changelog
  • fa84a00 Update readme
  • c6cb230 Merge pull request #148 from lpsinger/bucket-policy-document
  • 59a7462 Merge branch 'arc-10' into bucket-policy-document
  • 129e4db No need to npm install during package publishing
  • 703e864 Update deps
  • fee23a4 8.0.0-RC.2
  • 6a37792 Fix issue where using architect-default-policies did not include SSM IAM pe...
  • 3124aa8 Enable individual parameter queries
  • 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/package](https://github.com/architect/package) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/architect/package/releases)
- [Changelog](https://github.com/architect/package/blob/main/changelog.md)
- [Commits](architect/package@v7.2.0...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 21, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 7, 2022

Superseded by #10.

@dependabot dependabot Bot closed this Mar 7, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/architect/package-8.0.0 branch March 7, 2022 08:25
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