Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 22, 2018

Overview

The following dependencies have been updated by dependencies.io:

  • yarn.lock was updated (including 6 updated direct dependencies)

Details

yarn.lock

55 transitive dependencies were updated, 3 were added, and 5 removed. View the git diff for more details about exactly what changed.

The following 6 direct dependencies were updated:

@types/react-loadable was updated from 5.3.4 to 5.4.0

We didn't find any content for 5.4.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

@types/reactstrap was updated from 5.0.24 to 5.0.25

We didn't find any content for 5.0.25. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

react-google-charts was updated from 1.5.7 to 1.6.0

We didn't find any content for 1.6.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

react-scripts-ts was updated from 2.15.1 to 2.16.0

We didn't find any content for 2.16.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

ts-jest was updated from 22.4.5 to 22.4.6

We didn't find any content for 22.4.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.

tslint-react was updated from 3.5.1 to 3.6.0

3.6.0

Thanks to our contributors!

  • no23reason

@ghost ghost assigned kornicameister May 22, 2018
@ghost ghost mentioned this pull request May 22, 2018
@ghost ghost closed this May 23, 2018
@ghost
Copy link
Author

ghost commented May 23, 2018

This PR has been automatically closed in favor of #363.

@ghost ghost deleted the deps/update-24a7e676 branch May 23, 2018 16:12
kornicameister pushed a commit that referenced this pull request Nov 3, 2018
## Overview

The following dependencies have been updated by [dependencies.io](https://www.dependencies.io/):

- `husky` in `package.json` from "^0.14.3" to "1.1.3"

## Details

### `husky`

This dependency is located in `package.json` and was updated from "^0.14.3" to "1.1.3".

<details>
<summary>1.0.0</summary>

After a year of pre-releases and a complete rewrite, this marks the first stable release of husky 🐶🎉.

### Notable changes

Below you'll find consolidated changes since `0.14.3`. There's no change in code between `1.0.0-rc.15` and `1.0.0`.

* Hooks
  * Add `sendemail-validate` hook

* Config
  * Move hooks config from `scripts` field to `husky` field
  * Prefer raw names for hooks (e.g. `pre-commit` rather than `precommit`)
  * Support `.huskyrc` config

* Package managers
  * Support environments where [yarn](https://github.com/yarnpkg/yarn/) is the only package manager installed
  * Support [pnpm](https://github.com/pnpm/pnpm) package manager

* Environment variables
  * Add `HUSKY_SKIP_INSTALL` environment variable for skipping git hooks installation
  * Add `HUSKY_GIT_STDIN` environment variable for `pre-push`, `pre-receive`, `post-receive` and `post-rewrite` to access arguments passed by Git via stdin
  * Rename `GIT_PARAMS` to `HUSKY_GIT_PARAMS`

* Messages
  * Add many more messages in case of errors
  * Add [please-upgrade-node](https://github.com/typicode/please-upgrade-node) message if using with unsupported Node version
  * Make `--no-verify` message more accurate and only show it for hooks that can be skipped

* Upgrade
  * Add `husky-upgrade` command to automatically migrate hooks in `package.json`
  * Add deprecation warning for hooks that are still defined in `scripts`

* Other
  * Drop `Node 4` support
  * Drop integrated `nvm` support (see Node version management in docs)

### Credits

Huge thanks to all the Contributors and [Patreon Supporters](https://thanks.typicode.com)! 🙏

</details>

<details>
<summary>1.0.1</summary>

* Various `husky-upgrade` changes ([#362](https://www.dependencies.io/github-redirect/typicode/husky/pull/362), [#360](https://www.dependencies.io/github-redirect/typicode/husky/pull/360), [#359](https://www.dependencies.io/github-redirect/typicode/husky/pull/359))

</details>

<details>
<summary>1.1.0</summary>

* Create `.git/hooks` if it doesn't exist

</details>

<details>
<summary>1.1.1</summary>

* Check `HUSKY_SKIP_INSTALL` value first before checking if `.git` exists
* Check Node version before running hooks

</details>

<details>
<summary>1.1.2</summary>

* Add debug message

</details>

<details>
<summary>1.1.3</summary>

* Don't fail if `package.json` doesn't exist

</details>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants