Skip to content

chore: bump husky from 7.0.0 to 7.0.1 #464

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

Merged
merged 1 commit into from
Jul 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2021

Bumps husky from 7.0.0 to 7.0.1.

Release notes

Sourced from husky's releases.

v7.0.1

  • Fix gracefully fail if Git command is not found #1003 (same as in v6)
Commits

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 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)

Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2021

✨ Coder.com for PR #464 deployed! It will be updated on every commit.

@jawnsy jawnsy self-assigned this Jul 10, 2021
@jawnsy jawnsy merged commit 002d85a into main Jul 10, 2021
@jawnsy jawnsy deleted the dependabot/npm_and_yarn/husky-7.0.1 branch July 10, 2021 16:21
jawnsy added a commit that referenced this pull request Jul 14, 2021
* hotfix: Templates language [ch14098] (#466)

* hotfix: Templates language [ch14098]

This implements task 2 (documentation) for normalizing the language
around workspace templates.

Details:

* Rename workspaces-as-code directory to workspace-templates
* Replace WAC and Workspaces as code with workspace templates

Co-authored-by: Katie Horne <katie@coder.com>

* chore: add status information to workspaces (#443)

* [ImgBot] Optimize images (#469)

*Total -- 195.86kb -> 172.63kb (11.86%)

/assets/workspaces/workspace-overview.png -- 134.26kb -> 116.30kb (13.37%)
/assets/workspaces/status-chip.png -- 61.60kb -> 56.33kb (8.56%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

* Add Getting Started Doc (#458)

* fix formatting issues in k3s docs (#477)

* Expand instructions on creating a configure file (#476)

* chore: bump husky from 7.0.0 to 7.0.1 (#464)

Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump @types/minimist from 1.2.1 to 1.2.2 (#468)

Bumps [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimist)

---
updated-dependencies:
- dependency-name: "@types/minimist"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: document special case re: GitHub and callback/dev URLs (#475)

chore: document special case re: GitHub and callback/dev URLs

Co-authored-by: Ben Potter <me@bpmct.net>

* chore: update dependabot version ignores (#478)

* Open pull requests for major version updates for GitHub Actions
* Ignore version updates for Node.js types

* chore: bump @types/node from 12.20.15 to 12.20.16 (#481)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.15 to 12.20.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: clarify version support policy (#232)

Recommend that users track supported Kubernetes versions, and remove
the reference to version 1.13.

Co-authored-by: Katie Horne <katie@coder.com>

* Begin Openshift docs

Document openshift image tweaks required.
Omit docs on how to use openshift registry

* add buildconfig example

* change list style

* add more detaila bout security context settings

* Begin Openshift docs

Document openshift image tweaks required.
Omit docs on how to use openshift registry

* add buildconfig example

* change list style

* add more detaila bout security context settings

* Edit text

Co-authored-by: G r e y <grey@coder.com>
Co-authored-by: Katie Horne <katie@coder.com>
Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Thomas Hughes <2894107+IAmHughes@users.noreply.github.com>
Co-authored-by: Ben Potter <me@bpmct.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Yu <jonathan@coder.com>
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.

1 participant