codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Bump probot from 12.3.3 to 13.0.2 #5694

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps probot from 12.3.3 to 13.0.2.

Release notes

Sourced from probot's releases.

v13.0.2

13.0.2 (2024-02-03)

Bug Fixes

  • deps: update dependency commander to v12 (737835f)

v13.0.1

13.0.1 (2024-01-26)

Bug Fixes

v13.0.0

13.0.0 (2024-01-25)

Features

  • v13 (#1874) (948a1b7), closes #1643
  • Upgrade Octokit libraries to their latest major version

BREAKING CHANGES

  • Drop support for NodeJS < 18
  • replace node-fetch with the Fetch API
  • default webhookPath is now /api/github/webhooks
  • probot receive now only supports payloads in JSON format, previously also (unintionally) allowed JS.
  • Probot now requires that payloads be passed as string to the .verify(), .verifyAndReceive() methods. Passing objects is no longer supported
  • The middleware no longer accepts parsed payloads. You will have to pass it as a string

Note on Vercel deployments:

Set NODEJS_HELPERS environment variable to 0 in order to prevent Vercel from parsing the response body. See Disable Helpers for detail.

v13.0.0-beta.17

13.0.0-beta.17 (2024-01-18)

Bug Fixes

v13.0.0-beta.16

13.0.0-beta.16 (2023-12-04)

... (truncated)

Commits
  • 737835f fix(deps): update dependency commander to v12
  • 1eb0389 chore: apply linting on tsconfig.json (#1963)
  • f7e4588 build(deps): lock file maintenance (#1962)
  • f97fc64 test: Ensure we can run both ESM and CJS (#1956)
  • 5d95b73 fix(deps): update dependency pino-http to v9 (#1953)
  • 380d24d ci(action): update actions/dependency-review-action action to v4 (#1951)
  • c065c15 ci(action): update github/codeql-action action to v3 (#1952)
  • 39ced7e chore: repair typedoc (#1950)
  • 33776dd chore(deps): update dependency semantic-release to v23 (#1947)
  • 8a403e8 build(deps-dev): bump vite from 5.0.2 to 5.0.12 (#1949)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | probot | [> 13.0.2] |

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)
changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: b8149f28a31c01be03bfe9c51445864a4371275c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR