Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/build/src/log/messages/compatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ const getUpgradeInstruction = function (loadedFrom, origin) {
}

if (origin === 'ui') {
return 'To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)'
return 'To upgrade this plugin, go to Project Configuration > Build & deploy > Build settings in your site dashboard'
}

return 'To upgrade this plugin, please remove it from "netlify.toml" and install it from the Netlify plugins directory instead (https://app.netlify.com/plugins)'
return 'To upgrade this plugin, please remove it from "netlify.toml" and install it from Project Configuration > Build & deploy > Build settings in your site dashboard instead'
}

// Print a warning message when plugins are using a version that is too recent
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "netlify-local-plugins",
"description": "This directory contains Build plugins that have been automatically installed by Netlify.",
"version": "1.0.0",
"type": "module",
"private": true,
"author": "Netlify",
"license": "MIT",
"dependencies": {
"netlify-plugin-contextual-env": "0.3.0"
}
}
292 changes: 229 additions & 63 deletions packages/build/tests/plugins_list/snapshots/tests.js.md

Large diffs are not rendered by default.

Binary file modified packages/build/tests/plugins_list/snapshots/tests.js.snap
Binary file not shown.
Loading