Skip to content

Lock file maintenance - #55

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance
Open

Lock file maintenance#55
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance

Conversation

@renovate

@renovate renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 8907621 to d14e387 Compare December 18, 2025 18:54
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from 3765b1b to fd9528c Compare January 12, 2026 18:43
@pdpinch pdpinch added the product:mitx-online Issues related to the MITx Online product label Jan 13, 2026
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from fd54d59 to c9f8b87 Compare January 19, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 0a9b192 to 6b22039 Compare January 27, 2026 15:16
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from d2c9ceb to 21bc8f1 Compare February 5, 2026 21:27
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from e109cde to 92f655a Compare February 18, 2026 15:58
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from c861fbf to a4072eb Compare February 23, 2026 14:42
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 4 times, most recently from 31112ab to 1c3a205 Compare March 6, 2026 15:16
Comment on lines 229 to 235
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
"follow-redirects@npm:^1.15.11":
version: 1.15.11
resolution: "follow-redirects@npm:1.15.11"
peerDependenciesMeta:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The updated follow-redirects dependency (v1.15.11) has a known bug causing POST requests that receive a 303 redirect to fail with a 401 Unauthorized error.
Severity: HIGH

Suggested Fix

Pin the version of follow-redirects to 1.15.7 to avoid the regression. This can be done by adding an overrides or resolutions block in the package.json file, like: "resolutions": { "follow-redirects": "1.15.7" }. This will force yarn to use the non-buggy version while allowing other dependency updates.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: src/typescript/mitxonline-api-axios/yarn.lock#L229-L235

Potential issue: The update to `axios` brings in `follow-redirects@1.15.11` as a
transitive dependency. Versions of `follow-redirects` greater than or equal to `1.15.8`
contain a known regression that causes issues with authentication headers during
redirects. Specifically, if a `POST` request receives a 303 redirect, the library fails
to preserve the `Authorization` header on the subsequent `GET` request, leading to a
`401 Unauthorized` error. Since this API client is used for critical operations like
enrollments and checkouts which use `POST`, this bug could break core functionality for
authenticated users if any of those endpoints use 303 redirects.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 1c3a205 to b388b86 Compare March 9, 2026 16:19
@renovate renovate Bot changed the title chore(deps): lock file maintenance Lock file maintenance Mar 11, 2026
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 4 times, most recently from aa41231 to 534e411 Compare March 17, 2026 14:39
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 534e411 to 5906bd1 Compare March 19, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 8c48cfe to a1d1153 Compare April 15, 2026 20:32
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 4 times, most recently from 4aa7913 to 9c919a0 Compare April 27, 2026 21:34
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 3 times, most recently from 4fa5209 to 2734ab6 Compare May 1, 2026 17:48
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from eef74b3 to 516d3b6 Compare May 12, 2026 14:11
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 5 times, most recently from 6d8a488 to 85a1c23 Compare May 21, 2026 13:39
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 7 times, most recently from 2c8f4cf to dcc54c9 Compare May 28, 2026 23:08
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch 6 times, most recently from 276e890 to ab294dd Compare June 17, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:mitx-online Issues related to the MITx Online product

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant