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 9 updates #391

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2024

Bumps the root-deps group with 9 updates:

Package From To
lerna 8.0.1 8.0.2
@oclif/core 3.15.1 3.18.1
@types/node 18.19.4 18.19.6
google-gax 4.0.5 4.1.0
@fastify/request-context 5.0.0 5.1.0
@swc/core 1.3.101 1.3.102
oclif 4.2.0 4.3.2
@aws-sdk/client-lightsail 3.484.0 3.490.0
@types/node-forge 1.3.10 1.3.11

Updates lerna from 8.0.1 to 8.0.2

Release notes

Sourced from lerna's releases.

v8.0.2

8.0.2 (2024-01-05)

Bug Fixes

  • add-caching: explicitly set targetDefaults for all scripts (#3929) (dae18c9)
Changelog

Sourced from lerna's changelog.

8.0.2 (2024-01-05)

Bug Fixes

  • add-caching: explicitly set targetDefaults for all scripts (#3929) (dae18c9)
Commits

Updates @oclif/core from 3.15.1 to 3.18.1

Release notes

Sourced from @​oclif/core's releases.

3.18.1

Bug Fixes

  • make @​types/cli-progress a dependency (#922) (6528850)

3.18.0

Features

3.17.0

Features

3.16.0

Features

Changelog

Sourced from @​oclif/core's changelog.

3.18.1 (2024-01-10)

Bug Fixes

  • make @​types/cli-progress a dependency (#922) (6528850)

3.18.0 (2024-01-09)

Features

3.17.0 (2024-01-09)

Features

3.16.0 (2024-01-02)

Features

Commits
  • b268543 chore(release): 3.18.1 [skip ci]
  • 6528850 fix: make @​types/cli-progress a dependency (#922)
  • 6a17844 chore(dev-deps): bump typescript from 5.2.2 to 5.3.3 (#901)
  • 5b41fe7 Merge pull request #921 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 84c581d chore(dev-deps): bump eslint-config-oclif-typescript
  • cd29fe7 chore(release): 3.18.0 [skip ci]
  • 1542bd7 Merge pull request #892 from oclif/mdonnalley/no-tsconfck
  • 6d6fc12 chore(release): 3.17.0 [skip ci]
  • 42b113b feat: add node.options to pjson typings (#919)
  • eafdba3 Merge branch 'main' into mdonnalley/no-tsconfck
  • Additional commits viewable in compare view

Updates @types/node from 18.19.4 to 18.19.6

Commits

Updates google-gax from 4.0.5 to 4.1.0

Release notes

Sourced from google-gax's releases.

google-gax: v4.1.0

4.1.0 (2024-01-11)

Features

Bug Fixes

  • deps: update google-proto-files to include new field_info proto (#1532) (0c89a17)
Changelog

Sourced from google-gax's changelog.

4.1.0 (2024-01-11)

Features

Bug Fixes

  • deps: update google-proto-files to include new field_info proto (#1532) (0c89a17)
Commits

Updates @fastify/request-context from 5.0.0 to 5.1.0

Release notes

Sourced from @​fastify/request-context's releases.

v5.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-request-context@v5.0.0...v5.1.0

Commits

Updates @swc/core from 1.3.101 to 1.3.102

Changelog

Sourced from @​swc/core's changelog.

[1.3.102] - 2023-12-31

Bug Fixes

  • (css/parser) Fix parsing of hsla(var(--foo), 1) (#8443) (d89b60a)

  • (es) Apply paren_remover for minify (#8442) (e68720a)

  • (es/codegen) Fix codegen of type-only export declarations (#8447) (65dec90)

  • (es/codegen) Emit override keyword (#8449) (0dd96f8)

  • (es/compat) Use correct span.lo in class transforms (#8439) (a06d5b2)

  • (es/minifier) Add WeakRef as a safe global reference (#8458) (d681785)

  • (es/parser) Disallowing await as an identifier in class static block (#8450) (0b188cc)

  • (es/renamer) Correctly check top level (#8456) (1e44e57)

Commits
  • cc328ea chore: Publish v1.3.102 with swc_core v0.87.10 (#8464)
  • 66fe813 chore: Publish 1.3.102-nightly-20231231.1
  • 2e0f305 chore: Publish 1.3.102-nightly-20231230.1
  • e3f25c2 chore: Publish crates
  • d681785 fix(es/minifier): Add WeakRef as a safe global reference (#8458)
  • 4229e7b chore: Publish crates
  • 0b188cc fix(es/parser): Disallowing await as an identifier in class static block (#8450)
  • b76dd46 chore: Publish 1.3.102-nightly-20231229.1
  • 3492e6f chore: Publish crates
  • 1e44e57 fix(es/renamer): Correctly check top level (#8456)
  • Additional commits viewable in compare view

Updates oclif from 4.2.0 to 4.3.2

Release notes

Sourced from oclif's releases.

4.3.2

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (6ec4e6e)

4.3.1

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.7 to 3.0.8 (#1242) (6072880)

4.3.0

Features

Changelog

Sourced from oclif's changelog.

4.3.2 (2024-01-14)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (6ec4e6e)

4.3.1 (2024-01-10)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.7 to 3.0.8 (#1242) (6072880)

4.3.0 (2024-01-10)

Features

Commits
  • 10c7b63 chore(release): 4.3.2 [skip ci]
  • 1c4a396 Merge pull request #1252 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • 6ec4e6e fix(deps): bump @​oclif/plugin-warn-if-update-available
  • 9aeb880 chore(dev-deps): bump eslint-config-oclif-typescript (#1243)
  • 567ed09 chore(release): 4.3.1 [skip ci]
  • 6072880 fix(deps): bump @​oclif/plugin-not-found from 3.0.7 to 3.0.8 (#1242)
  • 50d2cb0 chore(release): 4.3.0 [skip ci]
  • 03619e4 feat: option to specify compression used for pack:deb (#1110) (#1241)
  • e781906 feat: upgrade to use aws api v3 (#1215) (#1240)
  • See full diff in compare view

Updates @aws-sdk/client-lightsail from 3.484.0 to 3.490.0

Release notes

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

v3.490.0

3.490.0(2024-01-11)

Chores
Documentation Changes
  • client-workspaces: Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update (0f0b7853)
  • client-secrets-manager: Doc only update for Secrets Manager (fbbd00f5)
New Features
  • clients: update client endpoints as of 2024-01-11 (3ff330e7)
  • client-iot: Add ConflictException to Update APIs of AWS IoT Software Package Catalog (3b6b5e48)
  • client-iotfleetwise: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType (ef8a6996)
  • client-eventbridge: Adding AppSync as an EventBridge Target (1853dabb)
  • client-ecs: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks. (8b7b13e4)
  • client-ec2: This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks. (dd0cdf2e)
  • experimentalIdentityAndAuth: release phase for services with customizations (#5288) (ddc477c3)
Bug Fixes
  • experimentalIdentityAndAuth: rename AWSSDKSigV4 to AwsSdkSigV4 (#5667) (9c3e91ae)
  • lib-storage: fix Location field decoding in Upload class (#5668) (59ff8e1d)
Other Changes

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

v3.489.0

3.489.0(2024-01-10)

Chores
Documentation Changes
  • client-redshift-serverless: Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl (264eba63)
  • middleware-compression: add deprecation messages (#5659) (5696dd1a)
New Features

... (truncated)

Changelog

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

3.490.0 (2024-01-11)

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

3.489.0 (2024-01-10)

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

3.486.0 (2024-01-04)

Features

  • client-lightsail: This release adds support to set up an HTTPS endpoint on an instance. (89d32d2)

3.485.0 (2024-01-03)

Features

  • credential-providers: add credentialScope field (#5606) (04c1459)
Commits

Updates @types/node-forge from 1.3.10 to 1.3.11

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.0.1` | `8.0.2` |
| [@oclif/core](https://github.com/oclif/core) | `3.15.1` | `3.18.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.4` | `18.19.6` |
| [google-gax](https://github.com/googleapis/gax-nodejs/tree/HEAD/gax) | `4.0.5` | `4.1.0` |
| [@fastify/request-context](https://github.com/fastify/fastify-request-context) | `5.0.0` | `5.1.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.101` | `1.3.102` |
| [oclif](https://github.com/oclif/oclif) | `4.2.0` | `4.3.2` |
| [@aws-sdk/client-lightsail](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lightsail) | `3.484.0` | `3.490.0` |
| [@types/node-forge](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-forge) | `1.3.10` | `1.3.11` |


Updates `lerna` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.0.2/packages/lerna)

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

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

Updates `google-gax` from 4.0.5 to 4.1.0
- [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.1.0/gax)

Updates `@fastify/request-context` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/fastify/fastify-request-context/releases)
- [Commits](fastify/fastify-request-context@v5.0.0...v5.1.0)

Updates `@swc/core` from 1.3.101 to 1.3.102
- [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.3.101...v1.3.102)

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

Updates `@aws-sdk/client-lightsail` from 3.484.0 to 3.490.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.490.0/clients/client-lightsail)

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

---
updated-dependencies:
- dependency-name: lerna
  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-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: google-gax
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@fastify/request-context"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@swc/core"
  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: "@aws-sdk/client-lightsail"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/node-forge"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jan 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2024

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

@dependabot dependabot bot closed this Jan 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/root-deps-add63df65d branch January 21, 2024 10:23
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