geostyler / geostyler-cli

BSD 2-Clause "Simplified" License
24 stars 10 forks source link

Bump geostyler-openlayers-parser from 2.3.1 to 3.0.2 #178

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps geostyler-openlayers-parser from 2.3.1 to 3.0.2.

Release notes

Sourced from geostyler-openlayers-parser's releases.

Version 3.0.2

Misc

  • update packages 0695e75
  • remove ol-util dependency e7772bb

https://github.com/geostyler/geostyler-openlayers-parser/compare/v3.0.1...v3.0.2

Version 3.0.1

  • Fix missing source file warnings #450

https://github.com/geostyler/geostyler-openlayers-parser/compare/v3.0.0...v3.0.1

Version 3.0.0

Breaking

Migration-Guide: The output of the readStyle and writeStyle methods has changed from the pure style to the ReadStyleResult/WriteStyleResult.

Version <3:

// read
const geostylerStyle = await olParser.readStyle(someOlStyle);
// write
const olStyle = await olParser.writeStyle(geostylerStyle);

Version >=3:

// read
const { output: geostylerStyle } = await olParser.readStyle(someOlStyle);
// write
const { output: olStyle }  = await olParser.writeStyle(geostylerStyle);

https://github.com/geostyler/geostyler-openlayers-parser/compare/v2.5.0...v3.0.0

Version 2.5.0

Features

  • Use ol typings and @​terrestris/eslint-config-typescript #404
  • Add support for allowOverlap in TextSymbolizer #412
  • Add unsupportedProperties info object #420
  • Add support for offSet for IconSymbolizer and MarkSymbolizer #432
  • Write GraphicFill for PolygonSymbolizer #388

https://github.com/geostyler/geostyler-openlayers-parser/compare/v2.4.0...v2.5.0

Version 2.4.0

... (truncated)

Commits
  • fdfcdd7 Merge pull request #494 from KaiVolland/update-packages
  • 0695e75 update packages and adapt code
  • 4308f5e Merge pull request #491 from geostyler/dependabot/npm_and_yarn/geostyler-styl...
  • b39944c Bump geostyler-style from 5.0.1 to 5.0.2
  • 925165b Merge pull request #487 from geostyler/dependabot/npm_and_yarn/types/jest-27.4.1
  • ca6de45 Merge pull request #486 from geostyler/dependabot/npm_and_yarn/babel/preset-t...
  • b4f6619 Merge pull request #483 from geostyler/dependabot/npm_and_yarn/babel/plugin-p...
  • 9b8e25b Merge pull request #485 from geostyler/dependabot/npm_and_yarn/np-7.6.0
  • 2281b7c Bump @​types/jest from 27.0.2 to 27.4.1
  • 0b288d8 Bump @​babel/preset-typescript from 7.15.0 to 7.16.7
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 2 years ago

Looks like geostyler-openlayers-parser is up-to-date now, so this is no longer needed.