Skip to content

build(deps): bump the production-compat group with 5 updates#2858

Merged
dirkdev98 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-compat-f8d473aa19
Sep 28, 2023
Merged

build(deps): bump the production-compat group with 5 updates#2858
dirkdev98 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-compat-f8d473aa19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 28, 2023

Copy link
Copy Markdown
Contributor

Bumps the production-compat group with 5 updates:

Package From To
@types/node 20.6.3 20.7.1
@babel/core 7.22.20 7.23.0
eslint 8.49.0 8.50.0
@aws-sdk/client-s3 3.417.0 3.421.0
@aws-sdk/lib-storage 3.417.0 3.421.0

Updates @types/node from 20.6.3 to 20.7.1

Commits

Updates @babel/core from 7.22.20 to 7.23.0

Release notes

Sourced from @​babel/core's releases.

v7.23.0 (2023-09-25)

Thanks @​lorenzoferre and @​RajShukla1 for your first PRs!

🚀 New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

💅 Polish

  • babel-traverse
  • babel-plugin-proposal-explicit-resource-management

🔬 Output optimization

  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

Committers: 7

Changelog

Sourced from @​babel/core's changelog.

v7.23.0 (2023-09-25)

🚀 New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

💅 Polish

  • babel-traverse
  • babel-plugin-proposal-explicit-resource-management

🔬 Output optimization

  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
Commits

Updates eslint from 8.49.0 to 8.50.0

Release notes

Sourced from eslint's releases.

v8.50.0

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v8.50.0 - September 22, 2023

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)
Commits

Updates @aws-sdk/client-s3 from 3.417.0 to 3.421.0

Release notes

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

v3.421.0

3.421.0(2023-09-27)

Documentation Changes
New Features
  • clients: update client endpoints as of 2023-09-27 (e7cded86)
  • client-iot: Added support for IoT Rules Engine Kafka Action Headers (607458d2)
  • client-firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka. (f392d889)
  • client-cognito-identity-provider: The UserPoolType Status field is no longer used. (114788d8)
  • client-textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read. (10647e5f)

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

v3.420.0

3.420.0(2023-09-26)

Documentation Changes
  • client-codedeploy: CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups. (e2b776f1)
  • client-pinpoint: Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted. (571d0db4)
New Features
  • client-connect: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace. (970fe061)
  • client-lakeformation: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation. (ae29e552)
  • client-apprunner: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories (f49a5211)
  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436a)
  • client-dynamodb: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table (4ff14d6b)
  • client-appintegrations: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace. (b5bd165b)
  • client-ec2: The release includes AWS verified access to support FIPs compliance in North America regions (2cb7f26f)

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

v3.419.0

3.419.0(2023-09-25)

New Features
  • clients: update client endpoints as of 2023-09-25 (2f18c938)
  • client-quicksight: Added ability to tag users upon creation. (dacb8c66)

... (truncated)

Changelog

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

3.421.0 (2023-09-27)

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

3.420.0 (2023-09-26)

Features

  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436)

3.418.0 (2023-09-22)

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

Commits
  • 4398bfc Publish v3.421.0
  • 605746f docs: use heuristic to select sample operation (#5262)
  • 0471180 Publish v3.420.0
  • 33e5436 feat(client-s3): This release adds a new field COMPLETED to the ReplicationSt...
  • 0ce9353 Publish v3.418.0
  • a8df138 chore(codegen): bump smithy-typescript commit (#5234)
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.417.0 to 3.421.0

Release notes

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

v3.421.0

3.421.0(2023-09-27)

Documentation Changes
New Features
  • clients: update client endpoints as of 2023-09-27 (e7cded86)
  • client-iot: Added support for IoT Rules Engine Kafka Action Headers (607458d2)
  • client-firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka. (f392d889)
  • client-cognito-identity-provider: The UserPoolType Status field is no longer used. (114788d8)
  • client-textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read. (10647e5f)

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

v3.420.0

3.420.0(2023-09-26)

Documentation Changes
  • client-codedeploy: CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups. (e2b776f1)
  • client-pinpoint: Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted. (571d0db4)
New Features
  • client-connect: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace. (970fe061)
  • client-lakeformation: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation. (ae29e552)
  • client-apprunner: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories (f49a5211)
  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436a)
  • client-dynamodb: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table (4ff14d6b)
  • client-appintegrations: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace. (b5bd165b)
  • client-ec2: The release includes AWS verified access to support FIPs compliance in North America regions (2cb7f26f)

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

v3.419.0

3.419.0(2023-09-25)

New Features
  • clients: update client endpoints as of 2023-09-25 (2f18c938)
  • client-quicksight: Added ability to tag users upon creation. (dacb8c66)

... (truncated)

Changelog

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

3.421.0 (2023-09-27)

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

3.420.0 (2023-09-26)

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

3.418.0 (2023-09-22)

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

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.6.3` | `20.7.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.20` | `7.23.0` |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.417.0` | `3.421.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.417.0` | `3.421.0` |


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

Updates `@babel/core` from 7.22.20 to 7.23.0
- [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/v7.23.0/packages/babel-core)

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

Updates `@aws-sdk/client-s3` from 3.417.0 to 3.421.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.421.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.417.0 to 3.421.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.421.0/lib/lib-storage)

---
updated-dependencies:
- dependency-name: "@types/node"
  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-minor
  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
...

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 Sep 28, 2023
@dirkdev98
dirkdev98 merged commit 607cdd9 into main Sep 28, 2023
@dirkdev98
dirkdev98 deleted the dependabot/npm_and_yarn/production-compat-f8d473aa19 branch September 28, 2023 09: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.

1 participant