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 7 updates #4060

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

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

Package From To
@mtes-mct/monitor-ui 24.11.3 24.11.4
@reduxjs/toolkit 2.5.0 2.5.1
@sentry/react 8.47.0 8.53.0
@tanstack/react-virtual 3.11.2 3.11.3
react-highlight-words 0.20.0 0.21.0
react-select 5.9.0 5.10.0
styled-components 6.1.13 6.1.14

Updates @mtes-mct/monitor-ui from 24.11.3 to 24.11.4

Release notes

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

v24.11.4

24.11.4 (2025-01-08)

Bug Fixes

  • elements: fix $isRequired prop on label and Legend components (c410bcf)
  • global: resolve issue when releasing new version (cc82fdc)
  • global: resolve issue when releasing new version (c1a1810)
  • global: resolve issue when releasing new version (7d418ff)

Buid System & Dependencies

  • dev-deps: bump @​rollup/plugin-commonjs from 25.0.3 to 28.0.2 (64efc16)
  • dev-deps: bump @​rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (d9ce487)
  • dev-deps: bump @​types/node from 20.14.10 to 22.10.2 (9dbd4d3)
  • dev-deps: bump eslint-plugin-sort-destructure-keys (045286e)
  • dev-deps: bump react-is from 18.3.1 to 19.0.0 (984dc6c)
  • dev-deps: bump semantic-release from 23.0.8 to 24.1.2 (b988c17)
  • dev-deps: bump the non-major-dev-dependencies group with 5 updates (bba6b6f)
  • dev-deps: bump the non-major-dev-dependencies group with 6 updates (c350a8c)
  • dev-deps: bump the non-major-dev-dependencies group with 8 updates (dc2a9f7)
Changelog

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

24.11.4 (2025-01-08)

Bug Fixes

  • elements: fix $isRequired prop on label and Legend components (c410bcf)
  • global: resolve issue when releasing new version (cc82fdc)
  • global: resolve issue when releasing new version (c1a1810)
  • global: resolve issue when releasing new version (7d418ff)

Buid System & Dependencies

  • dev-deps: bump @​rollup/plugin-commonjs from 25.0.3 to 28.0.2 (64efc16)
  • dev-deps: bump @​rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (d9ce487)
  • dev-deps: bump @​types/node from 20.14.10 to 22.10.2 (9dbd4d3)
  • dev-deps: bump eslint-plugin-sort-destructure-keys (045286e)
  • dev-deps: bump react-is from 18.3.1 to 19.0.0 (984dc6c)
  • dev-deps: bump semantic-release from 23.0.8 to 24.1.2 (b988c17)
  • dev-deps: bump the non-major-dev-dependencies group with 5 updates (bba6b6f)
  • dev-deps: bump the non-major-dev-dependencies group with 6 updates (c350a8c)
  • dev-deps: bump the non-major-dev-dependencies group with 8 updates (dc2a9f7)
Commits
  • cc82fdc fix(global): resolve issue when releasing new version
  • c1a1810 fix(global): resolve issue when releasing new version
  • 7d418ff fix(global): resolve issue when releasing new version
  • d9ce487 build(dev-deps): bump @​rollup/plugin-node-resolve from 15.3.0 to 16.0.0
  • dc2a9f7 build(dev-deps): bump the non-major-dev-dependencies group with 8 updates
  • c410bcf fix(elements): fix $isRequired prop on label and Legend components
  • b988c17 build(dev-deps): bump semantic-release from 23.0.8 to 24.1.2
  • 9dbd4d3 build(dev-deps): bump @​types/node from 20.14.10 to 22.10.2
  • bba6b6f build(dev-deps): bump the non-major-dev-dependencies group with 5 updates
  • 984dc6c build(dev-deps): bump react-is from 18.3.1 to 19.0.0
  • Additional commits viewable in compare view

Updates @reduxjs/toolkit from 2.5.0 to 2.5.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.1

This bugfix release fixes a logic issue with the new upsertQueryEntries util that sometimes kept entries in a pending state indefinitely.

Changelog

upsertQueryEntries fixes

Users reported that in some cases, use of upsertQueryEntries to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existing upsertQueryData util, which meant that sometimes the entry would be left in a pending state expecting a fulfilled action from a request ID that would never happen.

This release fixes that issue and ensures the updates and refetches happen correctly.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1

Commits

Updates @sentry/react from 8.47.0 to 8.53.0

Release notes

Sourced from @​sentry/react's releases.

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.3 KB
@​sentry/browser - with treeshaking flags 23.17 KB
@​sentry/browser (incl. Tracing) 35.9 KB
@​sentry/browser (incl. Tracing, Replay) 73.27 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.57 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.5 KB
@​sentry/browser (incl. Feedback) 39.51 KB
@​sentry/browser (incl. sendFeedback) 27.91 KB
@​sentry/browser (incl. FeedbackAsync) 32.71 KB
@​sentry/react 25.98 KB
@​sentry/react (incl. Tracing) 38.71 KB
@​sentry/vue 27.58 KB
@​sentry/vue (incl. Tracing) 37.75 KB
@​sentry/svelte 23.46 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.6 KB
CDN Bundle (incl. Tracing, Replay) 72.9 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.23 KB
CDN Bundle - uncompressed 71.92 KB
CDN Bundle (incl. Tracing) - uncompressed 111.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.88 KB
@​sentry/nextjs (client) 38.96 KB
@​sentry/sveltekit (client) 36.4 KB
@​sentry/node 162.84 KB
@​sentry/node - without tracing 99.15 KB
@​sentry/aws-serverless 126.67 KB

8.52.1

  • fix(v8/nextjs): Fix nextjs build warning (#15226)
  • ref(v8/browser): Add protocol attributes to resource spans #15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

Bundle size 📦

Path Size

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.53.0

  • feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • fix(v8/react): fromLocation can be undefined in Tanstack Router Instrumentation (#15237)

Work in this release was contributed by @​tannerlinsley. Thank you for your contribution!

8.52.1

  • fix(v8/nextjs): Fix nextjs build warning (#15226)
  • ref(v8/browser): Add protocol attributes to resource spans #15224
  • ref(v8/core): Don't set this.name to new.target.prototype.constructor.name (#15222)

Work in this release was contributed by @​Zen-cronic. Thank you for your contribution!

8.52.0

Important Changes

  • feat(solidstart): Add withSentry wrapper for SolidStart config (#15135)

To enable the SolidStart SDK, wrap your SolidStart Config with withSentry. The sentrySolidStartVite plugin is now automatically added by withSentry and you can pass the Sentry build-time options like this:

import { defineConfig } from '@solidjs/start/config';
import { withSentry } from '@sentry/solidstart';
export default defineConfig(
withSentry(
{
/* Your SolidStart config options... */
},
{
// Options for setting up source maps
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
},
),
);

With the withSentry wrapper, the Sentry server config should not be added to the public directory anymore. Add the Sentry server config in src/instrument.server.ts. Then, the server config will be placed inside the server build output as instrument.server.mjs.

Now, there are two options to set up the SDK:

  1. (recommended) Provide an --import CLI flag to the start command like this (path depends on your server setup): node --import ./.output/server/instrument.server.mjs .output/server/index.mjs

... (truncated)

Commits
  • 3d8b132 release: 8.53.0
  • f08e613 meta: Update Changelog for 8.53.0 (#15243)
  • ef4f210 fix(v8/react): From location can be undefined in Tanstack Router Instrumentat...
  • 4df3759 feat(v8/nuxt): Add url to SourcemapsUploadOptions (#15202)
  • 36bdc47 Merge branch 'release/8.52.1' into v8
  • 42011b5 release: 8.52.1
  • 0114ba4 meta: Update changelog for 8.52.1 (#15230)
  • 6152ef5 ref(v8/browser): Add protocol attributes to resource spans (#15224)
  • a0470da ref(v8/core): Don't set this.name to `new.target.prototype.constructor.name...
  • 4574acc test(v8): Fix nextjs build warning (#15226)
  • Additional commits viewable in compare view

Updates @tanstack/react-virtual from 3.11.2 to 3.11.3

Release notes

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

v3.11.3

Version 3.11.3 - 1/27/25, 10:57 AM

Changes

Fix

  • virtual-core: avoid invalidating getIndexes memo cache on every call (#918) (386aca7) by Richie

Chore

  • deps: update all non-major dependencies (#919) (7612473) by renovate[bot]
  • deps: update all non-major dependencies (#916) (87f6d16) by renovate[bot]
  • deps: update all non-major dependencies (#915) (71c7ad5) by renovate[bot]
  • deps: update all non-major dependencies (#908) (28f0062) by renovate[bot]
  • deps: lock file maintenance (#907) (3d98fd7) by renovate[bot]
  • deps: update all non-major dependencies (#905) (0b51434) by renovate[bot]
  • deps: update all non-major dependencies (#903) (cbd43e9) by renovate[bot]

Packages

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

Updates react-highlight-words from 0.20.0 to 0.21.0

Release notes

Sourced from react-highlight-words's releases.

v0.21.0

What's Changed

New Contributors

Full Changelog: bvaughn/react-highlight-words@v0.20.0...v0.21.0

Commits

Updates react-select from 5.9.0 to 5.10.0

Release notes

Sourced from react-select's releases.

[email protected]

Minor Changes

Commits

Updates styled-components from 6.1.13 to 6.1.14

Release notes

Sourced from styled-components's releases.

[email protected]

Patch Changes

  • 6908326: Add changesets for release management
  • 18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file tech. enhancement technical ehancement labels Feb 1, 2025
Bumps the non-major-dependencies group in /frontend with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mtes-mct/monitor-ui](https://github.com/MTES-MCT/monitor-ui) | `24.11.3` | `24.11.4` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.5.0` | `2.5.1` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.47.0` | `8.53.0` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.11.2` | `3.11.3` |
| [react-highlight-words](https://github.com/bvaughn/react-highlight-words) | `0.20.0` | `0.21.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.9.0` | `5.10.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.13` | `6.1.14` |


Updates `@mtes-mct/monitor-ui` from 24.11.3 to 24.11.4
- [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@v24.11.3...v24.11.4)

Updates `@reduxjs/toolkit` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.5.0...v2.5.1)

Updates `@sentry/react` from 8.47.0 to 8.53.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.53.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.47.0...8.53.0)

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

Updates `react-highlight-words` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bvaughn/react-highlight-words/releases)
- [Commits](bvaughn/react-highlight-words@v0.20.0...v0.21.0)

Updates `react-select` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.10.0)

Updates `styled-components` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/[email protected])

---
updated-dependencies:
- dependency-name: "@mtes-mct/monitor-ui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: "@sentry/react"
  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-patch
  dependency-group: non-major-dependencies
- dependency-name: react-highlight-words
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@louptheron louptheron force-pushed the dependabot/npm_and_yarn/frontend/non-major-dependencies-55002076be branch from 5307f6c to 0a5de5b Compare February 3, 2025 13:18
Copy link

sonarqubecloud bot commented Feb 3, 2025

@louptheron louptheron merged commit c851a77 into master Feb 3, 2025
31 checks passed
@louptheron louptheron deleted the dependabot/npm_and_yarn/frontend/non-major-dependencies-55002076be branch February 3, 2025 15:08
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.

1 participant