]>
git.openstreetmap.org Git - rails.git/log
Tom Hughes [Tue, 7 Oct 2025 17:27:01 +0000 (18:27 +0100)]
Merge remote-tracking branch 'upstream/pull/6429'
Tom Hughes [Tue, 7 Oct 2025 17:09:51 +0000 (18:09 +0100)]
Update bundle
Tom Hughes [Mon, 6 Oct 2025 17:57:47 +0000 (18:57 +0100)]
Merge remote-tracking branch 'upstream/pull/6431'
Tom Hughes [Mon, 6 Oct 2025 17:55:39 +0000 (18:55 +0100)]
Merge remote-tracking branch 'upstream/pull/6430'
Pablo Brasero [Fri, 26 Sep 2025 12:39:19 +0000 (13:39 +0100)]
Selenium/WebDriver thinks that `test` signals a fake file upload
Hat tip to https://blog.konoson.com/webdrivererror-you-are-trying-to-upload-something-that-isnt-a-file
Pablo Brasero [Mon, 6 Oct 2025 15:57:34 +0000 (16:57 +0100)]
Secure cookies only when HTTPS expected
This is particularly important if running system tests with
a remote Selenium instance. HTTPS and localhost are considered
"secure" for this purpose, while a remote Selenium will connect
to the app with HTTP instead.
Pablo Brasero [Fri, 3 Oct 2025 11:05:15 +0000 (12:05 +0100)]
DRY up cookie handling
translatewiki.net [Mon, 6 Oct 2025 12:24:24 +0000 (14:24 +0200)]
Localisation updates from https://translatewiki.net.
ENT8R [Sun, 5 Oct 2025 18:29:46 +0000 (20:29 +0200)]
Include preferred_username claim in OIDC ID token
Tom Hughes [Sat, 4 Oct 2025 14:47:21 +0000 (15:47 +0100)]
Merge remote-tracking branch 'upstream/pull/6428'
dependabot[bot] [Fri, 3 Oct 2025 23:01:14 +0000 (23:01 +0000)]
Bump eslint from 9.36.0 to 9.37.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.36.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.36.0...v9.37.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.37.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Thu, 2 Oct 2025 16:46:54 +0000 (17:46 +0100)]
Switch back to using a released version of active_record_union
translatewiki.net [Thu, 2 Oct 2025 12:21:38 +0000 (14:21 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 1 Oct 2025 17:23:43 +0000 (18:23 +0100)]
Merge remote-tracking branch 'upstream/pull/6423'
dependabot[bot] [Tue, 30 Sep 2025 23:01:23 +0000 (23:01 +0000)]
Bump maplibre-gl from 5.7.3 to 5.8.0
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.7.3 to 5.8.0.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.7.3...v5.8.0)
---
updated-dependencies:
- dependency-name: maplibre-gl
dependency-version: 5.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Tue, 30 Sep 2025 17:08:13 +0000 (18:08 +0100)]
Update bundle
Andy Allan [Tue, 30 Sep 2025 14:07:47 +0000 (15:07 +0100)]
Merge pull request #6421 from tomhughes/nominatim-locale
Send the user's preferred languages to Nominatim
translatewiki.net [Mon, 29 Sep 2025 12:21:43 +0000 (14:21 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Sun, 28 Sep 2025 11:02:25 +0000 (12:02 +0100)]
Send the user's preferred languages to Nominatim
This will still fallback to the browser languages that were being
sent before if we have no other source for preferred languages.
Fixes #6420.
Tom Hughes [Sun, 28 Sep 2025 10:57:01 +0000 (11:57 +0100)]
Refactor construction of Nominatim URLs
Tom Hughes [Thu, 25 Sep 2025 17:40:16 +0000 (18:40 +0100)]
Merge remote-tracking branch 'upstream/pull/6412'
translatewiki.net [Thu, 25 Sep 2025 12:22:58 +0000 (14:22 +0200)]
Localisation updates from https://translatewiki.net.
mmd-osm [Sun, 21 Sep 2025 07:39:30 +0000 (09:39 +0200)]
Language selection enhancements
- Dynamic loading using Turbo
- Search field
Tom Hughes [Wed, 24 Sep 2025 17:16:34 +0000 (18:16 +0100)]
Merge remote-tracking branch 'upstream/pull/6418'
Andy Allan [Wed, 24 Sep 2025 16:30:17 +0000 (17:30 +0100)]
Merge pull request #6404 from tomhughes/embed-marker
Move markers out of the map div for the embed view
Tom Hughes [Sat, 20 Sep 2025 14:05:43 +0000 (15:05 +0100)]
Render marker symbols for the embed view unconditionally
The generated page is cached and some requests may need the markers
while others don't so we always need to include them.
Fixes #6045
Andy Allan [Wed, 24 Sep 2025 14:36:40 +0000 (15:36 +0100)]
Merge pull request #6405 from tomhughes/opentelemetry
Add support for OpenTelemetry reporting
Andy Allan [Wed, 24 Sep 2025 13:25:41 +0000 (14:25 +0100)]
Use Close as the button label to close modal alerts
The avoids using "OK" as a button label, and aligns with the labelling
of the cross in the corner of the modal.
Andy Allan [Wed, 24 Sep 2025 09:55:04 +0000 (10:55 +0100)]
Merge pull request #6416 from tomhughes/rails803
Update to rails 8.0.3
Tom Hughes [Tue, 23 Sep 2025 20:38:35 +0000 (21:38 +0100)]
Merge remote-tracking branch 'upstream/pull/6417'
Gregory [Tue, 23 Sep 2025 19:05:40 +0000 (20:05 +0100)]
Update banners.yml
Gregory [Tue, 23 Sep 2025 18:23:55 +0000 (19:23 +0100)]
Update banners.yml
Add config for SotM Europe banner
Gregory [Tue, 23 Sep 2025 18:13:37 +0000 (19:13 +0100)]
Add image for SotM Europe banner
Tom Hughes [Tue, 23 Sep 2025 17:59:52 +0000 (18:59 +0100)]
Fix identification of bzip2 compressed traces
Marcel 1.1.0 stops bzip2 wrongly matching as bzip but it's new rule
for bzip2 is buggy so we have to add our own rule for now.
https://github.com/rails/marcel/issues/128
Tom Hughes [Tue, 23 Sep 2025 17:10:01 +0000 (18:10 +0100)]
Update rails to 8.0.3
Tom Hughes [Tue, 23 Sep 2025 18:04:27 +0000 (19:04 +0100)]
Update bundle
Tom Hughes [Tue, 23 Sep 2025 17:08:28 +0000 (18:08 +0100)]
Merge remote-tracking branch 'upstream/pull/6414'
Tom Hughes [Tue, 23 Sep 2025 17:08:25 +0000 (18:08 +0100)]
Merge remote-tracking branch 'upstream/pull/6413'
dependabot[bot] [Mon, 22 Sep 2025 23:01:22 +0000 (23:01 +0000)]
Bump tag2link from 2025.8.21 to 2025.9.21
Bumps [tag2link](https://github.com/JOSM/tag2link) from 2025.8.21 to 2025.9.21.
- [Release notes](https://github.com/JOSM/tag2link/releases)
- [Commits](https://github.com/JOSM/tag2link/compare/2025.8.21...2025.9.21)
---
updated-dependencies:
- dependency-name: tag2link
dependency-version: 2025.9.21
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 22 Sep 2025 23:01:21 +0000 (23:01 +0000)]
Bump ruby/setup-ruby from 1.259.0 to 1.263.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.259.0 to 1.263.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/
866b91cc020931c510d42e43e498a7f07d335f60 ...
0481980f17b760ef6bca5e8c55809102a0af1e5a )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.263.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Mon, 22 Sep 2025 18:22:45 +0000 (19:22 +0100)]
Merge remote-tracking branch 'upstream/pull/6408'
Tom Hughes [Mon, 15 Sep 2025 19:14:20 +0000 (20:14 +0100)]
Add support for OpenTelemetry reporting
Pablo Brasero [Mon, 22 Sep 2025 12:30:34 +0000 (13:30 +0100)]
Use fork that introduces support for Docker on Apple silicon
translatewiki.net [Mon, 22 Sep 2025 12:21:09 +0000 (14:21 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Fri, 19 Sep 2025 23:28:46 +0000 (00:28 +0100)]
Fix new eslint warnings
Tom Hughes [Fri, 19 Sep 2025 23:21:58 +0000 (00:21 +0100)]
Merge remote-tracking branch 'upstream/pull/6403'
Tom Hughes [Fri, 19 Sep 2025 23:21:51 +0000 (00:21 +0100)]
Merge remote-tracking branch 'upstream/pull/6402'
Tom Hughes [Fri, 19 Sep 2025 23:21:47 +0000 (00:21 +0100)]
Merge remote-tracking branch 'upstream/pull/6401'
Tom Hughes [Fri, 19 Sep 2025 23:21:36 +0000 (00:21 +0100)]
Merge remote-tracking branch 'upstream/pull/6398'
dependabot[bot] [Fri, 19 Sep 2025 23:01:26 +0000 (23:01 +0000)]
Bump maplibre-gl from 5.7.2 to 5.7.3
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.7.2...v5.7.3)
---
updated-dependencies:
- dependency-name: maplibre-gl
dependency-version: 5.7.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 19 Sep 2025 23:01:18 +0000 (23:01 +0000)]
Bump @stylistic/eslint-plugin from 5.3.1 to 5.4.0
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.4.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 5.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 19 Sep 2025 23:01:11 +0000 (23:01 +0000)]
Bump eslint from 9.35.0 to 9.36.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.35.0 to 9.36.0.
- [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/v9.35.0...v9.36.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.36.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Thu, 18 Sep 2025 23:01:10 +0000 (23:01 +0000)]
Bump ruby/setup-ruby from 1.258.0 to 1.259.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.258.0 to 1.259.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/
3fee6763234110473bd57dd4595c5199fce2c510 ...
866b91cc020931c510d42e43e498a7f07d335f60 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.259.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Thu, 18 Sep 2025 17:00:54 +0000 (18:00 +0100)]
Merge remote-tracking branch 'upstream/pull/6396'
translatewiki.net [Thu, 18 Sep 2025 12:21:31 +0000 (14:21 +0200)]
Localisation updates from https://translatewiki.net.
dependabot[bot] [Wed, 17 Sep 2025 23:01:14 +0000 (23:01 +0000)]
Bump maplibre-gl from 5.7.1 to 5.7.2
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.7.1...v5.7.2)
---
updated-dependencies:
- dependency-name: maplibre-gl
dependency-version: 5.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Andy Allan [Wed, 17 Sep 2025 17:01:30 +0000 (18:01 +0100)]
Merge pull request #6393 from tomhughes/logstash
Remove logstash support
Tom Hughes [Sun, 14 Sep 2025 17:35:52 +0000 (18:35 +0100)]
Remove logstash support
Andy Allan [Wed, 17 Sep 2025 15:52:21 +0000 (16:52 +0100)]
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup-ruby-1.258.0
Bump ruby/setup-ruby from 1.257.0 to 1.258.0
Andy Allan [Wed, 17 Sep 2025 14:32:51 +0000 (15:32 +0100)]
Merge pull request #5932 from tomhughes/frozen-strings
Add frozen_string_literal comments to ruby files
Andy Allan [Wed, 17 Sep 2025 14:23:20 +0000 (15:23 +0100)]
Merge pull request #6151 from hlfan/fail-late
Stop GitHub from cancelling related workflows early
dependabot[bot] [Tue, 16 Sep 2025 23:01:23 +0000 (23:01 +0000)]
Bump ruby/setup-ruby from 1.257.0 to 1.258.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.257.0 to 1.258.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/
44511735964dcb71245e7e55f72539531f7bc0eb ...
3fee6763234110473bd57dd4595c5199fce2c510 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.258.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Tue, 16 Sep 2025 17:09:38 +0000 (18:09 +0100)]
Update bundle
Tom Hughes [Mon, 15 Sep 2025 18:08:07 +0000 (19:08 +0100)]
Merge remote-tracking branch 'upstream/pull/6392'
Tom Hughes [Mon, 15 Sep 2025 17:12:58 +0000 (18:12 +0100)]
Update leaflet-osm to latest upstream version
translatewiki.net [Mon, 15 Sep 2025 12:21:12 +0000 (14:21 +0200)]
Localisation updates from https://translatewiki.net.
Amir E. Aharoni [Sat, 13 Sep 2025 18:21:57 +0000 (14:21 -0400)]
Fix some language names
* arz: The name "Arabic (Egypt)" looks more like a local variant
of Standard Arabic for Egypt, but arz is actually a different
language and not Standard Arabic.
* skr-arab: Saraiki is always written in the Arabic script. It uses
the code "skr-arab" on translatewiki for historical and technical
reasons, and some day it may actually move to just "skr". There is
no reason to mention "(Arabic)" in parentheses.
Andy Allan [Fri, 12 Sep 2025 19:29:15 +0000 (20:29 +0100)]
Merge pull request #6391 from tomhughes/shn-locale
Add shn to UI languages
Tom Hughes [Fri, 12 Sep 2025 18:31:19 +0000 (19:31 +0100)]
Add shn to UI languages
Andy Allan [Thu, 11 Sep 2025 14:33:54 +0000 (15:33 +0100)]
Merge pull request #6354 from rkoeze/rkoeze/pull-docker-ruby-version-into-arg
Pull docker ruby version into arg
translatewiki.net [Thu, 11 Sep 2025 12:18:37 +0000 (14:18 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Wed, 10 Sep 2025 17:24:45 +0000 (18:24 +0100)]
Merge remote-tracking branch 'upstream/pull/6385'
mmd-osm [Tue, 9 Sep 2025 17:23:46 +0000 (19:23 +0200)]
Safari-compatible auth provider images
Tom Hughes [Tue, 9 Sep 2025 16:52:07 +0000 (17:52 +0100)]
Merge remote-tracking branch 'upstream/pull/6389'
Tom Hughes [Tue, 9 Sep 2025 16:47:20 +0000 (17:47 +0100)]
Update bundle
dependabot[bot] [Mon, 8 Sep 2025 23:01:25 +0000 (23:01 +0000)]
Bump leaflet.locatecontrol from 0.84.2 to 0.85.1
Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.84.2 to 0.85.1.
- [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.84.2...v0.85.1)
---
updated-dependencies:
- dependency-name: leaflet.locatecontrol
dependency-version: 0.85.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
translatewiki.net [Mon, 8 Sep 2025 12:13:58 +0000 (14:13 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Sun, 7 Sep 2025 10:25:06 +0000 (11:25 +0100)]
Merge remote-tracking branch 'upstream/pull/6384'
Tom Hughes [Sun, 7 Sep 2025 10:24:37 +0000 (11:24 +0100)]
Merge remote-tracking branch 'upstream/pull/6382'
Tom Hughes [Sun, 7 Sep 2025 10:24:33 +0000 (11:24 +0100)]
Merge remote-tracking branch 'upstream/pull/6381'
Robert Koeze [Sun, 7 Sep 2025 02:00:34 +0000 (22:00 -0400)]
Remove kgio gem
dependabot[bot] [Fri, 5 Sep 2025 23:01:28 +0000 (23:01 +0000)]
Bump eslint from 9.34.0 to 9.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 9.35.0.
- [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/v9.34.0...v9.35.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.35.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 5 Sep 2025 23:01:14 +0000 (23:01 +0000)]
Bump maplibre-gl from 5.7.0 to 5.7.1
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.7.0...v5.7.1)
---
updated-dependencies:
- dependency-name: maplibre-gl
dependency-version: 5.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Fri, 5 Sep 2025 18:23:20 +0000 (19:23 +0100)]
Merge remote-tracking branch 'upstream/pull/6380'
dependabot[bot] [Thu, 4 Sep 2025 23:01:09 +0000 (23:01 +0000)]
Bump actions/setup-node from 4.4.0 to 5.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/
49933ea5288caeca8642d1e84afbd3f7d6820020 ...
a0853c24544627f65ddf259abe73b1d18a591444 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Sun, 27 Apr 2025 10:05:06 +0000 (11:05 +0100)]
Add frozen_string_literal comments to ruby files
Tom Hughes [Thu, 4 Sep 2025 17:44:00 +0000 (18:44 +0100)]
Merge remote-tracking branch 'upstream/pull/6365'
Tom Hughes [Thu, 4 Sep 2025 17:42:10 +0000 (18:42 +0100)]
Merge remote-tracking branch 'upstream/pull/6366'
translatewiki.net [Thu, 4 Sep 2025 12:17:32 +0000 (14:17 +0200)]
Localisation updates from https://translatewiki.net.
Tom Hughes [Tue, 2 Sep 2025 21:47:49 +0000 (22:47 +0100)]
Merge remote-tracking branch 'upstream/pull/6375'
Tom Hughes [Tue, 2 Sep 2025 21:47:22 +0000 (22:47 +0100)]
Fix new eslint warnings
Tom Hughes [Tue, 2 Sep 2025 21:46:00 +0000 (22:46 +0100)]
Merge remote-tracking branch 'upstream/pull/6374'
dependabot[bot] [Tue, 2 Sep 2025 21:34:03 +0000 (21:34 +0000)]
Bump ruby/setup-ruby from 1.256.0 to 1.257.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.256.0 to 1.257.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/
efbf473cab83af4468e8606cc33eca9281bb213f ...
44511735964dcb71245e7e55f72539531f7bc0eb )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.257.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 2 Sep 2025 21:31:29 +0000 (21:31 +0000)]
Bump @stylistic/eslint-plugin from 5.2.3 to 5.3.1
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.2.3 to 5.3.1.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.3.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
dependency-version: 5.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Tom Hughes [Tue, 2 Sep 2025 17:15:13 +0000 (18:15 +0100)]
Update bundle
Tom Hughes [Mon, 1 Sep 2025 19:46:50 +0000 (20:46 +0100)]
Merge remote-tracking branch 'upstream/pull/6373'
Tom Hughes [Thu, 21 Aug 2025 17:19:32 +0000 (18:19 +0100)]
Remove translations using mediawiki magic words
mmd-osm [Mon, 1 Sep 2025 18:37:13 +0000 (20:37 +0200)]
Map API requests with Bearer token
translatewiki.net [Mon, 1 Sep 2025 12:36:36 +0000 (14:36 +0200)]
Localisation updates from https://translatewiki.net.
Robert Koeze [Tue, 26 Aug 2025 01:28:11 +0000 (21:28 -0400)]
Pull docker ruby version into arg