Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @architect/architect from 10.16.3 to 11.1.0 #2494

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps @architect/architect from 10.16.3 to 11.1.0.

Changelog

Sourced from @​architect/architect's changelog.

[11.1.0] 2024-07-24

Added

  • Architect now supports AWS SSO (aws sso login [options]) based workflows; fixes #1402

Fixed

  • Fixed issue where Hydrate fails on projects with only an ASAP root handler, no other Lambdas; fixes #1491

[11.0.13] 2024-05-26

Added

  • Add @aws-lite/client as a dependency of @architect/architect, which should supersede individual package versions

[11.0.12] 2024-04-30

Fixed

  • Remove unnecessary legacy validation, including looking for the AWS CLI during deployment; fixes #1482

[11.0.11] 2024-04-29

Changed

  • Updated dependencies
  • Updated package.json engines.node property to reflect changes from v11

Fixed

  • Fixed potential issues with deployments to projects with a large number of CloudFormation resources; thanks @​w5mix!
  • Fixed REST API plugin check; thanks @​jonpacker!

[11.0.9 - 10] 2024-04-08

Fixed

  • Fixed Lambda treeshaking of default get /* ASAP handler; thanks @​filmaj!
  • Improved detection of local vs global Yarn and pnpm when installing dependencies

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2024
@lpsinger
Copy link
Member

Skipping because architect/architect#1483 is still broken.

@lpsinger lpsinger closed this Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/architect/architect-11.1.0 branch July 29, 2024 14:27
@lpsinger lpsinger restored the dependabot/npm_and_yarn/architect/architect-11.1.0 branch December 6, 2024 15:21
@lpsinger lpsinger reopened this Dec 6, 2024
@lpsinger
Copy link
Member

lpsinger commented Dec 6, 2024

@dependabot rebase

Bumps [@architect/architect](https://github.com/architect/architect) from 10.16.3 to 11.1.0.
- [Release notes](https://github.com/architect/architect/releases)
- [Changelog](https://github.com/architect/architect/blob/main/changelog.md)
- [Commits](architect/architect@v10.16.3...v11.1.0)

---
updated-dependencies:
- dependency-name: "@architect/architect"
  dependency-type: direct:development
  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-11.1.0 branch from 11ca1f9 to 718014c Compare December 6, 2024 15:27
Add patch from architect/deploy#389 to
prevent Architect from invalidating our CloudFront cache, which
would cause performance degradataion for users.
@lpsinger
Copy link
Member

lpsinger commented Dec 6, 2024

I added an override for @architect/deploy to pick up architect/deploy#389, which works around architect/architect#1483. That bug would otherwise have caused Architect to invalidate our CloudFront cache on each deployment, temporarily degrading performance for our users.

@lpsinger lpsinger requested review from Courey and dakota002 December 6, 2024 15:36
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 6.23%. Comparing base (035c31e) to head (4b2283f).
Report is 4 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2494   +/-   ##
=====================================
  Coverage   6.23%   6.23%           
=====================================
  Files        167     167           
  Lines       4253    4253           
  Branches     472     472           
=====================================
  Hits         265     265           
  Misses      3986    3986           
  Partials       2       2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lpsinger lpsinger merged commit f80dd22 into main Dec 6, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/architect/architect-11.1.0 branch December 6, 2024 17:27
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants