
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@dojo/cli-upgrade-app
Advanced tools
The official CLI command for upgrading Dojo applications.
This command requires the @dojo/cli package to be installed globally.
npm install --global @dojo/cli
To use the @dojo/cli-upgrade-app in a single project, install the package using npm.
npm install @dojo/cli-upgrade-app
Within the root of a Dojo application the command can be used with the upgrade command.
dojo upgrade
We appreciate your interest! Please see the Dojo Contributing Guidelines.
Version upgrades are defined in directories starting with "v" and the major version number, (e.g. v3). Each version's configuration should be exported as config from a main.ts file in the directory.
After running npm install, run the npm build script
npm run build
Test cases should be written using Intern To test, run the npm test command.
npm test
Sometimes it is useful to build a local package for testing. @dojo/cli-upgrade-app can be built into a local tarball and installed.
npm run buildcd dist/releasenpm packpackage.json with the dependency { "@dojo/cli-upgrade-app": "file:[path to tarball]" }© 2019 OpenJS Foundation. New BSD license.
FAQs
Upgrade a Dojo application to a newer Dojo version
We found that @dojo/cli-upgrade-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.