anct-cnum / suite-gestionnaire-numerique

Suite gestionnaire numérique
GNU Affero General Public License v3.0
1 stars 0 forks source link

chore(deps): bump the minor-and-patch group with 7 updates #185

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the minor-and-patch group with 7 updates:

Package From To
@prisma/client 5.21.1 5.22.0
@sentry/nextjs 8.36.0 8.37.1
react-select 5.8.2 5.8.3
@types/node 22.8.7 22.9.0
knip 5.36.2 5.36.7
prisma 5.21.1 5.22.0
vite-tsconfig-paths 5.1.0 5.1.2

Updates @prisma/client from 5.21.1 to 5.22.0

Release notes

Sourced from @​prisma/client's releases.

5.22.0

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements

Prisma Migrate

Prisma

Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

Commits
  • 718358a fix: integrate backwards compatibility change for Optimize (#25591)
  • c64991b feat: integrate iTX and tracing refactor (#25285)
  • b7210d9 chore: Small exports and changes for using Json Protocol types and utils in S...
  • 9af950b chore(deps): update engines to 5.22.0-39.387bb643aa7d27f1f14d278b1a15691d8d4e...
  • dd7d5ee chore: Expose serializeJsonQuery and deserializeJsonResponse (#25576)
  • b599db6 chore(deps): update engines to 5.22.0-32.2428ad6eca74cb0654e6b55b8f19b662f2fa...
  • 699552e chore: Expose JsonQuery type in @​prisma/client/runtime/library (#25557)
  • 9567ac0 fix(adapter-d1): throws Error when string column contains any ISO date (#25483)
  • 7496049 chore(deps): update engines to 5.22.0-12.8263a1f2b3deb0a72687cad83ceb981a2562...
  • 8e14920 chore(deps): update engines to 5.22.0-10.4fe298bcdaa934021fad991610757e9d42ee...
  • Additional commits viewable in compare view


Updates @sentry/nextjs from 8.36.0 to 8.37.1

Release notes

Sourced from @​sentry/nextjs's releases.

8.37.1

  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​sentry/opentelemetry (#14187)

Bundle size 📦

Path Size
@​sentry/browser 22.76 KB
@​sentry/browser - with treeshaking flags 21.54 KB
@​sentry/browser (incl. Tracing) 35.18 KB
@​sentry/browser (incl. Tracing, Replay) 71.9 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@​sentry/browser (incl. Feedback) 39.9 KB
@​sentry/browser (incl. sendFeedback) 27.4 KB
@​sentry/browser (incl. FeedbackAsync) 32.2 KB
@​sentry/react 25.51 KB
@​sentry/react (incl. Tracing) 38.15 KB
@​sentry/vue 26.9 KB
@​sentry/vue (incl. Tracing) 37.07 KB
@​sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@​sentry/nextjs (client) 38.23 KB
@​sentry/sveltekit (client) 35.78 KB
@​sentry/node 131.52 KB
@​sentry/node - without tracing 95.64 KB
@​sentry/aws-serverless 105.91 KB

8.37.0

Important CHanges

  • feat(nuxt): Add piniaIntegration (#14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
</tr></table>

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

8.37.1

  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​sentry/opentelemetry (#14187)

8.37.0

Important Changes

  • feat(nuxt): Add piniaIntegration (#14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
/* optional Pinia plugin options */
}),
],
});

  • feat: Deprecate metrics API (#14157)

The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.

This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.

Learn more about the end of the Metrics beta.

Other Changes

  • feat(browser): Add http.response_delivery_type attribute to resource spans (#14056)
  • feat(browser): Add skipBrowserExtensionCheck escape hatch option (#14147)
  • feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 (#14174)
  • feat(deps): Bump @​opentelemetry/instrumentation-fastify from 0.40.0 to 0.41.0 (#14175)
  • feat(deps): Bump @​opentelemetry/instrumentation-graphql from 0.43.0 to 0.44.0 (#14173)
  • feat(deps): Bump @​opentelemetry/instrumentation-mongodb from 0.47.0 to 0.48.0 (#14171)
  • feat(deps): Bump @​opentelemetry/propagator-aws-xray from 1.25.1 to 1.26.0 (#14172)
  • feat(nuxt): Add asyncFunctionReExports to define re-exported server functions (#14104)
  • feat(nuxt): Add piniaIntegration (#14138)
  • fix(browser): Avoid recording long task spans starting before their parent span (#14183)
  • fix(core): Ensure errors thrown in async cron jobs bubble up (#14182)
  • fix(core): Silently fail maybeInstrument (#14140)
  • fix(nextjs): Resolve path for dynamic webpack import (#13751)

... (truncated)

Commits
  • f27ee4e release: 8.37.1
  • abde7a0 Merge pull request #14189 from getsentry/prepare-release/8.37.1
  • d3a628e meta(changelog): Update changelog for 8.37.1
  • 5b8e7ba Merge pull request #14185 from getsentry/master
  • 3612bdd feat(deps): Bump @​opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @​se...
  • daf2d3a Merge branch 'release/8.37.0'
  • e82a929 release: 8.37.0
  • 765de25 Merge pull request #14184 from getsentry/prepare-release/8.37.0
  • ad42711 meta: Update Changelog for 8.37.0
  • ac57e53 fix(browser): Avoid recording long task spans starting before their parent sp...
  • Additional commits viewable in compare view


Updates react-select from 5.8.2 to 5.8.3

Release notes

Sourced from react-select's releases.

react-select@5.8.3

Patch Changes

Commits


Updates @types/node from 22.8.7 to 22.9.0

Commits


Updates knip from 5.36.2 to 5.36.7

Release notes

Sourced from knip's releases.

Release 5.36.7

  • Temp disable argos (fixes in knip → issues reported issues) (fd2d9d31)
  • Format generated file (6e15421d)
  • Credit file-entry-cache (fe7812e8)
  • Simplify isReferencedInExport and report types-in-types (resolves #830) (80537c58)

Release 5.36.6

  • Generate plugin schema file (resolves #829) (9d3367bb)
  • Move pluginsSchema to separate file (8e6fe9e5)
  • Add tweet and pat myself on the back (f4b253cf)

Release 5.36.5

  • Use plugin names as binary name fallback (fixes #743) (57997e5f)

Release 5.36.4

  • Format (d5d1ba0d)
  • Reduce own config (234d8cff)
  • Refactor globbin' to improve debug output (2bd294ea)
  • Add glob args parser to plugins (7464371f)
  • Remove oddity (0b09ff7a)
  • Add comment to generated files (39a77ba2)
  • Some plugins only need to run in root (811af534)
  • Add warning for --isolate-workspaces + class members (98318d7d)
  • Add log util (328ba014)
  • Housekeeping config file (fb71a2cd)
  • Remove unused export (6d2fdeaa)
  • Follow your own rules (135e478e)
  • Filter out external refs to re-exports (b9ffef4c)
  • Make more sense in --include-libs tests (9a78e330)
  • Add plugins card to homepage (5d32cfb7)
  • Add "plugin docs generated" remark to plugin pages (ac3344a3)

Release 5.36.3

  • Consolidate specifier workspace handling into helper (5c4a9d59)
  • No need to add .json files as entry files (8c0289f3)
  • Update comparison-and-migration.md. Fix wrong link of npm-check (#828) (a4a98827)
  • Only show any config hints in non-production mode (a1383889)
Commits


Updates prisma from 5.21.1 to 5.22.0

Release notes

Sourced from prisma's releases.

5.22.0

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements

Prisma Migrate

Prisma

Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

Commits


Updates vite-tsconfig-paths from 5.1.0 to 5.1.2

Release notes

Sourced from vite-tsconfig-paths's releases.

v5.1.2

  • fix Windows regression introduced in v5.1.1 (#162)

v5.1.1

  • support ${configDir} syntax in include/exclude (#156)
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 2 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.