From b0330672ac18d8c95c3c7d5ae4955a2c6c89cb40 Mon Sep 17 00:00:00 2001
From: googlemaps-bot
Date: Tue, 17 Sep 2024 19:42:39 +0000
Subject: [PATCH] chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#661)
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ba48f29445ea1f0a54383d77e7c39f49482c3bad
---
functions/isCircleLiteral.html | 2 +-
functions/isCircleOrCircleLiteral.html | 2 +-
functions/isLatLngBoundsLiteral.html | 2 +-
functions/isLatLngBoundsOrLatLngBoundsLiteral.html | 2 +-
functions/isLatLngLiteral.html | 2 +-
functions/isLatLngOrLatLngLiteral.html | 2 +-
functions/localContext.isMapDirectionsOptionsLiteral.html | 2 +-
modules/localContext.html | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/functions/isCircleLiteral.html b/functions/isCircleLiteral.html
index 020f4230..6808a639 100644
--- a/functions/isCircleLiteral.html
+++ b/functions/isCircleLiteral.html
@@ -1 +1 @@
-isCircleLiteral | @googlemaps/typescript-guards is Circle Literal ( obj ) : obj is CircleLiteral Returns obj is CircleLiteral
+isCircleLiteral | @googlemaps/typescript-guards is Circle Literal ( obj ) : obj is CircleLiteral Returns obj is CircleLiteral
diff --git a/functions/isCircleOrCircleLiteral.html b/functions/isCircleOrCircleLiteral.html
index ab632f6e..844e6061 100644
--- a/functions/isCircleOrCircleLiteral.html
+++ b/functions/isCircleOrCircleLiteral.html
@@ -1 +1 @@
-isCircleOrCircleLiteral | @googlemaps/typescript-guards Function isCircleOrCircleLiteral is Circle Or Circle Literal ( obj ) : obj is CircleLiteral | Circle Returns obj is CircleLiteral | Circle
+isCircleOrCircleLiteral | @googlemaps/typescript-guards Function isCircleOrCircleLiteral is Circle Or Circle Literal ( obj ) : obj is CircleLiteral | Circle Returns obj is CircleLiteral | Circle
diff --git a/functions/isLatLngBoundsLiteral.html b/functions/isLatLngBoundsLiteral.html
index 2222adf0..bfa28fe5 100644
--- a/functions/isLatLngBoundsLiteral.html
+++ b/functions/isLatLngBoundsLiteral.html
@@ -9,4 +9,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-is Lat Lng Bounds Literal ( obj ) : obj is LatLngBoundsLiteral Returns obj is LatLngBoundsLiteral