chore(deps): bump js-yaml from 4.3.1 to 5.2.3 in /backend - #2496
chore(deps): bump js-yaml from 4.3.1 to 5.2.3 in /backend#2496dependabot[bot] wants to merge 1 commit into
Conversation
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.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
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: 7b638c8d1f
ℹ️ 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.3", |
There was a problem hiding this comment.
Use named js-yaml imports for the map crawler
With js-yaml v5, Node resolves dynamic import('js-yaml') through the package's ESM entry, which exposes named exports rather than the v4 CommonJS-style default; backend/restaurant-crawling/scripts/05-map-url-crawling.js still does const { default: yaml } = await import('js-yaml') and then calls yaml.load(config), so every run of the map URL crawler will throw before loading channels.yaml after this dependency bump. Please update that crawler to use the module namespace or named load import as part of the upgrade.
Useful? React with 👍 / 👎.
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 keysDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)