Skip to content

chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2#1370

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/serialize-javascript-6.0.2
Closed

chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2#1370
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/serialize-javascript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps serialize-javascript from 6.0.1 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

Commits

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

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 6.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2025
justin808 pushed a commit to justin808/react-rails that referenced this pull request Feb 15, 2026
Combines all 12 open dependabot PRs into a single update:

Root (yarn.lock):
- bump serialize-javascript from 6.0.1 to 6.0.2
- bump nanoid from 3.3.6 to 3.3.11
- bump postcss from 8.4.25 to 8.5.6
- bump webpack from 5.83.1 to 5.104.1

test/dummy:
- bump js-yaml from 4.1.0 to 4.1.1
- bump node-forge from 1.3.1 to 1.3.3
- bump brace-expansion from 1.1.11 to 1.1.12
- bump webpack-dev-server from 4.13.1 to 5.2.1
- bump shakapacker from 7.2.0 to 9.5.0
- bump webpack from 5.76.3 to 5.104.1

react-builds:
- bump webpack from 5.85.0 to 5.104.1
- bump qs from 6.11.2 to 6.14.2

Consolidates PRs: reactjs#1370, reactjs#1371, reactjs#1372, reactjs#1373, reactjs#1374, reactjs#1375, reactjs#1376, reactjs#1379, reactjs#1381, reactjs#1382, reactjs#1383, reactjs#1384

https://claude.ai/code/session_01VRfTFW5v4wn4nwMyyyxLYv
@justin808
Copy link
Copy Markdown
Collaborator

Superseded by the merged replacement PRs #1395 and #1396.

@justin808 justin808 closed this Apr 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serialize-javascript-6.0.2 branch April 2, 2026 01:45
justin808 added a commit that referenced this pull request Apr 3, 2026
* chore(deps): consolidate all dependabot dependency updates

Combines all 12 open dependabot PRs into a single update:

Root (yarn.lock):
- bump serialize-javascript from 6.0.1 to 6.0.2
- bump nanoid from 3.3.6 to 3.3.11
- bump postcss from 8.4.25 to 8.5.6
- bump webpack from 5.83.1 to 5.104.1

test/dummy:
- bump js-yaml from 4.1.0 to 4.1.1
- bump node-forge from 1.3.1 to 1.3.3
- bump brace-expansion from 1.1.11 to 1.1.12
- bump webpack-dev-server from 4.13.1 to 5.2.1
- bump shakapacker from 7.2.0 to 9.5.0
- bump webpack from 5.76.3 to 5.104.1

react-builds:
- bump webpack from 5.85.0 to 5.104.1
- bump qs from 6.11.2 to 6.14.2

Consolidates PRs: #1370, #1371, #1372, #1373, #1374, #1375, #1376, #1379, #1381, #1382, #1383, #1384

https://claude.ai/code/session_01VRfTFW5v4wn4nwMyyyxLYv

* chore: regenerate build artifacts after dependency updates

Rebuild react and ujs assets with updated webpack to ensure
built files match the updated dependencies.

https://claude.ai/code/session_01VRfTFW5v4wn4nwMyyyxLYv

* Regenerate the React development bundle

* Normalize the dummy app Yarn lockfile

* Update react-builds polyfills for CI

* Restore process polyfill in server bundle

---------

Co-authored-by: Claude <noreply@anthropic.com>
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