geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump ol from 5.0.0 to 5.1.3 #87

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps ol from 5.0.0 to 5.1.3.

Release notes *Sourced from [ol's releases](https://github.com/openlayers/openlayers/releases).* > ## v5.1.3 > The 5.1.3 release is a patch to fix the API docs and the legacy full build. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release. > > * [#8417](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8417) - Minor doc updates ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8418](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8418) - Set api annotation on classdesc, not constructor ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > > ## v5.1.2 > > The 5.1.2 release is a patch to fix the API docs. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release. > > * [#8413](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8413) - Remove extra curly in type ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > > ## v5.1.1 > The 5.1.1 release is a patch to include the readme in the package. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release. > > ## v5.1.0 > The 5.1 release adds a few new features a handful of fixes. You should be able to upgrade without any additional work. See the one note below regarding `null` geometry coordinates. > > We're working toward type checking with TypeScript. This will complete our move away from using the Closure Compiler for type checking and compilation. We're excited about the improved experience for application developers and will highlight some of the benefit in upcoming releases. > > ### Upgrade Notes > > #### Geometry constructor and `setCoordinates` no longer accept `null` coordinates > > Geometries (`ol/geom/*`) now need to be constructed with valid coordinates (center for `ol/geom/Circle`) as first constructor argument. The same applies to the `setCoordinates()` (`setCenter() for `ol/geom/Circle`) method. > > ### New Features and Fixes > > * [#8409](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8409) - Add abstract translate to ol/geom/Geometry ([[**pjeweb**](https://github.com/pjeweb)](https://github.com/pjeweb)) > * [#8405](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8405) - Minor type fixes ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8401](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8401) - Make webpack's css loader work ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8403](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8403) - Markdown links ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8402](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8402) - Type fixes from the typescript checks ([[**fredj**](https://github.com/fredj)](https://github.com/fredj)) > * [#8400](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8400) - ESLint config update ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8399](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8399) - Copy ol.css to build dir when building package ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8397](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8397) - Update rollup ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8385](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8385) - Use class syntax ([[**openlayers**](https://github.com/openlayers)](https://github.com/openlayers)) > * [#8383](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8383) - style/Icon: Add `setAnchor()` method ([[**Turbo87**](https://github.com/Turbo87)](https://github.com/Turbo87)) > * [#8368](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8368) - Make render listeners work with image render mode ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8376](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8376) - copy ZM values to polygon in makeRegular ([[**virtualcitySYSTEMS**](https://github.com/virtualcitySYSTEMS)](https://github.com/virtualcitySYSTEMS)) > * [#8372](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8372) - Release v5.0.3 ([[**openlayers**](https://github.com/openlayers)](https://github.com/openlayers)) > * [#8364](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8364) - Make examples work in IE11 ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8363](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8363) - Autogenerate src/ol/package.json ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8371](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8371) - Skip rendering when there is no replay group ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8362](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8362) - Smart flat coordinates ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8352](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8352) - Set `sideEffects` to `false` instead of `"false"` ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > * [#8351](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8351) - Fix typo in release notes ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8350](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8350) - Updates for v5.0.2 ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8349](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8349) - Release v5.0.1 ([[**ahocevar**](https://github.com/ahocevar)](https://github.com/ahocevar)) > * [#8343](https://github-redirect.dependabot.com/openlayers/openlayers/pull/8343) - Starter projects ([[**tschaub**](https://github.com/tschaub)](https://github.com/tschaub)) > ... (truncated)
Commits - [`9ec6233`](https://github.com/openlayers/openlayers/commit/9ec623380af86b8a5519ff16f8ed6136b6b747bf) Merge pull request [#8419](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8419) from tschaub/release-v5.1.3 - [`2810452`](https://github.com/openlayers/openlayers/commit/28104527b02259750ada7ada6463798180606d64) Updates for v5.1.3 - [`b50bc1f`](https://github.com/openlayers/openlayers/commit/b50bc1febf00036582a8ae94d67fdb35611b5a1c) Merge pull request [#8417](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8417) from tschaub/bad-info - [`c046c2a`](https://github.com/openlayers/openlayers/commit/c046c2a1bad9e706d8811577ac18bd17b00fc4fe) Merge pull request [#8418](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8418) from ahocevar/classdesc-constructor-api - [`bbe0a66`](https://github.com/openlayers/openlayers/commit/bbe0a66d0730601f455321dcca2af8e0687a17f3) Set api annotation on classdesc, not constructor - [`d8b2909`](https://github.com/openlayers/openlayers/commit/d8b290966b8ceb5ec7e3b2372425484bdcefb3c6) Tracking - [`0edb39c`](https://github.com/openlayers/openlayers/commit/0edb39c8ab7f16c97e7b57d3b0eb2a2d7feb97f4) Single quote instead of backtick - [`f0ffb48`](https://github.com/openlayers/openlayers/commit/f0ffb48633f906f4ac5461b8b4d98d25d9359dad) Update concepts - [`171195a`](https://github.com/openlayers/openlayers/commit/171195a83642f2a5e323db260b90ec93923c2bf4) Remove broken link to sources - [`2767ddf`](https://github.com/openlayers/openlayers/commit/2767ddfdc72ef3b70767b1455ea1226f87168393) Merge pull request [#8414](https://github-redirect.dependabot.com/openlayers/openlayers/issues/8414) from tschaub/release-v5.1.2 - Additional commits viewable in [compare view](https://github.com/openlayers/openlayers/compare/v5.0.0...v5.1.3)


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.