Skip to content

build(deps): bump the patch group across 1 directory with 10 updates#80

Merged
joncursi merged 6 commits into
mainfrom
dependabot/npm_and_yarn/patch-628d04e875
Jun 5, 2026
Merged

build(deps): bump the patch group across 1 directory with 10 updates#80
joncursi merged 6 commits into
mainfrom
dependabot/npm_and_yarn/patch-628d04e875

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown

Bumps the patch group with 10 updates in the / directory:

Package From To
@turf/bbox 7.3.1 7.3.5
dayjs 1.11.19 1.11.21
react-idle-timer 5.7.2 5.7.3
react-map-gl 8.1.0 8.1.1
validator 13.15.23 13.15.35
@vitest/browser 4.1.7 4.1.8
@vitest/browser-playwright 4.1.7 4.1.8
@vitest/coverage-v8 4.1.7 4.1.8
semantic-release 25.0.2 25.0.3
vitest 4.1.7 4.1.8

Updates @turf/bbox from 7.3.1 to 7.3.5

Release notes

Sourced from @​turf/bbox's releases.

v7.3.5

What's Changed

Main goal of this release was to revert a build breaking performance improvement introduced in v7.3.2 that was affecting CommonJS environments.

Other bug fixes and new functionality:

Housekeeping and behind the scenes changes:

Full Changelog: Turfjs/turf@v7.3.4...v7.3.5

v7.3.4

Fixed a couple of backwards steps, one that was causing build breaks for users and a bug fix that wasn't backwards compatible.

What's Changed

Full Changelog: Turfjs/turf@v7.3.3...v7.3.4

v7.3.3

Patch release to fix an unintended change to the return type of lineOffset that was causing compilation issues for Turf users.

What's Changed

Full Changelog: Turfjs/turf@v7.3.2...v7.3.3

v7.3.2

Patch release with several bug fixes.

What's Changed

Bug fixes and new functionality:

... (truncated)

