Skip to content

build(deps): bump the production-compat group with 7 updates #3047

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the production-compat group with 7 updates:

Package From To
@types/node 20.10.8 20.11.5
prettier 3.1.1 3.2.4
c8 9.0.0 9.1.0
dotenv 16.3.1 16.3.2
@aws-sdk/client-s3 3.489.0 3.496.0
@aws-sdk/lib-storage 3.489.0 3.496.0
sharp 0.33.1 0.33.2

Updates @types/node from 20.10.8 to 20.11.5

Commits

Updates prettier from 3.1.1 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }
// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;
// Prettier 3.2.2
1++;
// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
| ^

// Input
try {} catch (error = 1){}
// Prettier 3.2.2
try {
} catch (error) {}
// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table>

... (truncated)

Commits

Updates c8 from 9.0.0 to 9.1.0

Release notes

Sourced from c8's releases.

v9.1.0

9.1.0 (2024-01-11)

Features

  • support passing reporter options from config (#459) (88db5db)

Bug Fixes

  • refactor: remove stale check for createDynamicModule (5e18365)
Changelog

Sourced from c8's changelog.

9.1.0 (2024-01-11)

Features

  • support passing reporter options from config (#459) (88db5db)

Bug Fixes

  • refactor: remove stale check for createDynamicModule (5e18365)
Commits
  • 4ae2a4d chore(main): release 9.1.0 (#513)
  • 88db5db feat: support passing reporter options from config (#459)
  • 5e18365 fix(refactor): remove stale check for createDynamicModule
  • See full diff in compare view

Updates dotenv from 16.3.1 to 16.3.2

Changelog

Sourced from dotenv's changelog.

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793
Commits

Updates @aws-sdk/client-s3 from 3.489.0 to 3.496.0

Release notes

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

v3.496.0

3.496.0(2024-01-19)

Chores
  • middleware-sdk-s3: enable s3 express e2e tests (#5690) (3edef9c0)
New Features
  • clients: update client endpoints as of 2024-01-19 (cb1bc4ea)
  • client-codebuild: Release CodeBuild Reserved Capacity feature (c0c445de)
  • client-qconnect: Increased Quick Response name max length to 100 (b02d4afd)
  • client-dynamodb: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. (2be6625e)
  • client-athena: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. (a8ed5925)
  • credential-provider-node: use dynamic import for credential providers (#5677) (7841411e)
Bug Fixes
  • get full list of exports for esm compat in dist-cjs (#5694) (5d26da6d)
Other Changes
  • credential-provider-node: use dynamic import for credential providers (#5677)" (4cea5837)

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

v3.495.0

3.495.0(2024-01-18)

New Features
  • clients: update client endpoints as of 2024-01-18 (cfe6ad98)
  • client-b2bi: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs. (255a7b49)
  • client-firehose: Allow support for Snowflake as a Kinesis Data Firehose delivery destination. (bdf431eb)
  • client-drs: Removed invalid and unnecessary default values. (d7c4d310)
  • client-sagemaker-featurestore-runtime: Increase BatchGetRecord limits from 10 items to 100 items (f12c0b51)
  • client-connect: GetMetricDataV2 now supports 3 groupings (9f1a143c)
  • client-cloudtrail: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights. (8bd69cad)
  • use bundled dist-cjs build (#5687) (5f79e225)

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

v3.494.0

3.494.0(2024-01-17)

... (truncated)

Changelog

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

3.496.0 (2024-01-19)

Bug Fixes

  • get full list of exports for esm compat in dist-cjs (#5694) (5d26da6)

3.495.0 (2024-01-18)

Features

3.490.0 (2024-01-11)

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

Commits

Updates @aws-sdk/lib-storage from 3.489.0 to 3.496.0

Release notes

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

v3.496.0

3.496.0(2024-01-19)

Chores
  • middleware-sdk-s3: enable s3 express e2e tests (#5690) (3edef9c0)
New Features
  • clients: update client endpoints as of 2024-01-19 (cb1bc4ea)
  • client-codebuild: Release CodeBuild Reserved Capacity feature (c0c445de)
  • client-qconnect: Increased Quick Response name max length to 100 (b02d4afd)
  • client-dynamodb: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. (2be6625e)
  • client-athena: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. (a8ed5925)
  • credential-provider-node: use dynamic import for credential providers (#5677) (7841411e)
Bug Fixes
  • get full list of exports for esm compat in dist-cjs (#5694) (5d26da6d)
Other Changes
  • credential-provider-node: use dynamic import for credential providers (#5677)" (4cea5837)

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

v3.495.0

3.495.0(2024-01-18)

New Features
  • clients: update client endpoints as of 2024-01-18 (cfe6ad98)
  • client-b2bi: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs. (255a7b49)
  • client-firehose: Allow support for Snowflake as a Kinesis Data Firehose delivery destination. (bdf431eb)
  • client-drs: Removed invalid and unnecessary default values. (d7c4d310)
  • client-sagemaker-featurestore-runtime: Increase BatchGetRecord limits from 10 items to 100 items (f12c0b51)
  • client-connect: GetMetricDataV2 now supports 3 groupings (9f1a143c)
  • client-cloudtrail: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights. (8bd69cad)
  • use bundled dist-cjs build (#5687) (5f79e225)

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

v3.494.0

3.494.0(2024-01-17)

... (truncated)

Changelog

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

3.496.0 (2024-01-19)

Bug Fixes

  • get full list of exports for esm compat in dist-cjs (#5694) (5d26da6)

3.495.0 (2024-01-18)

Features

3.490.0 (2024-01-11)

Bug Fixes

  • lib-storage: fix Location field decoding in Upload class (#5668) (59ff8e1)
Commits

Updates sharp from 0.33.1 to 0.33.2

Changelog

Sourced from sharp's changelog.

v0.33.2 - 12th January 2024

  • Upgrade to libvips v8.15.1 for upstream bug fixes.

  • TypeScript: add definition for keepMetadata. #3914 @​abhi0498

  • Ensure extend operation stays sequential when copying (regression in 0.32.0). #3928

  • Improve error handling for unsupported multi-page rotation. #3940

Commits
  • bcb22af Release v0.33.2
  • d04dc62 Prerelease v0.33.2-rc.1
  • c30d355 CI: Fix npm smoke test expectation
  • 49cb148 Prerelease v0.33.2-rc.0
  • 3bc31a8 CI: Verify emscripten versions match
  • c28523e CI: Update Emscripten Docker image to 3.1.51 (#3907)
  • 278f393 Upgrade to libvips v8.15.1
  • cbf68c1 Improve error for unsupported multi-page rotation #3940
  • 45e8071 Add runtime check for outdated Node.js version
  • b96389d Docs: refresh index
  • 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
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2024
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a34976e) 63.26% compared to head (3292635) 63.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3047      +/-   ##
==========================================
+ Coverage   63.26%   63.39%   +0.13%     
==========================================
  Files         212      213       +1     
  Lines       38854    38862       +8     
==========================================
+ Hits        24580    24638      +58     
+ Misses      14274    14224      -50     

Bumps the production-compat group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.8` | `20.11.5` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` |
| [c8](https://github.com/bcoe/c8) | `9.0.0` | `9.1.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.3.2` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.489.0` | `3.496.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.489.0` | `3.496.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.2` |


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

Updates `prettier` from 3.1.1 to 3.2.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.4)

Updates `c8` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v9.0.0...v9.1.0)

Updates `dotenv` from 16.3.1 to 16.3.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.3.2)

Updates `@aws-sdk/client-s3` from 3.489.0 to 3.496.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.496.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.489.0 to 3.496.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.496.0/lib/lib-storage)

Updates `sharp` from 0.33.1 to 0.33.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.1...v0.33.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: c8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-compat-7d92d70c59 branch from 50c4f1f to 3292635 Compare January 23, 2024 08:57
@dirkdev98 dirkdev98 merged commit 2bce221 into main Jan 23, 2024
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/production-compat-7d92d70c59 branch January 23, 2024 09:37
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.

1 participant