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

chore: bump the production-dependencies group across 1 directory with 11 updates #1397

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2024

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

Package From To
@aws-sdk/credential-provider-node 3.438.0 3.572.0
karma 6.4.2 6.4.3
karma-webpack 5.0.0 5.0.1
webpack 5.89.0 5.91.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.572.0
@aws-sdk/util-locate-window 3.310.0 3.568.0

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

Release notes

Sourced from @​aws-sdk/credential-provider-node's releases.

v3.572.0

3.572.0(2024-05-08)

Chores
  • middleware-expect-continue: do not set expect header if using FetchHttpHandler (#6046) (6bb09044)
  • update core tsconfig based on @​tsconfig/node16 (#6038) (80a4f29f)
  • client-alexa-for-business: deprecate alexa-for-business (#6067) (246fcede)
  • client-honeycode: deprecate honeycode (#6068) (bd30a99f)
Documentation Changes
  • client-fms: The policy scope resource tag is always a string value, either a non-empty string or an empty string. (4f544d7c)
New Features
  • clients: update client endpoints as of 2024-05-08 (1e71a11f)
  • client-sqs: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. (35284e8f)
  • client-polly: Add new engine - generative - that builds the most expressive conversational voices. (daf6bd4c)
  • client-ec2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes (711a8ff4)
  • client-cognito-identity-provider: Add EXTERNAL_PROVIDER enum value to UserStatusType. (0189ee3a)
  • client-ecr: This release adds pull through cache rules support for GitLab container registry in Amazon ECR. (a05338f5)
Tests

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

v3.571.0

3.571.0(2024-05-07)

Documentation Changes
  • client-b2bi: Documentation update to clarify the MappingTemplate definition. (70086558)
  • client-route53profiles: Doc only update for Route 53 profiles that fixes some link issues (23bbcd25)
New Features
  • client-resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. (612bf4ad)
  • client-budgets: This release adds tag support for budgets and budget actions. (da0c974d)

... (truncated)

Changelog

Sourced from @​aws-sdk/credential-provider-node's changelog.

3.572.0 (2024-05-08)

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

3.569.0 (2024-05-03)

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

3.568.0 (2024-05-02)

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

3.567.0 (2024-05-01)

Features

3.565.0 (2024-04-29)

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

3.564.0 (2024-04-26)

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

... (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 webpack from 5.89.0 to 5.91.0

Release notes

Sourced from webpack's releases.

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

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks

v5.90.3

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

... (truncated)

Commits
  • 60daca5 chore(release): 5.91.0
  • 8dad9ce chore(deps-dev): bump @​babel/preset-react from 7.23.3 to 7.24.1
  • a3229f9 chore(deps-dev): bump @​babel/core from 7.24.0 to 7.24.1
  • 40c2e44 chore(deps-dev): bump @​types/node from 20.11.29 to 20.11.30
  • a04faba chore(deps-dev): bump memfs from 4.7.7 to 4.8.0
  • 8f22221 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2
  • 8df6912 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2
  • 711c618 chore(deps-dev): bump memfs from 4.7.7 to 4.8.0
  • c462bb3 chore(deps-dev): bump @​types/node from 20.11.29 to 20.11.30
  • f0d3e3e chore(deps-dev): bump @​babel/preset-react from 7.23.3 to 7.24.1
  • Additional commits viewable in compare view

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

Release notes

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

v3.572.0

3.572.0(2024-05-08)

Chores
  • middleware-expect-continue: do not set expect header if using FetchHttpHandler (#6046) (6bb09044)
  • update core tsconfig based on @​tsconfig/node16 (#6038) (80a4f29f)
  • client-alexa-for-business: deprecate alexa-for-business (#6067) (246fcede)
  • client-honeycode: deprecate honeycode (#6068) (bd30a99f)
Documentation Changes
  • client-fms: The policy scope resource tag is always a string value, either a non-empty string or an empty string. (4f544d7c)
New Features
  • clients: update client endpoints as of 2024-05-08 (1e71a11f)
  • client-sqs: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. (35284e8f)
  • client-polly: Add new engine - generative - that builds the most expressive conversational voices. (daf6bd4c)
  • client-ec2: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes (711a8ff4)
  • client-cognito-identity-provider: Add EXTERNAL_PROVIDER enum value to UserStatusType. (0189ee3a)
  • client-ecr: This release adds pull through cache rules support for GitLab container registry in Amazon ECR. (a05338f5)
Tests

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

v3.571.0

3.571.0(2024-05-07)

Documentation Changes
  • client-b2bi: Documentation update to clarify the MappingTemplate definition. (70086558)
  • client-route53profiles: Doc only update for Route 53 profiles that fixes some link issues (23bbcd25)
New Features
  • client-resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. (612bf4ad)
  • client-budgets: This release adds tag support for budgets and budget actions. (da0c974d)

... (truncated)

Changelog

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

3.572.0 (2024-05-08)

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

3.569.0 (2024-05-03)

Bug Fixes

  • clients: add deps required by default credential providers (#6055) (bfa8626)

3.568.0 (2024-05-02)

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

3.567.0 (2024-05-01)

Features

3.565.0 (2024-04-29)

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

3.564.0 (2024-04-26)

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

… 11 updates

Bumps the production-dependencies group with 11 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.572.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` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.91.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.572.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.572.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.572.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 `webpack` from 5.89.0 to 5.91.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.91.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.572.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.572.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: 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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 9, 2024 14:13
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #1399.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-a1aa1e6a6b branch May 13, 2024 13:33
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.

None yet

0 participants