chore: bump the production-dependencies group across 1 directory with 11 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(7 months ago)
(about 1 month ago)
dependencies
Bumps the production-dependencies group with 11 updates in the / directory:
Package | From | To |
---|---|---|
@aws-sdk/credential-provider-node | 3.637.0 |
3.750.0 |
karma | 6.4.3 |
6.4.4 |
tslib | 2.6.3 |
2.8.1 |
webpack | 5.94.0 |
5.98.0 |
@aws-sdk/client-dynamodb | 3.712.0 |
3.751.0 |
@aws-sdk/util-dynamodb | 3.712.0 |
3.751.0 |
@aws-sdk/util-utf8-browser | 3.37.0 |
3.259.0 |
ts-loader | 9.5.0 |
9.5.2 |
@types/yargs | 17.0.32 |
17.0.33 |
@aws-sdk/client-kms | 3.637.0 |
3.750.0 |
@aws-sdk/util-locate-window | 3.310.0 |
3.723.0 |
Updates @aws-sdk/credential-provider-node
from 3.637.0 to 3.750.0
Release notes
Sourced from @aws-sdk/credential-provider-node
's releases.
v3.750.0
3.750.0(2025-02-17)
Chores
Documentation Changes
New Features
- clients: update client endpoints as of 2025-02-17 (30bcfba4)
- client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
- client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
- client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.750.0.zip
v3.749.0
3.749.0(2025-02-14)
Chores
New Features
- client-database-migration-service: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications (fd40a1f6)
- client-codebuild: Added test suite names to test case metadata (a6db26e5)
- client-wafv2: The WAFv2 API now supports configuring data protection in webACLs. (04209f98)
- client-s3: Added support for Content-Range header in HeadObject response. (5b15ad82)
- client-connect: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency. (6fb29416)
- client-rds-data: Add support for Stop DB feature. (d3569279)
- client-workspaces-thin-client: Update Environment and Device name field definitions (70549deb)
For list of updated packages, view updated-packages.md in assets-3.749.0.zip
v3.748.0
... (truncated)
Changelog
Sourced from @aws-sdk/credential-provider-node
's changelog.
3.750.0 (2025-02-17)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.749.0 (2025-02-14)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.744.0 (2025-02-07)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.743.0 (2025-02-06)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.741.0 (2025-02-03)
Note: Version bump only for package
@aws-sdk/credential-provider-node
3.738.0 (2025-01-29)
Bug Fixes
... (truncated)
Commits
b2252ef
Publish v3.750.05f1be93
Publish v3.749.0e8bd309
Publish v3.744.0be25eb6
Publish v3.743.02b3d1df
Publish v3.741.01b99b4f
Publish v3.738.09ad490a
fix(credential-provider-node): handle string value `AWS_EC2_METADATA_DISABLED...65c6ae9
Publish v3.734.00e8963e
chore(codegen): bump smithy-typescript-codegen to 0.26.0 (#6843)c3f3d0a
Publish v3.731.1- Additional commits viewable in compare view
Updates karma
from 6.4.3 to 6.4.4
Commits
84f85e7
chore(release): 6.4.4 [skip ci]a4d1284
build(deps-dev): bump ws from 6.2.1 to 6.2.3- See full diff in compare view
Updates tslib
from 2.6.3 to 2.8.1
Release notes
Sourced from tslib's releases.
v2.8.1
What's Changed
- Fix publish workflow by
@andrewbranch
in microsoft/tslib#271- Include non-enumerable keys in __importStar helper by
@rbuckton
in microsoft/tslib#272- Remove use of ES2015 syntax by
@andrewbranch
in microsoft/tslib#275Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@andrewbranch
in microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@andrewbranch
in microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
v2.7.0
What's Changed
- Implement deterministic collapse of
await
inawait using
by@rbuckton
in microsoft/tslib#262- Use global 'Iterator.prototype' for downlevel generators by
@rbuckton
in microsoft/tslib#267Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0
Commits
d72d6f7
2.8.111fa982
Merge pull request #275 from microsoft/bug/es5-compat3c532eb
Remove use of ES2015 syntaxb0076c4
Include non-enumerable keys in __importStar helper (#272)7c11588
Add missing registry-url parameter1fec667
Merge pull request #271 from microsoft/fix-publish097e99e
Fix publish workflowca5f7fb
2.8.02334267
Merge pull request #270 from microsoft/rewriteRelativeImportExtensionc4cde74
Missed update- Additional commits viewable in compare view
Updates webpack
from 5.94.0 to 5.98.0
Release notes
Sourced from webpack's releases.
v5.98.0
Fixes
- Avoid the deprecation message #19062 by
@alexander-akait
- Should not escape CSS local ident in JS #19060 by
@JSerFeng
- MF parse range not compatible with Safari #19083 by
@alexander-akait
- Preserve
filenameTemplate
in new split chunk #19104 by@henryqdineen
- Use module IDs for final render order #19184 by
@dmichon-msft
- Strip
blob:
protocol when public path isauto
#19199 by@alexander-akait
- Respect
output.charset
everywhere #19202 by@alexander-akait
- Node async WASM loader generation #19210 by
@ashi009
- Correct
BuildInfo
andBuildMeta
type definitions #19200 by@inottn
Performance Improvements
- Improve
FlagDependencyExportsPlugin
for large JSON by depth #19058 by@hai-x
- Optimize assign-depths #19193 by
@dmichon-msft
- Use
startsWith
for matching instead of converting the string to a regex #19207 by@inottn
Chores
- Bump
nanoid
from 3.3.7 to 3.3.8 #19063 by@dependabot
- Fixed incorrect typecast in
DefaultStatsFactoryPlugin
#19156 by@Andarist
- Improved
readme.md
by adding video links for understanding webpack #19101 by@Vansh5632
- Typo fix #19205 by
@hai-x
- Adopt the new webpack governance model #18804 by
@ovflowd
Features
- Implement
/* webpackIgnore: true */
forrequire.resolve
#19201 by@alexander-akait
Continuous Integration
- CI fix #19196 by
@alexander-akait
New Contributors
@Andarist
made their first contribution in webpack/webpack#19156@Vansh5632
made their first contribution in webpack/webpack#19101@ashi009
made their first contribution in webpack/webpack#19210@ovflowd
made their first contribution in webpack/webpack#18804Full Changelog: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0
v5.97.1
Bug Fixes
- Performance regression
- Sub define key should't be renamed when it's a defined variable
v5.97.0
Bug Fixes
- Don't crash with filesystem cache and unknown scheme
- Generate a valid code when
output.iife
istrue
and output.library.type isumd
- Fixed conflict variable name with concatenate modules and runtime code
- Merge duplicate chunks before
... (truncated)
Commits
f1bdec5
5.98.09579f22
chore: adopt the new webpack governance model (#18804)a1edb20
fix: node async wasm loader now useoutput.module
to determinate code gener...e55b08b
perf: use startsWith for matching instead of converting the string to a regex6e14dba
chore: fix typo (#19205)f123ce5
fix: respectoutput.charset
everywhere (#19202)af20c7b
fix: stripblob:
protocol when public path isauto
(#19199)80826c5
feat: implement/* webpackIgnore: true */
forrequire.resolve
(#19201)ac6ffca
fix(types): correct BuildInfo and BuildMeta type definitions (#19200)8ac130a
ci: fix- Additional commits viewable in compare view
Updates @aws-sdk/client-dynamodb
from 3.712.0 to 3.751.0
Release notes
Sourced from @aws-sdk/client-dynamodb
's releases.
v3.751.0
3.751.0(2025-02-18)
Documentation Changes
- client-batch: This documentation-only update corrects some typos. (357c5bf0)
New Features
- clients: update client endpoints as of 2025-02-18 (fcadd2c3)
- client-medialive: Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources. (91498e96)
- client-emr-containers: EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration". (bfd10302)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.751.0.zip
v3.750.0
3.750.0(2025-02-17)
Chores
Documentation Changes
New Features
- clients: update client endpoints as of 2025-02-17 (30bcfba4)
- client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
- client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
- client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.750.0.zip
v3.749.0
... (truncated)
Changelog
Sourced from @aws-sdk/client-dynamodb
's changelog.
3.751.0 (2025-02-18)
Bug Fixes
3.750.0 (2025-02-17)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.749.0 (2025-02-14)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.744.0 (2025-02-07)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.743.0 (2025-02-06)
Note: Version bump only for package
@aws-sdk/client-dynamodb
3.741.0 (2025-02-03)
Note: Version bump only for package
@aws-sdk/client-dynamodb
... (truncated)
Commits
f073f96
Publish v3.751.023d5fe8
fix(clients): unknown union member serialization in json (#6892)b2252ef
Publish v3.750.0b7be4ff
chore(codegen): sync for stream buffering (#6887)5f1be93
Publish v3.749.0ebd03ac
chore(codegen): sync for stream buffering (#6885)e8bd309
Publish v3.744.0114bd9a
chore(codegen): sync deprecated tag order (#6871)be25eb6
Publish v3.743.02b3d1df
Publish v3.741.0- Additional commits viewable in compare view
Updates @aws-sdk/util-dynamodb
from 3.712.0 to 3.751.0
Release notes
Sourced from @aws-sdk/util-dynamodb
's releases.
v3.751.0
3.751.0(2025-02-18)
Documentation Changes
- client-batch: This documentation-only update corrects some typos. (357c5bf0)
New Features
- clients: update client endpoints as of 2025-02-18 (fcadd2c3)
- client-medialive: Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources. (91498e96)
- client-emr-containers: EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration". (bfd10302)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.751.0.zip
v3.750.0
3.750.0(2025-02-17)
Chores
Documentation Changes
New Features
- clients: update client endpoints as of 2025-02-17 (30bcfba4)
- client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
- client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
- client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.750.0.zip
v3.749.0
... (truncated)
Changelog
Sourced from @aws-sdk/util-dynamodb
's changelog.
3.751.0 (2025-02-18)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.750.0 (2025-02-17)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.749.0 (2025-02-14)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.744.0 (2025-02-07)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.743.0 (2025-02-06)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.741.0 (2025-02-03)
Note: Version bump only for package
@aws-sdk/util-dynamodb
3.738.0 (2025-01-29)
... (truncated)
Commits
Updates @aws-sdk/util-utf8-browser
from 3.37.0 to 3.259.0
Changelog
Sourced from @aws-sdk/util-utf8-browser
's changelog.
3.259.0 (2023-01-26)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.188.0 (2022-10-13)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.186.0 (2022-10-06)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.183.0 (2022-10-03)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.170.0 (2022-09-13)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.168.0 (2022-09-09)
Note: Version bump only for package
@aws-sdk/util-utf8-browser
3.109.0 (2022-06-13)
... (truncated)
Commits
ceb0ef9
Publish v3.259.030b45af
docs(util-utf8): add deprecation in README of runtime specific modules (#4372)5b03ad1
Publish v3.188.0625092f
chore(packages): restore es2020 target in packages for dist-es20be81d
Publish v3.186.0b9fc7fa
chore(packages): set es5 target in packages temporarily1b90a0a
Publish v3.183.0596da35
chore(packages): bump target to ES2020 and remove outdated libs (#4005)7f98029
Publish v3.170.0876330f
chore: bump downlevel-dts to 0.10.1 (#3938)- Additional commits viewable in compare view
Updates ts-loader
from 9.5.0 to 9.5.2
Release notes
Sourced from ts-loader's releases.
v9.5.2
This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3
v9.5.1
- fix: inputSourceMap can be null #1638 - thanks
@johnnyreilly
and@michaeltford
Changelog
Sourced from ts-loader's changelog.
9.5.2
9.5.1
- fix: inputSourceMap can be null #1638 - thanks
@johnnyreilly
and@michaeltford
Commits
e652315
fix: add more detailed error messages (#1665)36b6bf2
Upgrade TypeScript to 5.7 (#1661)6a4e29c
Create SECURITY.md5379bb1
Update testpack for TypeScript 5.6 (#1656)95110c6
Ts 55 (#1651)7d8b38e
Typescript54 (#1647)effc0e1
feat: upgrade to 5.3 (#1641)3464a7f
fix: inputSourceMap can be null (#1639)- See full diff in compare view
Updates @types/yargs
from 17.0.32 to 17.0.33
Commits
- See full diff in compare view
Updates @aws-sdk/client-kms
from 3.637.0 to 3.750.0
Release notes
Sourced from @aws-sdk/client-kms
's releases.
v3.750.0
3.750.0(2025-02-17)
Chores
Documentation Changes
New Features
- clients: update client endpoints as of 2025-02-17 (30bcfba4)
- client-amplify: Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications. (3c35c6e9)
- client-database-migration-service: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API. (e7db4d81)
- client-timestream-influxdb: This release introduces APIs to manage DbClusters and adds support for read replicas (b77c92f2)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.750.0.zip
v3.749.0
3.749.0(2025-02-14)
Chores
New Features
- client-database-migration-service: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications (fd40a1f6)
- client-codebuild: Added test suite names to test case metadata (a6db26e5)
- client-wafv2: The WAFv2 API now supports configuring data protection in webACLs. (04209f98)
- client-s3: Added support for Content-Range header in HeadObject response. (5b15ad82)
- client-connect: Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency. (6fb29416)
- client-rds-data: Add support for Stop DB feature. (d3569279)
- client-workspaces-thin-client: Update Environment and Device name field definitions (70549deb)
For list of updated packages, view updated-packages.md in assets-3.749.0.zip
v3.748.0
... (truncated)
Changelog
Sourced from @aws-sdk/client-kms
's changelog.
3.750.0 (2025-02-17)
Note: Version bump only for package
@aws-sdk/client-kms
3.749.0 (2025-02-14)
Note: Version bump only for package
@aws-sdk/client-kms
3.744.0 (2025-02-07)
Note: Version bump only for package
@aws-sdk/client-kms
3.743.0 (2025-02-06)
Note: Version bump only for package
@aws-sdk/client-kms
3.741.0 (2025-02-03)
Note: Version bump only for package
@aws-sdk/client-kms
3.738.0 (2025-01-29)
Note: Version bump only for package
@aws-sdk/client-kms
3.734.0 (2025-01-23)
... (truncated)
Commits
b2252ef
Publish v3.750.0b7be4ff
chore(codegen): sync for stream buffering (#6887)5f1be93
Publish v3.749.0ebd03ac
chore(codegen): sync for stream buffering (#6885)e8bd309
Publish v3.744.0114bd9a
chore(codegen): sync deprecated tag order (#6871)be25eb6
Publish v3.743.02b3d1df
Publish v3.741.01b99b4f
Publish v3.738.065c6ae9
Publish v3.734.0- Additional commits viewable in compare view
Updates @aws-sdk/util-locate-window
from 3.310.0 to 3.723.0
Release notes
Sourced from @aws-sdk/util-locate-window
's releases.
v3.723.0
3.723.0(2025-01-06)
Chores
New Features
- clients: update client endpoints as of 2025-01-06 (db366a24)
- client-iotsecuretunneling: Adds dualstack endpoint support for IoT Secure Tunneling (513f9c4e)
- client-supplychain: Allow vanity DNS domain when creating a new ASC instance (0cdf2e3e)
For list of updated packages, view updated-packages.md in assets-3.723.0.zip
v3.722.0
3.722.0(2025-01-03)
Documentation Changes
- client-route-53-domains: Doc only update for Route 53 Domains that fixes several customer-reported issues (ba55985f)
- client-ecs: Adding SDK reference examples for Amazon ECS operations. (06662a30)
New Features
- clients: update client endpoints as of 2025-01-03 (726fcf5e)
- client-s3: This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change. (3bb74c5b)
For list of updated packages, view updated-packages.md in assets-3.722.0.zip
v3.721.0
3.721.0(2025-01-02)
Documentation Changes
- client-sqs: In-flight message typo fix from 20k to 120k. (6ed6c121)
- fix various tsdoc tags (#6765) (599a60f9)
New Features
- clients: update client endpoints as of 2025-01-02 (195db96a)
- client-organizations: Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation. (f509e1df)
- client-appsync: Modify UpdateGraphQLAPI operation and flag authenticationType as required. (66363a29)
- client-mediaconvert: This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions. (08f266e9)
... (truncated)
Changelog
Sourced from @aws-sdk/util-locate-window
's changelog.
3.723.0 (2025-01-06)
Note: Version bump only for package
@aws-sdk/util-locate-window
3.693.0 (2024-11-15)
Note: Version bump only for package
@aws-sdk/util-locate-window
3.679.0 (2024-10-24)
Note: Version bump only for package
@aws-sdk/util-locate-window
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
... (truncated)
Commits
f180424
Publish v3.723.0997e37d
chore: end support for Node.js 16.x (#6775)1b3160a
Publish v3.693.0361a738
test: use yarn g:vitest to run vitest in individual packages (#6665)e45fde3
Publish v3.679.0073cb75
test(packages): convert to vitest (#6588)190768a
Publish v3.568.01d48d02
chore: bump@types/node
to 16.x (#6047)606aa22
Publish v3.567.0d196411
feat: end support for Node.js 14.x (#6034)- Additional commits viewable in compare view
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- `@dep...
Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@aws-sdk/client-dynamodb
npm
3.712.0 → 3.751.0
Minor
@aws-sdk/credential-provider-node
npm
3.637.0 → 3.750.0
Minor
@aws-sdk/util-locate-window
npm
3.310.0 → 3.723.0
Minor
@aws-sdk/util-utf8-browser
npm
3.37.0 → 3.259.0
Minor
Technical Details
ID: | 4649971 |
UUID: | 2863955778 |
Node ID: | PR_kwDOCHomBs6LyFau |
Host: | GitHub |
Repository: | aws/aws-encryption-sdk-javascript |