Bump the production-dependencies group across 2 directories with 48 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(22 days ago)
(15 days ago)
(15 days ago)
dependencies javascript
Bumps the production-dependencies group with 48 updates in the / directory:
Bumps the production-dependencies group with 4 updates in the /src/api directory: argon2, pino, stripe and uuid.
Updates @acm-uiuc/js-shared from 3.1.0 to 3.2.0
Release notes
Sourced from @acm-uiuc/js-shared's releases.
v3.2.0
Add org colors
Full Changelog: https://github.com/acm-uiuc/js-shared/compare/v3.1.0...v3.2.0
Commits
58942b5Add org colors- See full diff in compare view
Updates esbuild from 0.25.8 to 0.25.10
Release notes
Sourced from esbuild's releases.
v0.25.10
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefinedin this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):function identity(x) { return x } identity({ y: identity(123) })Fix
@supportsnested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholderfor correctness. The CSS nesting specification says the following:The nesting selector cannot represent pseudo-elements (identical to the behavior of the ':is()' pseudo-class). We’d like to relax this restriction, but need to do so simultaneously for both ':is()' and '&', since they’re intentionally built on the same underlying mechanisms.
However, it seems like this behavior is different for nested at-rules such as
@supports, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:/* Original code */ ::placeholder { color: red; body & { color: green } @supports (color: blue) { color: blue } }/* Old output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
{
color: blue;
}
}/* New output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
::placeholder {
color: blue;
}
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.25.10
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefinedin this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):function identity(x) { return x } identity({ y: identity(123) })Fix
@supportsnested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholderfor correctness. The CSS nesting specification says the following:The nesting selector cannot represent pseudo-elements (identical to the behavior of the ':is()' pseudo-class). We’d like to relax this restriction, but need to do so simultaneously for both ':is()' and '&', since they’re intentionally built on the same underlying mechanisms.
However, it seems like this behavior is different for nested at-rules such as
@supports, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:/* Original code */ ::placeholder { color: red; body & { color: green } @supports (color: blue) { color: blue } }/* Old output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
{
color: blue;
}
}/* New output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
::placeholder {
color: blue;
... (truncated)
Commits
d6b668fpublish 0.25.10 to npm5088c19refactor: use strings.Builder (#4290)755da31runmake update-compat-tablea1d9c86fix #4287: marked the wrong issue as fixed73a0b2afix #4286: minifier panic due to identity function134dadffix #4265:@supportsnested inside::pseudo195e05cpublish 0.25.9 to npm3dac33ffix #3131, fix #3663: yarnpnp + windows + D drive0f2c5c8mock fs now supports multiple volumes on windows100a51esplit out yarnpnp snapshot tests- Additional commits viewable in compare view
Updates @aws-sdk/client-cloudfront-keyvaluestore from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-cloudfront-keyvaluestore's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-cloudfront-keyvaluestore's changelog.
3.908.0 (2025-10-10)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore
Commits
c5dbfc6Publish v3.908.0511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.05befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-dynamodb from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-dynamodb's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-dynamodb's changelog.
3.908.0 (2025-10-10)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.902.0 (2025-10-02)
Features
- client-dynamodb: Add support for dual-stack account endpoint generation (14f648b)
3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-dynamodb
Commits
c5dbfc6Publish v3.908.0511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.01f6666ePublish v3.902.014f648bfeat(client-dynamodb): Add support for dual-stack account endpoint generation5befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-lambda from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-lambda's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-lambda's changelog.
3.908.0 (2025-10-10)
Features
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3be)
3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-lambda3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-lambda3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-lambda3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-lambda
Commits
c5dbfc6Publish v3.908.0cf1e3befeat(client-lambda): Add InvokedViaFunctionUrl context key to limit invocatio...511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.05befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-secrets-manager from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-secrets-manager's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-secrets-manager's changelog.
3.908.0 (2025-10-10)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-secrets-manager
Commits
c5dbfc6Publish v3.908.0511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.05befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-ses from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-ses's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-ses's changelog.
3.908.0 (2025-10-10)
Note: Version bump only for package
@aws-sdk/client-ses3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-ses3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-ses3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-ses3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-ses
Commits
c5dbfc6Publish v3.908.0511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.05befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-sqs from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-sqs's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (a94d95f7)
- ci: run publish for codegen (#7415) (b2f1ac0c)
New Features
- clients: update client endpoints as of 2025-10-09 (98148915)
- client-wafv2: This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded. (33438d9d)
- client-quicksight: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins. (72c12a09)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-sqs's changelog.
3.908.0 (2025-10-10)
Note: Version bump only for package
@aws-sdk/client-sqs3.907.0 (2025-10-09)
Note: Version bump only for package
@aws-sdk/client-sqs3.906.0 (2025-10-08)
Note: Version bump only for package
@aws-sdk/client-sqs3.901.0 (2025-10-01)
Note: Version bump only for package
@aws-sdk/client-sqs3.899.0 (2025-09-29)
Note: Version bump only for package
@aws-sdk/client-sqs
Commits
c5dbfc6Publish v3.908.0511167dchore(codegen): sync for bowser removal, lstat fixes (#7418)20bfe7dPublish v3.907.08f16327Publish v3.906.05befda8Publish v3.901.00a418ccchore: bump '@smithy/*' versions (#7391)99ff240Publish v3.899.0ad1514dchore(codegen): sync for separating error schema & ctor (#7377)- See full diff in compare view
Updates @aws-sdk/client-sts from 3.896.0 to 3.908.0
Release notes
Sourced from @aws-sdk/client-sts's releases.
v3.908.0
3.908.0(2025-10-10)
Chores
Documentation Changes
- client-rds: Updated the text in the Important section of the ModifyDBClusterParameterGroup page. (23a42361)
New Features
- clients: update client endpoints as of 2025-10-10 (b5e87b16)
- client-lambda: Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes. (cf1e3beb)
- client-bedrock-agentcore-control: Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory. (dd8408b9)
- client-odb: This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection. (72de496b)
- client-cloudfront: Added new viewer security policy, TLSv1.2_2025, for CloudFront. (bbe5fc55)
- client-bedrock-agentcore: Bedrock AgentCore release for Runtime, and Memory. (9ad809ec)
- client-glue: Addition of AuditContext in GetTable/GetTables Request (cf3d8e19)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.908.0.zip
v3.907.0
3.907.0(2025-10-09)
Chores
- util-user-agent-browser: remove bowser from default UA provider (#7413) (
Package Dependencies
Package:
@aws-sdk/client-dynamodbEcosystem:
npmVersion Change:
3.896.0 → 3.908.0Update Type:
MinorPackage:
@aws-sdk/client-secrets-managerEcosystem:
npmVersion Change:
3.896.0 → 3.908.0Update Type:
MinorPackage:
@aws-sdk/client-firehoseEcosystem:
npmVersion Change:
3.896.0 → 3.908.0Update Type:
MinorPackage:
@aws-sdk/signature-v4-crtEcosystem:
npmVersion Change:
3.896.0 → 3.908.0Update Type:
MinorEcosystem:
npmVersion Change:
3.896.0 → 3.908.0Update Type:
MinorPackage:
@middy/sqs-partial-batch-failureEcosystem:
npmVersion Change:
6.4.1 → 6.4.5Update Type:
Patch
Technical Details
| ID: | 10297572 |
| UUID: | 3508420342 |
| Node ID: | PR_kwDOMfoAbc6tYGiE |
| Host: | GitHub |
| Repository: | acm-uiuc/core |