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

chore(deps-dev): bump the development-dependencies group with 14 updates #136

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 14 updates:

Package From To
@lerna-lite/changed 3.0.0 3.2.0
@lerna-lite/cli 3.0.0 3.2.0
@lerna-lite/diff 3.0.0 3.2.0
@lerna-lite/exec 3.0.0 3.2.0
@lerna-lite/publish 3.0.0 3.2.0
@lerna-lite/run 3.0.0 3.2.0
@lerna-lite/version 3.0.0 3.2.0
@types/node 20.10.0 20.10.7
@typescript-eslint/eslint-plugin 6.12.0 6.18.1
@typescript-eslint/parser 6.12.0 6.18.1
eslint 8.54.0 8.56.0
eslint-plugin-import 2.29.0 2.29.1
prettier 3.1.0 3.1.1
typescript 5.3.2 5.3.3

Updates @lerna-lite/changed from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/changed's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/changed's changelog.

3.2.0 (2024-01-06)

Note: Version bump only for package @​lerna-lite/changed

3.1.0 (2023-12-08)

Note: Version bump only for package @​lerna-lite/changed

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 116dd30 chore(release): publish new version 3.1.0
  • See full diff in compare view

Updates @lerna-lite/cli from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/cli's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/cli's changelog.

3.2.0 (2024-01-06)

