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-dev): Bump the conventional-changelog group with 5 updates #400

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps the conventional-changelog group with 5 updates:

Package From To
conventional-changelog 4.0.0 5.0.0
conventional-changelog-conventionalcommits 6.1.0 7.0.1
conventional-changelog-core 5.0.2 6.0.0
conventional-changelog-writer 6.0.1 7.0.0
conventional-recommended-bump 7.0.1 8.0.0

Updates conventional-changelog from 4.0.0 to 5.0.0

Release notes

Sourced from conventional-changelog's releases.

conventional-changelog-writer conventional-changelog-writer-v5.0.0

⚠ BREAKING CHANGES

  • nested object properties no longer supported when sorting

Bug Fixes

  • drop compare-func making sort consistent across node versions (#729) (e0081a8)

conventional-changelog-conventionalcommits: v5.0.0

5.0.0 (2022-05-27)

⚠ BREAKING CHANGES

  • always use H2 heading for versions (#920)

Bug Fixes

conventional-changelog-core: v5.0.0

5.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • now all promises are native
  • Node >= 14 is required

Code Refactoring

conventional-changelog-eslint: v5.0.0

5.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

... (truncated)

Changelog

Sourced from conventional-changelog's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.1", "packages/conventional-changelog-cli": "4.0.0", "packages/conventional-changelog": "5.0.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.0", "packages/conventional-changelog-jshint": "4.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "4.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "6.0.0", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.0.0", "packages/conventional-recommended-bump": "8.0.0", "packages/conventional-changelog-core": "6.0.0", "packages/standard-changelog": "4.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • 7985de3 chore(master): release conventional-changelog 5.0.0 (#1051)
  • 5f0fe40 chore(master): release conventional-changelog-conventionalcommits 7.0.0 (#1050)
  • 6c7a2e1 chore(master): release conventional-changelog-angular 7.0.0 (#1049)
  • 0204a9a chore(master): release conventional-changelog-jshint 4.0.0 (#1048)
  • ab9b2c1 chore(master): release conventional-changelog-atom 4.0.0 (#1047)
  • 29df6c4 chore(master): release conventional-changelog-cli 4.0.0 (#1046)
  • 45613bb chore(master): release conventional-changelog-core 6.0.0 (#1036)
  • 5a896e3 chore(master): release gulp-conventional-changelog 4.0.0 (#1035)
  • 878fc56 chore(master): release git-raw-commits 4.0.0 (#1034)
  • 9c138ee refactor(conventional-commits-parser): use Transform instead of JSONStream (#...
  • Additional commits viewable in compare view

Updates conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v7.0.1

7.0.1 (2023-08-27)

Bug Fixes

  • conventional-changelog-conventionalcommits: include constants.js in package (#1095) (a730b18), closes #1093

conventional-changelog-conventionalcommits: v7.0.0

7.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

  • conventional-changelog-conventionalcommits: add support for alphanumeric issues (#1080) (f9b1897)
  • drop node 14 support (#1085) (1bce036)
  • git-raw-commits: ignore commits by regex (#1063) (47033e6)
  • types: allow combining provided types with defaults (#1064) (7ec8a18)
  • unified presets interface (#1045) (8d0ffbe)
Changelog

Sourced from conventional-changelog-conventionalcommits's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.1", "packages/conventional-changelog-cli": "4.0.0", "packages/conventional-changelog": "5.0.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.0", "packages/conventional-changelog-jshint": "4.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "4.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "6.0.0", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.0.0", "packages/conventional-recommended-bump": "8.0.0", "packages/conventional-changelog-core": "6.0.0", "packages/standard-changelog": "4.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • ca4324b chore(master): release conventional-changelog-conventionalcommits 7.0.1 (#1096)
  • a730b18 fix(conventional-changelog-conventionalcommits): include constants.js in pack...
  • 0d4cd84 ci: add permissions for release workflow (#1094)
  • 26fc9ea chore(master): release conventional-commits-filter 4.0.0 (#1089)
  • 5b78826 chore(master): release standard-changelog 4.0.0 (#1061)
  • 679594c chore(master): release conventional-changelog-eslint 5.0.0 (#1060)
  • 1c75c72 chore(master): release git-semver-tags 6.0.0 (#1059)
  • 624377a chore(master): release conventional-recommended-bump 8.0.0 (#1058)
  • d669bb6 chore(master): release conventional-changelog-writer 7.0.0 (#1057)
  • 933fd0b chore(master): release conventional-changelog-codemirror 4.0.0 (#1056)
  • Additional commits viewable in compare view

Updates conventional-changelog-core from 5.0.2 to 6.0.0

Release notes

Sourced from conventional-changelog-core's releases.

conventional-changelog-core: v6.0.0

6.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

Bug Fixes

  • deps: update dependency get-pkg-repo to v5 (#1030) (04b3183)
  • deps: update dependency hosted-git-info to v7 (#1087) (ee8c63b)
  • deps: update dependency normalize-package-data to v5 (#1037) (1230bba)
  • deps: update dependency normalize-package-data to v6 (#1082) (fd7403a)
  • fix semver vulnerability (#1071) (3f5c99d), closes #1019
Changelog

Sourced from conventional-changelog-core's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.1", "packages/conventional-changelog-cli": "4.0.0", "packages/conventional-changelog": "5.0.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.0", "packages/conventional-changelog-jshint": "4.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "4.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "6.0.0", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.0.0", "packages/conventional-recommended-bump": "8.0.0", "packages/conventional-changelog-core": "6.0.0", "packages/standard-changelog": "4.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • 45613bb chore(master): release conventional-changelog-core 6.0.0 (#1036)
  • 5a896e3 chore(master): release gulp-conventional-changelog 4.0.0 (#1035)
  • 878fc56 chore(master): release git-raw-commits 4.0.0 (#1034)
  • 9c138ee refactor(conventional-commits-parser): use Transform instead of JSONStream (#...
  • bcef5fe chore(conventional-changelog-preset-loader): remove unused sinon (#1091)
  • 8a20d9e ci: manual trigger for release-please to escape github api rate limits (#1092)
  • 299de5a chore(master): release conventional-commits-parser 5.0.0 (#1033)
  • 07341d0 chore: use workspace protocol for monorepo packages (#1088)
  • ee8c63b fix(deps): update dependency hosted-git-info to v7 (#1087)
  • a05edd8 refactor(conventional-changelog-core): update repository-url parsing (#1086)
  • Additional commits viewable in compare view

Updates conventional-changelog-writer from 6.0.1 to 7.0.0

Release notes

Sourced from conventional-changelog-writer's releases.

conventional-changelog-writer: v7.0.0

7.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

Bug Fixes

Changelog

Sourced from conventional-changelog-writer's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.1", "packages/conventional-changelog-cli": "4.0.0", "packages/conventional-changelog": "5.0.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.0", "packages/conventional-changelog-jshint": "4.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "4.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "6.0.0", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.0.0", "packages/conventional-recommended-bump": "8.0.0", "packages/conventional-changelog-core": "6.0.0", "packages/standard-changelog": "4.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • d669bb6 chore(master): release conventional-changelog-writer 7.0.0 (#1057)
  • 933fd0b chore(master): release conventional-changelog-codemirror 4.0.0 (#1056)
  • c9e9ceb chore(master): release conventional-changelog-express 4.0.0 (#1055)
  • 5d7c162 chore(master): release conventional-changelog-ember 4.0.0 (#1054)
  • d643efb chore(master): release conventional-changelog-jquery 5.0.0 (#1053)
  • 636646d chore(master): release conventional-changelog-preset-loader 4.0.0 (#1052)
  • 7985de3 chore(master): release conventional-changelog 5.0.0 (#1051)
  • 5f0fe40 chore(master): release conventional-changelog-conventionalcommits 7.0.0 (#1050)
  • 6c7a2e1 chore(master): release conventional-changelog-angular 7.0.0 (#1049)
  • 0204a9a chore(master): release conventional-changelog-jshint 4.0.0 (#1048)
  • Additional commits viewable in compare view

Updates conventional-recommended-bump from 7.0.1 to 8.0.0

Release notes

Sourced from conventional-recommended-bump's releases.

conventional-recommended-bump: v8.0.0

8.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.

Features

  • drop node 14 support (#1085) (1bce036)
  • git-semver-tags,conventional-recommended-bump: define skip-unstable option in cli (#1066) (0ffec3f)
  • unified presets interface (#1045) (8d0ffbe)

Bug Fixes

Changelog

Sourced from conventional-recommended-bump's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.1", "packages/conventional-changelog-cli": "4.0.0", "packages/conventional-changelog": "5.0.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.0", "packages/conventional-changelog-jshint": "4.0.0", "packages/conventional-changelog-jquery": "5.0.0", "packages/conventional-changelog-express": "4.0.0", "packages/conventional-changelog-eslint": "5.0.0", "packages/conventional-changelog-ember": "4.0.0", "packages/conventional-changelog-codemirror": "4.0.0", "packages/conventional-changelog-angular": "7.0.0", "packages/conventional-changelog-atom": "4.0.0", "packages/git-semver-tags": "6.0.0", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.0.0", "packages/conventional-recommended-bump": "8.0.0", "packages/conventional-changelog-core": "6.0.0", "packages/standard-changelog": "4.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • 624377a chore(master): release conventional-recommended-bump 8.0.0 (#1058)
  • d669bb6 chore(master): release conventional-changelog-writer 7.0.0 (#1057)
  • 933fd0b chore(master): release conventional-changelog-codemirror 4.0.0 (#1056)
  • c9e9ceb chore(master): release conventional-changelog-express 4.0.0 (#1055)
  • 5d7c162 chore(master): release conventional-changelog-ember 4.0.0 (#1054)
  • d643efb chore(master): release conventional-changelog-jquery 5.0.0 (#1053)
  • 636646d chore(master): release conventional-changelog-preset-loader 4.0.0 (#1052)
  • 7985de3 chore(master): release conventional-changelog 5.0.0 (#1051)
  • 5f0fe40 chore(master): release conventional-changelog-conventionalcommits 7.0.0 (#1050)
  • 6c7a2e1 chore(master): release conventional-changelog-angular 7.0.0 (#1049)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Sep 8, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware September 8, 2023 01:49
@unicornware unicornware enabled auto-merge (squash) September 8, 2023 01:50
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

flexdevelopment
flexdevelopment previously approved these changes Sep 8, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

flexdevelopment
flexdevelopment previously approved these changes Sep 8, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #400 (e8b8576) into main (17f7bc9) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #400   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          137       137           
  Lines         4874      4874           
  Branches       220       220           
=========================================
  Hits          4874      4874           
Flag Coverage Δ
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5962840...e8b8576. Read the comment docs.

📢 Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flex-development).

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conventional-changelog-4f40cb8d7a branch from c2557a8 to 673b420 Compare September 8, 2023 01:54
flexdevelopment
flexdevelopment previously approved these changes Sep 8, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

flexdevelopment
flexdevelopment previously approved these changes Sep 8, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Bumps the conventional-changelog group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) | `4.0.0` | `5.0.0` |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) | `6.1.0` | `7.0.1` |
| [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog) | `5.0.2` | `6.0.0` |
| [conventional-changelog-writer](https://github.com/conventional-changelog/conventional-changelog) | `6.0.1` | `7.0.0` |
| [conventional-recommended-bump](https://github.com/conventional-changelog/conventional-changelog) | `7.0.1` | `8.0.0` |


Updates `conventional-changelog` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](conventional-changelog/conventional-changelog@conventional-changelog-v4.0.0...conventional-changelog-v5.0.0)

Updates `conventional-changelog-conventionalcommits` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](conventional-changelog/conventional-changelog@conventional-changelog-conventionalcommits-v6.1.0...conventional-changelog-conventionalcommits-v7.0.1)

Updates `conventional-changelog-core` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](conventional-changelog/conventional-changelog@conventional-changelog-core-v5.0.2...conventional-changelog-core-v6.0.0)

Updates `conventional-changelog-writer` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](conventional-changelog/conventional-changelog@conventional-changelog-writer-v6.0.1...conventional-changelog-writer-v7.0.0)

Updates `conventional-recommended-bump` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](conventional-changelog/conventional-changelog@conventional-recommended-bump-v7.0.1...conventional-recommended-bump-v8.0.0)

---
updated-dependencies:
- dependency-name: conventional-changelog
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: conventional-changelog
- dependency-name: conventional-changelog-conventionalcommits
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: conventional-changelog
- dependency-name: conventional-changelog-core
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: conventional-changelog
- dependency-name: conventional-changelog-writer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: conventional-changelog
- dependency-name: conventional-recommended-bump
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: conventional-changelog
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conventional-changelog-4f40cb8d7a branch from 9700628 to 6b7eb90 Compare September 8, 2023 01:59
flexdevelopment
flexdevelopment previously approved these changes Sep 8, 2023
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware merged commit fea604d into main Sep 8, 2023
@unicornware unicornware deleted the dependabot/npm_and_yarn/conventional-changelog-4f40cb8d7a branch September 8, 2023 02:04
Copy link

github-actions bot commented Nov 8, 2023

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants