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

fix(deps): bump the production-dependencies group with 3 updates #107

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the production-dependencies group with 3 updates: @octokit/auth-app, @octokit/request and undici.

Updates @octokit/auth-app from 6.0.3 to 6.0.4

Release notes

Sourced from @​octokit/auth-app's releases.

v6.0.4

6.0.4 (2024-02-23)

Bug Fixes

Commits
  • 61d61c2 fix(README): usage example (#579)
  • fb0624e maint: fix some spelling errors (#576)
  • e167700 build(deps): lock file maintenance (#577)
  • 0c15ee7 build(deps): lock file maintenance (#574)
  • c97c234 build(deps): lock file maintenance
  • f063a5e chore(deps): update dependency prettier to v3.2.5 (#572)
  • 94a8663 build(deps): lock file maintenance (#571)
  • bddd8ab chore(deps): update dependency esbuild to ^0.20.0
  • 9733c31 ci(action): update peter-evans/create-or-update-comment action to v4
  • 151f063 chore(deps): update dependency prettier to v3.2.4 (#567)
  • Additional commits viewable in compare view

Updates @octokit/request from 8.1.6 to 9.0.1

Release notes

Sourced from @​octokit/request's releases.

v9.0.1

9.0.1 (2024-02-27)

Bug Fixes

v9.0.0

9.0.0 (2024-02-24)

Features

BREAKING CHANGES

  • Output a single ESM bundle

v9.0.0-beta.1

9.0.0-beta.1 (2024-02-23)

Bug Fixes

  • improve spec compliance (ca9eb20)

Features

BREAKING CHANGES

  • Output a single ESM bundle

v8.2.0

8.2.0 (2024-02-09)

Features

  • add documentation link in error message (#667) (dbfeab2)
Commits
  • 1d834ae fix(pkg): add main export (#681)
  • a71ea0e ci(action): update actions/add-to-project action to v0.6.0 (#680)
  • 10214d9 docs(readme): examples use ESM (#609)
  • 517fd98 feat: switch to ESM output (#678)
  • bb0e1e1 test: remove AbortController and AbortSignal polyfills (#676)
  • 07b6259 ci(workflows): add write permissions to release workflow (#673)
  • 8a58080 ci(workflows): add permissions (#669)
  • dbfeab2 feat: add documentation link in error message (#667)
  • c013de4 docs: fix spelling errors (#671)
  • 3d22c38 chore(deps): update dependency prettier to v3.2.5
  • Additional commits viewable in compare view

Updates undici from 6.6.1 to 6.6.2

Release notes

Sourced from undici's releases.

v6.6.2

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.6.1...v6.6.2

Commits

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 requested review from gr2m, parkerbxyz and a team as code owners March 1, 2024 10:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2024
Bumps the production-dependencies group with 3 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js), [@octokit/request](https://github.com/octokit/request.js) and [undici](https://github.com/nodejs/undici).


Updates `@octokit/auth-app` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v6.0.4)

Updates `@octokit/request` from 8.1.6 to 9.0.1
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v8.1.6...v9.0.1)

Updates `undici` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.6.1...v6.6.2)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@octokit/request"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-4108a155aa branch from 28d3f66 to 6f62867 Compare March 1, 2024 17:29
@gr2m gr2m self-assigned this Mar 1, 2024
dist/post.cjs Show resolved Hide resolved
@gr2m gr2m merged commit f83fb27 into main Mar 1, 2024
4 checks passed
@gr2m gr2m deleted the dependabot/npm_and_yarn/production-dependencies-4108a155aa branch March 1, 2024 18:01
create-app-token-action-releaser bot pushed a commit that referenced this pull request Mar 1, 2024
## [1.8.2](v1.8.1...v1.8.2) (2024-03-01)

### Bug Fixes

* **deps:** bump the production-dependencies group with 3 updates ([#107](#107)) ([f83fb27](f83fb27)), closes [#579](https://github.com/actions/create-github-app-token/issues/579) [#579](https://github.com/actions/create-github-app-token/issues/579) [#576](https://github.com/actions/create-github-app-token/issues/576) [#577](https://github.com/actions/create-github-app-token/issues/577) [#574](https://github.com/actions/create-github-app-token/issues/574) [#572](https://github.com/actions/create-github-app-token/issues/572) [#571](https://github.com/actions/create-github-app-token/issues/571) [#567](https://github.com/actions/create-github-app-token/issues/567) [#681](https://github.com/actions/create-github-app-token/issues/681) [#678](https://github.com/actions/create-github-app-token/issues/678) [#667](https://github.com/actions/create-github-app-token/issues/667) [#681](https://github.com/actions/create-github-app-token/issues/681) [#680](https://github.com/actions/create-github-app-token/issues/680) [#609](https://github.com/actions/create-github-app-token/issues/609) [#678](https://github.com/actions/create-github-app-token/issues/678) [#676](https://github.com/actions/create-github-app-token/issues/676) [#673](https://github.com/actions/create-github-app-token/issues/673) [#669](https://github.com/actions/create-github-app-token/issues/669) [#667](https://github.com/actions/create-github-app-token/issues/667) [#671](https://github.com/actions/create-github-app-token/issues/671) [nodejs/undici#2683](nodejs/undici#2683) [nodejs/undici#2645](nodejs/undici#2645) [nodejs/undici#2695](nodejs/undici#2695) [nodejs/undici#2699](nodejs/undici#2699) [nodejs/undici#2703](nodejs/undici#2703) [nodejs/undici#2644](nodejs/undici#2644) [nodejs/undici#2702](nodejs/undici#2702) [nodejs/undici#2706](nodejs/undici#2706) [nodejs/undici#2707](nodejs/undici#2707) [nodejs/undici#2644](nodejs/undici#2644) [#2707](https://github.com/actions/create-github-app-token/issues/2707) [#2706](https://github.com/actions/create-github-app-token/issues/2706) [#2702](https://github.com/actions/create-github-app-token/issues/2702) [#2644](https://github.com/actions/create-github-app-token/issues/2644) [#2703](https://github.com/actions/create-github-app-token/issues/2703) [#2699](https://github.com/actions/create-github-app-token/issues/2699) [#2695](https://github.com/actions/create-github-app-token/issues/2695) [#2645](https://github.com/actions/create-github-app-token/issues/2645) [#2683](https://github.com/actions/create-github-app-token/issues/2683)
@create-app-token-action-releaser

🎉 This PR is included in version 1.8.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant