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

[Tech] Bump the non-major-dependencies group in /frontend with 8 updates #3608

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the non-major-dependencies group in /frontend with 8 updates:

Package From To
@mtes-mct/monitor-ui 21.1.1 21.2.0
@tanstack/react-table 8.19.3 8.20.5
@tanstack/react-virtual 3.8.6 3.10.6
dayjs 1.11.12 1.11.13
ky 1.5.0 1.7.1
ol-mapbox-style 12.3.4 12.3.5
react-router-dom 6.26.0 6.26.1
rsuite-table 5.18.3 5.19.1

Updates @mtes-mct/monitor-ui from 21.1.1 to 21.2.0

Release notes

Sourced from @​mtes-mct/monitor-ui's releases.

v21.2.0

21.2.0 (2024-08-27)

Features

  • icons: new icon for lists (d5a6b3c)

Buid System & Dependencies

  • dev-deps: bump the all-non-major-dependencies group (7899982)
Changelog

Sourced from @​mtes-mct/monitor-ui's changelog.

21.2.0 (2024-08-27)

Features

  • icons: new icon for lists (d5a6b3c)

Buid System & Dependencies

  • dev-deps: bump the all-non-major-dependencies group (7899982)
Commits
  • d5a6b3c feat(icons): new icon for lists
  • 7899982 build(dev-deps): bump the all-non-major-dependencies group
  • 78ea93e ci(release): 21.1.1
  • See full diff in compare view

Updates @tanstack/react-table from 8.19.3 to 8.20.5

Release notes

Sourced from @​tanstack/react-table's releases.

v8.20.5

Version 8.20.5 - 8/24/24, 11:37 PM

Changes

