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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2023

Bumps the production-compat group with 7 updates:

Package From To
@types/node 20.8.2 20.8.5
pino 8.15.6 8.16.0
@babel/core 7.23.0 7.23.2
eslint 8.50.0 8.51.0
@aws-sdk/client-s3 3.425.0 3.428.0
@aws-sdk/lib-storage 3.425.0 3.428.0
postgres 3.3.5 3.4.0

Updates @types/node from 20.8.2 to 20.8.5

Commits

Updates pino from 8.15.6 to 8.16.0

Release notes

Sourced from pino's releases.

v8.16.0

What's Changed

Full Changelog: pinojs/pino@v8.15.7...v8.16.0

v8.15.7

What's Changed

Full Changelog: pinojs/pino@v8.15.6...v8.15.7

Commits

Updates @babel/core from 7.23.0 to 7.23.2

Release notes

Sourced from @​babel/core's releases.

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5

v7.23.1 (2023-09-25)

Re-publishing @babel/helpers due to a publishing error in 7.23.0.

Changelog

Sourced from @​babel/core's changelog.

v7.23.2 (2023-10-11)

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates eslint from 8.50.0 to 8.51.0

Release notes

Sourced from eslint's releases.

v8.51.0

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
  • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
  • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
  • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.51.0 - October 6, 2023

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#17601) (Percy Ma)
  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
  • 1866da5 docs: Update README (GitHub Actions Bot)
  • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)
  • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
  • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
Commits
  • f079382 8.51.0
  • e8235e5 Build: changelog update for 8.51.0
  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624)
  • f8c7403 chore: package.json update for @​eslint/js release
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.425.0 to 3.428.0

Release notes

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

v3.428.0

3.428.0(2023-10-12)

Chores
  • read service specific endpoints from env/config (#5350) (39126a49)
  • update bug-report.yml (#5314) (d0978841)
  • middleware-flexible-checksums: split FlexibleChecksumsMiddlewareConfig into request/response (#5344) (78a50c93)
  • util-endpoints: remove utility to read service specific endpoints (#5341) (bde7d54c)
  • clients: support reading ini subsections and get entire config in configSelector (#5330) (1ccfce17)
Documentation Changes
  • client-pricing: Documentation updates for Price List (ec57e773)
  • client-elastic-load-balancing-v2: This release enables routing policies with Availability Zone affinity for Network Load Balancers. (8368f0f6)
  • client-workspaces: Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles. (8153a417)
  • lib-dynamodb: fix import path for api extractor compatibility (#5336) (7477787e)
  • update README.md in smithy-aws-typescript (#5316) (7cac08f9)
New Features
  • clients: update client endpoints as of 2023-10-12 (34763390)
  • client-sagemaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings (685916ce)
  • client-auditmanager: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. (af417648)
  • client-ivs-realtime: Update GetParticipant to return additional metadata. (4adb6260)
  • client-controltower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. (784c6fb6)
  • client-rekognition: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. (87763f3b)
  • client-textract: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. (4ce1e296)
  • client-location: This release adds endpoint updates for all AWS Location resource operations. (f71b2162)
  • client-lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs (2bb63a02)
  • client-auto-scaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups (67270850)
  • client-machine-learning: This release marks Password field as sensitive (4d5eac69)
  • client-inspector2: Add MacOs ec2 platform support (2964c2f7)
  • client-rds: This release adds support for adding a dedicated log volume to open-source RDS instances. (634a9831)
  • client-customer-profiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. (73c92296)
  • client-glue: Extending version control support to GitLab and Bitbucket from AWSGlue (b683df3c)
  • client-config-service: Add enums for resource types supported by Config (1cdcf430)
  • client-transcribe: This release is to enable m4a format to customers (8c24c288)
  • client-ec2: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. (9c57ae32)
Bug Fixes
  • middleware-flexible-checksums: skip checksum validation for s3 whole-object multipart GET (#5345) (6a6a75e6)
  • lib-dynamodb: add e2e suite and bug fixes for lib-dynamodb (#5306) (2fe0a883)
Tests
  • lib-dynamodb:

... (truncated)

Changelog

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

3.428.0 (2023-10-12)

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

3.427.0 (2023-10-06)

Features

  • middleware-sdk-s3: add middleware for following region redirects (#5185) (6e139f7)
Commits
  • 9d462ed Publish v3.428.0
  • 39126a4 chore: read service specific endpoints from env/config (#5350)
  • 1ccfce1 chore(clients): support reading ini subsections and get entire config in conf...
  • bc7bd43 Publish v3.427.0
  • 6e139f7 feat(middleware-sdk-s3): add middleware for following region redirects (#5185)
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.425.0 to 3.428.0

Release notes

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

v3.428.0

3.428.0(2023-10-12)

Chores
  • read service specific endpoints from env/config (#5350) (39126a49)
  • update bug-report.yml (#5314) (d0978841)
  • middleware-flexible-checksums: split FlexibleChecksumsMiddlewareConfig into request/response (#5344) (78a50c93)
  • util-endpoints: remove utility to read service specific endpoints (#5341) (bde7d54c)
  • clients: support reading ini subsections and get entire config in configSelector (#5330) (1ccfce17)
Documentation Changes
  • client-pricing: Documentation updates for Price List (ec57e773)
  • client-elastic-load-balancing-v2: This release enables routing policies with Availability Zone affinity for Network Load Balancers. (8368f0f6)
  • client-workspaces: Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles. (8153a417)
  • lib-dynamodb: fix import path for api extractor compatibility (#5336) (7477787e)
  • update README.md in smithy-aws-typescript (#5316) (7cac08f9)
New Features
  • clients: update client endpoints as of 2023-10-12 (34763390)
  • client-sagemaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings (685916ce)
  • client-auditmanager: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. (af417648)
  • client-ivs-realtime: Update GetParticipant to return additional metadata. (4adb6260)
  • client-controltower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. (784c6fb6)
  • client-rekognition: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. (87763f3b)
  • client-textract: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. (4ce1e296)
  • client-location: This release adds endpoint updates for all AWS Location resource operations. (f71b2162)
  • client-lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs (2bb63a02)
  • client-auto-scaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups (67270850)
  • client-machine-learning: This release marks Password field as sensitive (4d5eac69)
  • client-inspector2: Add MacOs ec2 platform support (2964c2f7)
  • client-rds: This release adds support for adding a dedicated log volume to open-source RDS instances. (634a9831)
  • client-customer-profiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. (73c92296)
  • client-glue: Extending version control support to GitLab and Bitbucket from AWSGlue (b683df3c)
  • client-config-service: Add enums for resource types supported by Config (1cdcf430)
  • client-transcribe: This release is to enable m4a format to customers (8c24c288)
  • client-ec2: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. (9c57ae32)
Bug Fixes
  • middleware-flexible-checksums: skip checksum validation for s3 whole-object multipart GET (#5345) (6a6a75e6)
  • lib-dynamodb: add e2e suite and bug fixes for lib-dynamodb (#5306) (2fe0a883)
Tests
  • lib-dynamodb:

... (truncated)

Changelog

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

3.428.0 (2023-10-12)

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

3.427.0 (2023-10-06)

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

Commits
  • 9d462ed Publish v3.428.0
  • 39126a4 chore: read service specific endpoints from env/config (#5350)
  • 1ccfce1 chore(clients): support reading ini subsections and get entire config in conf...
  • bc7bd43 Publish v3.427.0
  • See full diff in compare view

Updates postgres from 3.3.5 to 3.4.0

Release notes

Sourced from postgres's releases.

v3.4.0

  • Add Support for Cloudflare Workers & Pages (#599) b88e261
  • Add sql.reserve method 7f6e0cc
  • Add sql.prepare(name) to allow custom names (#628) 8f6f4e3
  • Allow for incomplete custom types 1df4286
  • Allow array of Fragments in ParameterOrFragment 82908d3
  • Allow a falsy url string e4b158b
  • Fix crash on errors in logical streaming, but log and reconnect a4bf5fa
  • Fix #674 TypeScript issues with dynamic inserts 5f569d8
  • Fix connection on deno 1.36.3 (#673) bf082a5
  • Fix replica identity changes when using subscribe 087c414
  • Fix a bun issue with stack traces cae4d97
  • Ensure number options are coerced from string - fixes #622 ba498fd
  • Support notify for transactions and reserved connections as well. fixes #611 0dac913
  • Use select helper inside parenthesis c2fe67b

porsager/postgres@v3.3.5...v3.4.0

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 production-compat group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.2` | `20.8.5` |
| [pino](https://github.com/pinojs/pino) | `8.15.6` | `8.16.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.0` | `7.23.2` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.51.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.425.0` | `3.428.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.425.0` | `3.428.0` |
| [postgres](https://github.com/porsager/postgres) | `3.3.5` | `3.4.0` |


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

Updates `pino` from 8.15.6 to 8.16.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.15.6...v8.16.0)

Updates `@babel/core` from 7.23.0 to 7.23.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/[email protected]/packages/babel-core)

Updates `eslint` from 8.50.0 to 8.51.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.51.0)

Updates `@aws-sdk/client-s3` from 3.425.0 to 3.428.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.428.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.425.0 to 3.428.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.428.0/lib/lib-storage)

Updates `postgres` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/porsager/postgres/releases)
- [Changelog](https://github.com/porsager/postgres/blob/master/CHANGELOG.md)
- [Commits](porsager/postgres@v3.3.5...v3.4.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #2890 (a258705) into main (c7d5101) will decrease coverage by 0.16%.
Report is 2 commits behind head on main.
The diff coverage is 46.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2890      +/-   ##
==========================================
- Coverage   67.88%   67.73%   -0.16%     
==========================================
  Files         237      238       +1     
  Lines       42269    42506     +237     
==========================================
+ Hits        28696    28790      +94     
- Misses      13573    13716     +143     

@dirkdev98 dirkdev98 merged commit e7726b0 into main Oct 13, 2023
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/production-compat-8739f7590c branch October 13, 2023 07:40
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