Bump @babel/core from 7.18.5 to 7.29.7#740
Conversation
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
rwingiupui
left a comment
There was a problem hiding this comment.
-1 Desk Check: Images no longer appear in the Universal Viewer (UV). I receive the following message in the UV: "404 The item or page you were looking for can't be found."
According to Google Gemini:
The 404 The item or page you were looking for can't be found (or "Routing Error, No route matches [GET] /uv/uv.html") error in your Universal Viewer is happening because the Dependabot PR updated your package.json and yarn.lock files, but the corresponding JavaScript packages haven't been installed or synced in your current environment yet.
Because Universal Viewer relies on client-side libraries managed by Yarn, it fails to load the HTML/JS assets if node_modules is out of date.
Also,
The error message tells us exactly what the roadblock is: the Babel dependency bump introduced a package (node-releases@2.0.49) that requires Node.js version 18 or higher, but your environment is running Node.js version 16.20.2.
When you updated the Babel packages, they pulled in newer versions of their sub-dependencies. The ecosystem is moving away from Node 16 (which reached its end-of-life in September 2023), so newer package versions will reject it.
Bumps @babel/core from 7.18.5 to 7.29.7.
Release notes
Sourced from @babel/core's releases.
... (truncated)
Commits
4fba754v7.29.704ea6b2v7.29.699f498a[7.x packport]Improve input source map handling (#18001)feba0a3Preserve original identifier names from input sourcemaps (#17992) (#17998)aa8394ev7.29.0ad0d03f[7.x backport] feat: Allow specifying startLine in code frame (#17739)d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@babel/coresince your current version.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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.