Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps the npm_and_yarn group with 2 updates in the / directory: serialize-javascript and @blockly/dev-scripts.

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 @blockly/dev-scripts from 4.0.1 to 4.0.7

Release notes

Sourced from @​blockly/dev-scripts's releases.

@​blockly/dev-scripts@​4.0.7

4.0.7 (2024-12-03)

Note: Version bump only for package @​blockly/dev-scripts

Changelog

Sourced from @​blockly/dev-scripts's changelog.

4.0.7 (2024-12-03)

Note: Version bump only for package @​blockly/dev-scripts

4.0.6 (2024-11-07)

Bug Fixes

  • Modify Webpack sourcemap parameters to account for Windows path separators (#2465) (58be365)

4.0.5 (2024-08-08)

Note: Version bump only for package @​blockly/dev-scripts

4.0.4 (2024-08-01)

Note: Version bump only for package @​blockly/dev-scripts

4.0.3 (2024-07-11)

Reverts

  • Revert "chore(deps): Bump the npm_and_yarn group across 54 directories with 19 updates (#2403)" (#2410) (bad8ffb), closes #2403 #2410
  • Revert "chore(deps): Bump the npm_and_yarn group across 12 directories with 8…" (#2407) (c008407), closes #2407

4.0.2 (2024-07-04)

Note: Version bump only for package @​blockly/dev-scripts

Commits
  • 2d4d03f Publish
  • 27d9fc9 Publish
  • 58be365 fix: Modify Webpack sourcemap parameters to account for Windows path separato...
  • ec38d54 Publish
  • 7642eec chore(deps): Bump the npm_and_yarn group across 5 directories with 12 updates...
  • a47f58b Publish
  • 32160e6 chore(deps): Bump the npm_and_yarn group across 54 directories with 20 update...
  • e239987 Publish
  • bad8ffb Revert "chore(deps): Bump the npm_and_yarn group across 54 directories with 1...
  • c008407 Revert "chore(deps): Bump the npm_and_yarn group across 12 directories with 8...
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [serialize-javascript](https://github.com/yahoo/serialize-javascript) and [@blockly/dev-scripts](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-scripts).


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 `@blockly/dev-scripts` from 4.0.1 to 4.0.7
- [Release notes](https://github.com/google/blockly-samples/releases)
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/dev-scripts/CHANGELOG.md)
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/[email protected]/plugins/dev-scripts)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@blockly/dev-scripts"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

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 Mar 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 28, 2025 19:25
@dependabot dependabot bot requested review from BenHenning and removed request for a team March 28, 2025 19:25
Copy link
Collaborator

@BenHenning BenHenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's very hard to know how to properly vet a change like this since it's a very large number of dependency and version changes. I suppose things should be relatively isolated to build infrastructure and that we can lean on future deployments to validate this. I'm assuming it's a relatively safe change but, again, it's very hard to be sure.

@BenHenning BenHenning merged commit 473e827 into main Apr 4, 2025
2 checks passed
@BenHenning BenHenning deleted the dependabot/npm_and_yarn/npm_and_yarn-7f964af8bb branch April 4, 2025 01:21
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.

2 participants