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 18 updates #480

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the root-deps group with 18 updates:

Package From To
typescript 5.4.3 5.4.5
@oclif/core 3.26.0 3.26.4
@swc/core 1.4.11 1.4.16
@swc/helpers 0.5.8 0.5.10
@types/node 18.19.26 18.19.31
oclif 4.7.0 4.8.7
@inquirer/type 1.2.1 1.3.0
pino 8.19.0 8.20.0
@types/dockerode 3.3.26 3.3.28
zod 3.22.4 3.22.5
minimatch 9.0.3 9.0.4
@types/tar 6.1.11 6.1.13
@azure/logger 1.1.1 1.1.2
@google-cloud/compute 4.3.0 4.4.0
@aws-sdk/client-lightsail 3.540.0 3.556.0
@aws-sdk/client-s3 3.540.0 3.556.0
@aws-sdk/client-sts 3.540.0 3.556.0
octokit 3.1.2 3.2.0

Updates typescript from 5.4.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 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 (#...
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.0 to 3.26.4

Release notes

Sourced from @​oclif/core's releases.

3.26.4

Bug Fixes

3.26.3

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1

Bug Fixes

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)
Changelog

Sourced from @​oclif/core's changelog.

3.26.4 (2024-04-18)

Bug Fixes

3.26.3 (2024-04-13)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2 (2024-04-08)

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1 (2024-04-08)

Bug Fixes

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)
Commits
  • 8c25073 chore(release): 3.26.4 [skip ci]
  • 6507e37 fix(deps): bump tar from 6.1.15 to 6.2.1 (#1049)
  • 71018d3 Merge pull request #1051 from oclif/dependabot-npm_and_yarn-oclif-test-3.2.9
  • a17c71b Merge pull request #1052 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • dddd471 chore(release): 3.26.3 [skip ci]
  • 2d34665 Merge pull request #1053 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • 4cadd96 Merge pull request #1054 from oclif/dependabot-npm_and_yarn-typescript-5.4.5
  • b417ea7 chore(dev-deps): bump typescript from 5.4.4 to 5.4.5
  • 72dd869 fix(deps): bump ejs from 3.1.9 to 3.1.10
  • 13fe16a chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.3 to 3.1.4
  • Additional commits viewable in compare view

Updates @swc/core from 1.4.11 to 1.4.16

Changelog

Sourced from @​swc/core's changelog.

[1.4.16] - 2024-04-18

Bug Fixes

  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)

[1.4.15] - 2024-04-17