Features

  • version: add --generate-release-notes for GitHub release (#798) (96d4a61)

3.1.0 (2023-12-08)

Note: Version bump only for package @​lerna-lite/cli

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 96d4a61 feat(version): add --generate-release-notes for GitHub release (#798)
  • 116dd30 chore(release): publish new version 3.1.0
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @lerna-lite/diff from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/diff's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/diff's changelog.

3.2.0 (2024-01-06)

Note: Version bump only for package @​lerna-lite/diff

3.1.0 (2023-12-08)

Bug Fixes

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 116dd30 chore(release): publish new version 3.1.0
  • fa026de fix(deps): update all non-major dependencies (#783)
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @lerna-lite/exec from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/exec's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/exec's changelog.

3.2.0 (2024-01-06)

Bug Fixes

  • deps: update all non-major dependencies (#794) (4683b51)

3.1.0 (2023-12-08)

Bug Fixes

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 4683b51 fix(deps): update all non-major dependencies (#794)
  • 116dd30 chore(release): publish new version 3.1.0
  • fa026de fix(deps): update all non-major dependencies (#783)
  • 2644c23 fix(deps): update dependency p-map to v7 (#784)
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @lerna-lite/publish from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/publish's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/publish's changelog.

3.2.0 (2024-01-06)

Bug Fixes

  • deps: update all non-major dependencies (#794) (4683b51)

3.1.0 (2023-12-08)

Features

Bug Fixes

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 4683b51 fix(deps): update all non-major dependencies (#794)
  • 8190900 chore: replace all c8 ignore with v8 ignore
  • 116dd30 chore(release): publish new version 3.1.0
  • a24f3c6 feat(version): update conventional-changelog pks to latest w/factory (#788)
  • fa026de fix(deps): update all non-major dependencies (#783)
  • 2644c23 fix(deps): update dependency p-map to v7 (#784)
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @lerna-lite/run from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/run's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/run's changelog.

3.2.0 (2024-01-06)

Bug Fixes

  • deps: update all non-major dependencies (#794) (4683b51)

3.1.0 (2023-12-08)

Bug Fixes

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 4683b51 fix(deps): update all non-major dependencies (#794)
  • 8190900 chore: replace all c8 ignore with v8 ignore
  • 116dd30 chore(release): publish new version 3.1.0
  • fa026de fix(deps): update all non-major dependencies (#783)
  • 2644c23 fix(deps): update dependency p-map to v7 (#784)
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @lerna-lite/version from 3.0.0 to 3.2.0

Release notes

Sourced from @​lerna-lite/version's releases.

v3.2.0

Quick Info

This new release brings a new option --generate-release-notes for lerna version which lets GitHub automatically generate the release notes (more info can be found in this GitHub documentation page Automatically generated release notes). Note that this only works for GitHub, I have no idea if GitLab has anything similar.

This new release was actually created by using this new option, so you can see different output below. lerna version --create-release github --generate-release-notes

Personally I still prefer the conventional changelog approach for creating the releases (even chore are showing below, which is unexpected to me), nonetheless you now have 2 ways to create GitHub releases 🚀

What's Changed

Full Changelog: lerna-lite/lerna-lite@v3.1.0...v3.2.0

v3.1.0

3.1.0 (2023-12-08)

Quick Info

This release is mainly focused on updating all conventional-changelog-... dependencies that were released as major versions couple months ago (they made a lot of changes in the past few months, updated a lot of old dependencies like Q which was replaced by Promises and switch to function factory instead of loading preset via names). This should have zero impact on the user's side (all unit tests are passing after code refactoring), but just in case, I decided to release this as a minor version. There are also couple of other unrelated small fixes as well. Enjoy


Features

Bug Fixes

Changelog

Sourced from @​lerna-lite/version's changelog.

3.2.0 (2024-01-06)

Features

  • version: add --generate-release-notes for GitHub release (#798) (96d4a61)

Bug Fixes

  • deps: update all non-major dependencies (#794) (4683b51)
  • deps: update dependency git-url-parse to v14 (#795) (549abfa)

3.1.0 (2023-12-08)

Features

Bug Fixes

Commits
  • 2527598 chore(release): publish new version 3.2.0
  • 96d4a61 feat(version): add --generate-release-notes for GitHub release (#798)
  • 4683b51 fix(deps): update all non-major dependencies (#794)
  • 549abfa fix(deps): update dependency git-url-parse to v14 (#795)
  • 8190900 chore: replace all c8 ignore with v8 ignore
  • 116dd30 chore(release): publish new version 3.1.0
  • a24f3c6 feat(version): update conventional-changelog pks to latest w/factory (#788)
  • fa026de fix(deps): update all non-major dependencies (#783)
  • 2644c23 fix(deps): update dependency p-map to v7 (#784)
  • 14eb20a docs: add major release link for more info
  • See full diff in compare view

Updates @types/node from 20.10.0 to 20.10.7

Commits

Updates @typescript-eslint/eslint-plugin from 6.12.0 to 6.18.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (

Bumps the development-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/changed](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/changed) | `3.0.0` | `3.2.0` |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `3.0.0` | `3.2.0` |
| [@lerna-lite/diff](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/diff) | `3.0.0` | `3.2.0` |
| [@lerna-lite/exec](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/exec) | `3.0.0` | `3.2.0` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `3.0.0` | `3.2.0` |
| [@lerna-lite/run](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/run) | `3.0.0` | `3.2.0` |
| [@lerna-lite/version](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/version) | `3.0.0` | `3.2.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.0` | `20.10.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.12.0` | `6.18.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.12.0` | `6.18.1` |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |


Updates `@lerna-lite/changed` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/changed/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/changed)

Updates `@lerna-lite/cli` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/cli)

Updates `@lerna-lite/diff` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/diff/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/diff)

Updates `@lerna-lite/exec` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/exec/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/exec)

Updates `@lerna-lite/publish` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/publish/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/publish)

Updates `@lerna-lite/run` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/run/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/run)

Updates `@lerna-lite/version` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/version/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v3.2.0/packages/version)

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

Updates `@typescript-eslint/eslint-plugin` from 6.12.0 to 6.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.12.0 to 6.18.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.18.1/packages/parser)

Updates `eslint` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.56.0)

Updates `eslint-plugin-import` from 2.29.0 to 2.29.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.29.0...v2.29.1)

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

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@lerna-lite/changed"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/diff"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/exec"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/publish"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/run"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/version"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from AliMD as a code owner January 9, 2024 06:22
@dependabot dependabot bot added ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. priority-low Nice addition, maybe... someday... labels Jan 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2024

Superseded by #137.

@dependabot dependabot bot closed this Jan 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-2814ae21e8 branch January 10, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. priority-low Nice addition, maybe... someday...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants