Skip to content

Conversation

@joanise
Copy link
Member

@joanise joanise commented Feb 2, 2026

PR Goal?

Recently, dependabot has been creating PRs that fail in CI. It turns out it's because dependabot is using the latest version of npm, 11, but our CI workflows are still using npm 10, and now that I do npm ci we're strict about having a package lock file that is synched to both the package.json file and, as I just learned, the major npm version.

So, this PR

joanise and others added 3 commits February 2, 2026 14:13
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.6...v7.5.7)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@joanise joanise requested a review from deltork February 2, 2026 21:26
@semanticdiff-com
Copy link

semanticdiff-com bot commented Feb 2, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  package-lock.json  11% smaller
  .github/workflows/bundle.yml  0% smaller
  .github/workflows/deploy.yml  0% smaller
  .github/workflows/dev-preview.yml  0% smaller
  .github/workflows/end-to-end-tests.yml  0% smaller
  .github/workflows/pr-preview.yml  0% smaller
  .github/workflows/windows-tests.yml  0% smaller

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

PR Preview Action v1.6.3

🚀 View preview at
https://ReadAlongs.github.io/Studio-Web/pr-preview/pr-518/

Built to branch gh-pages at 2026-02-03 15:08 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants