From ed26b2be7b747f78d52773dd052e92d78add4e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:02:46 -0700 Subject: [PATCH] chore(deps-dev): bump @docusaurus/eslint-plugin from 2.3.1 to 2.4.0 (#193) * chore(deps-dev): bump @docusaurus/eslint-plugin from 2.3.1 to 2.4.0 Bumps [@docusaurus/eslint-plugin](https://github.com/facebook/docusaurus/tree/HEAD/packages/eslint-plugin) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.4.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@docusaurus/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: add changeset Signed-off-by: Dipak Parmar --------- Signed-off-by: dependabot[bot] Signed-off-by: Dipak Parmar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dipak Parmar --- .changeset/short-meals-tie.md | 5 +++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/short-meals-tie.md diff --git a/.changeset/short-meals-tie.md b/.changeset/short-meals-tie.md new file mode 100644 index 00000000..e82cb50c --- /dev/null +++ b/.changeset/short-meals-tie.md @@ -0,0 +1,5 @@ +--- +'docs-diary': patch +--- + +Update @docusaurus/eslint-plugin from 2.3.1 to 2.4.0. diff --git a/package.json b/package.json index 6f860854..d28acd84 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@babel/eslint-parser": "7.21.3", "@changesets/cli": "^2.26.0", "@changesets/changelog-github": "^0.4.8", - "@docusaurus/eslint-plugin": "^2.2.0", + "@docusaurus/eslint-plugin": "^2.4.0", "@docusaurus/module-type-aliases": "^2.2.0", "@giscus/react": "2.2.8", "eslint": "8.36.0", diff --git a/yarn.lock b/yarn.lock index 9eab3905..42d0cd20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1629,10 +1629,10 @@ postcss-sort-media-queries "^4.2.1" tslib "^2.4.0" -"@docusaurus/eslint-plugin@^2.2.0": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@docusaurus/eslint-plugin/-/eslint-plugin-2.3.1.tgz#44ec77a7751874350cc528ff0136ba1519537be9" - integrity sha512-xezO8YncV1EJi2+6ScBWHCjbgQfDpUQApd9T/Hw03rhwEV/WAk9oxbymsehLRvAG1k0/blB8Pb4PEo81qrdl3Q== +"@docusaurus/eslint-plugin@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@docusaurus/eslint-plugin/-/eslint-plugin-2.4.0.tgz#8647f8bfce0e276123fdff5845f23744960728dc" + integrity sha512-TjhDLEy/sREFYGM3ARK9VV+88/rwUliKv4jRx8Iox+e6r6YvQ6R4KpmpO3zFbINL4oI94hK7nenCg4D79RYBYQ== dependencies: "@typescript-eslint/utils" "^5.30.5" tslib "^2.4.0"