Upgrade frontend and backend - #600
Merged
Merged
Conversation
Had to pin opentelemetry for this. They launched a new version 1.39, and
it seems azure monitor is broken. It does try to fetch modules from
internals of opentelemetry...
..site-packages/azure/monitor/opentelemetry/exporter/__init__.py", line 7, in <module>
from azure.monitor.opentelemetry.exporter.export.logs._exporter import AzureMonitorLogExporter
..site-packages/azure/monitor/opentelemetry/exporter/export/logs/_exporter.py", line 14, in <module>
from opentelemetry.sdk._logs import LogData
ImportError: cannot import name 'LogData' from 'opentelemetry.sdk._logs' (..site-packages/opentelemetry/sdk/_logs/__init__.py)
Note that azure-identity is still a transitive dependency, but no longer a direct.
lars-petter-hauge
force-pushed
the
upgrade_frontend
branch
from
December 4, 2025 09:15
44ae728 to
4a6e86e
Compare
Error with type declaration file Error: src/pages/Reactions.tsx(2,36): error TS7016: Could not find a declaration file for module '@equinor/eds-core-react'. '/home/runner/work/acidwatch/acidwatch/frontend/node_modules/@equinor/eds-core-react/dist/esm/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/equinor__eds-core-react` if it exists or add a new declaration (.d.ts) file containing `declare module '@equinor/eds-core-react';` Pinning to an earlier version for now (1.0.2). Might be fixed in the 2.x versions, but eds-data-grid latest has a dependency for eds-core-react 1.
lars-petter-hauge
force-pushed
the
upgrade_frontend
branch
from
December 4, 2025 09:16
4a6e86e to
136846a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also cleaning up a bunch of no longer used dependencies