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 #2813

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps the production-compat group with 7 updates:

Package From To
@types/node 20.5.1 20.5.6
@aws-sdk/client-s3 3.395.0 3.398.0
@aws-sdk/lib-storage 3.395.0 3.398.0
@babel/core 7.22.10 7.22.11
@babel/eslint-parser 7.22.10 7.22.11
eslint-plugin-jsdoc 46.4.6 46.5.0
@parcel/watcher 2.2.0 2.3.0

Updates @types/node from 20.5.1 to 20.5.6

Commits

Updates @aws-sdk/client-s3 from 3.395.0 to 3.398.0

Release notes

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

v3.398.0

3.398.0(2023-08-23)

Chores
New Features
  • clients: update client endpoints as of 2023-08-23 (cc58fcee)
  • client-ec2: Marking fields as sensitive on BundleTask and GetPasswordData (31c97854)
  • client-polly: Amazon Polly adds 1 new voice - Zayd (ar-AE) (7d48fbaa)
  • client-api-gateway: This release adds RootResourceId to GetRestApi response. (2054e2cb)
  • client-rekognitionstreaming: add oval fit timeout configuration option (#5132) (f19b2c1c)
Bug Fixes
  • credential-provider-sso: accept all unexpired tokens as unexpired (#5124) (b57d48f5)

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

v3.397.0

3.397.0(2023-08-22)

Chores
Documentation Changes
  • client-global-accelerator: Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints. (736918d5)
New Features
  • clients: update client endpoints as of 2023-08-22 (fce5a7ba)
  • client-cost-explorer: This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags. (4e81e599)
  • client-rds: Adding parameters to CreateCustomDbEngineVersion reserved for future use. (8981d518)
  • client-verifiedpermissions: Documentation updates for Amazon Verified Permissions. Increases max results per page for ListPolicyStores, ListPolicies, and ListPolicyTemplates APIs from 20 to 50. (d09e8007)
Tests

... (truncated)

Changelog

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

3.398.0 (2023-08-23)

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

3.397.0 (2023-08-22)

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

Commits

Updates @aws-sdk/lib-storage from 3.395.0 to 3.398.0

Release notes

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

v3.398.0

3.398.0(2023-08-23)

Chores
New Features
  • clients: update client endpoints as of 2023-08-23 (cc58fcee)
  • client-ec2: Marking fields as sensitive on BundleTask and GetPasswordData (31c97854)
  • client-polly: Amazon Polly adds 1 new voice - Zayd (ar-AE) (7d48fbaa)
  • client-api-gateway: This release adds RootResourceId to GetRestApi response. (2054e2cb)
  • client-rekognitionstreaming: add oval fit timeout configuration option (#5132) (f19b2c1c)
Bug Fixes
  • credential-provider-sso: accept all unexpired tokens as unexpired (#5124) (b57d48f5)

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

v3.397.0

3.397.0(2023-08-22)

Chores
Documentation Changes
  • client-global-accelerator: Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints. (736918d5)
New Features
  • clients: update client endpoints as of 2023-08-22 (fce5a7ba)
  • client-cost-explorer: This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags. (4e81e599)
  • client-rds: Adding parameters to CreateCustomDbEngineVersion reserved for future use. (8981d518)
  • client-verifiedpermissions: Documentation updates for Amazon Verified Permissions. Increases max results per page for ListPolicyStores, ListPolicies, and ListPolicyTemplates APIs from 20 to 50. (d09e8007)
Tests

... (truncated)

Changelog

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

3.398.0 (2023-08-23)

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

3.397.0 (2023-08-22)

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

Commits

Updates @babel/core from 7.22.10 to 7.22.11

Release notes

Sourced from @​babel/core's releases.

v7.22.11 (2023-08-24)

Thanks @​0o001 and @​yangguansen for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core

🏠 Internal

  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15833 bump json5, terser and webpack, further minimize babel helpers (@​JLHwung)
  • Other

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env

Committers: 7

Changelog

Sourced from @​babel/core's changelog.

v7.22.11 (2023-08-24)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core

🏠 Internal

  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15833 bump json5, terser and webpack, further minimize babel helpers (@​JLHwung)
  • Other

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env
Commits

Updates @babel/eslint-parser from 7.22.10 to 7.22.11

Release notes

Sourced from @​babel/eslint-parser's releases.

v7.22.11 (2023-08-24)

Thanks @​0o001 and @​yangguansen for your first PRs!

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core

🏠 Internal

  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15833 bump json5, terser and webpack, further minimize babel helpers (@​JLHwung)
  • Other

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env

Committers: 7

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.22.11 (2023-08-24)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core

🏠 Internal

  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #15833 bump json5, terser and webpack, further minimize babel helpers (@​JLHwung)
  • Other

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env
Commits

Updates eslint-plugin-jsdoc from 46.4.6 to 46.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v46.5.0

46.5.0 (2023-08-20)

Features

Commits

Updates @parcel/watcher from 2.2.0 to 2.3.0

Release notes

Sourced from @​parcel/watcher's releases.

v2.3.0

Features

  • Add a kqueue backend to support FreeBSD, or as an alternative to FSEvents on macOS
  • Add a WASM backend, for use in environments where native modules cannot run (e.g. on the web in environments like Stackblitz, or unsupported processor architectures/operating systems). Use the @parcel/watcher-wasm package instead of @parcel/watcher in these cases. Note that this is much less efficient than using native OS-specific APIs, so keep using the native packages where possible.
  • Migrate to napi thread safe functions, which allows using @parcel/watcher from multiple Node.js worker threads
  • Add a 32-bit windows build, useful if users accidentally installed a 32-bit version of Node
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.5.1` | `20.5.6` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.395.0` | `3.398.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.395.0` | `3.398.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.10` | `7.22.11` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.22.10` | `7.22.11` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.4.6` | `46.5.0` |
| [@parcel/watcher](https://github.com/parcel-bundler/watcher) | `2.2.0` | `2.3.0` |


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

Updates `@aws-sdk/client-s3` from 3.395.0 to 3.398.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.398.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.395.0 to 3.398.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.398.0/lib/lib-storage)

Updates `@babel/core` from 7.22.10 to 7.22.11
- [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.22.11/packages/babel-core)

Updates `@babel/eslint-parser` from 7.22.10 to 7.22.11
- [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.22.11/eslint/babel-eslint-parser)

Updates `eslint-plugin-jsdoc` from 46.4.6 to 46.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.4.6...v46.5.0)

Updates `@parcel/watcher` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/parcel-bundler/watcher/releases)
- [Commits](parcel-bundler/watcher@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  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: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-compat
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: "@parcel/watcher"
  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 Aug 25, 2023
@dirkdev98 dirkdev98 merged commit d31c4c7 into main Aug 25, 2023
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/production-compat-87c69425fe branch August 25, 2023 10:13
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