Commits
  • a33ca38 v7.3.5
  • fbfa6a7 Reverted performance related improvement that broke builds. While faster, kdb...
  • 6a2f567 Update generate-readme script (#3037)
  • 6d9a78e Add @​turf/directional-mean to @​turf/turf (#3002)
  • 80cda0e Remove unused scripts (#3036)
  • 9a3043e Mark old nearest-point-on-line properties as deprecated (#3005)
  • 1fed227 Introduced tstyche for type checking and to guard against unintentional API c...
  • 9428e7c Merge pull request #3021 from Turfjs/releases/7.3.4
  • a087864 v7.3.4
  • 4e70cc2 Added newer kdbush types to @​turf/turf as a dependency to address a clustersD...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​turf/bbox since your current version.


Updates dayjs from 1.11.19 to 1.11.21

Release notes

Sourced from dayjs's releases.

v1.11.21

1.11.21 (2026-05-26)

Bug Fixes

v1.11.20

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Changelog

Sourced from dayjs's changelog.

1.11.21 (2026-05-26)

Bug Fixes

1.11.20 (2026-03-12)

Bug Fixes

  • Update locale km.js to support meridiem (#3017) (9d2b6a1)
  • update updateLocale plugin to merge nested object properties instead of replacing (#3012) (99691c5), closes #1118
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for dayjs since your current version.


Updates react-idle-timer from 5.7.2 to 5.7.3

Changelog

Sourced from react-idle-timer's changelog.

Changelog

Commits

Updates react-map-gl from 8.1.0 to 8.1.1

Release notes

Sourced from react-map-gl's releases.

v8.1.1

  • fix(react-maplibre): guard against undefined map.style in _updateStyleComponents (#2580)
  • feat: Add GlobeControl for maplibre (#2554)
  • Invoke setter with default when prop missing (#2560)
  • fix: max depth exceeded error when dynamically changing map settings (#2535)
Changelog

Sourced from react-map-gl's changelog.

v8.1.1 (Apr 10, 2026)

  • fix(react-maplibre): guard against undefined map.style in _updateStyleComponents (#2580)
  • feat: Add GlobeControl for maplibre (#2554)
  • Invoke setter with default when prop missing (#2560)
  • fix: max depth exceeded error when dynamically changing map settings (#2535)
Commits
  • f295bd5 v8.1.1
  • 34855b7 fix(react-maplibre): guard against undefined map.style in _updateStyleCompone...
  • b07df54 chore: Update workflows to use Corepack (#2576)
  • a7896ff feat: Add GlobeControl for maplibre (#2554)
  • 1d07287 Invoke setter with default when prop missing (#2560)
  • d196fdc fix: max depth exceeded error when dynamically changing map settings (#2535)
  • See full diff in compare view

Updates validator from 13.15.23 to 13.15.35

Release notes

Sourced from validator's releases.

13.15.35

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.26...13.15.35

13.15.26

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.23...13.15.26

Changelog

Sourced from validator's changelog.

13.15.35

Fixes, New Locales and Enhancements

13.15.26

Fixes, New Locales and Enhancements

Commits
  • 7a80797 maintenance: 2604 release (#2695)
  • 941db7f fix(isSlug): restrict allowed characters to valid slug charset (#2693)
  • 2758f70 chore: fix typo in comment (#2591)
  • fcfbff5 feat(isJson): allow any valid JSON value to pass (#2690)
  • f06caee refactor: replace if-then-else flow by a single return statement (#2592)
  • 9fa1e3a feat(isPostalCode): Add postal code for Monaco (#2682)
  • b1aea75 feat(isMobilePhone): add Djibouti (fr-DJ) mobile phone validation (#2676)
  • f715cdd fix(isPassportNumber): improve MX locale (#2643)
  • e8c6914 fix(isTaxID): add formatted CPF support and additional test cases for pt-BR l...
  • 90b0a9a fix(isTaxID): improve pt-BR locale by adding support for alphanumeric CNPJ ...
  • Additional commits viewable in compare view

Updates @vitest/browser from 4.1.7 to 4.1.8

Release notes

Sourced from @​vitest/browser's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • See full diff in compare view

Updates @vitest/browser-playwright from 4.1.7 to 4.1.8

Release notes

Sourced from @​vitest/browser-playwright's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • 675b434 fix(browser): remove orphaned Playwright route when same module is mocked via...
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • See full diff in compare view

Updates @vitest/coverage-v8 from 4.1.7 to 4.1.8

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • See full diff in compare view

Updates semantic-release from 25.0.2 to 25.0.3

Release notes

Sourced from semantic-release's releases.

v25.0.3

25.0.3 (2026-01-30)

Bug Fixes

Commits
  • f404124 fix(deps): remove deprecated semver-diff (#3980)
  • fef7e34 docs: warn against using registry-url in setup-node (#4024)
  • 699d470 chore(deps): update dependency lockfile-lint to v5 (#4022)
  • c7c6f7a chore(deps): update dependency tempy to v3.1.2 (#4021)
  • 1ce5088 ci(action): update github/codeql-action action to v4.32.0 (#4019)
  • 9bb0d87 chore(deps): lock file maintenance (#4016)
  • 490171c chore(deps): update npm to v11.8.0 (#4015)
  • f6411e9 chore(deps): update dependency prettier to v3.8.1 (#4014)
  • c71c576 chore(deps): update dependency publint to v0.3.17 (#4013)
  • 989e18c chore(deps): update dependency tempy to v3.1.1 (#4012)
  • Additional commits viewable in compare view

Updates vitest from 4.1.7 to 4.1.8

Release notes

Sourced from vitest's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 3, 2026
Bumps the patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@turf/bbox](https://github.com/Turfjs/turf) | `7.3.1` | `7.3.5` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.21` |
| [react-idle-timer](https://github.com/supremetechnopriest/react-idle-timer) | `5.7.2` | `5.7.3` |
| [react-map-gl](https://github.com/visgl/react-map-gl) | `8.1.0` | `8.1.1` |
| [validator](https://github.com/validatorjs/validator.js) | `13.15.23` | `13.15.35` |
| [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `4.1.7` | `4.1.8` |
| [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.1.7` | `4.1.8` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.7` | `4.1.8` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.2` | `25.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.8` |



Updates `@turf/bbox` from 7.3.1 to 7.3.5
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.3.1...v7.3.5)

Updates `dayjs` from 1.11.19 to 1.11.21
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.19...v1.11.21)

Updates `react-idle-timer` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/supremetechnopriest/react-idle-timer/releases)
- [Changelog](https://github.com/SupremeTechnopriest/react-idle-timer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/supremetechnopriest/react-idle-timer/commits)

Updates `react-map-gl` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/visgl/react-map-gl/releases)
- [Changelog](https://github.com/visgl/react-map-gl/blob/v8.1.1/CHANGELOG.md)
- [Commits](visgl/react-map-gl@v8.1.0...v8.1.1)

Updates `validator` from 13.15.23 to 13.15.35
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.15.23...13.15.35)

Updates `@vitest/browser` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/browser)

Updates `@vitest/browser-playwright` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/browser-playwright)

Updates `@vitest/coverage-v8` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/coverage-v8)

Updates `semantic-release` from 25.0.2 to 25.0.3
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v25.0.2...v25.0.3)

Updates `vitest` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: "@turf/bbox"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@vitest/browser"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@vitest/browser-playwright"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: dayjs
  dependency-version: 1.11.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-idle-timer
  dependency-version: 5.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-map-gl
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: semantic-release
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: validator
  dependency-version: 13.15.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the patch group with 10 updates build(deps): bump the patch group across 1 directory with 10 updates Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/patch-628d04e875 branch from 9e59d56 to 6d4b776 Compare June 4, 2026 18:40
# Conflicts:
#	package-lock.json
#	package.json
@joncursi joncursi merged commit 29060f2 into main Jun 5, 2026
7 of 8 checks passed
@joncursi joncursi deleted the dependabot/npm_and_yarn/patch-628d04e875 branch June 5, 2026 00:51
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.

2 participants