Skip to content

Commit

Permalink
Build(deps): bump @octokit/rest from 21.0.1 to 21.0.2 in the npm-prod…
Browse files Browse the repository at this point in the history
…uction group (#77)

Bumps the npm-production group with 1 update:
[@octokit/rest](https://github.com/octokit/rest.js).

Updates `@octokit/rest` from 21.0.1 to 21.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v21.0.2</h2>
<h2><a
href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">21.0.2</a>
(2024-08-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>docs:</strong> update to react 18 and latest gatsby deps (<a
href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)
(<a
href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7">9a80f06</a>),
closes <a
href="https://redirect.github.com/octokit/rest.js/issues/216">#216</a>
<a
href="https://redirect.github.com/octokit/rest.js/issues/230">#230</a>
<a
href="https://redirect.github.com/octokit/rest.js/issues/460">#460</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7"><code>9a80f06</code></a>
fix(docs): update to react 18 and latest gatsby deps (<a
href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)</li>
<li><a
href="https://github.com/octokit/rest.js/commit/3b5a8e81399eefa63539185abfe80918771bec4e"><code>3b5a8e8</code></a>
chore(deps): update dependency fetch-mock to v11 (<a
href="https://redirect.github.com/octokit/rest.js/issues/459">#459</a>)</li>
<li><a
href="https://github.com/octokit/rest.js/commit/5a4eeb64ac5691fbed64ad1bbf1fb0abe69ce6f2"><code>5a4eeb6</code></a>
test: re-activate more tests and convert them to typescript (<a
href="https://redirect.github.com/octokit/rest.js/issues/457">#457</a>)</li>
<li>See full diff in <a
href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/rest&package-manager=npm_and_yarn&previous-version=21.0.1&new-version=21.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>
  • Loading branch information
ncalteen authored Sep 4, 2024
2 parents 486a2d9 + 5907987 commit f89f3f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/rest": "^21.0.1"
"@octokit/rest": "^21.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
Expand Down

0 comments on commit f89f3f5

Please sign in to comment.