Bug Fixes

  • (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

  • (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

  • (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

  • (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

Features

  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)

Refactor

Build

  • (cargo) Update rustc to nightly-2024-04-03 (#8821) (ca9c76b)

  • (cargo) Update rustc to nightly-2024-04-16 (#8870) (f9459a8)

[1.4.14] - 2024-04-15

Bug Fixes

... (truncated)

Commits
  • f58b95a chore: Publish 1.4.16 with swc_core v0.90.35
  • 0036f74 chore: Bump crates
  • 6e9d1a4 fix(es/helpers): Fix resolving of usingCtx helper (#8874)
  • 10bb67a chore: Update changelog
  • ba9f33b chore: Publish 1.4.15 with swc_core v0.90.34
  • 0594398 chore: Publish 1.4.15-nightly-20240417.1
  • 4410d62 chore: Bump crates
  • f9459a8 build(cargo): Update rustc to nightly-2024-04-16 (#8870)
  • 036414a chore: Publish 1.4.15-nightly-20240416.4
  • 2ec3282 chore: Pin version of proc-macro2 to v1.0.79
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.8 to 0.5.10

Commits

Updates @types/node from 18.19.26 to 18.19.31

Commits

Updates oclif from 4.7.0 to 4.8.7

Release notes

Sourced from oclif's releases.

4.8.7

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2

Bug Fixes

4.8.1

Bug Fixes

4.8.0

Features

4.7.8

Bug Fixes

4.7.7

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.535.0 to 3.550.0 (e7427e3)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.8.7 (2024-04-21)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6 (2024-04-21)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5 (2024-04-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4 (2024-04-14)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3 (2024-04-14)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2 (2024-04-12)

Bug Fixes

4.8.1 (2024-04-12)

Bug Fixes

4.8.0 (2024-04-10)

Features

4.7.8 (2024-04-09)

... (truncated)

Commits
  • ed55092 chore(release): 4.8.7 [skip ci]
  • 5ee5693 Merge pull request #1379 from oclif/dependabot-npm_and_yarn-inquirer-confirm-...
  • 298b88b chore(release): 4.8.6 [skip ci]
  • 139e0f5 Merge pull request #1380 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • 0747157 fix(deps): bump ejs from 3.1.9 to 3.1.10
  • d77a8a2 Merge pull request #1381 from oclif/dependabot-npm_and_yarn-types-lodash-4.17.0
  • fa9c8dc chore(dev-deps): bump @​types/lodash from 4.14.202 to 4.17.0
  • 0cfc0b0 fix(deps): bump @​inquirer/confirm from 3.1.4 to 3.1.5
  • 8658be9 chore(release): 4.8.5 [skip ci]
  • dda6fd3 Merge pull request #1370 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • Additional commits viewable in compare view

Updates @inquirer/type from 1.2.1 to 1.3.0

Release notes

Sourced from @​inquirer/type's releases.

v1.3.0

Unpublished due to backward compatibility issue

@​inquirer/select@​1.3.0

  • Now supports the loop: false option. (This feature was available on inquirer, but not ported to new prompts yet)

@​inquirer/input@​1.2.6

Bugfix: Cursor position now reflected properly when using arrow keys.

@​inquirer/select@​1.2.5

  • Choice list max width should always match the terminal width

v1.2.3

  • Fix bug with editor prompt #442
Commits

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 zod from 3.22.4 to 3.22.5

Commits

Updates minimatch from 9.0.3 to 9.0.4

Commits

Updates @types/tar from 6.1.11 to 6.1.13

Commits

Updates @azure/logger from 1.1.1 to 1.1.2

Commits
  • bb11d9e [core] Minor bump for core-client-rest (#29267)
  • 03ee1c5 Post release automated changes for appconfiguration releases (#29264)
  • 694cd5f [core] Prepare April release (#29238)
  • a1fd92e Post release automated changes for search releases (#29008)
  • 2e4371c Post release automated changes for purview releases (#28813)
  • 19f08b8 [@​azure/eventgrid] Adding new events for EG Version 5.4.0 (#29035)
  • a98146b [Test] remove unit tests that verify package version matches (#28653)
  • 8d486c8 [EngSys][tool][analyze-deps] upgrade tar dependency to 6.2.1 (#29255)
  • 88bc4f2 [identity] update api ref docs to include default (#29258)
  • 464e06f Sync eng/common directory with azure-sdk-tools for PR 8062 (#29256)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/logger since your current version.


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.556.0

Release notes

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

v3.556.0

3.556.0(2024-04-16)

Chores
  • codegen:
Documentation Changes
  • create supplemental doc for typescript remarks (#5998) (71422277)
New Features
  • clients: update client endpoints as of 2024-04-16 (154d301b)
  • client-outposts: This release adds new APIs to allow customers to configure their Outpost capacity at order-time. (67016465)
  • client-lakeformation: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration" (93b9ea79)
  • client-iot-wireless: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device. (a126088f)
  • client-mediapackagev2: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format. (3b624eaf)
  • client-m2: Adding new ListBatchJobRestartPoints API and support for restart batch job. (0aa8336f)
  • client-emr-serverless: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads. (b99376ec)
  • client-wellarchitected: AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms. (aa902b4f)
  • client-entityresolution: Cross Account Resource Support . (639c7113)
  • client-bedrock-agent: For Create Agent API, the agentResourceRoleArn parameter is no longer required. (ed06b5a5)
Bug Fixes

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

v3.555.0

3.555.0(2024-04-12)

Chores
Documentation Changes
  • client-iotfleethub: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center. (fa43c0a7)
  • client-neptune-graph: Update to API documentation to resolve customer reported issues. (72ff8d01)
  • client-config-service: Updates documentation for AWS Config (a9991613)

... (truncated)

Changelog

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

3.556.0 (2024-04-16)

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

3.554.0 (2024-04-11)

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

3.552.0 (2024-04-09)

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

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

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

Release notes

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

v3.556.0

3.556.0(2024-04-16)

Chores
  • codegen:
Documentation Changes
  • create supplemental doc for typescript remarks (#5998) (71422277)
New Features
  • clients: update client endpoints as of 2024-04-16 (154d301b)
  • client-outposts: This release adds new APIs to allow customers to configure their Outpost capacity at order-time. (67016465)
  • client-lakeformation: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration" (93b9ea79)
  • client-iot-wireless: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device. (a126088f)
  • client-mediapackagev2: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format. (3b624eaf)
  • client-m2: Adding new ListBatchJobRestartPoints API and support for restart batch job. (0aa8336f)
  • client-emr-serverless: This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads. (b99376ec)
  • client-wellarchitected: AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms. (aa902b4f)
  • client-entityresolution: Cross Account Resource Support . (639c7113)
  • client-bedrock-agent: For Create Agent API, the agentResourceRoleArn parameter is no longer required. (ed06b5a5)
Bug Fixes

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

v3.555.0

3.555.0(2024-04-12)

Chores
Documentation Changes
  • client-iotfleethub: Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center. (fa43c0a7)
  • client-neptune-graph: Update to API documentation to resolve customer reported issues. (72ff8d01)
  • client-config-service: Updates documentation for AWS Config (a9991613)

... (truncated)

Changelog

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

3.556.0 (2024-04-16)

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

3.554.0 (2024-04-11)

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

3.552.0 (2024-04-09)

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

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.556.0

Release notes

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

v3.556.0

3.556.0(2024-04-16)

Chores
  • codegen:
Documentation Changes
  • create supplemental doc for typescript remarks (#5998) (71422277)
New Features
  • clients: update client endpoints as of 2024-04-16 (154d301b)
  • client-outposts: This release adds new APIs to allow customers to configure their Outpost capacity at order-time. (67016465)
  • client-lakeformation: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration" (93b9ea79)
  • client-iot-wireless: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device. (a126088f)
  • client-mediapackagev2: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format. (3b624eaf)
  • client-m2: Adding new ListBatchJobRestartPoints API and support for ...

    Description has been truncated

Bumps the root-deps group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [@oclif/core](https://github.com/oclif/core) | `3.26.0` | `3.26.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.11` | `1.4.16` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.8` | `0.5.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.26` | `18.19.31` |
| [oclif](https://github.com/oclif/oclif) | `4.7.0` | `4.8.7` |
| [@inquirer/type](https://github.com/SBoudrias/Inquirer.js) | `1.2.1` | `1.3.0` |
| [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` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.22.5` |
| [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.13` |
| [@azure/logger](https://github.com/Azure/azure-sdk-for-js) | `1.1.1` | `1.1.2` |
| [@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.556.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.540.0` | `3.556.0` |
| [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) | `3.540.0` | `3.556.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.0` |


Updates `typescript` from 5.4.3 to 5.4.5
- [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.5)

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

Updates `@swc/core` from 1.4.11 to 1.4.16
- [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.16)

Updates `@swc/helpers` from 0.5.8 to 0.5.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@types/node` from 18.19.26 to 18.19.31
- [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.8.7
- [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.8.7)

Updates `@inquirer/type` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

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 `zod` from 3.22.4 to 3.22.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

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.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

Updates `@azure/logger` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/logger_1.1.1...@azure/logger_1.1.2)

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.556.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.556.0/clients/client-lightsail)

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

Updates `@aws-sdk/client-sts` from 3.540.0 to 3.556.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.556.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: "@oclif/core"
  dependency-type: direct:production
  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: "@swc/helpers"
  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-minor
  dependency-group: root-deps
- dependency-name: "@inquirer/type"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: zod
  dependency-type: direct:production
  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: "@azure/logger"
  dependency-type: direct:production
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2024

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

@dependabot dependabot bot closed this Apr 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-9fdf026b58 branch April 28, 2024 10:14
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