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

Update @rapideditor/location-conflation requirement from ~1.0.2 to ~1.2.0 #193

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 Mar 13, 2023

Updates the requirements on @rapideditor/location-conflation to permit the latest version.

Release notes

Sourced from @​rapideditor/location-conflation's releases.

v1.2.0

https://github.com/rapideditor/location-conflation/blob/main/CHANGELOG.md#120

Changelog

Sourced from @​rapideditor/location-conflation's changelog.

1.2.0

2023-Mar-12
  • Bump dependency versions
  • Switch location-conflation to a scoped package under the rapideditor org: @rapideditor/location-conflation
    • ⚠️ Note: projects that depend on location-conflation may need to update their code

1.1.0

2022-Dec-09
  • Update country-coder to v5.1

1.0.2

2021-Jun-24
  • Remove "browser" from the export map

1.0.1

2021-Jun-17
  • Add an export map to package.json, fix file extensions again

1.0.0

2021-Jun-17
  • ⚠️ Initial stable release
    • Note: Built files will no longer be checked into GitHub
  • ⚠️ Replace microbundle with esbuild for super fast build speed. Package outputs are now:
    • "module": "./index.mjs" - ESM, modern JavaScript, works with import
    • "main": "./dist/location-conflation.cjs" - CJS bundle, modern JavaScript, works with require()
    • "browser": "./dist/location-conflation.iife.js" - IIFE bundle, modern JavaScript, works in browser <script> tag
    • No longer distributing ES5 builds
  • ⚠️ location-conflation is marked as "type": "module" now
  • ⚠️ Dropped support for old browsers like Internet Explorer on https://ideditor.codes
  • Update to country-coder v5.0

0.9.0

2021-Jun-05
  • Update to country-coder v4.1

0.8.0

2021-Mar-27
  • Add support for optional radius value for point locations.
    • Radius is specified in kilometers and is optional. If not specified, it will default to a 25km radius.

0.7.0

2020-Dec-30
  • Perf improvement: Don't union features iteratively with locationReducer (#26)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by bhousel, a new releaser for @​rapideditor/location-conflation since your current version.


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

Updates the requirements on [@rapideditor/location-conflation](https://github.com/rapideditor/location-conflation) to permit the latest version.
- [Release notes](https://github.com/rapideditor/location-conflation/releases)
- [Changelog](https://github.com/rapideditor/location-conflation/blob/main/CHANGELOG.md)
- [Commits](rapideditor/location-conflation@v1.0.2...v1.2.0)

---
updated-dependencies:
- dependency-name: "@rapideditor/location-conflation"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants