Commit Graph

407 Commits

Author SHA1 Message Date
2e3a6968ce Initial analysis of mobile search keyboard issue
Co-authored-by: tacruc <402891+tacruc@users.noreply.github.com>
2025-09-12 08:36:53 +00:00
57b2666ec9 fix npm-ci: Require Node 20.x
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-07-24 14:37:50 +02:00
6b21fd4694 Update axios: 1.10.0 -> 1.11.0
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-07-24 13:22:30 +02:00
1ae0a21b99 Update: @maplibre/maplibre-gl-leaflet 0.1.1 -> 0.1.2
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-07-24 13:22:30 +02:00
6ea8035b20 Update @raruto/leaflet-elevation: 1.9.6 -> 2.5.1
Several dynamic imports (as of @raruto/leaflet-elevation >=2.0.0) conflict with webpack:
map.vue: Monkey-patch leaflet-elevation's import-method to exclude dynamic-imports from webpack-handling:
Dynamically loaded imports are either served from external-repos (e.g. d3) or locally served at
<maps-root>/src/components/leaflet-elevation/src.
Keep in mind to update components there with every future update of @raruto/leaflet-elevation
and update the monkey-patching according to the original implementation:
@<maps_src_root>node_modules/@raruto/leaflet-elevation/dist/leaflet-elevation.js

Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-07-24 13:22:30 +02:00
c0df45d667 Update dependencies:
@nextcloud/auth:                           2.40   -> 2.5.1
@nextcloud/dialogs:                        5.3.1  -> 6.3.1
@nextcloud/moment:                         1.3.2  -> 1.3.4
@nextcloud/sharing:                        0.2.4  -> 0.2.5
@nextcloud/vue:                            8.26.0 -> 8.27.0
@maplibre/maplibre-gl-leaflet:             0.0.22 -> 0.1.1
@raruto/leaflet-elevation:                 1.7.0  -> 1.9.6
axios:                                     1.8.4  -> 1.10.0
leaflet.locatecontrol:                     0.83.0 -> 0.84.2
mapbox-gl:                                 3.4.0  -> 3.13.0
maplibre-gl:                               3.6.2  -> 5.6.1
opening_hours:                             3.8.0  -> 3.9.0
ua-parser-js:                              2.0.0  -> 2.0.4
vue-loader:                                15.11.1 (new)
vue-material-design-icons:                 5.3.0  -> 5.3.1,

dev:
@nextcloud/babel-config:                   1.1.1  -> 1.2.0
@babel/plugin-proposal-object-rest-spread: 7.20.7 (new)
@nextcloud/stylelint-config:               3.0.1  -> 3.1.0
@nextcloud/webpack-vue-config:             6.0.1  -> 6.3.0
@types/leaflet:                            1.9.15 -> 1.9.20

Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
2025-07-24 13:22:30 +02:00
eb82f177b7 Build(deps): Bump @nextcloud/vue from 8.22.0 to 8.26.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.22.0 to 8.26.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.22.0...v8.26.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-26 01:02:07 +00:00
c991fc7840 Merge pull request #1387 from nextcloud/dependabot/npm_and_yarn/dompurify-3.2.4
Chore(deps): Bump dompurify from 3.1.6 to 3.2.4
2025-04-24 23:40:58 +02:00
339db1231b Merge pull request #1372 from nextcloud/dependabot/npm_and_yarn/nextcloud/sharing-0.2.4
bump @nextcloud/sharing from 0.1.0 to 0.2.4
2025-04-24 23:40:23 +02:00
3eadb63b21 Merge pull request #1386 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.1
Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1
2025-04-24 23:39:21 +02:00
59a0effae7 Merge pull request #1405 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.27.0
Build(deps): Bump @babel/runtime from 7.18.9 to 7.27.0
2025-04-24 23:38:27 +02:00
a78934f2b8 Merge pull request #1406 from nextcloud/dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
Build(deps-dev): Bump http-proxy-middleware from 2.0.6 to 2.0.9
2025-04-24 23:38:01 +02:00
d23ff8a4b0 Merge pull request #1398 from nextcloud/dependabot/npm_and_yarn/axios-1.8.4
Chore(deps): Bump axios from 1.7.7 to 1.8.4
2025-04-24 23:35:39 +02:00
e3135ff376 Build(deps-dev): Bump http-proxy-middleware from 2.0.6 to 2.0.9
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 21:34:44 +00:00
82f5df8f5d Build(deps): Bump @babel/runtime from 7.18.9 to 7.27.0
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.9 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 21:34:37 +00:00
fe808dec9c Chore(deps): Bump axios from 1.7.7 to 1.8.4
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 02:14:15 +00:00
9a26fd218a Chore(deps): Bump dompurify from 3.1.6 to 3.2.4
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.2.4)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 21:03:22 +00:00
c4daa1a89c Chore(deps-dev): Bump elliptic from 6.6.0 to 6.6.1
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1.
- [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 20:30:07 +00:00
21542f20e0 bump @nextcloud/moment from 1.3.1 to 1.3.2
---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-11 03:26:12 +00:00
0ea6aa7a5f bump @nextcloud/sharing from 0.1.0 to 0.2.4
Bumps @nextcloud/sharing from 0.1.0 to 0.2.4.

---
updated-dependencies:
- dependency-name: "@nextcloud/sharing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-11 03:07:41 +00:00
e6ea0c596a Merge pull request #1367 from nextcloud/dependabot/npm_and_yarn/nouislider-15.8.1
Chore(deps): Bump nouislider from 15.8.0 to 15.8.1
2025-01-05 22:58:54 +01:00
5aa663cc86 Merge pull request #1369 from nextcloud/dependabot/npm_and_yarn/vue-types-5.1.3
Chore(deps): Bump vue-types from 5.1.2 to 5.1.3
2025-01-05 15:08:41 +01:00
e02270f6c6 Chore(deps): Bump vue-types from 5.1.2 to 5.1.3
Bumps [vue-types](https://github.com/dwightjack/vue-types/tree/HEAD/packages/core) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/dwightjack/vue-types/releases)
- [Changelog](https://github.com/dwightjack/vue-types/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/dwightjack/vue-types/commits/vue-types@5.1.3/packages/core)

---
updated-dependencies:
- dependency-name: vue-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-04 02:16:37 +00:00
04ecf16c76 Chore(deps): Bump nouislider from 15.8.0 to 15.8.1
Bumps [nouislider](https://github.com/leongersen/noUiSlider) from 15.8.0 to 15.8.1.
- [Release notes](https://github.com/leongersen/noUiSlider/releases)
- [Changelog](https://github.com/leongersen/noUiSlider/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/leongersen/noUiSlider/compare/15.8.0...15.8.1)

---
updated-dependencies:
- dependency-name: nouislider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-04 02:16:12 +00:00
fbb3352153 Chore(deps): Bump @nextcloud/vue from 8.18.0 to 8.22.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.18.0 to 8.22.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.18.0...v8.22.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-04 02:15:48 +00:00
a35398d1be Merge pull request #1361 from nextcloud/dependabot/npm_and_yarn/leaflet.locatecontrol-0.83.0
Chore(deps): Bump leaflet.locatecontrol from 0.81.0 to 0.83.0
2024-12-31 12:28:09 +01:00
58c2666cb1 Chore(deps): Bump leaflet.locatecontrol from 0.81.0 to 0.83.0
Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.81.0 to 0.83.0.
- [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.81.0...v0.83.0)

---
updated-dependencies:
- dependency-name: leaflet.locatecontrol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-31 11:21:00 +00:00
783d36d733 Chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-axios/blob/v2.5.1/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-31 11:18:11 +00:00
f07dae8ace Merge pull request #1353 from nextcloud/dependabot/npm_and_yarn/ua-parser-js-2.0.0
Chore(deps): Bump ua-parser-js from 1.0.37 to 2.0.0
2024-12-31 12:16:02 +01:00
88340d2b8e Merge pull request #1357 from nextcloud/dependabot/npm_and_yarn/types/leaflet-1.9.15
Chore(deps-dev): Bump @types/leaflet from 1.9.12 to 1.9.15
2024-12-31 12:15:23 +01:00
57ed6b7e83 Merge pull request #1358 from nextcloud/dependabot/npm_and_yarn/nanoid-3.3.8
Chore(deps): Bump nanoid from 3.3.7 to 3.3.8
2024-12-31 12:15:06 +01:00
608221445e Merge pull request #1350 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-2.4.0
Chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0
2024-12-31 12:14:47 +01:00
2b951a5c66 Chore(deps): Bump @fortawesome/fontawesome-free from 6.5.2 to 6.7.2
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.5.2 to 6.7.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.7.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 02:19:28 +00:00
d410b8c8df Chore(deps): Bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 14:28:32 +00:00
5dfd3d25a8 Chore(deps-dev): Bump @types/leaflet from 1.9.12 to 1.9.15
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.9.12 to 1.9.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-07 02:26:26 +00:00
54a5d89e0f Chore(deps): Bump ua-parser-js from 1.0.37 to 2.0.0
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.37 to 2.0.0.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.37...2.0.0)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 03:06:31 +00:00
3cc1c3e39e Chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-09 03:55:31 +00:00
905f77eff3 Merge pull request #1339 from nextcloud/dependabot/npm_and_yarn/multi-9f37c16f8f
Chore(deps): Bump cookie and express
2024-11-03 23:34:38 +01:00
63abc67b48 Merge pull request #1340 from nextcloud/dependabot/npm_and_yarn/webpack-5.95.0
Chore(deps-dev): Bump webpack from 5.88.2 to 5.95.0
2024-11-03 23:34:08 +01:00
8793fe85b3 Merge pull request #1282 from nextcloud/dependabot/npm_and_yarn/braces-3.0.3
Build(deps-dev): Bump braces from 3.0.2 to 3.0.3
2024-11-03 23:33:48 +01:00
33e7716d0c Merge pull request #1297 from nextcloud/dependabot/npm_and_yarn/maplibre/maplibre-gl-leaflet-0.0.22
Build(deps): Bump @maplibre/maplibre-gl-leaflet from 0.0.20 to 0.0.22
2024-11-03 23:33:31 +01:00
636bb0ba49 Merge pull request #1338 from nextcloud/dependabot/npm_and_yarn/fast-xml-parser-4.5.0
Chore(deps): Bump fast-xml-parser from 4.3.6 to 4.5.0
2024-11-03 23:32:45 +01:00
c0a3957781 Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.95.0 2024-11-03 23:31:22 +01:00
0047d4fcb2 Merge pull request #1344 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.0
Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0
2024-11-03 23:30:54 +01:00
096feaf48c Merge pull request #1281 from nextcloud/dependabot/npm_and_yarn/ws-8.17.1
Build(deps-dev): Bump ws from 8.13.0 to 8.17.1
2024-11-03 23:30:18 +01:00
1f5b7c7357 Merge pull request #1273 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.1
Build(deps): Bump @nextcloud/event-bus from 3.3.0 to 3.3.1
2024-11-03 23:29:49 +01:00
146e69c26b Chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-31 02:30:14 +00:00
8a90f0b1f3 Chore(deps-dev): Bump webpack from 5.88.2 to 5.95.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 18:19:25 +00:00
a8070ab5d4 Chore(deps): Bump cookie and express
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 18:18:57 +00:00
ebad227313 Chore(deps): Bump fast-xml-parser from 4.3.6 to 4.5.0
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.5.0.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.6...v4.5.0)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 14:27:29 +00:00