Skip to content

Commit 182c9ba

Browse files
Bump the patch-and-minor group with 4 updates (#7144)
Bumps the patch-and-minor group with 4 updates: [@sentry/cli](https://github.com/getsentry/sentry-cli), [eslint](https://github.com/eslint/eslint), [msw](https://github.com/mswjs/msw) and [prettier](https://github.com/prettier/prettier). Updates `@sentry/cli` from 2.42.1 to 2.42.2 - [Release notes](https://github.com/getsentry/sentry-cli/releases) - [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-cli@2.42.1...2.42.2) Updates `eslint` from 9.20.1 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.1...v9.21.0) Updates `msw` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.1...v2.7.2) Updates `prettier` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.1...3.5.2) --- updated-dependencies: - dependency-name: "@sentry/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas H. Wiberg <[email protected]>
1 parent 1862a2f commit 182c9ba

File tree

6 files changed

+96
-105
lines changed

6 files changed

+96
-105
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@playwright/test": "^1.50.1",
71-
"@sentry/cli": "2.42.1",
71+
"@sentry/cli": "2.42.2",
7272
"@storybook/addon-a11y": "8.5.8",
7373
"@storybook/addon-actions": "8.5.8",
7474
"@storybook/addon-docs": "8.5.8",
@@ -94,7 +94,7 @@
9494
"autoprefixer": "^10.4.20",
9595
"axios-mock-adapter": "2.1.0",
9696
"cross-env": "7.0.3",
97-
"eslint": "9.20.1",
97+
"eslint": "9.21.0",
9898
"eslint-config-prettier": "10.0.1",
9999
"eslint-plugin-jsx-a11y": "6.10.2",
100100
"eslint-plugin-react": "7.37.4",
@@ -105,10 +105,10 @@
105105
"jsdom": "26.0.0",
106106
"lint-staged": "15.4.3",
107107
"loose-ts-check": "^2.0.0",
108-
"msw": "2.7.1",
108+
"msw": "2.7.2",
109109
"msw-storybook-addon": "^2.0.4",
110110
"postcss": "^8.5.3",
111-
"prettier": "3.5.1",
111+
"prettier": "3.5.2",
112112
"storybook": "8.5.8",
113113
"stylelint": "16.14.1",
114114
"stylelint-config-standard": "^36.0.1",

packages/fakta-inntektsmelding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "NAV IT",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"msw": "2.7.1",
13+
"msw": "2.7.2",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

packages/fakta-medisinsk-vilkår/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"cors": "^2.8.5",
14-
"msw": "2.7.1",
14+
"msw": "2.7.2",
1515
"vite": "^6.1.1",
1616
"vite-plugin-node-polyfills": "^0.23.0"
1717
},

packages/fakta-om-barnet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite serve"
1111
},
1212
"devDependencies": {
13-
"msw": "2.7.1",
13+
"msw": "2.7.2",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

packages/fakta-omsorgen-for/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dev": "vite serve"
1111
},
1212
"devDependencies": {
13-
"msw": "2.7.1",
13+
"msw": "2.7.2",
1414
"vite": "^6.1.1",
1515
"vite-plugin-node-polyfills": "^0.23.0"
1616
},

0 commit comments

Comments
 (0)