Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps serialize-javascript to 6.0.2 and updates ancestor dependency textlint-scripts. These dependencies need to be updated together.

Updates serialize-javascript from 6.0.0 to 6.0.2

Release notes

Sourced from serialize-javascript's releases.

v6.0.2

  • fix: serialize URL string contents to prevent XSS (#173) f27d65d
  • Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171) 02499c0
  • docs: update readme with URL support (#146) 0d88527
  • chore: update node version and lock file e2a3a91
  • fix typo (#164) 5a1fa64

yahoo/serialize-javascript@v6.0.1...v6.0.2

v6.0.1

What's Changed

New Contributors

Full Changelog: yahoo/serialize-javascript@v6.0.0...v6.0.1

Commits

Updates textlint-scripts from 13.3.1 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

v13.4.0

SUMMARY

textlint-scripts allow a rule to use native import(). It will help the rule to import ESM modules from CJS.

For example, alex is pure ESM package. CJS package can not load via require("alex"), but it can load await import("alex")

What's Changed

Features

Documentation

... (truncated)

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
  • 6aad8fe chore(release): v13.4.0 (#1285)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [textlint-scripts](https://github.com/textlint/textlint). These dependencies need to be updated together.


Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)

Updates `textlint-scripts` from 13.3.1 to 13.4.1
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v13.3.1...v13.4.1)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 6.0.2
  dependency-type: indirect
- dependency-name: textlint-scripts
  dependency-version: 13.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-4697243dd5 branch May 6, 2025 14:51
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