Skip to content

chore: bump the production-dependencies group across 1 directory with 12 updates #1419

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
@aws-sdk/credential-provider-node 3.438.0 3.598.0
karma 6.4.2 6.4.3
karma-webpack 5.0.0 5.0.1
tslib 2.6.2 2.6.3
webpack 5.89.0 5.92.0
duplexify 4.1.2 4.1.3
ts-loader 9.5.0 9.5.1
ts-node 10.9.1 10.9.2
@types/stream-to-promise 2.2.3 2.2.4
@types/yargs 17.0.29 17.0.32
@aws-sdk/client-kms 3.438.0 3.598.0
@aws-sdk/util-locate-window 3.310.0 3.568.0

Updates @aws-sdk/credential-provider-node from 3.438.0 to 3.598.0

Release notes

Sourced from @​aws-sdk/credential-provider-node'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/credential-provider-node's changelog.

3.598.0 (2024-06-14)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.596.0 (2024-06-12)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.592.0 (2024-06-06)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.590.0 (2024-06-04)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.588.0 (2024-05-31)

Note: Version bump only for package @​aws-sdk/credential-provider-node

3.587.0 (2024-05-30)

Bug Fixes

  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a)

... (truncated)

Commits

Updates karma from 6.4.2 to 6.4.3

Release notes

Sourced from karma's releases.

v6.4.3

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)
Changelog

Sourced from karma's changelog.

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)
Commits
  • d8cf806 chore(release): 6.4.3 [skip ci]
  • d7f2d69 fix: add build commits for patch release
  • 85a2eeb build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2
  • 0bffce2 build(deps): updated socket.io version to fix security issues with socket.io-...
  • 86667ab build(deps): bump follow-redirects from 1.11.0 to 1.15.4
  • 450fdfd docs: Add deprecation notice to Karma README
  • See full diff in compare view

Updates karma-webpack from 5.0.0 to 5.0.1

Release notes

Sourced from karma-webpack's releases.

v5.0.1

5.0.1 (2024-02-01)

Fixes

  • security fixes
Changelog

Sourced from karma-webpack's changelog.

5.0.1 (2024-02-01)

Fixes

  • security fixes
Commits

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 webpack from 5.89.0 to 5.92.0

Release notes

Sourced from webpack's releases.

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module

v5.91.0

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

... (truncated)

Commits

Updates duplexify from 4.1.2 to 4.1.3

Commits

Updates ts-loader from 9.5.0 to 9.5.1

Release notes

Sourced from ts-loader's releases.

v9.5.1

Changelog

Sourced from ts-loader's changelog.

9.5.1

Commits

Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits

Updates @types/stream-to-promise from 2.2.3 to 2.2.4

Commits

Updates @types/yargs from 17.0.29 to 17.0.32

Commits

Updates @aws-sdk/client-kms from 3.438.0 to 3.598.0

Release notes

Sourced from @​aws-sdk/client-kms'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-kms's changelog.

3.598.0 (2024-06-14)

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

3.597.0 (2024-06-13)

Features

  • 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. (06c6041)

3.596.0 (2024-06-12)

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

3.592.0 (2024-06-06)

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

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-kms

... (truncated)

Commits

Updates @aws-sdk/util-locate-window from 3.310.0 to 3.568.0

Release notes

Sourced from @​aws-sdk/util-locate-window's releases.

v3.568.0

3.568.0(2024-05-02)

Chores
Documentation Changes
  • clarify lib-storage name change between v2 and v3 (#6023) (4d0eafce)
New Features
  • client-redshift-serverless: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name. (044806b1)
  • client-dynamodb: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs. (7a4330dd)
  • client-personalize: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group. (3c7432b9)
  • client-ec2: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM). (0903d38f)

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

v3.567.0

3.567.0(2024-05-01)

Chores
  • core: skip emitting warning for Node.js 14.x (#6044) (669a7de0)
  • clients:
    • remove redundant service client doc generator (#6041) (306aafc5)
    • extend TypeScript config from @​tsconfig/node16 (#6037) (c4fb66d9)
  • codegen: update smithy-ts commit to update engines to node >= 16 (#6040) (9149dce4)
Documentation Changes
  • client-ec2: Documentation updates for Amazon EC2. (044d712d)
New Features
  • clients: update client endpoints as of 2024-05-01 (365eb8c3)
  • client-personalize-runtime: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2. (a68c9997)
  • client-securityhub: Updated CreateMembers API request with limits. (1142738b)
  • client-bedrock-agent: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base. (93917f77)
  • client-sesv2: Fixes ListContacts and ListImportJobs APIs to use POST instead of GET. (56df20cf)
  • end support for Node.js 14.x (#6034) (d1964111)

... (truncated)

Changelog

Sourced from @​aws-sdk/util-locate-window's changelog.

3.568.0 (2024-05-02)

Note: Version bump only for package @​aws-sdk/util-locate-window

3.567.0 (2024-05-01)

Features

3.535.0 (2024-03-15)

Note: Version bump only for package @​aws-sdk/util-locate-window

3.495.0 (2024-01-18)

Features

3.465.0 (2023-12-01)

Note: Version bump only for package @​aws-sdk/util-locate-window

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

… 12 updates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/credential-provider-node](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-provider-node) | `3.438.0` | `3.598.0` |
| [karma](https://github.com/karma-runner/karma) | `6.4.2` | `6.4.3` |
| [karma-webpack](https://github.com/webpack-contrib/karma-webpack) | `5.0.0` | `5.0.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.6.3` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.92.0` |
| [duplexify](https://github.com/mafintosh/duplexify) | `4.1.2` | `4.1.3` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.0` | `9.5.1` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [@types/stream-to-promise](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/stream-to-promise) | `2.2.3` | `2.2.4` |
| [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.29` | `17.0.32` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.438.0` | `3.598.0` |
| [@aws-sdk/util-locate-window](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-locate-window) | `3.310.0` | `3.568.0` |



Updates `@aws-sdk/credential-provider-node` from 3.438.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/packages/credential-provider-node/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.598.0/packages/credential-provider-node)

Updates `karma` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.4.2...v6.4.3)

Updates `karma-webpack` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/webpack-contrib/karma-webpack/releases)
- [Changelog](https://github.com/codymikol/karma-webpack/blob/master/CHANGELOG.md)
- [Commits](codymikol/karma-webpack@v5.0.0...v5.0.1)

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 `webpack` from 5.89.0 to 5.92.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.92.0)

Updates `duplexify` from 4.1.2 to 4.1.3
- [Commits](mafintosh/duplexify@v4.1.2...v4.1.3)

Updates `ts-loader` from 9.5.0 to 9.5.1
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.0...v9.5.1)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `@types/stream-to-promise` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stream-to-promise)

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

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

Updates `@aws-sdk/util-locate-window` from 3.310.0 to 3.568.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-locate-window/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.568.0/packages/util-locate-window)

---
updated-dependencies:
- dependency-name: "@aws-sdk/credential-provider-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: karma
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: karma-webpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: duplexify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ts-loader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/stream-to-promise"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/yargs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-kms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-locate-window"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 17, 2024 14:31
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #1420.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-f035ef745f branch June 19, 2024 14:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants