Bump the dev-dependencies group across 1 directory with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by SebRamsland
dependencies javascript
Bumps the dev-dependencies group with 3 updates in the /resources directory: @aws-sdk/client-s3, @types/node and esbuild.
Updates @aws-sdk/client-s3 from 3.804.0 to 3.817.0
Release notes
Sourced from @aws-sdk/client-s3's releases.
v3.817.0
3.817.0(2025-05-23)
Chores
- codegen:
New Features
- clients: update client endpoints as of 2025-05-23 (8775c8f6)
- client-security-ir: Update PrincipalId pattern documentation to reflect what user should receive back from the API call (24515931)
- client-ec2: This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances (b99e6ed0)
For list of updated packages, view updated-packages.md in assets-3.817.0.zip
v3.816.0
3.816.0(2025-05-22)
Chores
New Features
- client-amp: Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus (b889c42b)
- client-auditmanager: With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded. (4d7233a5)
- client-glue: This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning (eeecd100)
- client-dsql: Features: support for customer managed encryption keys (f5e3e093)
For list of updated packages, view updated-packages.md in assets-3.816.0.zip
v3.815.0
3.815.0(2025-05-21)
Documentation Changes
- client-application-auto-scaling: Doc only update that addresses a customer reported issue. (1076a5e6)
New Features
- clients: update client endpoints as of 2025-05-21 (153ceba3)
- client-bedrock-agent-runtime: Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress. (9128be8e)
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3's changelog.
3.817.0 (2025-05-23)
Note: Version bump only for package
@aws-sdk/client-s33.816.0 (2025-05-22)
Note: Version bump only for package
@aws-sdk/client-s33.815.0 (2025-05-21)
Note: Version bump only for package
@aws-sdk/client-s33.812.0 (2025-05-16)
Note: Version bump only for package
@aws-sdk/client-s33.810.0 (2025-05-14)
Note: Version bump only for package
@aws-sdk/client-s33.808.0 (2025-05-12)
Note: Version bump only for package
@aws-sdk/client-s33.806.0 (2025-05-08)
... (truncated)
Commits
86a26c6Publish v3.817.09f6a0b6chore(codegen): use block for loaderConfig (#7098)33db766Publish v3.816.03bdc582Publish v3.815.0e4e386ePublish v3.812.0b4b7461Publish v3.810.0b51a0f6chore(codegen): update for default endpoint ruleset (#7077)23b1dbcPublish v3.808.0d6920e8chore(clients): update smithy versions to get loader config types (#7072)076a743Publish v3.806.0- Additional commits viewable in compare view
Updates @types/node from 22.15.14 to 22.15.21
Commits
- See full diff in compare view
Updates esbuild from 0.25.4 to 0.25.5
Release notes
Sourced from esbuild's releases.
v0.25.5
Fix a regression with
browserinpackage.json(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browseroverrides specified inpackage.jsonto fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@0.30.0package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?modifier. These labels includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:type Foo = [ value: any, readonly?: boolean, // This is now parsed correctly ]Add CSS prefixes for the
stretchsizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }. That CSS is now transformed into this depending on what the--target=setting includes:div { width: -webkit-fill-available; width: -moz-available; width: stretch; }
Changelog
Sourced from esbuild's changelog.
0.25.5
Fix a regression with
browserinpackage.json(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browseroverrides specified inpackage.jsonto fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@0.30.0package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?modifier. These labels includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:type Foo = [ value: any, readonly?: boolean, // This is now parsed correctly ]Add CSS prefixes for the
stretchsizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }. That CSS is now transformed into this depending on what the--target=setting includes:div { width: -webkit-fill-available; width: -moz-available; width: stretch; }
Commits
ea453bfpublish 0.25.5 to npm223ddc6fix #4187: browserpackage.jsonregressionb2c8251fix #4192: typescript tuple label parser edge case28cf2f3fix #4184: css prefixes forstretchbee1b09fix comment indents9ddfe5frunmake update-compat-tablec339f34fix a misplaced comment- See full diff in compare view
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+434
-432
Package Dependencies
Technical Details
| ID: | 679997 |
| UUID: | 2545517885 |
| Node ID: | PR_kwDOM-UdRc6XuYU9 |
| Host: | GitHub |
| Repository: | skrastrek/terraform-modules-aws-lambda-s3-object-image-processor |
| Merge State: | Unknown |