Skip to content

Commit

Permalink
Bump the patch-and-minor group with 5 updates (#6726)
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.34.0` | `8.35.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.34.0` | `8.35.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.2` | `4.3.3` |
| [eslint](https://github.com/eslint/eslint) | `9.12.0` | `9.13.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.10.0` | `6.10.1` |


Updates `@sentry/browser` from 8.34.0 to 8.35.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.34.0...8.35.0)

Updates `@sentry/react` from 8.34.0 to 8.35.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.34.0...8.35.0)

Updates `@vitejs/plugin-react` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react)

Updates `eslint` from 9.12.0 to 9.13.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.12.0...v9.13.0)

Updates `eslint-plugin-jsx-a11y` from 6.10.0 to 6.10.1
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.10.0...v6.10.1)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: "@vitejs/plugin-react"
  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: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 4fa2830 commit fbf3f26
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 177 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@navikt/familie-endringslogg": "13.1.4",
"@navikt/ft-plattform-komponenter": "5.0.1",
"@popperjs/core": "2.11.8",
"@sentry/browser": "8.34.0",
"@sentry/react": "^8.34.0",
"@sentry/browser": "8.35.0",
"@sentry/react": "^8.35.0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
Expand Down Expand Up @@ -89,13 +89,13 @@
"@types/react-collapse": "5.0.4",
"@types/react-router-dom": "5.3.3",
"@types/redux-form": "8.3.11",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"axios-mock-adapter": "2.1.0",
"cross-env": "7.0.3",
"eslint": "9.12.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-vitest": "~0.5.4",
"globals": "^15.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sak-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@navikt/ft-plattform-komponenter": "5.0.1",
"@navikt/ft-prosess-beregningsgrunnlag": "6.6.13",
"@navikt/ft-ui-komponenter": "2.5.5",
"@sentry/browser": "8.34.0",
"@sentry/react": "^8.34.0",
"@sentry/browser": "8.35.0",
"@sentry/react": "^8.35.0",
"@tanstack/react-query": "^5.59.15",
"axios": "1.7.7",
"classnames": "2.5.1",
Expand Down
Loading

0 comments on commit fbf3f26

Please sign in to comment.