From 34e5acfed8f7e967badcf148ca5b7640eee32467 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Mar 2025 14:49:10 +0000
Subject: [PATCH] Bump @maplibre/maplibre-gl-geocoder from 1.7.1 to 1.8.0
(#1064)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@maplibre/maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder)
from 1.7.1 to 1.8.0.
Release notes
Sourced from @maplibre/maplibre-gl-geocoder's
releases.
v1.8.0
1.8.0
(2025-02-17)
Changelog
Sourced from @maplibre/maplibre-gl-geocoder's
changelog.
1.8.0
Features / Improvements 🚀
Bug fixes 🐛
Commits
330ed7d
Bump version to 1.8.0 (#259)
583a96a
Localise error messages (#258)
fa392f1
chore(deps-dev): bump typescript-eslint from 8.22.0 to 8.23.0 (#253)
2e78abb
chore(deps-dev): bump puppeteer from 24.1.1 to 24.2.0 (#252)
ad11cc7
chore(deps-dev): bump rollup from 4.34.1 to 4.34.6 (#255)
3cc1d96
chore(deps-dev): bump eslint from 9.19.0 to 9.20.0 (#254)
326ec88
chore(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0 (#256)
b7e658b
chore(deps-dev): bump typedoc from 0.27.6 to 0.27.7 (#251)
7d2967d
chore(deps-dev): bump rollup from 4.32.0 to 4.34.1 (#249)
cf02337
chore(deps-dev): bump @vitest/coverage-v8 from 3.0.4 to
3.0.5 (#247)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Harel M
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b6b8354e..d2f4600d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
- "@maplibre/maplibre-gl-geocoder": "^1.7.1",
+ "@maplibre/maplibre-gl-geocoder": "^1.8.0",
"@maplibre/maplibre-gl-inspect": "^1.7.1",
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
"@mdi/js": "^7.4.47",
@@ -1831,9 +1831,9 @@
}
},
"node_modules/@maplibre/maplibre-gl-geocoder": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.7.1.tgz",
- "integrity": "sha512-xfVWH7z6QmPc6+C1jmhGj1TrcNbL1+45nNCRpqI+xEbOlA985DNNG5VRC8uM/kN581r0cWiJtzEMZ7LtC0Jz9Q==",
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.8.0.tgz",
+ "integrity": "sha512-vg1msVZovPJSX9MKI2YUrvczRnG36nbjVI+VF1M0zKk4XHcL2+TIRg2OGsT6lcC4Y2QTD9V9avr1TfV1cSG60A==",
"license": "ISC",
"dependencies": {
"events": "^3.3.0",
diff --git a/package.json b/package.json
index 93068ff0..445d1557 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"homepage": "https://github.com/maplibre/maputnik#readme",
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
- "@maplibre/maplibre-gl-geocoder": "^1.7.1",
+ "@maplibre/maplibre-gl-geocoder": "^1.8.0",
"@maplibre/maplibre-gl-inspect": "^1.7.1",
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
"@mdi/js": "^7.4.47",