Fix

  • table-core: allow searching of numbers (#5718) (237b1c4) by GaganSingh7

Docs

  • vue: add information about shallowRef for reactive data (#5706) (58913b6) by Ola Alsaker

Packages

  • @​tanstack/table-core@​8.20.5
  • @​tanstack/angular-table@​8.20.5
  • @​tanstack/lit-table@​8.20.5
  • @​tanstack/qwik-table@​8.20.5
  • @​tanstack/react-table@​8.20.5
  • @​tanstack/solid-table@​8.20.5
  • @​tanstack/svelte-table@​8.20.5
  • @​tanstack/vue-table@​8.20.5
  • @​tanstack/react-table-devtools@​8.20.5

v8.20.4

Version 8.20.4 - 8/9/24, 12:41 PM

Changes

Fix

  • make normal JS-getter work, make reactivity a non-breaking change (#5702) (5110aa9) by Ola Alsaker

Packages

  • @​tanstack/vue-table@​8.20.4

v8.20.3

Version 8.20.3 - 8/9/24, 12:35 AM

Changes

Fix

  • major performance bug in Vue-adapter (#5698) (fb2d72f) by Ola Alsaker

Docs

  • correct broken link to row models section in table guide (#5699) (836cbb7) by Mauricio Piber

... (truncated)

Commits

Updates @tanstack/react-virtual from 3.8.6 to 3.10.6

Release notes

Sourced from @​tanstack/react-virtual's releases.

v3.10.6

Version 3.10.6 - 8/29/24, 9:29 AM

Changes

Fix

  • virtual-core: add bigint to Key to align with @​types/react implementation (#814) (1e12f81) by @​huv1k

Chore

  • deps: update dependency jsdom to v25 (#818) (41ca485) by renovate[bot]
  • deps: update dependency @​vueuse/core to v11 (#817) (5662317) by renovate[bot]

Packages

  • @​tanstack/virtual-core@​3.10.6
  • @​tanstack/lit-virtual@​3.10.6
  • @​tanstack/react-virtual@​3.10.6
  • @​tanstack/solid-virtual@​3.10.6
  • @​tanstack/svelte-virtual@​3.10.6
  • @​tanstack/vue-virtual@​3.10.6
  • @​tanstack/angular-virtual@​3.10.6

v3.10.5

Version 3.10.5 - 8/27/24, 1:39 PM

Changes

Fix

  • angular-virtual: fix proxying of computed functions with args (#812) (3422577) by Garrett Darnell

Refactor

  • angular-virtual: add eslint & fix all eslint errors (#813) (c51217d) by Garrett Darnell

Chore

  • change type of "debug" from any to boolean (#809) (cadac12) by @​steadily-worked
  • deps: update all non-major dependencies (#811) (236b312) by renovate[bot]

Packages

  • @​tanstack/react-virtual@​3.10.5
  • @​tanstack/svelte-virtual@​3.10.5
  • @​tanstack/virtual-core@​3.10.5
  • @​tanstack/angular-virtual@​3.10.5
  • @​tanstack/lit-virtual@​3.10.5
  • @​tanstack/solid-virtual@​3.10.5

... (truncated)

Commits

Updates dayjs from 1.11.12 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Commits

Updates ky from 1.5.0 to 1.7.1

Release notes

Sourced from ky's releases.

v1.7.1

  • Fix types for browsers (#623) 32a720d

sindresorhus/ky@v1.7.0...v1.7.1

v1.7.0

  • Add JSON generics to ky() and HTTPError (#619) f76c7cd

sindresorhus/ky@v1.6.0...v1.7.0

v1.6.0

  • Add support for the RateLimit-Reset header (#618) 8531b05
  • Allow explicitly unsetting hooks on .extend() (#599) 0017053
  • Fix signal handling for Request objects (#613) 2376cf2

sindresorhus/ky@v1.5.0...v1.6.0

Commits

Updates ol-mapbox-style from 12.3.4 to 12.3.5

Release notes

Sourced from ol-mapbox-style's releases.

v12.3.5

Summary

  • Adjust MapboxVectorLayer type generics for OpenLayers v10

What's Changed

Full Changelog: openlayers/ol-mapbox-style@v12.3.4...v12.3.5

Changelog

Sourced from ol-mapbox-style's changelog.

12.3.5

  • Adjust MapboxVectorLayer type generics for OpenLayers v10
Commits
  • 8dd04cf Add dist for v12.3.5
  • 5e06725 Changes for v12.3.5
  • 2dd1ed0 Merge pull request #1185 from openlayers/dependabot/npm_and_yarn/multi-e091cc...
  • 1661cb1 Bump ws, engine.io and socket.io-adapter
  • 775a5db Merge pull request #1182 from openlayers/dependabot/npm_and_yarn/puppeteer-23...
  • a57c1c2 Merge pull request #1164 from openlayers/dependabot/npm_and_yarn/braces-3.0.3
  • 804d4fd Merge pull request #1162 from openlayers/dependabot/npm_and_yarn/rollup/plugi...
  • 71a3c99 Merge pull request #1156 from openlayers/dependabot/npm_and_yarn/css-loader-7...
  • 23d6c38 Merge pull request #1155 from openlayers/dependabot/npm_and_yarn/typedoc-plug...
  • 2f47027 Merge pull request #1184 from openlayers/ol10-types
  • Additional commits viewable in compare view

Updates react-router-dom from 6.26.0 to 6.26.1

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.26.1

Patch Changes

Commits

Updates rsuite-table from 5.18.3 to 5.19.1

Release notes

Sourced from rsuite-table's releases.

5.19.0

What's Changed

Full Changelog: rsuite/rsuite-table@5.18.3...5.19.0

Changelog

Sourced from rsuite-table's changelog.

5.19.1 (2024-08-24)

Bug Fixes

  • add has-row-span class to the table when the rowSpan is set (#500) (b2b601d)

5.19.0 (2024-08-22)

Features

  • Table: add support for maxHeight prop (#498) (1d3598d)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major-dependencies group in /frontend with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@mtes-mct/monitor-ui](https://github.com/MTES-MCT/monitor-ui) | `21.1.1` | `21.2.0` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.19.3` | `8.20.5` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.8.6` | `3.10.6` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.12` | `1.11.13` |
| [ky](https://github.com/sindresorhus/ky) | `1.5.0` | `1.7.1` |
| [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) | `12.3.4` | `12.3.5` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.0` | `6.26.1` |
| [rsuite-table](https://github.com/rsuite/rsuite-table) | `5.18.3` | `5.19.1` |


Updates `@mtes-mct/monitor-ui` from 21.1.1 to 21.2.0
- [Release notes](https://github.com/MTES-MCT/monitor-ui/releases)
- [Changelog](https://github.com/MTES-MCT/monitor-ui/blob/main/CHANGELOG.md)
- [Commits](MTES-MCT/monitor-ui@v21.1.1...v21.2.0)

Updates `@tanstack/react-table` from 8.19.3 to 8.20.5
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.5/packages/react-table)

Updates `@tanstack/react-virtual` from 3.8.6 to 3.10.6
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.10.6/packages/react-virtual)

Updates `dayjs` from 1.11.12 to 1.11.13
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.12...v1.11.13)

Updates `ky` from 1.5.0 to 1.7.1
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.5.0...v1.7.1)

Updates `ol-mapbox-style` from 12.3.4 to 12.3.5
- [Release notes](https://github.com/openlayers/ol-mapbox-style/releases)
- [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/main/CHANGELOG.md)
- [Commits](openlayers/ol-mapbox-style@v12.3.4...v12.3.5)

Updates `react-router-dom` from 6.26.0 to 6.26.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `rsuite-table` from 5.18.3 to 5.19.1
- [Release notes](https://github.com/rsuite/rsuite-table/releases)
- [Changelog](https://github.com/rsuite/rsuite-table/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite-table@5.18.3...5.19.1)

---
updated-dependencies:
- dependency-name: "@mtes-mct/monitor-ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: "@tanstack/react-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: ky
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: ol-mapbox-style
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: rsuite-table
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file tech. enhancement technical ehancement labels Sep 1, 2024
Copy link

sonarcloud bot commented Sep 1, 2024

@ivangabriele ivangabriele merged commit 7951b7d into master Sep 4, 2024
26 checks passed
@ivangabriele ivangabriele deleted the dependabot/npm_and_yarn/frontend/non-major-dependencies-987f66c468 branch September 4, 2024 00:35
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 tech. enhancement technical ehancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants