ridedott / merge-me-action

Automatically merges Pull Requests.
MIT License
312 stars 31 forks source link

chore(deps): bump ridedott/release-me-action from 3.10.38 to 3.10.39 #2091

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps ridedott/release-me-action from 3.10.38 to 3.10.39.

Release notes

Sourced from ridedott/release-me-action's releases.

v3.10.39

3.10.39 (2024-08-12)

Chores

  • deps-dev: bump @​commitlint/cli from 19.3.0 to 19.4.0 (587b1e4)
  • deps-dev: bump @​swc/core from 1.7.2 to 1.7.3 (67528db)
  • deps-dev: bump @​swc/core from 1.7.3 to 1.7.4 (7e14781)
  • deps-dev: bump @​swc/core from 1.7.4 to 1.7.6 (b91bd42)
  • deps-dev: bump @​swc/core from 1.7.6 to 1.7.10 (215211d)
  • deps-dev: bump @​types/node from 20.14.12 to 22.0.0 (099bfe6)
  • deps-dev: bump @​types/node from 22.0.0 to 22.0.2 (2e68522)
  • deps-dev: bump @​types/node from 22.0.2 to 22.1.0 (cd19290)
  • deps-dev: bump cspell from 8.12.1 to 8.13.0 (9555aec)
  • deps-dev: bump cspell from 8.13.0 to 8.13.1 (cfc0d97)
  • deps-dev: bump cspell from 8.13.1 to 8.13.2 (a382117)
  • deps-dev: bump husky from 9.1.2 to 9.1.3 (6254c30)
  • deps-dev: bump husky from 9.1.3 to 9.1.4 (724751b)
  • deps-dev: bump lint-staged from 15.2.7 to 15.2.8 (d54c16e)
  • deps-dev: bump ts-jest from 29.2.3 to 29.2.4 (e60f628)
  • deps: bump @​semantic-release/github from 10.1.3 to 10.1.4 (3fb8acd)
Changelog

Sourced from ridedott/release-me-action's changelog.

3.10.39 (2024-08-12)

Chores

  • deps-dev: bump @​commitlint/cli from 19.3.0 to 19.4.0 (587b1e4)
  • deps-dev: bump @​swc/core from 1.7.2 to 1.7.3 (67528db)
  • deps-dev: bump @​swc/core from 1.7.3 to 1.7.4 (7e14781)
  • deps-dev: bump @​swc/core from 1.7.4 to 1.7.6 (b91bd42)
  • deps-dev: bump @​swc/core from 1.7.6 to 1.7.10 (215211d)
  • deps-dev: bump @​types/node from 20.14.12 to 22.0.0 (099bfe6)
  • deps-dev: bump @​types/node from 22.0.0 to 22.0.2 (2e68522)
  • deps-dev: bump @​types/node from 22.0.2 to 22.1.0 (cd19290)
  • deps-dev: bump cspell from 8.12.1 to 8.13.0 (9555aec)
  • deps-dev: bump cspell from 8.13.0 to 8.13.1 (cfc0d97)
  • deps-dev: bump cspell from 8.13.1 to 8.13.2 (a382117)
  • deps-dev: bump husky from 9.1.2 to 9.1.3 (6254c30)
  • deps-dev: bump husky from 9.1.3 to 9.1.4 (724751b)
  • deps-dev: bump lint-staged from 15.2.7 to 15.2.8 (d54c16e)
  • deps-dev: bump ts-jest from 29.2.3 to 29.2.4 (e60f628)
  • deps: bump @​semantic-release/github from 10.1.3 to 10.1.4 (3fb8acd)
Commits
  • 1d93267 chore(release): v3.10.39
  • 215211d chore(deps-dev): bump @​swc/core from 1.7.6 to 1.7.10
  • 3fb8acd chore(deps): bump @​semantic-release/github from 10.1.3 to 10.1.4
  • a382117 chore(deps-dev): bump cspell from 8.13.1 to 8.13.2
  • 587b1e4 chore(deps-dev): bump @​commitlint/cli from 19.3.0 to 19.4.0
  • d54c16e chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.8
  • cd19290 chore(deps-dev): bump @​types/node from 22.0.2 to 22.1.0
  • cfc0d97 chore(deps-dev): bump cspell from 8.13.0 to 8.13.1
  • b91bd42 chore(deps-dev): bump @​swc/core from 1.7.4 to 1.7.6
  • e60f628 chore(deps-dev): bump ts-jest from 29.2.3 to 29.2.4
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Dependabot tried to add @ridedott/platform as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/ridedott/merge-me-action/pulls/2091/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the ridedott/merge-me-action repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request