From a6943cb399afeaac74be81269c1716e0952eb114 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 9 Jun 2022 07:37:27 -0600 Subject: [PATCH] ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2 (#50398) * ReleaseNotes: Updated changelog and release notes for 9.0.0-beta2 * fixing duplicate beta2 link Co-authored-by: Timur Olzhabayev --- .../release-notes-9-0-0-beta2.md | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/docs/sources/release-notes/release-notes-9-0-0-beta2.md b/docs/sources/release-notes/release-notes-9-0-0-beta2.md index 44e9e6b1080..068c6295287 100644 --- a/docs/sources/release-notes/release-notes-9-0-0-beta2.md +++ b/docs/sources/release-notes/release-notes-9-0-0-beta2.md @@ -81,29 +81,7 @@ module.exports.getWebpackConfig = (config, options) => ({ }); ``` -Please refer to the webpack build error messages or the [official migration guide](https://webpack.js.org/migrate/5/) for assistance with fallbacks. - -**Which issue(s) this PR fixes**: - - - -Fixes # - -**Special notes for your reviewer**: - -It does not bump the following dependencies to the very latest due to the latest versions being ES modules: - -- ora -- globby -- execa -- chalk - Issue [#47826](https://github.com/grafana/grafana/issues/47826) +Please refer to the webpack build error messages or the [official migration guide](https://webpack.js.org/migrate/5/) for assistance with fallbacks. Issue [#47826](https://github.com/grafana/grafana/issues/47826) We have changed the internals of `backendSrv.fetch()` to throw an error when the response is an incorrect JSON.