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 #1390

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

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

Package From To
@aws-sdk/credential-provider-node 3.438.0 3.564.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.564.0
@aws-sdk/util-locate-window 3.310.0 3.535.0

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

Release notes

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

v3.564.0

3.564.0(2024-04-26)

Chores
  • clients: remove direct dependency on client-sts (#6028) (e30cf9a4)
New Features
  • clients: update client endpoints as of 2024-04-26 (7024e2ef)
  • client-cognito-identity-provider: Add LimitExceededException to SignUp errors (633da5a3)
  • client-connectcampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound. (3235950a)
  • client-codepipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. (27a9b337)
  • client-marketplace-entitlement-service: Releasing minor endpoint updates. (231317d3)
  • client-support: Releasing minor endpoint updates. (354980a2)
  • client-rds: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. (dcebb696)
  • client-oam: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account (28b52155)

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

v3.563.0

3.563.0(2024-04-25)

Chores
  • credential-provider-node: statically import credential-provider-env (#6026) (c7872e28)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances. (d687367b)
New Features
  • clients: update client endpoints as of 2024-04-25 (74d1b968)
  • client-ivs: Bug Fix: IVS does not support arns with the svs prefix (6e69a84d)
  • client-appsync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update (9b7b9ddb)
  • client-ivs-realtime: Bug Fix: IVS Real Time does not support ARNs using the svs prefix. (fb6245c4)
  • client-sfn: Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine. (b73ebff0)
  • client-fms: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization. (75febc1b)

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

v3.562.0

3.562.0(2024-04-24)

... (truncated)

Changelog

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

3.564.0 (2024-04-26)

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

3.563.0 (2024-04-25)

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

3.556.0 (2024-04-16)

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

3.554.0 (2024-04-11)

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

3.552.0 (2024-04-09)

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

3.549.0 (2024-04-04)

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

3.540.0 (2024-03-22)

... (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.564.0

Release notes

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

v3.564.0

3.564.0(2024-04-26)

Chores
  • clients: remove direct dependency on client-sts (#6028) (e30cf9a4)
New Features
  • clients: update client endpoints as of 2024-04-26 (7024e2ef)
  • client-cognito-identity-provider: Add LimitExceededException to SignUp errors (633da5a3)
  • client-connectcampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound. (3235950a)
  • client-codepipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. (27a9b337)
  • client-marketplace-entitlement-service: Releasing minor endpoint updates. (231317d3)
  • client-support: Releasing minor endpoint updates. (354980a2)
  • client-rds: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. (dcebb696)
  • client-oam: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account (28b52155)

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

v3.563.0

3.563.0(2024-04-25)

Chores
  • credential-provider-node: statically import credential-provider-env (#6026) (c7872e28)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances. (d687367b)
New Features
  • clients: update client endpoints as of 2024-04-25 (74d1b968)
  • client-ivs: Bug Fix: IVS does not support arns with the svs prefix (6e69a84d)
  • client-appsync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update (9b7b9ddb)
  • client-ivs-realtime: Bug Fix: IVS Real Time does not support ARNs using the svs prefix. (fb6245c4)
  • client-sfn: Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine. (b73ebff0)
  • client-fms: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization. (75febc1b)

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

v3.562.0

3.562.0(2024-04-24)

... (truncated)

Changelog

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

3.564.0 (2024-04-26)

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

3.563.0 (2024-04-25)

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

3.556.0 (2024-04-16)

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

3.555.0 (2024-04-12)

Features

  • client-kms: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations. (b4a9a68)

3.554.0 (2024-04-11)

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

3.552.0 (2024-04-09)

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

... (truncated)

Commits

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

Release notes

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

v3.535.0

3.535.0(2024-03-15)

Chores
Documentation Changes
  • client-s3: Documentation updates for Amazon S3. (65377c89)
New Features
  • clients: update client endpoints as of 2024-03-15 (fc7fd785)
  • client-codebuild: AWS CodeBuild now supports overflow behavior on Reserved Capacity. (9cfb0022)
  • client-connect: This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API. (7fbd215f)
  • client-workspaces-thin-client: Removed unused parameter kmsKeyArn from UpdateDeviceRequest (b6e079dc)
  • client-sagemaker: Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation. (4ae23c7e)
  • client-kinesis-analytics-v2: Support for Flink 1.18 in Managed Service for Apache Flink (d93457b7)
  • client-backup: This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup. (70777499)
  • client-ec2: Add media accelerator and neuron device information on the describe instance types API. (1d943e00)

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

v3.534.0

3.534.0(2024-03-14)

Chores
  • client-iot-roborunner: deprecate iot roborunner (#5894) (d177bd07)
Documentation Changes
  • client-secrets-manager: Doc only update for Secrets Manager (7cde1da0)
  • client-amplify: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1. (07675a97)
  • client-rds: Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2. (6a6d341e)
  • client-elastic-load-balancing-v2: This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers. (dd56d7a8)
New Features
  • client-fis: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses. (4620a92f)

... (truncated)

Changelog

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

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.564.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.564.0` |
| [@aws-sdk/util-locate-window](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-locate-window) | `3.310.0` | `3.535.0` |



Updates `@aws-sdk/credential-provider-node` from 3.438.0 to 3.564.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.564.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.564.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.564.0/clients/client-kms)

Updates `@aws-sdk/util-locate-window` from 3.310.0 to 3.535.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.535.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 April 29, 2024 14:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2024

Superseded by #1391.

@dependabot dependabot bot closed this Apr 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-b041ef9fc2 branch April 30, 2024 14:05
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