Commit c12d05d
feat: upgrade effect to 4.0.0-beta.93 (#223)
* feat: upgrade effect to 4.0.0-beta.93
Bump effect and @effect/* deps from beta.48 to beta.93 (via projen) and
migrate to the beta.66 API shape after the Yieldable interface removal
(Effect-TS/effect-smol#2163):
- drop .asEffect() β Context.Service/Reference and Config now extend
Effect directly (powertools-logger, powertools-tracer, dynamodb, s3,
and the ssm/secrets-manager ConfigProvider tests)
- yield* Option -> Effect.fromOption (s3 multipartUpload)
- fix TS4023 in commons/Service.ts via explicit return-type annotations
- raise the effect peer range floor to >=4.0.0-beta.66 <5.0.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* chore: add changeset, fix lock file and types in commons
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Victor Korzunin <5180700+floydspace@users.noreply.github.com>1 parent a1b70cb commit c12d05d
156 files changed
Lines changed: 665 additions & 651 deletions
File tree
- .changeset
- .projen
- packages
- client-account
- .projen
- client-api-gateway-management-api
- .projen
- client-api-gateway-v2
- .projen
- client-api-gateway
- .projen
- client-athena
- .projen
- client-auto-scaling
- .projen
- client-bedrock-runtime
- .projen
- client-bedrock
- .projen
- client-cloudformation
- .projen
- client-cloudfront
- .projen
- client-cloudsearch
- .projen
- client-cloudtrail
- .projen
- client-cloudwatch-events
- .projen
- client-cloudwatch-logs
- .projen
- client-cloudwatch
- .projen
- client-codedeploy
- .projen
- client-cognito-identity-provider
- .projen
- client-data-pipeline
- .projen
- client-dsql
- .projen
- client-dynamodb
- .projen
- client-ec2
- .projen
- client-ecr
- .projen
- client-ecs
- .projen
- client-elasticache
- .projen
- client-eventbridge
- .projen
- client-firehose
- .projen
- client-glue
- .projen
- client-iam
- .projen
- client-iot-data-plane
- .projen
- client-iot-events-data
- .projen
- client-iot-events
- .projen
- client-iot-jobs-data-plane
- .projen
- client-iot-wireless
- .projen
- client-iot
- .projen
- client-ivs
- .projen
- client-kafkaconnect
- .projen
- client-kafka
- .projen
- client-kinesis
- .projen
- client-kms
- .projen
- client-lambda
- .projen
- client-mq
- .projen
- client-opensearch-serverless
- .projen
- client-opensearch
- .projen
- client-organizations
- .projen
- client-rds
- .projen
- client-s3
- .projen
- client-scheduler
- .projen
- client-secrets-manager
- .projen
- client-sesv2
- .projen
- client-ses
- .projen
- client-sfn
- .projen
- client-sns
- .projen
- client-sqs
- .projen
- client-ssm
- .projen
- client-sts
- .projen
- client-textract
- .projen
- client-timestream-influxdb
- .projen
- client-timestream-query
- .projen
- client-timestream-write
- .projen
- cloudfront
- .projen
- commons
- .projen
- src
- dsql
- .projen
- dynamodb
- .projen
- src
- http-handler
- .projen
- lambda
- .projen
- powertools-logger
- .projen
- src
- powertools-tracer
- .projen
- src/internal
- s3
- .projen
- src/internal
- secrets-manager
- .projen
- test
- ssm
- .projen
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments