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 linguist-js from 1.4.3 to 2.5.4 #109

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps linguist-js from 1.4.3 to 2.5.4.

Release notes

Sourced from linguist-js's releases.

2.5.4

Version 2.5.4 of LinguistJS.

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

Changelog

View commits: Nixinova/LinguistJS@2.5.3...2.5.4

  • Fixed gitattributes wildcards not being applied into subfolders (#17).

2.5.3

Version 2.5.3 of LinguistJS.

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

Changelog

View commits: Nixinova/LinguistJS@2.5.2...2.5.3

  • Fixed a crash occurring when parsing heuristics for .txt files (#16).

2.5.2

Version 2.5.2 of Linguist.

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

Changelog

View commits: Nixinova/LinguistJS@2.5.1...2.5.2

  • Fixed file extensions with multiple delimiters not being prioritised over basic extensions.
  • Fixed modeline checking not trimming comments from the first line.
  • Fixed modeline checking being applied to the first line even when it does not contain a modeline.
  • Fixed fallback language detection not being applied when an ambiguous interpreter is declared in a shebang line.

2.5.1

Version 2.5.1 of Linguist, which fixes issues with applying heuristics.

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

Changelog

View commits: Nixinova/LinguistJS@2.5.0...2.5.1

  • Fixed heuristics not being applied to files.
  • Fixed heuristics with multiple rules not being parsed.

2.5.0

Version 2.5.0 of Linguist!

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

Changelog

View commits: Nixinova/LinguistJS@2.4.2...2.5.0

  • Added boolean option offline to allow the use of pre-packaged metadata files instead of having them fetched from GitHub at runtime.
  • Added linguist-js as an alias of the linguist executable.

... (truncated)

Changelog

Sourced from linguist-js's changelog.

2.5.4

2023-01-11

  • Fixed gitattributes wildcards not being applied into subfolders.

2.5.3

2022-09-03

  • Fixed a crash occurring when parsing heuristics for .txt files (#16).

2.5.2

2022-06-28

  • Fixed file extensions with multiple delimiters not being prioritised over basic extensions.
  • Fixed modeline checking not trimming comments from the first line.
  • Fixed modeline checking being applied to the first line even when it does not contain a modeline.
  • Fixed fallback language detection not being applied when an ambiguous interpreter is declared in a shebang line.

2.5.1

2022-06-26

  • Fixed heuristics not being applied to files.
  • Fixed heuristics with multiple rules not being parsed.

2.5.0

2022-05-14

  • Added boolean option offline to allow the use of pre-packaged metadata files instead of having them fetched from GitHub at runtime.
  • Added linguist-js as an alias of the linguist executable.

2.4.2

2022-03-20

  • Fixed a crash occurring because of outdated file caches.
  • Fixed heuristics not being applied when using raw file input.

2.4.1

2022-02-24

  • Fixed parsing of gitignore statements not matching its specification.
  • Fixed generated file names being applied case-sensitively.
  • Fixed generated files not being excluded from the input when using raw file mode.
  • Fixed modeline language selection not working for languages containing non-alphanumeric characters.

2.4.0

2022-02-19

  • Added boolean option checkModeline (defaults to true) to check the modeline of files for explicit classification.
  • Fixed shebang statements not taking priority over other methods of disambiguation.

2.3.2

2022-02-18

  • Changed vendored checking to include paths marked as documentation.
  • Fixed array input not being parsed properly when used with fileContent.
  • Fixed vendor patterns being erroneously applied to parent folders.
  • Fixed vendor patterns made for relative paths not being applied.

2.3.1

... (truncated)

Commits
  • b46d0f5 2.5.4
  • 7ad1f5c Fix gitattributes wildcards not applying to subfolders
  • f5d59a8 2.5.3
  • c89a149 Fix crash occurring due to unconverted 'x' flag
  • 4c0c1ba 2.5.2
  • 2ee3186 Apply fallback detection when an interpreter is ambiguous
  • 41707e1 Only check modeline if it contains -*-
  • c62a6c6 Trim modeline when checking it
  • b2287cc Fix multi-delimiter extensions not taking priority
  • 97b4925 2.5.1
  • Additional commits viewable 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.4.3 to 2.5.4.
- [Release notes](https://github.com/Nixinova/Linguist/releases)
- [Changelog](https://github.com/Nixinova/LinguistJS/blob/main/changelog.md)
- [Commits](Nixinova/LinguistJS@1.4.3...2.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2023

Dependabot tried to add @lowlighter as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/tinderzone/Metrics/pulls/109/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the tinderzone/Metrics repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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