chore(deps): bump js-yaml from 4.3.1 to 5.2.3 in /backend - #2444
chore(deps): bump js-yaml from 4.3.1 to 5.2.3 in /backend#2444dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d2a36fa71
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "ffmpeg-static": "^5.3.0", | ||
| "ffprobe-static": "^3.1.0", | ||
| "js-yaml": "^4.2.0", | ||
| "js-yaml": "^5.2.2", |
There was a problem hiding this comment.
Preserve the default export used by the map crawler
When 05-map-url-crawling.js starts a map crawl, loadChannelsConfig() uses const { default: yaml } = await import('js-yaml'), but js-yaml 5's ESM entry exposes the API through named exports rather than that default object. Consequently yaml is undefined and the subsequent yaml.load(config) aborts every map-URL crawl before processing begins; update this caller to use the named load export (as the transcript crawler already does) as part of the major-version upgrade.
Useful? React with 👍 / 👎.
4d2a36f to
7fb1d1f
Compare
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 5.2.3. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.1...5.2.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7fb1d1f to
bca8293
Compare
|
Superseded by #2496. |
Bumps js-yaml from 4.3.1 to 5.2.3.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
67404455.2.3 released94e766dUpdate changelogc3bd7caPolish previous commit, #78000209b6presenter: treat a tab-indented line in a folded scalar as more-indented (#780)40fcb4fFix missing mapping values before document markers and reject unpaired mappin...49280f3Fix !!timestamp resolution for years 0000-0099, #775355dc96fix: prevent prototype fallback in tag and harden object lookups, #782 (than...d524f83docs: add contributing guidelines3c295595.2.2 released3e5240fparser: avoid reparsing flow sequence pair keys