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

deps: bump linguist-js from 1.8.0 to 1.9.1 #511

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps linguist-js from 1.8.0 to 1.9.1.

Release notes

Sourced from linguist-js's releases.

1.9.1

Version 1.9.1 of Linguist.

Install on npm using npm install linguist-js@1.9.1.

Changelog

  • Fixed a crash occurring when using both the categories and ignoreLanguages options together.

1.9.0

Version 1.9 of Linguist.

Install on npm using npm install linguist-js@1.9.0.

Changelog

  • Add ignoreLanguages option to configure which languages to ignore.
  • Added alias ignoreFiles for option ignore.
  • Added CLI argument --tree to traverse the output tree to a specific object instead of logging the entire results.
  • Deprecated option ignore as it is now ambiguous.

1.8.2

Version 1.8.2 of Linguist.

Install on npm using npm install linguist-js@1.8.2.

Changelog

  • Fixed known vendored files not being removed from output.

1.8.1

Version 1.8.1 of Linguist.

Install on npm using npm install linguist-js@1.8.1.

Changelog

  • Fixed input folder paths being case sensitive.
  • Fixed dotfiles not showing up in the output.
Changelog

Sourced from linguist-js's changelog.

1.9.1

2021-08-29

  • Fixed a crash occurring when using both the categories and ignoreLanguages options together.

1.9.0

2021-08-29

  • Added ignoreLanguages option to configure which languages to ignore.
  • Added alias ignoreFiles for option ignore.
  • Added CLI argument --tree to traverse the output tree to a specific object instead of logging the entire results.
  • Deprecated option ignore as it is now ambiguous.

1.8.2

2021-08-28

  • Fixed known vendored files not being removed from output.

1.8.1

2021-08-28

  • Fixed input folder paths being case sensitive.
  • Fixed dotfiles not showing up in the output.
Commits
  • 431cb20 Fix crash when specifying categories alongside hidden languages
  • 5880395 Add tree traversal CLI argument
  • 9166aca Add ignoreLanguages option
  • 531a9da Fix vendored files not being hidden
  • 1fc9edb Rewrite path globber to fix issues
  • 2cc1691 Split helper functions into separate files
  • See full diff in compare view

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 [linguist-js](https://github.com/Nixinova/Linguist) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/Nixinova/Linguist/releases)
- [Changelog](https://github.com/Nixinova/Linguist/blob/main/changelog.md)
- [Commits](Nixinova/LinguistJS@1.8.0...1.9.1)

---
updated-dependencies:
- dependency-name: linguist-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

@Nixinova Nixinova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No breaking changes, should be fine.
I did add an ignoreLanguages option so you could if you want move the languages.ignored filtering into the analyze function but it's fine currently otherwise.

@lowlighter lowlighter merged commit ca70e3f into master Aug 31, 2021
@lowlighter lowlighter deleted the dependabot-npm_and_yarn-linguist-js-1.9.1 branch August 31, 2021 11:59
@lowlighter
Copy link
Owner

I did add an ignoreLanguages option so you could if you want move the languages.ignored filtering into the analyze function but it's fine currently otherwise.

Will do when I have some time, thanks for highlighting this new feature 👍

@Nixinova
Copy link
Contributor

Nixinova commented Aug 31, 2021

Hm, this merge seems to have broken the languages plugin, await linguist(path) returns nothing:
image
image

I don't see where this would have broken, though, since it seems to be working perfectly fine for me, even when using a Linux subsystem:
image
🤔 🤔

@lowlighter
Copy link
Owner

I don't think it's globally broken, mine still seems to be up (it was refreshed 2h ago)

Will try to investigate about it later 👍

@Nixinova
Copy link
Contributor

Nixinova commented Sep 2, 2021

Huh, this is weird.

Screenshot_20210903-092553

#502 also doesn't appear, double weird...

@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants