Skip to content

Commit

Permalink
fix: pin sentry vue reporter dependency
Browse files Browse the repository at this point in the history
This commit:

- Excludes @sentry/vue from automatic updates so we can check future updates
  manually
- Pin version to last known functioning version

Upgrading to a @sentry/vue version > 8.20 currently breaks the preview
in some places in the application.

RISDEV-0000
  • Loading branch information
andreasphil committed Aug 2, 2024
1 parent 48ea1dd commit f17e2ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@codemirror/lang-xml": "^6.1.0",
"@sentry/vue": "^8.15.0",
"@sentry/vue": "8.20.0",
"@types/lodash.sortby": "^4.7.9",
"@types/uuid": "^10.0.0",
"@vueuse/core": "^10.10.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"enabled": true,
"automerge": true
},
"ignoreDeps": ["io.spring.dependency-management", "org.springframework.boot"],
"ignoreDeps": ["io.spring.dependency-management", "org.springframework.boot", "@sentry/vue"],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit f17e2ea

Please sign in to comment.