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 5 updates #2804

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-compat group with 5 updates:

Package From To
@types/node 20.4.9 20.5.1
dotenv 16.0.3 16.3.1
eslint-plugin-import 2.28.0 2.28.1
@aws-sdk/client-s3 3.386.0 3.395.0
@aws-sdk/lib-storage 3.386.0 3.395.0

Updates @types/node from 20.4.9 to 20.5.1

Commits

Updates dotenv from 16.0.3 to 16.3.1

Changelog

Sourced from dotenv's changelog.

16.3.1 (2023-06-17)

Added

  • Add missing type definitions for processEnv and DOTENV_KEY options. #756

16.3.0 (2023-06-16)

Added

  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #754

16.2.0 (2023-06-15)

Added

  • Optionally write to your own target object rather than process.env. Defaults to process.env. #753
  • Add import type URL to types file #751

16.1.4 (2023-06-04)

Added

  • Added .github/ to .npmignore #747

16.1.3 (2023-05-31)

Removed

  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

16.1.2 (2023-05-31)

Changed

  • Exposed private function _configDotenv as configDotenv. #744

16.1.1 (2023-05-30)

Added

  • Added type definition for decrypt function

Changed

  • Fixed {crypto: false} in packageJson.browser

16.1.0 (2023-05-30)

Added

... (truncated)

Commits
  • b13ca7b 16.3.1
  • 9bcc2e7 Merge pull request #756 from motdotla/type-fix
  • 80fff4b Add type definition for DOTENV_KEY
  • 50163a1 update type file
  • 5c7d7f5 Add example demonstrating setting DOTENV_KEY
  • 76d3682 16.3.0
  • 80219ae Merge pull request #754 from motdotla/dotenv-key-option
  • dacd450 Add DOTENV_KEY to cli config and environment config options
  • f20e646 Add options.DOTENV_KEY
  • 5861f6a Add failing test demonstrating need for DOTENV_KEY option
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.28.0 to 2.28.1

Changelog

Sourced from eslint-plugin-import's changelog.

[2.28.1] - 2023-08-18

Fixed

  • [order]: revert breaking change to single nested group (#2854, thanks [@​yndajas])

Changed

  • [Docs] remove duplicate fixable notices in docs (#2850, thanks [@​bmish])
Commits
  • cd95728 Bump to 2.28.1
  • 0847443 Revert 1fa2971 (breaking group change in order)
  • e9de30a [resolvers/webpack] v0.13.6
  • cd1dff7 Revert "[resolvers/webpack] [refactor] replace lodash/isEqual usage with `d...
  • da71746 [resolvers/webpack] v0.13.5
  • 22a0802 [resolvers/webpack] [deps] update resolve
  • 1e81734 [resolvers/webpack] [refactor] replace lodash/isEqual usage with deep-equal
  • 2c18c29 [resolvers/webpack] [refactor] remove lodash/get usage
  • b9b9c86 [resolvers/webpack] [refactor] switch to a maintained array.prototype.find pa...
  • 2e7612f [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill th...
  • Additional commits viewable in compare view

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

Release notes

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

v3.395.0

3.395.0(2023-08-18)

Chores
  • clients: codegen update for runtime extensions (#5103) (3833c243)
Documentation Changes
  • credential-provider-node: behavior when roleAssumer is not provided (#1950) (015cd791)
  • credential-providers: fix fromTokenFile() env var names (#3412) (7196b681)
  • upgrading: add notes on Lambda invoke (#5094) (78200fcc)
New Features
  • clients: update client endpoints as of 2023-08-18 (13307927)
  • client-codecommit: Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. (d57dcd22)
  • client-securityhub: Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities. (2cdf852f)

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

v3.394.0

3.394.0(2023-08-17)

New Features
  • clients: update client endpoints as of 2023-08-17 (0a89d382)
  • client-gamelift: Amazon GameLift updates its instance types support. (dedcc866)
  • client-ec2: Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints (d377dfd2)

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

v3.393.0

3.393.0(2023-08-16)

Documentation Changes
  • client-cloudwatch: Doc-only update to incorporate several doc bug fixes (73b22402)
New Features
  • client-lex-models-v2: This release updates the Custom Vocabulary Weight field to support a value of 0. (327f2f2e)

... (truncated)

Changelog

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

3.395.0 (2023-08-18)

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

3.391.0 (2023-08-14)

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

3.388.0 (2023-08-09)

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

3.387.0 (2023-08-08)

Features

  • clients: allow client creation without configuration (#5060) (a9723dc)
Commits

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

Release notes

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

v3.395.0

3.395.0(2023-08-18)

Chores
  • clients: codegen update for runtime extensions (#5103) (3833c243)
Documentation Changes
  • credential-provider-node: behavior when roleAssumer is not provided (#1950) (015cd791)
  • credential-providers: fix fromTokenFile() env var names (#3412) (7196b681)
  • upgrading: add notes on Lambda invoke (#5094) (78200fcc)
New Features
  • clients: update client endpoints as of 2023-08-18 (13307927)
  • client-codecommit: Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. (d57dcd22)
  • client-securityhub: Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities. (2cdf852f)

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

v3.394.0

3.394.0(2023-08-17)

New Features
  • clients: update client endpoints as of 2023-08-17 (0a89d382)
  • client-gamelift: Amazon GameLift updates its instance types support. (dedcc866)
  • client-ec2: Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints (d377dfd2)

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

v3.393.0

3.393.0(2023-08-16)

Documentation Changes
  • client-cloudwatch: Doc-only update to incorporate several doc bug fixes (73b22402)
New Features
  • client-lex-models-v2: This release updates the Custom Vocabulary Weight field to support a value of 0. (327f2f2e)

... (truncated)

Changelog

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

3.395.0 (2023-08-18)

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

3.391.0 (2023-08-14)

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

3.388.0 (2023-08-09)

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

3.387.0 (2023-08-08)

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> dependency 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> dependency 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.4.9` | `20.5.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.0.3` | `16.3.1` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.0` | `2.28.1` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.386.0` | `3.395.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.386.0` | `3.395.0` |


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

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

Updates `eslint-plugin-import` from 2.28.0 to 2.28.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.0...v2.28.1)

Updates `@aws-sdk/client-s3` from 3.386.0 to 3.395.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.395.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.386.0 to 3.395.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.395.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: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-compat
- dependency-name: eslint-plugin-import
  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
...

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 18, 2023
@dirkdev98 dirkdev98 merged commit 3857337 into main Aug 18, 2023
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/production-compat-2e1d56d18a branch August 18, 2023 21:46
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