Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @openstreetmap/id-tagging-schema from 6.6.0 to 6.8.1 #1530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps @openstreetmap/id-tagging-schema from 6.6.0 to 6.8.1.

Release notes

Sourced from @​openstreetmap/id-tagging-schema's releases.

v6.8.1

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#681

v6.8.0

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#680

v6.7.3

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#673

v6.7.2

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#672

v6.7.1

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#671

v6.7.0

https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md#670

Changelog

Sourced from @​openstreetmap/id-tagging-schema's changelog.

6.8.1

2024-Aug-19
  • Update translations from Transifex

6.8.0

2024-Aug-19

New Presets

Changed Presets

  • Add activity field to Trail Marker preset (#1197, thanks [@​danieldegroot2])
  • Add maxweight field to Helipad preset (#1234)
  • Add organic field to the following presets: Cafe, Fast Food, Ice Cream Shop, Restaurant (#1247, thanks [@​ToastHawaii])
  • Allow presets to be mapped as vertices: Ticket Validator, Fuel Pump, Mineshaft, Marker, Sinkhole, Public Transport Stations, Welcome Sign (#1233)
  • Add maxheight field to Parking Garage Entrance/Exit preset (#232, thanks [@​cicku])

New and Changed Fields

  • Add armrest field for Bench preset (#1227, thanks [@​bompstable])
  • Add additional translatable values to the surface field: clay, concrete:lanes, concrete:plates, grass_paver, pebblestone, tartan (#1198, thanks [@​michalgwo])
  • Add common name tags as universal fields: alt_name, loc_name, nat_name, official_name, reg_name, short_name (#215, thanks [@​1ec5])
  • Add value ghost_bike to the memorial type field (#1302, thanks [@​mnalis])

Deprecated Tags

  • Add tag upgrade rule for sidewalk=none to sidewalk=no

Bugfixes

  • Fix typo for tag value material=reinforced_concrete (#1245, thanks [@​Dimitar5555])
  • Remove unnecessary matchScore property from Kitchen Garden preset (#1253)
  • Fix tag for roller coaster track type field (#1293, thanks [@​arch0345])

Documentation and Other Changes

  • Skip dist directory for searching in VS Code (#1219)
  • Change deploy workflow to write interim data to a dedicated branch, instead of the main development branch (#1307)
  • Add repo governance documentation, including roles (co-maintainers, issue triage helpers, contributors) (#1230)
  • Document guidelines for presets, fields and tag deprecations (#1229)
  • Add pull request template (#1239)

#215: openstreetmap/id-tagging-schema#215 #222: openstreetmap/id-tagging-schema#222 #232: openstreetmap/id-tagging-schema#232 #1165: openstreetmap/id-tagging-schema#1165 #1167: openstreetmap/id-tagging-schema#1167 #1187: openstreetmap/id-tagging-schema#1187 #1197: openstreetmap/id-tagging-schema#1197

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the chore-dependabot Automated PRs for keeping dependencies up-to-date label Sep 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openstreetmap/id-tagging-schema-6.8.1 branch from 1189d86 to 600b393 Compare September 12, 2024 14:09
Bumps [@openstreetmap/id-tagging-schema](https://github.com/openstreetmap/id-tagging-schema) from 6.6.0 to 6.8.1.
- [Release notes](https://github.com/openstreetmap/id-tagging-schema/releases)
- [Changelog](https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md)
- [Commits](openstreetmap/id-tagging-schema@v6.6.0...v6.8.1)

---
updated-dependencies:
- dependency-name: "@openstreetmap/id-tagging-schema"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/openstreetmap/id-tagging-schema-6.8.1 branch from 600b393 to 5025a5a Compare September 16, 2024 21:44
@eneerhut
Copy link

eneerhut commented Oct 3, 2024

Does this keep us in sync with any changes made to iD's tagging presets @bhousel?

@bhousel
Copy link
Contributor

bhousel commented Oct 3, 2024

Does this keep us in sync with any changes made to iD's tagging presets @bhousel?

Yes, but every time we update this dependency, we really should check what has changed and whether it impacts anything.
This wouldn't take much, but I'm not comfortable just hitting the green merge button without spending an afternoon looking through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore-dependabot Automated PRs for keeping dependencies up-to-date cla signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants