]> git.openstreetmap.org Git - nominatim-ui.git/log
nominatim-ui.git
3 weeks agoRebundle latest version master
Sarah Hoffmann [Fri, 12 Sep 2025 15:32:26 +0000 (17:32 +0200)]
Rebundle latest version

3 weeks agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 12 Sep 2025 12:32:30 +0000 (14:32 +0200)]
Merge remote-tracking branch 'upstream/master'

3 weeks agoprepare 3.9.0 release
marc tobias [Thu, 11 Sep 2025 23:52:21 +0000 (01:52 +0200)]
prepare 3.9.0 release

3 weeks agosome minor npm updates (#306)
mtmail [Thu, 11 Sep 2025 23:25:44 +0000 (01:25 +0200)]
some minor npm updates (#306)

3 weeks agomore help text for postcode results which dont have a OSM id (#303)
mtmail [Thu, 11 Sep 2025 23:11:52 +0000 (01:11 +0200)]
more help text for postcode results which dont have a OSM id (#303)

4 weeks agoFix typo in 'About & Help' text (#305)
Babou [Wed, 10 Sep 2025 12:40:02 +0000 (14:40 +0200)]
Fix typo in 'About & Help' text (#305)

4 weeks agodetails page: HTML cleanup, use more tables (#304)
mtmail [Tue, 9 Sep 2025 23:10:26 +0000 (01:10 +0200)]
details page: HTML cleanup, use more tables (#304)

4 weeks agodetails page: entrances list and on map (#302)
mtmail [Tue, 9 Sep 2025 14:29:18 +0000 (16:29 +0200)]
details page: entrances list and on map (#302)

4 weeks agodetails page: entrances list and on map (#301)
mtmail [Tue, 9 Sep 2025 00:49:31 +0000 (02:49 +0200)]
details page: entrances list and on map (#301)

5 weeks agoRebundle latest version
Sarah Hoffmann [Mon, 1 Sep 2025 12:40:34 +0000 (14:40 +0200)]
Rebundle latest version

5 weeks agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 1 Sep 2025 12:39:21 +0000 (14:39 +0200)]
Merge remote-tracking branch 'upstream/master'

5 weeks agoprepare 3.8.1 release
marc tobias [Thu, 28 Aug 2025 08:55:16 +0000 (10:55 +0200)]
prepare 3.8.1 release

5 weeks agoenable yarn corepack for release action
marc tobias [Thu, 28 Aug 2025 08:53:22 +0000 (10:53 +0200)]
enable yarn corepack for release action

5 weeks agoprepare 3.8.0 release
marc tobias [Thu, 28 Aug 2025 08:41:41 +0000 (10:41 +0200)]
prepare 3.8.0 release

5 weeks agoConvert some link functions to Svelte components (#296)
Sarah Hoffmann [Wed, 27 Aug 2025 23:36:48 +0000 (01:36 +0200)]
Convert some link functions to Svelte components (#296)

* convert wikipedia link to component

* convert osm link to component

5 weeks agoabort running API fetch before starting a new one (#295)
Sarah Hoffmann [Wed, 27 Aug 2025 23:35:15 +0000 (01:35 +0200)]
abort running API fetch before starting a new one (#295)

Also aborts when switching pages.

6 weeks agoConvert page stores into global applicaton state (#292)
Sarah Hoffmann [Tue, 26 Aug 2025 13:37:02 +0000 (15:37 +0200)]
Convert page stores into global applicaton state (#292)

* move page state related properties from store to state

Also goes back to using classic URLStateParam as we don't want
the param state to be reactive.

* convert results_store into simple locale state

6 weeks agodo not keep map state when switching between search panes (#293)
Sarah Hoffmann [Tue, 26 Aug 2025 13:36:06 +0000 (15:36 +0200)]
do not keep map state when switching between search panes (#293)

Restores the behaviour the UI had before switching await from stores.

6 weeks agotest case: clear results when page switch (#294)
mtmail [Tue, 26 Aug 2025 13:35:52 +0000 (15:35 +0200)]
test case: clear results when page switch (#294)

test case: clear results when page switch

6 weeks agoReplace map store with global map state (#291)
Sarah Hoffmann [Fri, 22 Aug 2025 23:14:53 +0000 (01:14 +0200)]
Replace map store with global map state (#291)

* move button for minimized MapPosition into component

This means the button can no longer be a leaflet control.
But we can use svelte reactivity for switching between modes.

* convert MapPosition info fields to properties

Instead of registering events on the map itself, have the parent
map hand in all the info we want to display.

* make map state globally available

Removes the existing map_store and exports a globally available
set of map states instead. Components can now simply listen to
the map state using Svelte reactivity instead of registering their
own event handlers to the map.

* use Svelte runes for main app

6 weeks agoadd map scale (#290)
mtmail [Thu, 21 Aug 2025 00:26:49 +0000 (02:26 +0200)]
add map scale (#290)

6 weeks agoinit color toggler buttons after each page load (#288)
mtmail [Thu, 21 Aug 2025 00:13:45 +0000 (02:13 +0200)]
init color toggler buttons after each page load (#288)

6 weeks agoSvelte5: runes, events and @render context (#289)
Sarah Hoffmann [Wed, 20 Aug 2025 23:58:47 +0000 (01:58 +0200)]
Svelte5: runes, events and @render context (#289)

* switch components to svelte runes and new event handling

* switch pages to svelte runes

* switch Header and UrlSubmitForm to using @render

* convert PageLink to unslotted component

* make ReverseLink slotless component

* make DetailsLink a slotless component

* replace DetailsInfoRow with direct HTML

7 weeks agoUpdate dependencies, second try (#287)
Sarah Hoffmann [Sun, 17 Aug 2025 23:08:29 +0000 (01:08 +0200)]
Update dependencies, second try (#287)

* update dependencies to latest versions including yarn

* silence linter warnings around URLSearchParams

* CI: enable corepack so that yarn2 can be used

7 weeks agoremove forgotten debug print statement [skip ci]
marc tobias [Sat, 16 Aug 2025 19:30:47 +0000 (21:30 +0200)]
remove forgotten debug print statement [skip ci]

8 weeks agoMerge pull request #273 from mtmail/docker2
Sarah Hoffmann [Sun, 10 Aug 2025 20:48:14 +0000 (22:48 +0200)]
Merge pull request #273 from mtmail/docker2

Docker instructions now include how to start a container [skip ci]

2 months agomention https://nominatim.openstreetmap.org/ (#285)
Mateusz Konieczny [Thu, 10 Jul 2025 12:24:03 +0000 (14:24 +0200)]
mention https://nominatim.openstreetmap.org/ (#285)

4 months agonpm package updates (#283)
mtmail [Tue, 3 Jun 2025 21:26:14 +0000 (23:26 +0200)]
npm package updates (#283)

4 months agoRebundle latest version
Sarah Hoffmann [Mon, 2 Jun 2025 12:51:02 +0000 (14:51 +0200)]
Rebundle latest version

4 months agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 2 Jun 2025 12:42:50 +0000 (14:42 +0200)]
Merge remote-tracking branch 'upstream/master'

4 months agoupdate npm modules, eslint-mocha, prepare version 3.7.1 (#280)
mtmail [Tue, 27 May 2025 14:16:11 +0000 (16:16 +0200)]
update npm modules, eslint-mocha, prepare version 3.7.1 (#280)

4 months agoRemove php from endpoint urls (#281)
mtmail [Tue, 27 May 2025 14:16:01 +0000 (16:16 +0200)]
Remove php from endpoint urls (#281)

* Nominatim no longer uses .php URLs

5 months agoupgrade eslint-plugin-svelte to version 3 (#277)
mtmail [Fri, 2 May 2025 13:17:59 +0000 (15:17 +0200)]
upgrade eslint-plugin-svelte to version 3 (#277)

* upgrade eslint-plugin-svelte to version 3

* replace airbnb eslint config

* forgot to enable eslint security plugin

5 months agoprepare v3.7.0 release
marc tobias [Tue, 22 Apr 2025 12:13:07 +0000 (14:13 +0200)]
prepare v3.7.0 release

5 months agodark mode
marc tobias [Mon, 21 Apr 2025 22:39:28 +0000 (00:39 +0200)]
dark mode

5 months agovarious npm updates
marc tobias [Mon, 21 Apr 2025 22:17:28 +0000 (00:17 +0200)]
various npm updates

6 months agoBump tar-fs from 3.0.6 to 3.0.8
dependabot[bot] [Fri, 28 Mar 2025 22:14:05 +0000 (22:14 +0000)]
Bump tar-fs from 3.0.6 to 3.0.8

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.6 to 3.0.8.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.6...v3.0.8)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months agoDocker instructions now include how to start a container [skip ci]
marc tobias [Thu, 2 Jan 2025 22:40:00 +0000 (23:40 +0100)]
Docker instructions now include how to start a container [skip ci]

9 months agoReword disclaimer text, hopefully more clear
marc tobias [Tue, 17 Dec 2024 23:55:50 +0000 (00:55 +0100)]
Reword disclaimer text, hopefully more clear

9 months agovarious npm module updates
marc tobias [Tue, 17 Dec 2024 23:43:21 +0000 (00:43 +0100)]
various npm module updates

9 months agoBump nanoid from 3.3.7 to 3.3.8
dependabot[bot] [Tue, 17 Dec 2024 23:35:43 +0000 (23:35 +0000)]
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>
9 months agoGithub Actions: add Google Chrome action
marc tobias [Tue, 17 Dec 2024 22:59:38 +0000 (23:59 +0100)]
Github Actions: add Google Chrome action

10 months agoBump cross-spawn from 7.0.3 to 7.0.6
dependabot[bot] [Mon, 18 Nov 2024 22:45:21 +0000 (22:45 +0000)]
Bump cross-spawn from 7.0.3 to 7.0.6

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months agoRebundle latest version
Sarah Hoffmann [Mon, 18 Nov 2024 09:44:39 +0000 (10:44 +0100)]
Rebundle latest version

10 months agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 18 Nov 2024 09:40:25 +0000 (10:40 +0100)]
Merge remote-tracking branch 'upstream/master'

10 months agoversion 3.6.1
marc tobias [Sat, 9 Nov 2024 20:54:13 +0000 (21:54 +0100)]
version 3.6.1

11 months agoadd advanced option -layer- to search.html
marc tobias [Sun, 3 Nov 2024 23:12:53 +0000 (00:12 +0100)]
add advanced option -layer- to search.html

11 months agosvelte 5.0 => 5.1
marc tobias [Sun, 3 Nov 2024 23:12:28 +0000 (00:12 +0100)]
svelte 5.0 => 5.1

11 months agoprepare version 3.6.0
marc tobias [Sun, 20 Oct 2024 20:06:51 +0000 (22:06 +0200)]
prepare version 3.6.0

11 months agosvelte 4.x => 5.0
marc tobias [Sun, 20 Oct 2024 19:57:02 +0000 (21:57 +0200)]
svelte 4.x => 5.0

11 months agosvelte 4.x => 5.0
marc tobias [Sun, 20 Oct 2024 19:53:32 +0000 (21:53 +0200)]
svelte 4.x => 5.0

11 months agonpm updates. All but svelte
marc tobias [Sun, 20 Oct 2024 18:56:44 +0000 (20:56 +0200)]
npm updates. All but svelte

11 months agonpm package updates, eslint 8->9
marc tobias [Tue, 15 Oct 2024 18:19:19 +0000 (20:19 +0200)]
npm package updates, eslint 8->9

12 months agoBump rollup from 4.18.0 to 4.22.4
dependabot[bot] [Tue, 24 Sep 2024 02:03:35 +0000 (02:03 +0000)]
Bump rollup from 4.18.0 to 4.22.4

Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agoBump svelte from 4.2.18 to 4.2.19
dependabot[bot] [Fri, 30 Aug 2024 17:38:15 +0000 (17:38 +0000)]
Bump svelte from 4.2.18 to 4.2.19

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.18 to 4.2.19.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agotests: increase timeout
marc tobias [Mon, 12 Aug 2024 11:23:21 +0000 (13:23 +0200)]
tests: increase timeout

13 months agotests: increase timeout
marc tobias [Mon, 12 Aug 2024 11:09:02 +0000 (13:09 +0200)]
tests: increase timeout

15 months agonpm package updates
marc tobias [Fri, 21 Jun 2024 13:23:51 +0000 (15:23 +0200)]
npm package updates

15 months agoBump braces from 3.0.2 to 3.0.3
dependabot[bot] [Sun, 16 Jun 2024 17:51:03 +0000 (17:51 +0000)]
Bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
15 months agoupdate Changelog
marc tobias [Thu, 13 Jun 2024 23:51:11 +0000 (01:51 +0200)]
update Changelog

15 months agoRemove click search (reverse) propagation on search page
Eric Grosso [Thu, 13 Jun 2024 15:57:11 +0000 (16:57 +0100)]
Remove click search (reverse) propagation on search page

15 months agoReverse page: update lat/lon test
Eric Grosso [Thu, 13 Jun 2024 15:27:25 +0000 (16:27 +0100)]
Reverse page: update lat/lon test

16 months agoRebundle latest version
Sarah Hoffmann [Tue, 14 May 2024 09:12:50 +0000 (11:12 +0200)]
Rebundle latest version

16 months agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 14 May 2024 09:12:19 +0000 (11:12 +0200)]
Merge remote-tracking branch 'upstream/master'

17 months agov3.5.3 release
marc tobias [Mon, 6 May 2024 12:16:56 +0000 (14:16 +0200)]
v3.5.3 release

17 months agoSearch page: Set HTML page title for structured searches, too
marc tobias [Sun, 5 May 2024 13:54:29 +0000 (15:54 +0200)]
Search page: Set HTML page title for structured searches, too

18 months agoRebundle latest version
Sarah Hoffmann [Sat, 6 Apr 2024 07:12:01 +0000 (09:12 +0200)]
Rebundle latest version

18 months agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sat, 6 Apr 2024 07:11:42 +0000 (09:11 +0200)]
Merge remote-tracking branch 'upstream/master'

18 months agoprepare 3.5.2 release
marc tobias [Fri, 5 Apr 2024 09:10:47 +0000 (11:10 +0200)]
prepare 3.5.2 release

18 months agodetail page: add country to postcode -search by name- link
marc tobias [Thu, 4 Apr 2024 21:59:59 +0000 (23:59 +0200)]
detail page: add country to postcode -search by name- link

18 months agodetail page: add country to postcode -search by name- link
marc tobias [Thu, 4 Apr 2024 21:56:28 +0000 (23:56 +0200)]
detail page: add country to postcode -search by name- link

18 months agoRebundle latest version
Sarah Hoffmann [Tue, 2 Apr 2024 09:01:30 +0000 (11:01 +0200)]
Rebundle latest version

18 months agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 2 Apr 2024 08:59:12 +0000 (10:59 +0200)]
Merge remote-tracking branch 'upstream/master'

18 months agovarious minor node package updates (svelts, bootstrap)
marc tobias [Mon, 1 Apr 2024 14:12:08 +0000 (16:12 +0200)]
various minor node package updates (svelts, bootstrap)

18 months agoRevert "Add build output into dist/ for immediate use"
marc tobias [Mon, 1 Apr 2024 14:05:39 +0000 (16:05 +0200)]
Revert "Add build output into dist/ for immediate use"

This reverts commit 83da10bbcbbc415c0ae71769249d06c160a54560.

18 months agoBump follow-redirects from 1.15.5 to 1.15.6
dependabot[bot] [Sun, 17 Mar 2024 00:20:24 +0000 (00:20 +0000)]
Bump follow-redirects from 1.15.5 to 1.15.6

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
19 months agocorrect various typos
marc tobias [Mon, 26 Feb 2024 17:30:00 +0000 (18:30 +0100)]
correct various typos

19 months agoAdd build output into dist/ for immediate use
marc tobias [Sat, 24 Feb 2024 11:04:30 +0000 (12:04 +0100)]
Add build output into dist/ for immediate use

19 months agoprepare v3.5.1 release
marc tobias [Wed, 14 Feb 2024 19:46:13 +0000 (20:46 +0100)]
prepare v3.5.1 release

19 months agoUpgrade deprecated Github Actions
marc tobias [Wed, 14 Feb 2024 19:42:00 +0000 (20:42 +0100)]
Upgrade deprecated Github Actions

19 months agoprepare v3.5.0 release
marc tobias [Wed, 14 Feb 2024 19:38:03 +0000 (20:38 +0100)]
prepare v3.5.0 release

19 months agoupgrade puppeteer to v22
marc tobias [Wed, 14 Feb 2024 18:56:36 +0000 (19:56 +0100)]
upgrade puppeteer to v22

19 months agorollup 4.x needs nodejs 18
marc tobias [Tue, 2 Jan 2024 16:22:56 +0000 (17:22 +0100)]
rollup 4.x needs nodejs 18

19 months agoupgrade rollup 3.29 => 4.9, surprisingly everything still works
marc tobias [Tue, 2 Jan 2024 16:21:07 +0000 (17:21 +0100)]
upgrade rollup 3.29 => 4.9, surprisingly everything still works

20 months agoBump follow-redirects from 1.15.2 to 1.15.4
dependabot[bot] [Wed, 10 Jan 2024 06:42:33 +0000 (06:42 +0000)]
Bump follow-redirects from 1.15.2 to 1.15.4

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
21 months agoReverse page: new optional parameter -layer-
marc tobias [Tue, 2 Jan 2024 19:22:53 +0000 (20:22 +0100)]
Reverse page: new optional parameter -layer-

23 months agomarkdown fixes [skip ci]
Marc Tobias [Tue, 17 Oct 2023 16:45:45 +0000 (18:45 +0200)]
markdown fixes [skip ci]

23 months agoadd instructions for nominatim-docker container installation
Marc Tobias [Tue, 17 Oct 2023 16:39:54 +0000 (18:39 +0200)]
add instructions for nominatim-docker container installation

2 years agoBump postcss from 8.4.29 to 8.4.31
dependabot[bot] [Sun, 8 Oct 2023 02:34:25 +0000 (02:34 +0000)]
Bump postcss from 8.4.29 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agotest suite: http-proxy target was not set correctly
marc tobias [Tue, 29 Aug 2023 21:34:33 +0000 (23:34 +0200)]
test suite: http-proxy target was not set correctly

2 years agonpm package updates, version 3.4.0
marc tobias [Tue, 29 Aug 2023 20:49:10 +0000 (22:49 +0200)]
npm package updates, version 3.4.0

2 years agoadjust details test cases to what newest Nominatim returns
marc tobias [Tue, 29 Aug 2023 20:48:52 +0000 (22:48 +0200)]
adjust details test cases to what newest Nominatim returns

2 years agoDetails page: Allow searching for negative OSM ids
marc tobias [Tue, 29 Aug 2023 20:48:12 +0000 (22:48 +0200)]
Details page: Allow searching for negative OSM ids

2 years agoMap: delete old viewbox rectangle before adding a new one
marc tobias [Tue, 29 Aug 2023 20:47:34 +0000 (22:47 +0200)]
Map: delete old viewbox rectangle before adding a new one

2 years agonodejs package updates
marc tobias [Tue, 1 Aug 2023 11:55:16 +0000 (13:55 +0200)]
nodejs package updates

2 years agowhen clicking on -reverse- tab then round coordinates first
marc tobias [Tue, 1 Aug 2023 11:55:06 +0000 (13:55 +0200)]
when clicking on -reverse- tab then round coordinates first

2 years agoremove OSM type column from deletable and polygons page
Sarah Hoffmann [Sat, 22 Jul 2023 18:56:01 +0000 (20:56 +0200)]
remove OSM type column from deletable and polygons page

The type already appears in the ID link.

2 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 19 Jul 2023 08:19:17 +0000 (10:19 +0200)]
Merge remote-tracking branch 'upstream/master'

2 years agoBump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] [Tue, 18 Jul 2023 20:17:05 +0000 (20:17 +0000)]
Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump semver from 6.3.0 to 6.3.1
dependabot[bot] [Tue, 11 Jul 2023 01:54:51 +0000 (01:54 +0000)]
Bump semver from 6.3.0 to 6.3.1

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>