Your confusion is reading the abbreviation of $\frac{\mathrm d y}{\mathrm d x}$ as $\frac{\mathrm d y(x)}{\mathrm d x}$ instead of $\frac{\mathrm d y(u(x))}{\mathrm d x}$ as you ought.
$$\begin{align}
u(x) & \mathop{:=} \surd x
\\ y(u) & \mathop{:=} u^2
\\ \therefore y(u(x)) & = y(\surd x)
\\ & = (\surd x)^2
\\ & = x
\end{align}$$
The dependent variable $y$ is defined as a function of the dependent variable $u$, which is in turn defined as a function of the independent variable $x$. Thus $y$ is a composition function when expressed with respect to $x$.
It is to be understood that when we differentiate the dependent variable $y$ with respect to $x$ we are differentiating this composition.
For clarity let's use different letters for the dependent variables and the functions by which they are defined. Then we have an independent variable $x$, and dependent variables $u$ and $y$ are defined as functions $f$ and $g$, such that $y=f(u)$ and $u=g(x)$. When differentiating $y$ with respect to $x$ we apply the chain rule to the composition of $f$ and $g$ (that is $f\circ g).$
$\begin{align}
u & \mathop{:=}g(x)
\\[1ex] y & \mathop{:=} f(u)
\\[1ex] & = [f\circ g](x)
\\[3ex] \therefore \dfrac{\mathrm d y}{\mathrm d x}
& = \dfrac{\mathrm d [f\circ g](x)}{\mathrm d x}
\\[1ex] & = \dfrac{\mathrm d f(g(x))}{\mathrm d g(x)} \cdot \dfrac{\mathrm d g(x)}{\mathrm d x}
\\[1ex] & = \frac{\mathrm d y}{\mathrm d u}\frac{\mathrm d u}{\mathrm d x}
\\[2ex] & = \frac{\mathrm d u^2}{\mathrm d u}\frac{\mathrm d \surd x}{\mathrm d x}
\\[1ex] & = 2u\cdot\frac {1}{2\surd x}
\\[1ex] & = \frac{2\surd x}{2\surd x}
\\[1ex] & = 1
\end{align}$