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

CT-5900: Bump the production-dependencies group across 1 directory with 9 updates #3

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
@pulumi/docker-build 0.0.8 0.0.10
@pulumi/tls 5.0.10 5.1.0
@pulumi/aws-native 1.22.0 1.25.0
@pulumi/aws 6.66.2 6.69.0
@pulumi/random 4.16.8 4.17.0
@pulumi/pulumi 3.145.0 3.152.0
effect 3.12.1 3.13.2
@aws-sdk/client-s3 3.723.0 3.750.0
@aws-sdk/client-kms 3.723.0 3.750.0

Updates @pulumi/docker-build from 0.0.8 to 0.0.10

Release notes

Sourced from @​pulumi/docker-build's releases.

v0.0.10

No release notes provided.

v0.0.9

No release notes provided.

Commits

Updates @pulumi/tls from 5.0.10 to 5.1.0

Release notes

Sourced from @​pulumi/tls's releases.

v5.1.0

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-tls@v5.0.10...v5.1.0

Commits

Updates @pulumi/aws-native from 1.22.0 to 1.25.0

Release notes

Sourced from @​pulumi/aws-native's releases.

v1.25.0

No release notes provided.

v1.24.0

No release notes provided.

v1.23.0

No release notes provided.

Commits
  • 1436397 Update first-party Pulumi dependencies to v3.148.0 (#2017)
  • ebe72ec Update GitHub Actions workflows. (#2038)
  • 91e4641 Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f2007d6d268...
  • bf7951b Update GitHub Actions workflows. (#2032)
  • 4985e4a Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f2007d6d268...
  • a0ab6ba Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f2007d6d268...
  • e9bc024 Update module github.com/golang/glog to v1.2.4 [SECURITY] (#2026)
  • 66934fa Sign Windows release binaries (#2022)
  • 1cb3a05 Update GitHub Actions workflows. (#2021)
  • 2a54d21 Update GitHub Actions workflows. (#2016)
  • Additional commits viewable in compare view

Updates @pulumi/aws from 6.66.2 to 6.69.0

Release notes

Sourced from @​pulumi/aws's releases.

v6.69.0

Does the PR have any schema changes?

Found 10 breaking changes:

Resources

  • 🟢 "aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2": required: "rules" property is no longer Required

Types

  • 🟡 "aws:s3/BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload:BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload": properties: "daysAfterInitiation" type changed from "integer" to "number"
  • 🟡 "aws:s3/BucketLifecycleConfigurationV2RuleExpiration:BucketLifecycleConfigurationV2RuleExpiration": properties: "days" type changed from "integer" to "number"
  • "aws:s3/BucketLifecycleConfigurationV2RuleFilter:BucketLifecycleConfigurationV2RuleFilter": properties:
    • 🟡 "objectSizeGreaterThan" type changed from "string" to "integer"
    • 🟡 "objectSizeLessThan" type changed from "string" to "integer"
  • "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration:BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration": properties:
    • 🟡 "newerNoncurrentVersions" type changed from "string" to "number"
    • 🟡 "noncurrentDays" type changed from "integer" to "number"
  • "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition:BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition": properties:
    • 🟡 "newerNoncurrentVersions" type changed from "string" to "number"
    • 🟡 "noncurrentDays" type changed from "integer" to "number"
  • 🟡 "aws:s3/BucketLifecycleConfigurationV2RuleTransition:BucketLifecycleConfigurationV2RuleTransition": properties: "days" type changed from "integer" to "number" No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-aws@v6.68.0...v6.69.0

v6.68.0

Does the PR have any schema changes?

Found 2 breaking changes:

Resources

  • 🟢 "aws:ec2/vpcEndpoint:VpcEndpoint": required: "serviceName" property is no longer Required

Types

  • 🟢 "aws:ec2/getLaunchTemplateNetworkInterface:getLaunchTemplateNetworkInterface": required: "connectionTrackingSpecifications" property has changed to Required

New resources:

  • guardduty/memberDetectorFeature.MemberDetectorFeature
  • route53domains/domain.Domain
  • timestreamquery/scheduledQuery.ScheduledQuery
  • vpclattice/resourceConfiguration.ResourceConfiguration
  • vpclattice/serviceNetworkResourceAssociation.ServiceNetworkResourceAssociation

... (truncated)

Commits

Updates @pulumi/random from 4.16.8 to 4.17.0

Release notes

Sourced from @​pulumi/random's releases.

v4.17.0

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-random@v4.16.8...v4.17.0

Commits

Updates @pulumi/pulumi from 3.145.0 to 3.152.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.152.0

3.152.0 (2025-02-21)

Bug Fixes

  • [auto] Fix up with nested secret in config file #18676

  • [cli] Fix mapping in the presence of hardcoded entries #18680

v3.151.0

3.151.0 (2025-02-21)

Features

  • [engine] Changes to source position metadata will be batched in the snapshot system #18579

  • [cli/display] Add --show-secrets args to pulumi up and pulumi preview, showing secrets in the CLI output. Fixing #9830 #18503

  • [auto/go] Include stderr when InstallPulumiCommand fails #18549

  • [auto/nodejs] Add the --preview-only flag to the refresh command in the NodeJS Automation API #18662

  • [auto/nodejs] Support --clear-pending-creates for the refresh command in the NodeJS automation API #18653

  • [cli/package] Support parameterizing providers when calling get-mapping

  • [auto/python] Add --clear-pending-creates to the refresh command in the Python Automation API #18658

  • [backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to the service. #18489

  • [backend/service] Add bulk encrypte service types #18588

  • [programgen] Add conformance test for dynamic lists and returns #18424

  • [programgen] Implement a first version of try in PCL #18454

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.152.0 (2025-02-21)

Bug Fixes

  • [auto] Fix up with nested secret in config file #18676

  • [cli] Fix mapping in the presence of hardcoded entries #18680

3.151.0 (2025-02-21)

Features

  • [engine] Changes to source position metadata will be batched in the snapshot system #18579

  • [cli/display] Add --show-secrets args to pulumi up and pulumi preview, showing secrets in the CLI output. Fixing #9830 #18503

  • [auto/go] Include stderr when InstallPulumiCommand fails #18549

  • [auto/nodejs] Add the --preview-only flag to the refresh command in the NodeJS Automation API #18662

  • [auto/nodejs] Support --clear-pending-creates for the refresh command in the NodeJS automation API #18653

  • [cli/package] Support parameterizing providers when calling get-mapping

  • [auto/python] Add --clear-pending-creates to the refresh command in the Python Automation API #18658

  • [backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to the service. #18489

  • [backend/service] Add bulk encrypte service types #18588

  • [programgen] Add conformance test for dynamic lists and returns #18424

  • [programgen] Implement a first version of try in PCL #18454

  • [programgen] Implement a version of can in PCL #18571

... (truncated)

Commits

Updates effect from 3.12.1 to 3.13.2

Release notes

Sourced from effect's releases.

[email protected]

Patch Changes

  • #4472 31be72a Thanks @​gcanti! - Fix Schema.Enums toString() method to display correct enum values.

    Now, toString() correctly displays the actual enum values instead of internal numeric indices.

    Before

    import { Schema } from "effect"
    enum Fruits {
    Apple = "apple",
    Banana = "banana",
    Cantaloupe = 0
    }
    const schema = Schema.Enums(Fruits)
    console.log(String(schema))
    // Output: <enum 3 value(s): 0 | 1 | 2> ❌ (incorrect)

    After

    import { Schema } from "effect"
    enum Fruits {
    Apple = "apple",
    Banana = "banana",
    Cantaloupe = 0
    }
    const schema = Schema.Enums(Fruits)
    console.log(String(schema))
    // Output: <enum 3 value(s): "apple" | "banana" | 0> ✅ (correct)

[email protected]

Patch Changes

[email protected]

Minor Changes

... (truncated)

Changelog

Sourced from effect's changelog.

3.13.2

Patch Changes

  • #4472 31be72a Thanks @​gcanti! - Fix Schema.Enums toString() method to display correct enum values.

    Now, toString() correctly displays the actual enum values instead of internal numeric indices.

    Before

    import { Schema } from "effect"
    enum Fruits {
    Apple = "apple",
    Banana = "banana",
    Cantaloupe = 0
    }
    const schema = Schema.Enums(Fruits)
    console.log(String(schema))
    // Output: <enum 3 value(s): 0 | 1 | 2> ❌ (incorrect)

    After

    import { Schema } from "effect"
    enum Fruits {
    Apple = "apple",
    Banana = "banana",
    Cantaloupe = 0
    }
    const schema = Schema.Enums(Fruits)
    console.log(String(schema))
    // Output: <enum 3 value(s): "apple" | "banana" | 0> ✅ (correct)

3.13.1

Patch Changes

3.13.0

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.723.0 to 3.750.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.750.0

3.750.0(2025-02-17)

Chores
Documentation Changes
  • supplemental-docs: md5 checksum fallback for s3 (#6886) (a1d8ad3e)
New Features
  • clients: update client endpoints as of 2025-02-17 (30bcfba4)
  • client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
  • client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
  • client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
  • middleware-flexible-checksums: buffer stream chunks to minimum required size (#6882) (1f1905ef)

For list of updated packages, view updated-packages.md in assets-3.750.0.zip

v3.749.0

3.749.0(2025-02-14)

Chores
New Features
  • client-database-migration-service: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications (fd40a1f6)
  • client-codebuild: Added test suite names to test case metadata (a6db26e5)
  • client-wafv2: The WAFv2 API now supports configuring data protection in webACLs. (04209f98)
  • client-s3: Added support for Content-Range header in HeadObject response. (5b15ad82)
  • client-connect: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency. (6fb29416)
  • client-rds-data: Add support for Stop DB feature. (d3569279)
  • client-workspaces-thin-client: Update Environment and Device name field definitions (70549deb)

For list of updated packages, view updated-packages.md in assets-3.749.0.zip

v3.748.0

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.750.0 (2025-02-17)

Note: Version bump only for package @​aws-sdk/client-s3

3.749.0 (2025-02-14)

Features

  • client-s3: Added support for Content-Range header in HeadObject response. (5b15ad8)

3.744.0 (2025-02-07)

Note: Version bump only for package @​aws-sdk/client-s3

3.743.0 (2025-02-06)

Features

  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5)

3.741.0 (2025-02-03)

Note: Version bump only for package @​aws-sdk/client-s3

3.740.0 (2025-01-31)

Note: Version bump only for package @​aws-sdk/client-s3

... (truncated)

Commits
  • b2252ef Publish v3.750.0
  • b7be4ff chore(codegen): sync for stream buffering (#6887)
  • 5f1be93 Publish v3.749.0
  • 5b15ad8 feat(client-s3): Added support for Content-Range header in HeadObject response.
  • ebd03ac chore(codegen): sync for stream buffering (#6885)
  • e8bd309 Publish v3.744.0
  • 114bd9a chore(codegen): sync deprecated tag order (#6871)
  • be25eb6 Publish v3.743.0
  • 794f4b5 feat(client-s3): Updated list of the valid AWS Region values for the Location...
  • 2b3d1df Publish v3.741.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-kms from 3.723.0 to 3.750.0

Release notes

Sourced from @​aws-sdk/client-kms's releases.

v3.750.0

3.750.0(2025-02-17)

Chores
Documentation Changes
  • supplemental-docs: md5 checksum fallback for s3 (#6886) (a1d8ad3e)
New Features
  • clients: update client endpoints as of 2025-02-17 (30bcfba4)
  • client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
  • client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
  • client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
  • middleware-flexible-checksums: buffer stream chunks to minimum required size (#6882) (1f1905ef)

For list of updated packages, view updated-packages.md in assets-3.750.0.zip

v3.749.0

3.749.0(2025-02-14)

Chores
New Features
  • client-database-migration-service: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications (fd40a1f6)
  • client-codebuild: Added test suite names to test case metadata (a6db26e5)
  • client-wafv2: The WAFv2 API now supports configuring data protection in webACLs. (04209f98)
  • client-s3: Added support for Content-Range header in HeadObject response. (5b15ad82)
  • client-connect: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency. (6fb29416)
  • client-rds-data: Add support for Stop DB feature. (d3569279)
  • client-workspaces-thin-client: Update Environment and Device name field definitions (70549deb)

For list of updated packages, view updated-packages.md in assets-3.749.0.zip

v3.748.0

... (truncated)

Changelog

Sourced from @​aws-sdk/client-kms's changelog.

3.750.0 (2025-02-17)

Note: Version bump only for package @​aws-sdk/client-kms

3.749.0 (2025-02-14)

Note: Version bump only for package @​aws-sdk/client-kms

3.744.0 (2025-02-07)

Note: Version bump only for package @​aws-sdk/client-kms

3.743.0 (2025-02-06)

Note: Version bump only for package @​aws-sdk/client-kms

3.741.0 (2025-02-03)

Note: Version bump only for package @​aws-sdk/client-kms

3.738.0 (2025-01-29)

Note: Version bump only for package @​aws-sdk/client-kms

3.734.0 (2025-01-23)

... (truncated)

Commits

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 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 <dependency name> major version will 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 version will 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

…th 9 updates

Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@pulumi/docker-build](https://github.com/pulumi/pulumi-docker-build) | `0.0.8` | `0.0.10` |
| [@pulumi/tls](https://github.com/pulumi/pulumi-tls) | `5.0.10` | `5.1.0` |
| [@pulumi/aws-native](https://github.com/pulumi/pulumi-aws-native) | `1.22.0` | `1.25.0` |
| [@pulumi/aws](https://github.com/pulumi/pulumi-aws) | `6.66.2` | `6.69.0` |
| [@pulumi/random](https://github.com/pulumi/pulumi-random) | `4.16.8` | `4.17.0` |
| [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) | `3.145.0` | `3.152.0` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.12.1` | `3.13.2` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.723.0` | `3.750.0` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.723.0` | `3.750.0` |



Updates `@pulumi/docker-build` from 0.0.8 to 0.0.10
- [Release notes](https://github.com/pulumi/pulumi-docker-build/releases)
- [Changelog](https://github.com/pulumi/pulumi-docker-build/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-docker-build@v0.0.8...v0.0.10)

Updates `@pulumi/tls` from 5.0.10 to 5.1.0
- [Release notes](https://github.com/pulumi/pulumi-tls/releases)
- [Changelog](https://github.com/pulumi/pulumi-tls/blob/main/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-tls@v5.0.10...v5.1.0)

Updates `@pulumi/aws-native` from 1.22.0 to 1.25.0
- [Release notes](https://github.com/pulumi/pulumi-aws-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-aws-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-aws-native@v1.22.0...v1.25.0)

Updates `@pulumi/aws` from 6.66.2 to 6.69.0
- [Release notes](https://github.com/pulumi/pulumi-aws/releases)
- [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-aws@v6.66.2...v6.69.0)

Updates `@pulumi/random` from 4.16.8 to 4.17.0
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.16.8...v4.17.0)

Updates `@pulumi/pulumi` from 3.145.0 to 3.152.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.152.0/sdk/nodejs)

Updates `effect` from 3.12.1 to 3.13.2
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/[email protected]/packages/effect)

Updates `@aws-sdk/client-s3` from 3.723.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/clients/client-s3)

Updates `@aws-sdk/client-kms` from 3.723.0 to 3.750.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.750.0/clients/client-kms)

---
updated-dependencies:
- dependency-name: "@pulumi/docker-build"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@pulumi/tls"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@pulumi/aws-native"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@pulumi/aws"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@pulumi/random"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-kms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 23, 2025

Dependabot tried to add @epursiai, @hongyu-cambri and @stazz-cambri as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/dsp-testing/ahead_of_main/pulls/3/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the dsp-testing/ahead_of_main repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Mar 2, 2025

Superseded by #5.

@dependabot dependabot bot closed this Mar 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-4c6946c291 branch March 2, 2025 23:30
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.

0 participants