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

Bump the dependencies group across 1 directory with 6 updates #105

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the dependencies group with 6 updates in the / directory:

Package From To
@swc/core 1.10.7 1.10.15
@types/node 22.10.5 22.13.1
file-type 19.6.0 20.1.0
@aws-sdk/client-s3 3.726.1 3.744.0
@aws-sdk/lib-storage 3.726.1 3.744.0
@aws-sdk/s3-request-presigner 3.726.1 3.744.0

Updates @swc/core from 1.10.7 to 1.10.15

Changelog

Sourced from @​swc/core's changelog.

[1.10.15] - 2025-02-08

Bug Fixes

  • (es/fixer) Wrap object tagged templates (#9991) (963c3a5)

  • (es/minifier) Dont't optimize swtich case before DCE (#9994) (afe21b5)

  • (es/minifier) Revert #10006 (#10007) (7e21323)

  • (es/parser, es/codegen) Handle trailing empty slots in array patterns (#9992) (1a87e76)

  • (es/react) Avoid adding __self in constructors of derived class in the jsx_self (#9987) (83f24af)

Features

  • (es/ast) Add ShrinkToFit implementation (#10009) (6849b6a)

  • (es/helpers) Update package exports for module-sync and webpack compatibility (#9995) (6f4e7ad)

  • (fast-ts) Support Uint8Array Input (#9879) (61ae579)

Performance

  • (es/codegen) Remove needless allocations (#9978) (9c89d57)

  • (es/minifier) Do not clone from take_ident_of_pat_if_unused (#10005) (dc3b46e)

  • (es/minifier) Allocate in once from mark_property_mutation (#10004) (4a90e51)

  • (es/minifier) Limit infection analysis by the entry size (#10006) (1a3a4b9)

  • (es/minifier) Make the default pass 2 (#10014) (07dc423)

... (truncated)

Commits
  • d20b3d1 chore: Publish 1.10.15 with swc_core v13.2.0
  • 8fed453 chore: Update changelog
  • 4860f33 chore: Publish 1.10.15-nightly-20250208.1 with swc_core v13.2.0
  • acfa3be chore: Publish crates with swc_core v13.2.0
  • 07dc423 perf(es/minifier): Make the default pass 2 (#10014)
  • 06fdce7 chore: Publish @swc/helpers@0.5.16
  • a1b6682 chore: Publish crates with swc_core v13.1.0
  • 6849b6a feat(es/ast): Add ShrinkToFit implementation (#10009)
  • 7e21323 fix(es/minifier): Revert #10006 (#10007)
  • 1a3a4b9 perf(es/minifier): Limit infection analysis by the entry size (#10006)
  • Additional commits viewable in compare view

Updates @types/node from 22.10.5 to 22.13.1

Commits

Updates file-type from 19.6.0 to 20.1.0

Release notes

Sourced from file-type's releases.

v20.1.0

  • Improve WebP detection (#733) ef486f1

sindresorhus/file-type@v20.0.1...v20.1.0

v20.0.1

  • Fix detecting small PDF file (#728) f34e9f7

sindresorhus/file-type@v20.0.0...v20.0.1

v20.0.0

Breaking

  • Drop MIME-type and extension enumeration in types (#693) 0ff11c6
  • Remove NodeFileTypeParser in favor of using FileTypeParser on all platforms (#707) ff8eed8

Improvements

  • Give API access to FileTypeParser#detectors (#704) 7e72bbc
  • Improve Nikon RAW NEF (Tiff) format detection (#670) cf6fc1e
  • Add support for Java archive (.jar) (#719) 8651809
  • Add support for MSOffice macro-enabled docs and templates (#720) 7fe5667
  • Add support for OpenDocument graphics and templates (#718) 4db407d
  • Add support for Microsoft Excel template with macros (.xltm) (#714) 1fe621a
  • Add support for Microsoft Word template (.dotx) (#713) 643ef78
  • Add support for Microsoft Excel template (.xltx) (#712) 0dab3e0
  • Add support for Microsoft PowerPoint template ( .potx) (#710) f978619
  • Add support for ZIP decompression using @tokenizer/inflate (#695) 399b0f1
  • Add support for .lz4 file format (#706) 74acf94
  • Add support for format .drc, Google's Draco 3D Data Compression (#702) e99257d

Fixes

  • Fix code sequence "File Type Box" detection (#705) 7d4dd8d

sindresorhus/file-type@v19.6.0...v20.0.0

Commits

Updates @aws-sdk/client-s3 from 3.726.1 to 3.744.0

Release notes

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

v3.744.0

3.744.0(2025-02-07)

Chores
New Features
  • clients: update client endpoints as of 2025-02-07 (abfb6eab)
  • client-ecr: Adds support to handle the new basic scanning daily quota. (07297d32)
  • client-transcribe: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe. (91fce740)
  • client-transcribe-streaming: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe. (d338b705)
  • client-pi: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights. (94f7ccb9)
  • client-eks: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API (5b421306)
  • client-mediaconvert: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format (5f0e21d8)

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

v3.743.0

3.743.0(2025-02-06)

Chores
  • util-endpoints: update aws partitions.json (f4a25aef)
  • endpoints: update endpoints model (93ab6884)
  • models: update API models (82b00d0e)
New Features
  • client-cloudformation: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions. (0eb8c573)
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5c)
  • client-cost-optimization-hub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types. (57c15254)
  • client-connectcases: This release adds the ability to conditionally require fields on a template. Check public documentation for more information. (83f73550)

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

v3.742.1

3.742.1(2025-02-05)

Documentation Changes
  • client-rds: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation. (ba6ad0a6)

... (truncated)

Changelog

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

3.744.0 (2025-02-07)

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

3.743.0 (2025-02-06)

Features

  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5)

3.741.0 (2025-02-03)

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

3.740.0 (2025-01-31)

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

3.738.0 (2025-01-29)

Features

  • client-s3: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long. (c7c525a)

3.735.0 (2025-01-24)

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

... (truncated)

Commits
  • e8bd309 Publish v3.744.0
  • 114bd9a chore(codegen): sync deprecated tag order (#6871)
  • be25eb6 Publish v3.743.0
  • 794f4b5 feat(client-s3): Updated list of the valid AWS Region values for the Location...
  • 2b3d1df Publish v3.741.0
  • 602116a Publish v3.740.0
  • 1b99b4f Publish v3.738.0
  • c7c525a feat(client-s3): Change the type of MpuObjectSize in CompleteMultipartUploadR...
  • 3488ae9 Publish v3.735.0
  • 65c6ae9 Publish v3.734.0
  • Additional commits viewable in compare view

Updates @aws-sdk/lib-storage from 3.726.1 to 3.744.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.744.0

3.744.0(2025-02-07)

Chores
New Features
  • clients: update client endpoints as of 2025-02-07 (abfb6eab)
  • client-ecr: Adds support to handle the new basic scanning daily quota. (07297d32)
  • client-transcribe: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe. (91fce740)
  • client-transcribe-streaming: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe. (d338b705)
  • client-pi: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights. (94f7ccb9)
  • client-eks: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API (5b421306)
  • client-mediaconvert: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format (5f0e21d8)

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

v3.743.0

3.743.0(2025-02-06)

Chores
  • util-endpoints: update aws partitions.json (f4a25aef)
  • endpoints: update endpoints model (93ab6884)
  • models: update API models (82b00d0e)
New Features
  • client-cloudformation: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions. (0eb8c573)
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5c)
  • client-cost-optimization-hub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types. (57c15254)
  • client-connectcases: This release adds the ability to conditionally require fields on a template. Check public documentation for more information. (83f73550)

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

v3.742.1

3.742.1(2025-02-05)

Documentation Changes
  • client-rds: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation. (ba6ad0a6)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.744.0 (2025-02-07)

Note: Version bump only for package @​aws-sdk/lib-storage

3.743.0 (2025-02-06)

Note: Version bump only for package @​aws-sdk/lib-storage

3.741.0 (2025-02-03)

Note: Version bump only for package @​aws-sdk/lib-storage

3.740.0 (2025-01-31)

Note: Version bump only for package @​aws-sdk/lib-storage

3.738.0 (2025-01-29)

Note: Version bump only for package @​aws-sdk/lib-storage

3.735.0 (2025-01-24)

Note: Version bump only for package @​aws-sdk/lib-storage

3.734.0 (2025-01-23)

... (truncated)

Commits

Updates @aws-sdk/s3-request-presigner from 3.726.1 to 3.744.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.744.0

3.744.0(2025-02-07)

Chores
New Features
  • clients: update client endpoints as of 2025-02-07 (abfb6eab)
  • client-ecr: Adds support to handle the new basic scanning daily quota. (07297d32)
  • client-transcribe: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe. (91fce740)
  • client-transcribe-streaming: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe. (d338b705)
  • client-pi: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights. (94f7ccb9)
  • client-eks: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API (5b421306)
  • client-mediaconvert: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format (5f0e21d8)

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

v3.743.0

3.743.0(2025-02-06)

Chores
  • util-endpoints: update aws partitions.json (f4a25aef)
  • endpoints: update endpoints model (93ab6884)
  • models: update API models (82b00d0e)
New Features
  • client-cloudformation: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions. (0eb8c573)
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5c)
  • client-cost-optimization-hub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types. (57c15254)
  • client-connectcases: This release adds the ability to conditionally require fields on a template. Check public documentation for more information. (83f73550)

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

v3.742.1

3.742.1(2025-02-05)

Documentation Changes
  • client-rds: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation. (ba6ad0a6)

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.744.0 (2025-02-07)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.743.0 (2025-02-06)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.741.0 (2025-02-03)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.740.0 (2025-01-31)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.738.0 (2025-01-29)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.735.0 (2025-01-24)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.734.0 (2025-01-23)

... (truncated)

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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.7` | `1.10.15` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.13.1` |
| [file-type](https://github.com/sindresorhus/file-type) | `19.6.0` | `20.1.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.726.1` | `3.744.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.726.1` | `3.744.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.726.1` | `3.744.0` |



Updates `@swc/core` from 1.10.7 to 1.10.15
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.7...v1.10.15)

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

Updates `file-type` from 19.6.0 to 20.1.0
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v19.6.0...v20.1.0)

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

Updates `@aws-sdk/lib-storage` from 3.726.1 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage)

Updates `@aws-sdk/s3-request-presigner` from 3.726.1 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/packages/s3-request-presigner)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: file-type
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

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

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-f06e46a046 branch February 17, 2025 17:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants