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 semantic-release group across 1 directory with 2 updates #449

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the semantic-release group with 2 updates in the / directory: @semantic-release/github and semantic-release.

Updates @semantic-release/github from 10.1.3 to 10.3.5

Release notes

Sourced from @​semantic-release/github's releases.

v10.3.5

10.3.5 (2024-09-20)

Bug Fixes

  • replace searchAPI usage with GraphQL in findSRIssue util (#907) (7fb46a3)

v10.3.4

10.3.4 (2024-09-15)

Bug Fixes

  • glob-assets: remove unnecessary option when invoking globby() (#924) (efe9f49)

v10.3.3

10.3.3 (2024-09-05)

Bug Fixes

  • Revert: feat: verify OAuth scopes of classic GitHub PATs (#915) (990bd73)

v10.3.2

10.3.2 (2024-09-04)

Bug Fixes

  • missing "PullRequest".canBeRebased field on GHES graphql api (#913) (4393578)

v10.3.1

10.3.1 (2024-09-03)

Bug Fixes

  • max_node_limit_exceeded error when fetching associatedPRs (#912) (bb806af)

v10.3.0

10.3.0 (2024-09-02)

Features

  • allow conditional skip on success and fail comments (#874) (e097d1c)

v10.2.0

10.2.0 (2024-09-02)

... (truncated)

Commits
  • 7fb46a3 fix: replace searchAPI usage with GraphQL in findSRIssue util (#907)
  • e57dc0c ci(action): update actions/setup-node action to v4.0.4 (#929)
  • 2cc8f1a chore(deps): update dependency publint to v0.2.11 (#928)
  • 59cb02c chore(deps): lock file maintenance (#927)
  • efe9f49 fix(glob-assets): remove unnecessary option when invoking globby() (#924)
  • 9ceb494 chore(deps): update dependency npm-run-all2 to v6.2.3 (#926)
  • 10dfabc chore(deps): update dependency sinon to v19.0.2 (#923)
  • ce2a68e chore(deps): update dependency sinon to v19.0.1 (#922)
  • c486225 chore(deps): update dependency sinon to v19 (#921)
  • 7981b08 chore(deps): update dependency semantic-release to v24.1.1 (#919)
  • Additional commits viewable in compare view

Updates semantic-release from 24.0.0 to 24.1.1

Release notes

Sourced from semantic-release's releases.

v24.1.1

24.1.1 (2024-09-11)

Bug Fixes

  • deps: update dependency hosted-git-info to v8 (#3436) (ab10ac1)

v24.1.0

24.1.0 (2024-08-17)

Features

Commits
  • ab10ac1 fix(deps): update dependency hosted-git-info to v8 (#3436)
  • da5f8be chore(deps): update dependency sinon to v18.0.1 (#3440)
  • da38617 chore(deps): update dependency micromatch to v4.0.8 [security] (#3433)
  • 66ac996 ci(action): update actions/upload-artifact action to v4.4.0 (#3434)
  • 1d8d7af chore(deps): update npm to v10.8.3 (#3432)
  • 01f95fd chore(deps): update dependency nock to v13.5.5 (#3428)
  • bcc663c feat: add warn type to global context.logger (#3423)
  • 8002f72 chore(deps): update dependency publint to v0.2.10 (#3426)
  • 1bae870 chore(deps): lock file maintenance (#3421)
  • 224b3c8 ci(action): update github/codeql-action action to v3.26.0 (#3419)
  • 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

…ith 2 updates

Bumps the semantic-release group with 2 updates in the / directory: [@semantic-release/github](https://github.com/semantic-release/github) and [semantic-release](https://github.com/semantic-release/semantic-release).


Updates `@semantic-release/github` from 10.1.3 to 10.3.5
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v10.1.3...v10.3.5)

Updates `semantic-release` from 24.0.0 to 24.1.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.0.0...v24.1.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: semantic-release
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: semantic-release
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2024 05:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants