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

build(deps): bump the dependencies group with 9 updates #2958

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the dependencies group with 9 updates:

Package From To
eslint-plugin-jest 28.9.0 28.10.0
globals 15.13.0 15.14.0
typescript-eslint 8.18.0 8.18.1
@aws-sdk/client-route-53 3.712.0 3.716.0
webpack-cli 5.1.4 6.0.1
@inquirer/prompts 7.2.0 7.2.1
@inquirer/testing 2.1.38 2.1.39
readable-stream 4.5.2 4.6.0
pino 9.5.0 9.6.0

Updates eslint-plugin-jest from 28.9.0 to 28.10.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.10.0

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Commits

Updates globals from 15.13.0 to 15.14.0

Release notes

Sourced from globals's releases.

v15.14.0

  • Add vitest globals (#274) 06a5723

sindresorhus/globals@v15.13.0...v15.14.0

Commits

Updates typescript-eslint from 8.18.0 to 8.18.1

Release notes

Sourced from typescript-eslint's releases.

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.18.1 (2024-12-16)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @aws-sdk/client-route-53 from 3.712.0 to 3.716.0

Release notes

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

v3.716.0

3.716.0(2024-12-19)

Chores
  • codegen: update for operationContextParams fix (#6751) (8af7a02f)
New Features
  • clients: update client endpoints as of 2024-12-19 (989582c8)
  • client-ssm-sap: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications (f8fee42a)
  • client-mediaconvert: This release adds support for inserting timecode tracks into MP4 container outputs. (1f67291c)
  • client-medialive: MediaLive is releasing ListVersions api (c6e1d2f3)
  • client-appstream: Added support for Rocky Linux 8 on Amazon AppStream 2.0 (41e19ac1)
  • client-workspaces: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. (19c98c2c)
  • client-qconnect: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. (81aee610)

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

v3.715.0

3.715.0(2024-12-18)

Documentation Changes
  • client-mwaa: Added support for Apache Airflow version 2.10.3 to MWAA. (a4722467)
  • credential-providers: fix link casing (#6746) (7fee20d7)
New Features
  • clients: update client endpoints as of 2024-12-18 (e919afa9)
  • client-iot: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata. (87094038)
  • client-amplify: Added WAF Configuration to Amplify Apps (be98eba2)
  • client-connect: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats. (4e1a96b2)
  • client-quicksight: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs. (2c03dc78)
  • client-transfer: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects. (c7611a42)
  • client-connectparticipant: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API. (16bb7dba)
  • client-budgets: Releasing minor partition endpoint updates (1f0b1f32)
  • client-datasync: AWS DataSync introduces the ability to update attributes for in-cloud locations. (1c7cb389)
  • client-resiliencehub: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent. (20148895)
Bug Fixes
  • middleware-flexible-checksums: skip checksum computation if provided (#6745) (e1678f80)

... (truncated)

Changelog

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

3.716.0 (2024-12-19)

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

3.714.0 (2024-12-17)

Features

3.713.0 (2024-12-16)

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

Commits

Updates webpack-cli from 5.1.4 to 6.0.1

Release notes

Sourced from webpack-cli's releases.

v6.0.1

6.0.1 (2024-12-20)

Bug Fixes

v6.0.0

6.0.0 (2024-12-19)

BREAKING CHANGES

  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0

Bug Fixes

Features

  • output pnpm version with info/version command (#3906) (38f3c6f)
Changelog

Sourced from webpack-cli's changelog.

6.0.1 (2024-12-20)

Bug Fixes

6.0.0 (2024-12-19)

BREAKING CHANGES

  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0

Bug Fixes

Features

  • output pnpm version with info/version command (#3906) (38f3c6f)
Commits

Updates @inquirer/prompts from 7.2.0 to 7.2.1

Commits
  • 7613d74 Publish
  • 5480174 Chore(*): Bump dev dependencies (#1633)
  • 5001eaa inquirer(feat): re-add checkbox prompt support for default prop
  • e228166 Chore(deps-dev): Bump eslint from 9.16.0 to 9.17.0
  • eb2c4e4 Chore(deps-dev): Bump @​types/node from 22.10.1 to 22.10.2
  • 126bc1e Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.0 to 0.17.1
  • ce6ab1d Chore(deps-dev): Bump @​eslint/js from 9.16.0 to 9.17.0
  • 5d40bc0 Chore(deps-dev): Bump typescript-eslint from 8.17.0 to 8.18.0
  • 4a826a7 Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group
  • aa09ad4 Chore(deps-dev): Bump typescript-eslint from 8.16.0 to 8.17.0
  • Additional commits viewable in compare view

Updates @inquirer/testing from 2.1.38 to 2.1.39

Commits
  • 7613d74 Publish
  • 5480174 Chore(*): Bump dev dependencies (#1633)
  • 5001eaa inquirer(feat): re-add checkbox prompt support for default prop
  • e228166 Chore(deps-dev): Bump eslint from 9.16.0 to 9.17.0
  • eb2c4e4 Chore(deps-dev): Bump @​types/node from 22.10.1 to 22.10.2
  • 126bc1e Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.0 to 0.17.1
  • ce6ab1d Chore(deps-dev): Bump @​eslint/js from 9.16.0 to 9.17.0
  • 5d40bc0 Chore(deps-dev): Bump typescript-eslint from 8.17.0 to 8.18.0
  • 4a826a7 Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group
  • aa09ad4 Chore(deps-dev): Bump typescript-eslint from 8.16.0 to 8.17.0
  • Additional commits viewable in compare view

Updates readable-stream from 4.5.2 to 4.6.0

Release notes

Sourced from readable-stream's releases.

v4.6.0

What's Changed

New Contributors

Full Changelog: nodejs/readable-stream@v4.5.2...v4.6.0

Commits

Updates pino from 9.5.0 to 9.6.0

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 dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.10.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.1` |
| [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) | `3.712.0` | `3.716.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `6.0.1` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.2.0` | `7.2.1` |
| [@inquirer/testing](https://github.com/SBoudrias/Inquirer.js) | `2.1.38` | `2.1.39` |
| [readable-stream](https://github.com/nodejs/readable-stream) | `4.5.2` | `4.6.0` |
| [pino](https://github.com/pinojs/pino) | `9.5.0` | `9.6.0` |


Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0)

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `typescript-eslint` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/typescript-eslint)

Updates `@aws-sdk/client-route-53` from 3.712.0 to 3.716.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-route-53/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.716.0/clients/client-route-53)

Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@6.0.1)

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

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

Updates `readable-stream` from 4.5.2 to 4.6.0
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v4.5.2...v4.6.0)

Updates `pino` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-route-53"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inquirer/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: readable-stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
@dependabot dependabot bot requested a review from harbu December 23, 2024 13:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

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

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-61072fc11c branch December 30, 2024 12:26
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 node sdk utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants