Skip to content

Commit

Permalink
Dependabot skal ikke ignorere minor og patch oppdateringer på server-… (
Browse files Browse the repository at this point in the history
#1779)

* Dependabot skal ikke ignorere minor og patch oppdateringer på server-pakken

* Oppdatert pakker frontend

* Oppgradert server pakker

* Trenger ikke eslint-referansen lenger

* Riktig versjon av ds-tokens
  • Loading branch information
charliemidtlyng authored Nov 13, 2024
1 parent 604531a commit f38722f
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 120 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ updates:
open-pull-requests-limit: 10
registries: "*"
versioning-strategy: increase
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
groups:
server-minor-and-patch-dependencies:
patterns:
Expand Down
116 changes: 58 additions & 58 deletions package-lock.json

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

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@navikt/ds-css": "^7.5.1",
"@navikt/ds-react": "^7.5.1",
"@navikt/ds-tokens": "^7.0.1",
"@navikt/ds-tokens": "^7.5.1",
"@navikt/fnrvalidator": "^2.1.2",
"@navikt/land-verktoy": "4.0.1",
"@navikt/nav-dekoratoren-moduler": "^3.1.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"react-router-dom": "^6.28.0",
"styled-components": "^6.1.13",
"use-debounce": "^10.0.4",
"uuid": "^10.0.0",
"uuid": "^11.0.3",
"yup": "^1.4.0"
},
"devDependencies": {
Expand Down Expand Up @@ -121,16 +121,13 @@
"testcafe": "^3.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.7.0",
"typescript-eslint": "^8.13.0",
"url-loader": "^4.1.1",
"util": "^0.12.5",
"vitest": "^2.1.4",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1"
},
"overrides": {
"eslint": "$eslint"
}
}
Loading

0 comments on commit f38722f

Please sign in to comment.