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 across 1 directory with 16 updates #511

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps the root-deps group with 15 updates in the / directory:

Package From To
@oclif/core 3.26.6 3.27.0
disposablestack 1.1.5 1.1.6
yaml 2.4.2 2.4.5
@swc/core 1.4.11 1.6.1
@types/node 18.19.33 18.19.34
lint-staged 15.2.5 15.2.7
oclif 4.11.3 4.13.7
tslib 2.6.2 2.6.3
@inquirer/type 1.3.2 1.3.3
fastify 4.27.0 4.28.0
@azure/identity 4.2.0 4.2.1
@azure/storage-blob 12.18.0 12.23.0
google-gax 4.3.5 4.3.6
@aws-sdk/client-lightsail 3.583.0 3.598.0
@aws-sdk/client-s3 3.583.0 3.598.0

Updates @oclif/core from 3.26.6 to 3.27.0

Release notes

Sourced from @​oclif/core's releases.

3.27.0

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8

Bug Fixes

3.26.7

Bug Fixes

Changelog

Sourced from @​oclif/core's changelog.

3.27.0 (2024-06-04)

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9 (2024-06-03)

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8 (2024-06-03)

Bug Fixes

3.26.7 (2024-06-03)

Bug Fixes

Commits
  • db3ad80 chore(release): 3.27.0 [skip ci]
  • 0345ac3 feat: added option to specify example flag value in docopts (#1095)
  • 2ea2423 chore(release): 3.26.9 [skip ci]
  • 3916945 fix: only replace command id in usage if it's at beginning of string (#1090)
  • 85310aa chore(release): 3.26.8 [skip ci]
  • cdc9c53 chore(dev-deps): bump @​oclif/plugin-help from 6.0.22 to 6.1.0 (#1092)
  • 58b9fed fix(deps): bump debug from 4.3.4 to 4.3.5 (#1093)
  • af2cfda chore(release): 3.26.7 [skip ci]
  • 9639fd4 fix: get core meta version (#1094)
  • 7eac5a4 Merge pull request #1087 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.16
  • Additional commits viewable in compare view

Updates disposablestack from 1.1.5 to 1.1.6

Changelog

Sourced from disposablestack's changelog.

v1.1.6 - 2024-05-28

Fixed

Commits

  • [Tests] Update nonFunctions adopt test 2f7eb6e
  • [Dev Deps] update @ljharb/eslint-config fa59c73
Commits

Updates yaml from 2.4.2 to 2.4.5

Release notes

Sourced from yaml's releases.

v2.4.5

  • Improve tab handling (#553, yaml-test-suite tests DK95 & Y79Y)

v2.4.4

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#547)
  • Allow tab as indent for line comments before nodes (#548)
  • Do not allow tab before block collection (#549)
  • In flow collections, allow []{} immediately after : with plain key (#550)
  • Require indentation for ? explicit-key contents (#551)
  • Require indentation from block scalar header & flow collections in mapping values (#553)

v2.4.3

  • Improve error when parsing a non-string value (#459)
  • Do not parse -.NaN or +.nan as NaN (#546)
  • Support # within %TAG prefixes with trailing #comments
  • Check for non-node complex keys when stringifying with simpleKeys (#541)
Commits
  • 1b8fde6 2.4.5
  • f3c7d03 test: Obey yaml-test-suite skip instructions
  • 4e66d72 fix: Improve tab handling (tests DK95 & Y79Y, #553)
  • d06f386 2.4.4
  • 39053e8 chore: Satisfy strict TS
  • 8baee44 test: Use source files for yaml-test-suite tests
  • 280a861 fix: Allow comment after top-level block scalar with explicit indent indicato...
  • 767bc47 fix: Require indentation from block scalar header & flow collections in mappi...
  • 5096f83 fix: Require indentation for ? explicit-key contents (fixes #551)
  • 22f2c6f fix: In flow collections, allow []{} immediately after : with plain key (fixe...
  • Additional commits viewable in compare view

Updates @swc/core from 1.4.11 to 1.6.1

Changelog

Sourced from @​swc/core's changelog.

[1.6.1] - 2024-06-16

Bug Fixes

  • (common) Revert Use SourceMap::adjust_mappings (#9058) (cdd20cd)

Performance

  • (es/parser) Reduce allocations while lexing numbers (#9057) (ca26eb7)

[1.6.0] - 2024-06-15

Features

Performance

  • (es/lints) Avoid needless allocations in no-dupe-args (#9041) (e560198)

  • (es/parser) Do not track raw by hand (#9047) (60fe5f0)

  • (es/parser) Reduce allocations for raw while lexing numbers (#9056) (bc8ec62)

Refactor

Testing

... (truncated)

Commits
  • e640972 chore: Publish 1.6.1 with swc_core v0.95.2
  • f8c2c47 chore: Bump crates
  • cdd20cd fix(common): Revert Use SourceMap::adjust_mappings (#9058)
  • 11df9e9 chore: Bump crates
  • ca26eb7 perf(es/parser): Reduce allocations while lexing numbers (#9057)
  • 064af53 chore: Update changelog
  • 13c2b2e chore: Publish 1.6.0 with swc_core v0.95.0
  • 131bd42 chore: Bump crates
  • bc8ec62 perf(es/parser): Reduce allocations for raw while lexing numbers (#9056)
  • 56464f2 chore: Bump crates
  • Additional commits viewable in compare view

Updates @types/node from 18.19.33 to 18.19.34

Commits

Updates lint-staged from 15.2.5 to 15.2.7

Release notes

Sourced from lint-staged's releases.

v15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Changelog

Sourced from lint-staged's changelog.

15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Commits
  • 87e4b30 chore(changeset): release (#1441)
  • a39e829 docs: adjust changeset
  • a51be80 fix: drop option to support earlier Git versions
  • a91d942 chore(changeset): release
  • 119adb2 fix: use native git command to get .git directory
  • e0386dc fix: use native git command to get top-level directory for repo
  • 6593870 ci: test Node.js versions against current instead of latest dependency
  • 6c226c5 ci: add workflow for testing required Node.js semver range
  • See full diff in compare view

Updates oclif from 4.11.3 to 4.13.7

Release notes

Sourced from oclif's releases.

4.13.7

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.0 to 6.2.2 (2401a69)

4.13.6

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (2d70057)

4.13.5

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.574.0 to 3.592.0 (3c8e7c3)

4.13.4

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.1 to 3.2.3 (336bfb0)

4.13.3

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.21 to 6.2.0 (e8ff8e4)

4.13.2

Bug Fixes

  • deps: bump @​oclif/core from 4.0.0 to 4.0.3 (a5b9fb9)

4.13.1

Bug Fixes

4.13.0

Features

4.12.4

Bug Fixes

4.12.3

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.10 to 3.2.1 (82a3bf8)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.13.7 (2024-06-16)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.0 to 6.2.2 (2401a69)

4.13.6 (2024-06-13)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 (2d70057)

4.13.5 (2024-06-10)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.574.0 to 3.592.0 (3c8e7c3)

4.13.4 (2024-06-09)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.1 to 3.2.3 (336bfb0)

4.13.3 (2024-06-09)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.21 to 6.2.0 (e8ff8e4)

4.13.2 (2024-06-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.0 to 4.0.3 (a5b9fb9)

4.13.1 (2024-06-07)

Bug Fixes

4.13.0 (2024-06-04)

Features

4.12.4 (2024-06-04)

... (truncated)

Commits
  • 25ba745 chore(release): 4.13.7 [skip ci]
  • d972bc0 Merge pull request #1452 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • fc27a9f Merge pull request #1453 from oclif/dependabot-npm_and_yarn-types-node-18.19.34
  • 5d83f57 chore(dev-deps): bump @​types/node from 18.19.31 to 18.19.34
  • af54893 Merge pull request #1454 from oclif/dependabot-npm_and_yarn-types-lodash-4.17.5
  • a4910da chore(dev-deps): bump @​types/lodash from 4.17.4 to 4.17.5
  • 2401a69 fix(deps): bump @​oclif/plugin-help from 6.2.0 to 6.2.2
  • 2f54ced chore(release): 4.13.6 [skip ci]
  • 8adfbf5 Merge pull request #1448 from oclif/dependabot-npm_and_yarn-braces-3.0.3
  • 2d70057 fix(deps): bump braces from 3.0.2 to 3.0.3
  • Additional commits viewable in compare view

Updates tslib from 2.6.2 to 2.6.3

Release notes

Sourced from tslib's releases.

v2.6.3

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

Commits

Updates @inquirer/type from 1.3.2 to 1.3.3

Commits
  • 209b4ce Publish
  • 8e3f5e4 Chore(deps): Bump tar from 6.1.15 to 6.2.1 in the npm_and_yarn group across 1...
  • b79c1c3 Chore: Bump dependencies
  • 8b47d18 Fix #983: Add sideEffects to package.json to enable tree-shaking
  • See full diff in compare view

Updates fastify from 4.27.0 to 4.28.0

Release notes

Sourced from fastify's releases.

v4.28.0

What's Changed

Full Changelog: fastify/fastify@v4.27.0...v4.28.0

Commits

Updates @azure/identity from 4.2.0 to 4.2.1

Commits

Updates @azure/storage-blob from 12.18.0 to 12.23.0

Commits
  • a2b95cb [Storage]Update version for GA release. (#29874)
  • 12a14b4 [ServiceBus] Remove verification of abort error messages in tests (#29853)
  • 6cb2dd4 [web pub sub] update express to ESM (#29862)
  • 55d0676 [EngSys] automatic rush update --full (#29875)
  • 8e2b940 [@​azure/monitor-query] Provide sovereign cloud support for monitor SDKs (#29871)
  • f83c9af Add federated auth mode for live testing (#29848)
  • 58e7c37 [@​azure/eventgrid] Add Missing Events (#29872)
  • e82103b [Schema Registry] Update Dependencies in package.json (#29876)
  • 25c7a3a Fix Communication Rooms Readme Issue And Push Recordings In Communication Lib...
  • 6f2d42c Use the service connection instead of PAT to kick off docs CI runs (#29870)
  • Additional commits viewable in compare view

Updates google-gax from 4.3.5 to 4.3.6

Release notes

Sourced from google-gax's releases.

google-gax: v4.3.6

4.3.6 (2024-06-06)

Bug Fixes

Changelog

Sourced from google-gax's changelog.

4.3.6 (2024-06-06)

Bug Fixes

Commits

Updates @aws-sdk/client-lightsail from 3.583.0 to 3.598.0

Release notes

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

v3.598.0

3.598.0(2024-06-14)

Chores
Documentation Changes
  • client-ec2: Documentation updates for Amazon EC2. (227e3996)
New Features
  • client-route-53-domains: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f397a80f)
  • client-macie2: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. (5d00c7e9)
  • client-mediaconvert: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. (33a5089f)
  • client-datazone: This release introduces a new default service blueprint for custom environment creation. (2d57a05e)
Bug Fixes
  • lib-storage: ignore overall data content-length for UploadPart operation (#6131) (fbfce550)
  • util-dynamodb: fix signature overload resolution for marshall() fn (#6195) (3682a436)

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

v3.597.0

3.597.0(2024-06-13)

New Features
  • client-mediapackagev2: This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1) (b35cc161)
  • client-kms: This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. (06c60417)
  • client-cloudhsm-v2: Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. (59f9e1a0)
  • client-iot-wireless: Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics. (b0de95cb)
  • client-glue: This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. (5fff081c)

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

v3.596.0

3.596.0(2024-06-12)

Chores

... (truncated)

Changelog

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

3.598.0 (2024-06-14)

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

3.596.0 (2024-06-12)

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

3.592.0 (2024-06-06)

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

3.590.0 (2024-06-04)

Bug Fixes

  • codegen: consistently add region as config option when generated client is Sigv4 but not AWS (#6156) (06f51cc)

3.588.0 (2024-05-31)

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

3.587.0 (2024-05-30)

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

Commits

Updates @aws-sdk/client-s3 from 3.583.0 to 3.598.0

Release notes

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

v3.598.0

3.598.0(2024-06-14)

Chores
Documentation Changes
  • client-ec2: Documentation updates for Amazon EC2. (227e3996)
New Features
  • client-route-53-domains: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f397a80f)
  • client-macie2: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. (5d00c7e9)
  • client-mediaconvert: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. (33a5089f)
  • client-datazone: This release introduces a new default service blueprint for custom environment creation. (2d57a05e)
Bug Fixes
  • lib-storage: ignore overall data content-length for UploadPart operation (#6131) (fbfce550)
  • util-dynamodb: fix signature overload resolution for marshall() fn (#6195) (3682a436)

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

v3.597.0

3.597.0(2024-06-13)

New Features
  • client-mediapackagev2: This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1) (b35cc161)
  • client-kms: This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. (06c60417)
  • client-cloudhsm-v2: Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. (59f9e1a0)
  • client-iot-wireless: Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics. (b0de95cb)
  • client-glue: This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. (5fff081c)

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

v3.596.0

3.596.0(2024-06-12)

Chores

... (truncated)

Changelog

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

3.598.0 (2024-06-14)

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

3.596.0 (2024-06-12)

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

3.592.0 (2024-06-06)

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

3.591.0 (2024-06-05)

Features

  • client-s3: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. (ad0e8d9)

3.590.0 (2024-06-04)

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

3.588.0 (2024-05-31)

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

... (truncated)

Commits

Updates @aws-sdk/client-sts from 3.583.0 to 3.598.0

Release notes

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

v3.598.0

3.598.0(2024-06-14)

Chores
Documentation Changes
  • client-ec2: Documentation updates for Amazon EC2. (227e3996)
New Features
  • client-route-53-domains: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f397a80f)
  • client-macie2: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. (5d00c7e9)
  • client-mediaconvert: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. (33a5089f)
  • client-datazone: This release introduces a new default service blueprint for custom environment creation. (2d57a05e)
Bug Fixes
  • lib-storage: ignore overall data content-length for UploadPart operation (#6131) (fbfce550)
  • Description has been truncated

Bumps the root-deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@oclif/core](https://github.com/oclif/core) | `3.26.6` | `3.27.0` |
| [disposablestack](https://github.com/es-shims/DisposableStack) | `1.1.5` | `1.1.6` |
| [yaml](https://github.com/eemeli/yaml) | `2.4.2` | `2.4.5` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.11` | `1.6.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.33` | `18.19.34` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.5` | `15.2.7` |
| [oclif](https://github.com/oclif/oclif) | `4.11.3` | `4.13.7` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.6.3` |
| [@inquirer/type](https://github.com/SBoudrias/Inquirer.js) | `1.3.2` | `1.3.3` |
| [fastify](https://github.com/fastify/fastify) | `4.27.0` | `4.28.0` |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.2.0` | `4.2.1` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `12.18.0` | `12.23.0` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `4.3.5` | `4.3.6` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.583.0` | `3.598.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.583.0` | `3.598.0` |



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

Updates `disposablestack` from 1.1.5 to 1.1.6
- [Changelog](https://github.com/es-shims/DisposableStack/blob/main/CHANGELOG.md)
- [Commits](es-shims/DisposableStack@v1.1.5...v1.1.6)

Updates `yaml` from 2.4.2 to 2.4.5
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.2...v2.4.5)

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

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

Updates `lint-staged` from 15.2.5 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.5...v15.2.7)

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

Updates `tslib` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.2...v2.6.3)

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

Updates `fastify` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.27.0...v4.28.0)

Updates `@azure/identity` from 4.2.0 to 4.2.1
- [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/identity_4.2.0...@azure/identity_4.2.1)

Updates `@azure/storage-blob` from 12.18.0 to 12.23.0
- [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/storage-blob_12.18.0...@azure/storage-blob_12.23.0)

Updates `google-gax` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/googleapis/gax-nodejs/releases)
- [Changelog](https://github.com/googleapis/gax-nodejs/blob/main/gax/CHANGELOG.md)
- [Commits](https://github.com/googleapis/gax-nodejs/commits/google-gax-v4.3.6/gax)

Updates `@aws-sdk/client-lightsail` from 3.583.0 to 3.598.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.598.0/clients/client-lightsail)

Updates `@aws-sdk/client-s3` from 3.583.0 to 3.598.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.598.0/clients/client-s3)

Updates `@aws-sdk/client-sts` from 3.583.0 to 3.598.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.598.0/clients/client-sts)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: disposablestack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: yaml
  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-minor
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: lint-staged
  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: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@inquirer/type"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@azure/identity"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@azure/storage-blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: google-gax
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

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 Jun 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2024

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

@dependabot dependabot bot closed this Jun 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-7d49261f4d branch June 23, 2024 10:59
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