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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the conventional-changelog group with 5 updates:

Package From To
conventional-changelog 4.0.0 5.1.0
conventional-changelog-conventionalcommits 6.1.0 7.0.2
conventional-changelog-core 5.0.2 7.0.0
conventional-changelog-writer 6.0.1 7.0.1
conventional-recommended-bump 7.0.1 9.0.0

Updates conventional-changelog from 4.0.0 to 5.1.0

Release notes

Sourced from conventional-changelog's releases.

conventional-changelog: v5.1.0

5.1.0 (2023-09-09)

Note: Upgrade workspace dependencies.

conventional-changelog-angular conventional-changelog-angular-v5.0.13

Bug Fixes

conventional-changelog-core: v5.0.2

5.0.2 (2023-06-28)

Bug Fixes

  • avoid overwriting the default values of options with undefined (#1018) (71b0c40)

conventional-changelog-writer-v5.0.1

5.0.1 (2021-12-29)

Bug Fixes

conventional-changelog-core: v5.0.1

5.0.1 (2023-06-06)

Bug Fixes

  • conventional-changelog-core: update monorepo dependencies (#1012) (ef3413a)

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)

... (truncated)

Changelog

Sourced from conventional-changelog's changelog.

{ "packages/conventional-changelog-conventionalcommits": "7.0.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "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": "7.0.1", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • e322673 chore(master): release conventional-changelog 5.1.0 and conventional-changelo...
  • 2e467dd chore(master): release conventional-changelog-core 7.0.0 (#1135)
  • a13f788 chore(master): release git-semver-tags 7.0.0 (#1129)
  • 34569c7 chore(master): release standard-changelog 5.0.0 (#1132)
  • ad633d9 chore(master): release conventional-recommended-bump 9.0.0 (#1130)
  • 50113f9 chore(master): release conventional-changelog-conventionalcommits 7.0.2 (#1124)
  • a14d218 chore(master): release conventional-changelog-preset-loader 5.0.0 (#1117)
  • 1697ecd feat(git-semver-tags,conventional-recommended-bump)!: refactoring to use prom...
  • 5015ab7 feat(standard-changelog)!: use promises (#1111)
  • e721cde fix(conventional-changelog-conventionalcommits): fix handling input params (#...
  • Additional commits viewable in compare view

Updates conventional-changelog-conventionalcommits from 6.1.0 to 7.0.2

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v7.0.2

7.0.2 (2023-09-08)

Bug Fixes

  • conventional-changelog-conventionalcommits: fix handling input params (#1120) (e721cde)

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.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "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": "7.0.1", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • 50113f9 chore(master): release conventional-changelog-conventionalcommits 7.0.2 (#1124)
  • a14d218 chore(master): release conventional-changelog-preset-loader 5.0.0 (#1117)
  • 1697ecd feat(git-semver-tags,conventional-recommended-bump)!: refactoring to use prom...
  • 5015ab7 feat(standard-changelog)!: use promises (#1111)
  • e721cde fix(conventional-changelog-conventionalcommits): fix handling input params (#...
  • 2c54379 chore(deps): lock file maintenance (#1118)
  • 4f09e6d feat(conventional-changelog-preset-loader): throw error if preset does not ex...
  • 59c7848 feat!(git-semver-tags,conventional-recommended-bump): refactoring to use prom...
  • 574d29d feat!(standard-changelog): small refactoring (#1111)
  • 50b78e1 refactor(git-raw-commits): improve code readability (#1110)
  • Additional commits viewable in compare view

Updates conventional-changelog-core from 5.0.2 to 7.0.0

Release notes

Sourced from conventional-changelog-core's releases.

conventional-changelog-core: v7.0.0

7.0.0 (2023-09-08)

⚠ BREAKING CHANGES

  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • standard-changelog: use promises (#1111) (5015ab7)

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.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "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": "7.0.1", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • 2e467dd chore(master): release conventional-changelog-core 7.0.0 (#1135)
  • a13f788 chore(master): release git-semver-tags 7.0.0 (#1129)
  • 34569c7 chore(master): release standard-changelog 5.0.0 (#1132)
  • ad633d9 chore(master): release conventional-recommended-bump 9.0.0 (#1130)
  • 50113f9 chore(master): release conventional-changelog-conventionalcommits 7.0.2 (#1124)
  • a14d218 chore(master): release conventional-changelog-preset-loader 5.0.0 (#1117)
  • 1697ecd feat(git-semver-tags,conventional-recommended-bump)!: refactoring to use prom...
  • 5015ab7 feat(standard-changelog)!: use promises (#1111)
  • e721cde fix(conventional-changelog-conventionalcommits): fix handling input params (#...
  • 2c54379 chore(deps): lock file maintenance (#1118)
  • Additional commits viewable in compare view

Updates conventional-changelog-writer from 6.0.1 to 7.0.1

Release notes

Sourced from conventional-changelog-writer's releases.

conventional-changelog-writer: v7.0.1

7.0.1 (2023-09-10)

Bug Fixes

  • conventional-changelog-writer: fix transform async handlers (#1146) (be3901b)

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.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "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": "7.0.1", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • e3a643a chore(master): release conventional-changelog-writer 7.0.1 (#1148)
  • be3901b fix(conventional-changelog-writer): fix transform async handlers (#1146)
  • e170b47 fix(git-semver-tags): make sure that tags are sorted by date (#1145)
  • 0a74398 chore: remove unnecessary eslint packages (#1143)
  • a2e8016 chore(deps): update actions/checkout action to v4 (#1119)
  • e322673 chore(master): release conventional-changelog 5.1.0 and conventional-changelo...
  • 2e467dd chore(master): release conventional-changelog-core 7.0.0 (#1135)
  • a13f788 chore(master): release git-semver-tags 7.0.0 (#1129)
  • 34569c7 chore(master): release standard-changelog 5.0.0 (#1132)
  • ad633d9 chore(master): release conventional-recommended-bump 9.0.0 (#1130)
  • Additional commits viewable in compare view

Updates conventional-recommended-bump from 7.0.1 to 9.0.0

Release notes

Sourced from conventional-recommended-bump's releases.

conventional-recommended-bump: v9.0.0

9.0.0 (2023-09-08)

⚠ BREAKING CHANGES

  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • standard-changelog: use promises (#1111) (5015ab7)

Bug Fixes

  • conventional-changelog-conventionalcommits: fix handling input params (#1120) (e721cde)

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.2", "packages/conventional-changelog-cli": "4.1.0", "packages/conventional-changelog": "5.1.0", "packages/conventional-commits-parser": "5.0.0", "packages/git-raw-commits": "4.0.0", "packages/conventional-changelog-writer": "7.0.1", "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": "7.0.1", "packages/conventional-commits-filter": "4.0.0", "packages/conventional-changelog-preset-loader": "4.1.0", "packages/conventional-recommended-bump": "9.0.0", "packages/conventional-changelog-core": "7.0.0", "packages/standard-changelog": "5.0.0", "packages/gulp-conventional-changelog": "4.0.0" }

Commits
  • ad633d9 chore(master): release conventional-recommended-bump 9.0.0 (#1130)
  • 50113f9 chore(master): release conventional-changelog-conventionalcommits 7.0.2 (#1124)
  • a14d218 chore(master): release conventional-changelog-preset-loader 5.0.0 (#1117)
  • 1697ecd feat(git-semver-tags,conventional-recommended-bump)!: refactoring to use prom...
  • 5015ab7 feat(standard-changelog)!: use promises (#1111)
  • e721cde fix(conventional-changelog-conventionalcommits): fix handling input params (#...
  • 2c54379 chore(deps): lock file maintenance (#1118)
  • 4f09e6d feat(conventional-changelog-preset-loader): throw error if preset does not ex...
  • 59c7848 feat!(git-semver-tags,conventional-recommended-bump): refactoring to use prom...
  • 574d29d feat!(standard-changelog): small refactoring (#1111)
  • 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 12, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware September 12, 2023 08:34
@unicornware unicornware enabled auto-merge (squash) September 12, 2023 08:34
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 👍🏾

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conventional-changelog-4b42956f8f branch from 51695f0 to f6de7ba Compare September 12, 2023 08:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/conventional-changelog-4b42956f8f branch 4 times, most recently from d253cdf to c158d7b Compare September 26, 2023 08:09
Bumps the conventional-changelog group with 5 updates:

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


Updates `conventional-changelog` from 4.0.0 to 5.1.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.1.0)

Updates `conventional-changelog-conventionalcommits` from 6.1.0 to 7.0.2
- [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.2)

Updates `conventional-changelog-core` from 5.0.2 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-core-v5.0.2...conventional-changelog-core-v7.0.0)

Updates `conventional-changelog-writer` from 6.0.1 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-writer-v6.0.1...conventional-changelog-writer-v7.0.1)

Updates `conventional-recommended-bump` from 7.0.1 to 9.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-v9.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-4b42956f8f branch from b9c9371 to 1a88ddc Compare October 19, 2023 08:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

7 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

3 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Dependabot could not read a required secret. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Jan 31, 2024
auto-merge was automatically disabled January 31, 2024 00:55

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/conventional-changelog-4b42956f8f branch January 31, 2024 00:55
Copy link

github-actions bot commented Apr 2, 2024

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 Apr 2, 2024
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: 🥶 Icebox
Development

Successfully merging this pull request may close these issues.

1 participant