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 textlint-scripts from 13.4.0 to 13.4.1 #8

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps textlint-scripts from 13.4.0 to 13.4.1.

Release notes

Sourced from textlint-scripts's releases.

v13.4.1

What's Changed

Bug Fixes

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

Full Changelog: textlint/textlint@v13.4.0...13.4.1

Commits
  • 12529a8 chore(release): v13.4.1 (#1296)
  • 678355e fix(ast-node-types): remove [index:string]: any; from TxtNode (#1295)
  • 81bbc57 chore(deps): update npm to v9.9.2
  • 32eb516 chore(deps): update dependency @​monorepo-utils/workspaces-to-typescript-proje...
  • 10bb111 fix(deps): update babel monorepo to ^7.23.3
  • 1b48342 chore(deps): update dependency @​types/debug to ^4.1.12
  • b91debc chore(deps): update patch updates
  • 610ba51 chore(deps): update patch updates
  • a4ab813 chore: update node version
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/textlint-scripts-13.4.1 branch 3 times, most recently from 1bf7294 to 4162db5 Compare December 17, 2023 13:16
@ohakutsu
Copy link
Owner

@dependabot recreate

Bumps [textlint-scripts](https://github.com/textlint/textlint) from 13.4.0 to 13.4.1.
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v13.4.0...v13.4.1)

---
updated-dependencies:
- dependency-name: textlint-scripts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/textlint-scripts-13.4.1 branch from 4162db5 to 42e4c4b Compare December 17, 2023 13:31
@ohakutsu ohakutsu merged commit b38451c into main Dec 17, 2023
4 checks passed
@ohakutsu ohakutsu deleted the dependabot/npm_and_yarn/textlint-scripts-13.4.1 branch December 17, 2023 13:39
@renovate renovate bot mentioned this pull request Dec 1, 2024
1 task
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant