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

[Snyk] Upgrade textlint from 12.1.0 to 13.4.1 #1

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

Conversation

Kingcrypto38
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade textlint from 12.1.0 to 13.4.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 32 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-11-25.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
159/1000
Why? Confidentiality impact: None, Integrity impact: None, Availability impact: High, Scope: Unchanged, Exploit Maturity: Proof of Concept, User Interaction (UI): None, Privileges Required (PR): None, Attack Complexity: Low, Attack Vector: Network, EPSS: 0.00299, Social Trends: No, Days since published: 850, Reachable: No, Transitive dependency: Yes, Is Malicious: No, Business Criticality: High, Provider Urgency: High, Package Popularity Score: 99, Impact: 5.99, Likelihood: 2.65, Score Version: V5
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
159/1000
Why? Confidentiality impact: None, Integrity impact: None, Availability impact: High, Scope: Unchanged, Exploit Maturity: Proof of Concept, User Interaction (UI): None, Privileges Required (PR): None, Attack Complexity: Low, Attack Vector: Network, EPSS: 0.00299, Social Trends: No, Days since published: 850, Reachable: No, Transitive dependency: Yes, Is Malicious: No, Business Criticality: High, Provider Urgency: High, Package Popularity Score: 99, Impact: 5.99, Likelihood: 2.65, Score Version: V5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-WORDWRAP-3149973
159/1000
Why? Confidentiality impact: None, Integrity impact: None, Availability impact: High, Scope: Unchanged, Exploit Maturity: Proof of Concept, User Interaction (UI): None, Privileges Required (PR): None, Attack Complexity: Low, Attack Vector: Network, EPSS: 0.00299, Social Trends: No, Days since published: 850, Reachable: No, Transitive dependency: Yes, Is Malicious: No, Business Criticality: High, Provider Urgency: High, Package Popularity Score: 99, Impact: 5.99, Likelihood: 2.65, Score Version: V5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: textlint
  • 13.4.1 - 2023-11-25

    What's Changed

    Bug Fixes

    • fix(ast-node-types): remove [index:string]: any; from TxtNode by @ azu in #1295

    This PR fixed types of textlint.
    It does not change the behavior of textlint.

    • Remove [index:string]: any; from TxtNode
    • Plugin's preProcess should return TxtDocumentNode
      • Previously, it allow return TxtNode.

    For plugin developer:

    You may be necessary to change the type that returns preProcess as follows

    -            preProcess(_text: string, _filePath: string): TxtNode {
    +            preProcess(_text: string, _filePath: string): TxtDocumentNode {

    Dependency Updates

    • chore(deps): update patch updates (patch) by @ renovate in #1288
    • chore(deps): update patch updates (patch) by @ renovate in #1289
    • chore(deps): update dependency @ types/debug to ^4.1.12 by @ renovate in #1290
    • fix(deps): update babel monorepo to ^7.23.3 (patch) by @ renovate in #1291
    • chore(deps): update dependency @ monorepo-utils/workspaces-to-typescript-project-references to ^2.10.4 by @ renovate in #1292
    • chore(deps): update npm to v9.9.2 by @ renovate in #1293

    Full Changelog: v13.4.0...13.4.1

  • 13.4.0 - 2023-11-08
    Read more
  • 13.3.3 - 2023-06-30
    Read more
  • 13.3.2 - 2023-03-25
    Read more
  • 13.3.1 - 2023-02-26

    What's Changed

    Bug Fixes

    • fix: allow missing parameters for loadTextlintrc by @ massongit in #1089
    • fix(textlint): fix to print results when the --dry-run option is specified. by @ Sean0628 in #1092

    Documentation

    • docs: improve failed-to-load-textlints-module.md by @ azu in #1086

    Dependency Updates

    Full Changelog: v13.3.0...13.3.1

  • 13.3.0 - 2023-02-12

    What's Changed

    Features

    • feat(config-loader): add type and ruleKey to config descriptor by @ azu in #1074

    Dependency Updates

    Other Changes

    Full Changelog: v13.2.0...13.3.0

  • 13.2.0 - 2023-02-07

    What's Changed

    Features

    import TextLintTester from "textlint-tester";
    import rule from "textlint-rule-no-todo";
    const tester = new TextLintTester();
    tester.run("rule name", rule, {
        valid: [
            { text: "This is ok", description: "It is normal text" }
        ],
        invalid: [
            {
                text: "- [ ] string",
                description: "It todo test",
                errors: [
                    {
                        message: "Found TODO: '- [ ] string'",
                        range: [2, 6]
                    }
                ]
            }
        ]
    });

    Dependency Updates

    • chore(deps): update dependency textlint-rule-eslint to ^4.0.2 by @ renovate in #1066

    Full Changelog: v13.1.4...13.2.0

  • 13.1.4 - 2023-02-05
    Read more
  • 13.1.3 - 2023-02-02
    Read more
  • 13.1.2 - 2023-02-02
    Read more
  • 13.1.1 - 2023-02-01
  • 13.1.0 - 2023-01-31
  • 13.0.5 - 2023-01-29
  • 13.0.4 - 2023-01-28
  • 13.0.3 - 2023-01-28
  • 13.0.2 - 2023-01-28
  • 13.0.1 - 2023-01-28
  • 13.0.0 - 2023-01-27
  • 12.6.1 - 2023-01-25
  • 12.6.0 - 2023-01-21
  • 12.5.2 - 2023-01-21
  • 12.5.1 - 2023-01-04
  • 12.5.0 - 2023-01-04
  • 12.4.0 - 2023-01-02
  • 12.3.1 - 2022-12-30
  • 12.3.0 - 2022-12-29
  • 12.2.4 - 2022-12-04
  • 12.2.3 - 2022-11-10
  • 12.2.2 - 2022-09-20
  • 12.2.1 - 2022-06-25
  • 12.2.0 - 2022-06-25
  • 12.1.1 - 2022-02-23
  • 12.1.0 - 2021-12-02
from textlint GitHub release notes
Commit messages
Package name: textlint

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants