From bfc658b200b64b84224649ac879501f1fef40bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 04:15:48 +0000 Subject: [PATCH 1/2] chore(deps): bump @spotify/eslint-config-react from 9.0.0 to 10.0.0 Bumps [@spotify/eslint-config-react](https://github.com/spotify/web-scripts) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/spotify/web-scripts/releases) - [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotify/web-scripts/compare/v9.0.0...v10.0.0) Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 46de940601..e7126e5fe4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -42,7 +42,7 @@ "@rollup/plugin-node-resolve": "^11.2.0", "@rollup/plugin-yaml": "^2.1.1", "@spotify/eslint-config-base": "^9.0.0", - "@spotify/eslint-config-react": "^9.0.0", + "@spotify/eslint-config-react": "^10.0.0", "@spotify/eslint-config-typescript": "^9.0.0", "@sucrase/webpack-loader": "^2.0.0", "@svgr/plugin-jsx": "5.5.x", diff --git a/yarn.lock b/yarn.lock index 56679d3cb7..7cbbcba258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4571,10 +4571,10 @@ resolved "https://registry.npmjs.org/@spotify/eslint-config-base/-/eslint-config-base-9.0.2.tgz#a4830f610f40de935de795d3def486c3e5064ee4" integrity sha512-HS+eLpVMbUUBXZ9ZlPcd6yCje/OVNhdcGDeU+DoK+C9AFfzbRtuZ1EJ8ewzj58ENrhlfJPuxCS68bypA/esyjw== -"@spotify/eslint-config-react@^9.0.0": - version "9.0.0" - resolved "https://registry.npmjs.org/@spotify/eslint-config-react/-/eslint-config-react-9.0.0.tgz#9c032e257090a5b3f5b08b28c1311485bf0fbae3" - integrity sha512-3w+cmbUljBLxZGLk4dn1oJD8v4uxW7bKackkcpZhac6VkQmg01EDN04Bx9qmbNe5S/2uHwrOJGcWlge5R8Ml1Q== +"@spotify/eslint-config-react@^10.0.0": + version "10.0.0" + resolved "https://registry.npmjs.org/@spotify/eslint-config-react/-/eslint-config-react-10.0.0.tgz#6f83ada05f79b49c1f9def5b8815e3231ed24969" + integrity sha512-MozX6W3aMp7EQPliuUQYI58Ni5vh65mItXMG0CgZBj0v1ZEeZVM5XS/nqhsCaIHYXskmZM2O1qqLFaEg5PqGdg== "@spotify/eslint-config-typescript@^9.0.0": version "9.0.0" From 2305ab8fc932c38323178980d4271e2cad8f44d7 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Mon, 31 May 2021 11:38:16 +0200 Subject: [PATCH 2/2] Add changeset Signed-off-by: Ben Lambert --- .changeset/smart-bugs-argue.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/smart-bugs-argue.md diff --git a/.changeset/smart-bugs-argue.md b/.changeset/smart-bugs-argue.md new file mode 100644 index 0000000000..373b419de7 --- /dev/null +++ b/.changeset/smart-bugs-argue.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +chore(deps): bump `@spotify/eslint-config-react` from 9.0.0 to 10.0.0