Skip to content

Comments

Bump @turf/boolean-contains from 7.1.0 to 7.2.0#1161

Open
dependabot[bot] wants to merge 17 commits intodevfrom
dependabot/npm_and_yarn/dev/turf/boolean-contains-7.2.0
Open

Bump @turf/boolean-contains from 7.1.0 to 7.2.0#1161
dependabot[bot] wants to merge 17 commits intodevfrom
dependabot/npm_and_yarn/dev/turf/boolean-contains-7.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps @turf/boolean-contains from 7.1.0 to 7.2.0.

Release notes

Sourced from @​turf/boolean-contains's releases.

v7.2.0

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: Turfjs/turf@v7.1.0...v7.2.0

Commits
  • 7b0f037 v7.2.0
  • a8cbea3 Revamped content and layout of project docs (README, CONTRIBUTING, etc) (#2770)
  • d1a2c58 Reverted self intersection behavior of boolean-intersect. update tests (#2773)
  • 5a9d40d Reverted self intersection behavior for boolean-disjoint (#2772)
  • 3bbd759 Replaced polygon-clipping with polyclip-ts (#2729)
  • 8f5c407 Added bbox parameter to @​turf/interpolate (#2768)
  • bf588dd Added special cases to booleanPointOnLine for zero length lines
  • 9dc7a50 Updated README.md correcting typo in previous commit
  • 304b76b Updated README.md to clarify GeoJSON types need to be installed separately
  • e7a28da Revert self intersection behavior: line-intersect (#2742)
  • Additional commits viewable in compare view

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.

Bumps [@turf/boolean-contains](https://github.com/Turfjs/turf) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: "@turf/boolean-contains"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2025
@sonarqubecloud
Copy link

umeetiusbaar and others added 16 commits July 23, 2025 16:50
HAI-3567 prevent self intersecting by removing offending insertion
HAI-3506 prevent self intersecting also with modification of polygons
HAI-3567 use global notification and HDS library, add localizations
HAI-3567 fix linting problems
HAI-3567 quality improvement by adding testing and heeding sonarqube instructions
HAI-3567 Add more tests for map/utils
enable linting of ts and tsx files in the project srtucture
HAI-3567 Add DrawInteraction tests
HAI-3567 code inspection modifications
HAI-1888 update testing to use jest 30
Update tests to use more robust user.* than fireEvent
fix package relations
target to es2020
optimize test configuration
create sonarcube configuration to exclude setup files from analysis
add setup testing
HAI-3571 use correct sentry dsn and set them as environment variables
* Support HTML content in banner notifications (#1251)

* HAI-3571 switch sentry to use european instance (#1254)

HAI-3571 use correct sentry dsn and set them as environment variables

* Update Dockerfile-local to have NGINX_SENTRY

* Update nginx-env.sh to have NGINX_SENTRY substitution

---------

Co-authored-by: Satu Kautto <115613569+SatuKautt@users.noreply.github.com>
HAI-3590 Load public hanke by map grid cells. No client-side caching at this point.
* HAI-3590 Use initial zoom level 8 for public hanke map.
… only be drawn on hankealue, area data must be filled before saving (#1262)

HAI-3506 Do not allow self intersecting polygons
HAI-3537 Do not allow save and quit if area data has not been correctly set
HAI-3567 Do not allow drawing outside of hanke (intersecting hankealue included)
HAI-3529 Do not allow drawing outside of hanke


* Add more tests
* E2E test fixes (#1199)

* Bump @playwright/test from 1.49.1 to 1.52.0 (#1174)

* HAI-3560 Show '-' when there is no nuisances given for a hanke area (#1201)

* HAI-3562 Fix syntax errors in translations (#1202)

Fix syntax errors in HTML elements in translations. A lot of the the
errors were caused by using typegraphic quotes (“ and ”) in properties
instead of the straight quotes ("). Looks like the translations went
through some word processor.

There were also a lot of broken tags, with missing brackets (< or >) or
extra spaces in the middle. There were also some capitalized tags. One
`<P>` at the start of page will break the entire page.

Some other fixes include:
- Translating easy words and phrases that were already translated
  elsewhere.
- Fixing the open all and close all buttons in the glossary.
- Using links to translated materials whenever possible in the work
  instructions. When materials are only available in Finnish, add a (på
  finska) or a (in Finnish) text to the link.
- Add Finnish translation of the puff in card 2 of the work
  instructions. It was missing completely from the localization files.

* Fixes to E2E tests (#1205)

* Added functions for common tasks (#1207)

* HAI-3568 Try fixing E2E test failure of OverviewMap (#1217)

* E2E test fixes (#1218)

* HAI-3568 Adjusted timeouts (#1221)

* Bump @types/node from 22.10.1 to 22.15.19 (#1226)

* Security package updates

---------

Co-authored-by: Topias Heinonen <topias.heinonen@gofore.com>
Co-authored-by: Teemu Hiltunen <teemu.hiltunen@gofore.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kujalpegofore <petteri.kujala@gofore.com>
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v3.0.3...v3.0.5)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kujalpegofore <petteri.kujala@gofore.com>
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants