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

Bump the root-deps group with 13 updates #473

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2024

Bumps the root-deps group with 13 updates:

Package From To
typescript 5.4.3 5.4.4
@swc/core 1.4.11 1.4.12
@types/node 18.19.26 18.19.30
oclif 4.7.0 4.7.6
pino 8.19.0 8.20.0
@types/dockerode 3.3.26 3.3.28
minimatch 9.0.3 9.0.4
@types/tar 6.1.11 6.1.12
@google-cloud/compute 4.3.0 4.4.0
@aws-sdk/client-lightsail 3.540.0 3.549.0
@aws-sdk/client-s3 3.540.0 3.550.0
@aws-sdk/client-sts 3.540.0 3.549.0
octokit 3.1.2 3.2.0

Updates typescript from 5.4.3 to 5.4.4

Release notes

Sourced from typescript's releases.

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • 1c25c7f 🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...
  • 3caec2c Cherry pick PR 57887 into release-5.4 (#57898)
  • 896947e 🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...
  • 521d3fb 🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)
  • See full diff in compare view

Updates @swc/core from 1.4.11 to 1.4.12

Changelog

Sourced from @​swc/core's changelog.

[1.4.12] - 2024-04-04

Bug Fixes

  • (common) Fix source index for inputSourceMap (#8800) (4f9ab81)

  • (es) Change default value of inputSourceMap to true (#8801) (9ffcd18)

  • (es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)

  • (es/helpers) Fix metadata of decorators being undefined (#8768) (263ce6e)

  • (es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)

  • (es/module) Fix jsc.paths with resolveFully (#8784) (4961bb0)

  • (es/parser) Tweak msg of SyntaxError::UsingDeclNotEnabled (#8791) (95c822e)

Features

  • (es/minifier) Evaluate spread of arrays (#8811) (47714c5)

  • (plugin/runner) Improve error message for Wasm plugin crashes (#8794) (571d297)

Miscellaneous Tasks

  • (deps) Update dependencies (#8810) (207582f)

  • (es/transforms) Add repository field to swc_ecma_ext_transforms (#8793) (37f0a79)

Performance

... (truncated)

Commits
  • 0a76e16 chore: Publish 1.4.12 with swc_core v0.90.27
  • c3b750d chore: Publish 1.4.12-nightly-20240404.1
  • dc25df1 chore: Bump crates
  • 47714c5 feat(es/minifier): Evaluate spread of arrays (#8811)
  • ff5f69f chore: Bump crates
  • 730ded2 fix(es/minifier): Abort fn inliner if there's a spread arg (#8809)
  • d1eb7b8 chore: Bump crates
  • 207582f chore(deps): Update dependencies (#8810)
  • 9e28254 chore: Bump crates
  • 9ffcd18 fix(es): Change default value of inputSourceMap to true (#8801)
  • Additional commits viewable in compare view

Updates @types/node from 18.19.26 to 18.19.30

Commits

Updates oclif from 4.7.0 to 4.7.6

Changelog

Sourced from oclif's changelog.

4.7.6 (2024-04-04)

4.7.5 (2024-03-31)

Bug Fixes

  • deps: bump @​oclif/core from 3.25.2 to 3.26.0 (ccb7808)

4.7.4 (2024-03-31)

Bug Fixes

  • deps: bump @​inquirer/select from 2.0.0 to 2.2.1 (80e9611)

4.7.3 (2024-03-31)

Bug Fixes

  • deps: bump @​inquirer/input from 2.1.0 to 2.1.1 (1e9ee41)

4.7.2 (2024-03-31)

Bug Fixes

  • deps: bump sort-package-json from 2.8.0 to 2.10.0 (d9f3d17)

4.7.1 (2024-03-28)

Bug Fixes

Commits
  • bcd0233 chore(release): 4.7.6 [skip ci]
  • 8ff0430 Add override modifier to generated commands (#1356) (#1357)
  • c899383 chore(dev-deps): bump @​oclif/plugin-legacy from 2.0.7 to 2.0.8 (#1349)
  • b63945f chore(release): 4.7.5 [skip ci]
  • 15c6148 Merge pull request #1351 from oclif/dependabot-npm_and_yarn-oclif-core-3.26.0
  • ccb7808 fix(deps): bump @​oclif/core from 3.25.2 to 3.26.0
  • 98b2b38 chore(release): 4.7.4 [skip ci]
  • 6bdc00a Merge pull request #1350 from oclif/dependabot-npm_and_yarn-inquirer-select-2...
  • 80e9611 fix(deps): bump @​inquirer/select from 2.0.0 to 2.2.1
  • 3d88849 chore(release): 4.7.3 [skip ci]
  • Additional commits viewable in compare view

Updates pino from 8.19.0 to 8.20.0

Release notes

Sourced from pino's releases.

v8.20.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.19.0...v8.20.0

Commits

Updates @types/dockerode from 3.3.26 to 3.3.28

Commits

Updates minimatch from 9.0.3 to 9.0.4

Commits

Updates @types/tar from 6.1.11 to 6.1.12

Commits

Updates @google-cloud/compute from 4.3.0 to 4.4.0

Changelog

Sourced from @​google-cloud/compute's changelog.

4.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5187) (1952fbe)
Commits

Updates @aws-sdk/client-lightsail from 3.540.0 to 3.549.0

Release notes

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

v3.549.0

3.549.0(2024-04-04)

Chores
New Features
  • clients: update client endpoints as of 2024-04-04 (da490a15)
  • client-ivs: API update to include an SRT ingest endpoint and passphrase for all channels. (9d148371)
  • client-cleanrooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. (30e75ea7)
  • client-emr-containers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. (36c67508)
  • client-ec2: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. (379b756b)
  • client-b2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets. (f4cb659c)
  • client-verifiedpermissions: Adds GroupConfiguration field to Identity Source API's (d2d80fda)

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

v3.548.0

3.548.0(2024-04-03)

New Features
  • clients: update client endpoints as of 2024-04-03 (be9eadbd)
  • client-medialive: Cmaf Ingest outputs are now supported in Media Live (e6543feb)
  • client-cloudformation: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template (98e1d9fb)
  • client-datazone: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. (21c6b462)
  • client-docdb: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. (b7817fd7)
  • client-lambda: Add Ruby 3.3 (ruby3.3) support to AWS Lambda (66721f66)
  • client-medical-imaging: SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response (e1bcde96)
  • client-groundstation: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. (10f0af27)
  • client-transfer: Add ability to specify Security Policies for SFTP Connectors (a12cf065)
  • client-cleanroomsml: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. (46ea1965)

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

v3.547.0

3.547.0(2024-04-02)

Documentation Changes
  • client-ecs: Documentation only update for Amazon ECS. (5c8d5eed)
  • client-securityhub: Documentation updates for AWS Security Hub (3be771ec)

... (truncated)

Changelog

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

3.549.0 (2024-04-04)

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

3.546.0 (2024-04-01)

Features

  • client-lightsail: This release adds support to upgrade the TLS version of the distribution. (502a221)
Commits
  • 1408dce Publish v3.549.0
  • c349825 chore(codegen): update Smithy to 1.47.0 (#5956)
  • 885b47e Publish v3.546.0
  • 502a221 feat(client-lightsail): This release adds support to upgrade the TLS version ...
  • See full diff in compare view

Updates @aws-sdk/client-s3 from 3.540.0 to 3.550.0

Release notes

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

v3.550.0

3.550.0(2024-04-05)

Chores
  • codegen: move s3 transform to Java code (#5963) (58875c9f)
  • ec2-metadata-service: readme update to link to imds credentials method (#5962) (ffd93809)
Documentation Changes
  • UPGRADING: on the use of expiration in credential provider functions (#5961) (6fd6269e)
New Features
  • clients: update client endpoints as of 2024-04-05 (e31f957e)
  • client-verifiedpermissions: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token. (8f5691c8)
  • client-resource-groups: Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types. (73a6573a)
  • client-quicksight: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription (a837f798)

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

v3.549.0

3.549.0(2024-04-04)

Chores
New Features
  • clients: update client endpoints as of 2024-04-04 (da490a15)
  • client-ivs: API update to include an SRT ingest endpoint and passphrase for all channels. (9d148371)
  • client-cleanrooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. (30e75ea7)
  • client-emr-containers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. (36c67508)
  • client-ec2: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. (379b756b)
  • client-b2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets. (f4cb659c)
  • client-verifiedpermissions: Adds GroupConfiguration field to Identity Source API's (d2d80fda)

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

v3.548.0

3.548.0(2024-04-03)

New Features

... (truncated)

Changelog

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

3.550.0 (2024-04-05)

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

3.549.0 (2024-04-04)

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

Commits

Updates @aws-sdk/client-sts from 3.540.0 to 3.549.0

Release notes

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

v3.549.0

3.549.0(2024-04-04)

Chores
New Features
  • clients: update client endpoints as of 2024-04-04 (da490a15)
  • client-ivs: API update to include an SRT ingest endpoint and passphrase for all channels. (9d148371)
  • client-cleanrooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. (30e75ea7)
  • client-emr-containers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. (36c67508)
  • client-ec2: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. (379b756b)
  • client-b2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets. (f4cb659c)
  • client-verifiedpermissions: Adds GroupConfiguration field to Identity Source API's (d2d80fda)

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

v3.548.0

3.548.0(2024-04-03)

New Features
  • clients: update client endpoints as of 2024-04-03 (be9eadbd)
  • client-medialive: Cmaf Ingest outputs are now supported in Media Live (e6543feb)
  • client-cloudformation: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template (98e1d9fb)
  • client-datazone: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. (21c6b462)
  • client-docdb: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. (b7817fd7)
  • client-lambda: Add Ruby 3.3 (ruby3.3) support to AWS Lambda (66721f66)
  • client-medical-imaging: SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response (e1bcde96)
  • client-groundstation: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. (10f0af27)
  • client-transfer: Add ability to specify Security Policies for SFTP Connectors (a12cf065)
  • client-cleanroomsml: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. (46ea1965)

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

v3.547.0

3.547.0(2024-04-02)

Documentation Changes
  • client-ecs: Documentation only update for Amazon ECS. (5c8d5eed)
  • client-securityhub: Documentation updates for AWS Security Hub (3be771ec)

... (truncated)

Changelog

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

3.549.0 (2024-04-04)

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

Commits

Updates octokit from 3.1.2 to 3.2.0

Release notes

Sourced from octokit's releases.

v3.2.0

3.2.0 (2024-04-03)

Features

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

Bumps the root-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.11` | `1.4.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.26` | `18.19.30` |
| [oclif](https://github.com/oclif/oclif) | `4.7.0` | `4.7.6` |
| [pino](https://github.com/pinojs/pino) | `8.19.0` | `8.20.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.26` | `3.3.28` |
| [minimatch](https://github.com/isaacs/minimatch) | `9.0.3` | `9.0.4` |
| [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) | `6.1.11` | `6.1.12` |
| [@google-cloud/compute](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-compute) | `4.3.0` | `4.4.0` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.540.0` | `3.549.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.540.0` | `3.550.0` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.540.0` | `3.549.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.0` |


Updates `typescript` from 5.4.3 to 5.4.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)

Updates `@swc/core` from 1.4.11 to 1.4.12
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.4.11...v1.4.12)

Updates `@types/node` from 18.19.26 to 18.19.30
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oclif` from 4.7.0 to 4.7.6
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.7.0...4.7.6)

Updates `pino` from 8.19.0 to 8.20.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.19.0...v8.20.0)

Updates `@types/dockerode` from 3.3.26 to 3.3.28
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `minimatch` from 9.0.3 to 9.0.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.4)

Updates `@types/tar` from 6.1.11 to 6.1.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

Updates `@google-cloud/compute` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-compute/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v4.4.0/packages/google-cloud-compute)

Updates `@aws-sdk/client-lightsail` from 3.540.0 to 3.549.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-lightsail/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.549.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.540.0 to 3.550.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.550.0/clients/client-s3)

Updates `@aws-sdk/client-sts` from 3.540.0 to 3.549.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-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.549.0/clients/client-sts)

Updates `octokit` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@google-cloud/compute"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-lightsail"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@aws-sdk/client-sts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-a291734a60 branch April 14, 2024 11:15
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