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

Bump the npm-production group with 4 updates #16

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps the npm-production group with 4 updates: @octokit/core, @types/figlet, @types/proxyquire and yaml.

Updates @octokit/core from 5.0.1 to 5.0.2

Release notes

Sourced from @​octokit/core's releases.

v5.0.2

5.0.2 (2023-11-22)

Bug Fixes

Commits
  • 9843e38 fix: performance enhancements (#637/#638)
  • 8e5d7c1 chore: improve perf of hot path (#637)
  • 81953c6 chore: replace lolex with sinon fake-timers (#635)
  • 341dfe8 chore(deps): update dependency prettier to v3.1.0 (#633)
  • 1c64ce2 chore(deps): update dependency @​types/node to v20
  • 46febb7 ci(action): update actions/setup-node action to v4 (#631)
  • 3c48ca5 chore(deps-dev): bump @​babel/traverse from 7.22.5 to 7.23.2 (#630)
  • 3d4e5af chore(deps): update dependency undici to v5.26.2 [security]
  • 39a6b14 chore(deps): update dependency undici to v5.25.4 (#626)
  • a559c47 ci(action): update actions/add-to-project action to v0.5.0 (#625)
  • Additional commits viewable in compare view

Updates @types/figlet from 1.5.7 to 1.5.8

Commits

Updates @types/proxyquire from 1.3.30 to 1.3.31

Commits

Updates yaml from 2.3.3 to 2.3.4

Release notes

Sourced from yaml's releases.

v2.3.4

  • Do not throw for carriage return in tag shorthand (#501)
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 a review from ncalteen as a code owner November 30, 2023 15:16
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Nov 30, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-production-3d065f58f4 branch 3 times, most recently from e2fbef7 to 3685c74 Compare November 30, 2023 16:21
Bumps the npm-production group with 4 updates: [@octokit/core](https://github.com/octokit/core.js), [@types/figlet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/figlet), [@types/proxyquire](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proxyquire) and [yaml](https://github.com/eemeli/yaml).


Updates `@octokit/core` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.0.1...v5.0.2)

Updates `@types/figlet` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/figlet)

Updates `@types/proxyquire` from 1.3.30 to 1.3.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proxyquire)

Updates `yaml` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.3...v2.3.4)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@types/figlet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@types/proxyquire"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-production-3d065f58f4 branch from 3685c74 to 87fab4f Compare November 30, 2023 16:31
@ncalteen ncalteen self-assigned this Nov 30, 2023
@ncalteen ncalteen merged commit 8692336 into main Nov 30, 2023
7 checks passed
@ncalteen ncalteen deleted the dependabot/npm_and_yarn/npm-production-3d065f58f4 branch November 30, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot issues and PRs npm Node.js issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant