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 simple-git and @mishguru/package #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Removes simple-git. It's no longer used after updating ancestor dependency @mishguru/package. These dependencies need to be updated together.

Removes simple-git

Updates @mishguru/package from 6.0.0-next.28 to 9.6.0

Release notes

Sourced from @​mishguru/package's releases.

v9.6.0

  • feat(build): do not automatically clean dist directory 86daf56

mishguruorg/package@v9.5.0...v9.6.0

v9.5.0

  • fix(test): get ts-node working with ava again 27c0030

mishguruorg/package@v9.4.0...v9.5.0

v9.4.0

  • fix(test): mock pkg-conf default async function ff50f40

mishguruorg/package@v9.3.0...v9.4.0

v9.3.0

  • chore: fix linting errors 7e0c806
  • chore: update dependencies 43a4b63
  • fix(test): specify filepath function 7ec0dd5

mishguruorg/package@v9.2.0...v9.3.0

v9.2.0

  • feat(pkg-test): add --pkg-skip-build flag 11f76a8

mishguruorg/package@v9.1.0...v9.2.0

v9.1.0

  • fix: try and fix ava-plain tests 55da4ce

mishguruorg/package@v9.0.0...v9.1.0

v9.0.0

  • feat: upgrade to eslint v7 01a9f8a

mishguruorg/package@v8.0.0...v9.0.0

Changelog

Sourced from @​mishguru/package's changelog.

CHANGELOG

7.0.0

  • Updates to ava@2
  • Updates to read-pkg-up@6
  • Enabled following flags for typescript compiler: forceConsistentCasingInFileNames, incremental, noUnusedLocals, noUnusedParameters, removeComments and diagnostics

6.0.0

Add typescript support.

5.2.0

  • We are using the latest @mishguru/eslint-config. There is now a maximum 400 lines per file.

5.0.0

  • Husky got a major bump update (0.14.3 => 1.1.1)

From: https://github.com/typicode/husky

Simply move your existing hooks to husky.hooks field and use raw Git hooks names. Also, if you're using the GIT_PARAMS env variable, rename it to HUSKY_GIT_PARAMS.

{
  "scripts": {
-   "precommit": "npm test",
-   "commitmsg": "commitlint -E GIT_PARAMS"
  },
+ "husky": {
+   "hooks": {
+     "pre-commit": "npm test",
+     "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
+   }
+ }
}

Alternatively, you can run the following command which will do the same automatically for you ;)

./node_modules/.bin/husky-upgrade

4.0.0

  • All bash scripts have been rewritten to use JavaScript. So this should work on Windows (not tested yet though!)
  • You no longer need to define the babel and ava config inside the package.json files -- please delete any old config. All config is now

... (truncated)

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [@mishguru/package](https://github.com/mishguruorg/package). These dependencies need to be updated together.


Removes `simple-git`

Updates `@mishguru/package` from 6.0.0-next.28 to 9.6.0
- [Release notes](https://github.com/mishguruorg/package/releases)
- [Changelog](https://github.com/mishguruorg/package/blob/master/CHANGELOG.md)
- [Commits](mishguruorg/package@6.0.0-next.28...v9.6.0)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
- dependency-name: "@mishguru/package"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants