Bump the production-dependencies group across 2 directories with 39 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the production-dependencies group with 39 updates in the / directory:
Bumps the production-dependencies group with 2 updates in the /src/api directory: argon2 and uuid.
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.859.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-cloudfront-keyvaluestore's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-cloudfront-keyvaluestore's changelog.
3.893.0 (2025-09-19)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.891.0 (2025-09-17)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.890.0 (2025-09-16)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.888.0 (2025-09-12)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.887.0 (2025-09-11)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.886.0 (2025-09-10)
Note: Version bump only for package
@aws-sdk/client-cloudfront-keyvaluestore3.883.0 (2025-09-05)
... (truncated)
Commits
6cdb1aePublish v3.893.0ef0345cchore(codegen): sync for Uint8Array genericity (#7359)3cace3ePublish v3.891.02922063chore(codegen): codegen sync for command doc update and retry trait (#7353)79bbaf4Publish v3.890.060f5a8cchore(codegen): sync for fs-mock and eventstream codegen fix (#7348)79c41a2Publish v3.888.0f504fc1Publish v3.887.09963c98chore(deps): bump@smithy/dependency versions (#7328)52fd2caPublish v3.886.0- Additional commits viewable in compare view
Updates @aws-sdk/client-dynamodb from 3.879.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-dynamodb's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-dynamodb's changelog.
3.893.0 (2025-09-19)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.891.0 (2025-09-17)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.890.0 (2025-09-16)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.888.0 (2025-09-12)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.887.0 (2025-09-11)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.886.0 (2025-09-10)
Note: Version bump only for package
@aws-sdk/client-dynamodb3.883.0 (2025-09-05)
... (truncated)
Commits
6cdb1aePublish v3.893.0ef0345cchore(codegen): sync for Uint8Array genericity (#7359)3cace3ePublish v3.891.02922063chore(codegen): codegen sync for command doc update and retry trait (#7353)79bbaf4Publish v3.890.060f5a8cchore(codegen): sync for fs-mock and eventstream codegen fix (#7348)79c41a2Publish v3.888.0f504fc1Publish v3.887.09963c98chore(deps): bump@smithy/dependency versions (#7328)52fd2caPublish v3.886.0- Additional commits viewable in compare view
Updates @aws-sdk/client-lambda from 3.879.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-lambda's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-lambda's changelog.
3.893.0 (2025-09-19)
Note: Version bump only for package
@aws-sdk/client-lambda3.891.0 (2025-09-17)
Note: Version bump only for package
@aws-sdk/client-lambda3.890.0 (2025-09-16)
Note: Version bump only for package
@aws-sdk/client-lambda3.888.0 (2025-09-12)
Note: Version bump only for package
@aws-sdk/client-lambda3.887.0 (2025-09-11)
Note: Version bump only for package
@aws-sdk/client-lambda3.886.0 (2025-09-10)
Note: Version bump only for package
@aws-sdk/client-lambda3.883.0 (2025-09-05)
... (truncated)
Commits
6cdb1aePublish v3.893.0ef0345cchore(codegen): sync for Uint8Array genericity (#7359)3cace3ePublish v3.891.02922063chore(codegen): codegen sync for command doc update and retry trait (#7353)79bbaf4Publish v3.890.060f5a8cchore(codegen): sync for fs-mock and eventstream codegen fix (#7348)79c41a2Publish v3.888.0f504fc1Publish v3.887.09963c98chore(deps): bump@smithy/dependency versions (#7328)52fd2caPublish v3.886.0- Additional commits viewable in compare view
Updates @aws-sdk/client-secrets-manager from 3.859.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-secrets-manager's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-secrets-manager's changelog.
3.893.0 (2025-09-19)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.891.0 (2025-09-17)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.890.0 (2025-09-16)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.888.0 (2025-09-12)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.887.0 (2025-09-11)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.886.0 (2025-09-10)
Note: Version bump only for package
@aws-sdk/client-secrets-manager3.883.0 (2025-09-05)
... (truncated)
Commits
6cdb1aePublish v3.893.0ef0345cchore(codegen): sync for Uint8Array genericity (#7359)3cace3ePublish v3.891.02922063chore(codegen): codegen sync for command doc update and retry trait (#7353)79bbaf4Publish v3.890.060f5a8cchore(codegen): sync for fs-mock and eventstream codegen fix (#7348)79c41a2Publish v3.888.0f504fc1Publish v3.887.09963c98chore(deps): bump@smithy/dependency versions (#7328)52fd2caPublish v3.886.0- Additional commits viewable in compare view
Updates @aws-sdk/client-ses from 3.879.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-ses's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-ses's changelog.
3.893.0 (2025-09-19)
Note: Version bump only for package
@aws-sdk/client-ses3.891.0 (2025-09-17)
Note: Version bump only for package
@aws-sdk/client-ses3.890.0 (2025-09-16)
Note: Version bump only for package
@aws-sdk/client-ses3.888.0 (2025-09-12)
Note: Version bump only for package
@aws-sdk/client-ses3.887.0 (2025-09-11)
Note: Version bump only for package
@aws-sdk/client-ses3.886.0 (2025-09-10)
Note: Version bump only for package
@aws-sdk/client-ses3.883.0 (2025-09-05)
... (truncated)
Commits
6cdb1aePublish v3.893.0ef0345cchore(codegen): sync for Uint8Array genericity (#7359)3cace3ePublish v3.891.02922063chore(codegen): codegen sync for command doc update and retry trait (#7353)79bbaf4Publish v3.890.060f5a8cchore(codegen): sync for fs-mock and eventstream codegen fix (#7348)79c41a2Publish v3.888.0f504fc1Publish v3.887.09963c98chore(deps): bump@smithy/dependency versions (#7328)52fd2caPublish v3.886.0- Additional commits viewable in compare view
Updates @aws-sdk/client-sqs from 3.879.0 to 3.893.0
Release notes
Sourced from @aws-sdk/client-sqs's releases.
v3.893.0
3.893.0(2025-09-19)
Chores
- codegen:
- pull request build on PR opened event (#7360) (c64f7f0e)
- packages: set sideEffects metadata (#7358) (c1611a07)
Documentation Changes
- client-sqs: Update invalid character handling documentation for SQS SendMessage API (4ff9d676)
New Features
- clients: update client endpoints as of 2025-09-19 (3726908c)
- client-bedrock-agentcore-control: Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names. (9ab54a28)
- client-config-service: Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState. (9b89d935)
- client-connect: This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections. (59e863ba)
- client-license-manager-user-subscriptions: Added support for cross-account Active Directories. (22e49d10)
- client-medialive: Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec. (25f22be2)
Tests
For list of updated packages, view updated-packages.md in assets-3.893.0.zip
v3.892.0
3.892.0(2025-09-18)
Chores
New Features
- client-budgets: Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status (e3e7974e)
- client-ec2: Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames (442403cd)
- client-chime-sdk-messaging: Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6. (eb921320)
- client-bedrock: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest. (b9c1896e)
Tests
- remove changesets calls from e2e tests (#7354) (
Pull Request Statistics
Commits:
1Files Changed:
5Additions:
+1453Deletions:
-2162
Package Dependencies
@aws-sdk/client-dynamodb
npm
3.879.0 → 3.893.0
Minor
@aws-sdk/client-secrets-manager
npm
3.859.0 → 3.893.0
Minor
@aws-sdk/client-firehose
npm
3.879.0 → 3.893.0
Minor
@aws-sdk/signature-v4-crt
npm
3.879.0 → 3.893.0
Minor
npm
3.859.0 → 3.893.0
Minor
@middy/sqs-partial-batch-failure
npm
6.4.1 → 6.4.5
Patch
Technical Details
| ID: | 8661098 |
| UUID: | 2847878964 |
| Node ID: | PR_kwDOMfoAbc6pvy80 |
| Host: | GitHub |
| Repository: | acm-uiuc/core |
| Merge State: | Dirty |