Skip to content

Commit c980987

Browse files
Bump the patch-and-minor group across 1 directory with 6 updates
Bumps the patch-and-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.12.3` | `1.13.1` | | [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.12.3` | `1.13.1` | | [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.53.0` | `8.54.0` | | [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.53.0` | `8.54.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.22.0` | `8.23.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.22.0` | `8.23.0` | Updates `@grafana/faro-web-sdk` from 1.12.3 to 1.13.1 - [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.13.1/packages/web-sdk) Updates `@grafana/faro-web-tracing` from 1.12.3 to 1.13.1 - [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.13.1/packages/web-tracing) Updates `@sentry/browser` from 8.53.0 to 8.54.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.54.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.53.0...8.54.0) Updates `@sentry/react` from 8.53.0 to 8.54.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.54.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.53.0...8.54.0) Updates `@typescript-eslint/eslint-plugin` from 8.22.0 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.22.0 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser) --- updated-dependencies: - dependency-name: "@grafana/faro-web-sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: "@grafana/faro-web-tracing" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - 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: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e1f56c commit c980987

File tree

2 files changed

+124
-124
lines changed

2 files changed

+124
-124
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@formatjs/intl-datetimeformat": "6.17.2",
1515
"@formatjs/intl-numberformat": "8.15.2",
16-
"@grafana/faro-web-sdk": "1.12.3",
17-
"@grafana/faro-web-tracing": "1.12.3",
16+
"@grafana/faro-web-sdk": "1.13.1",
17+
"@grafana/faro-web-tracing": "1.13.1",
1818
"@navikt/aksel-icons": "7.10.0",
1919
"@navikt/ds-css": "7.10.0",
2020
"@navikt/ds-react": "7.10.0",
@@ -27,9 +27,9 @@
2727
"@navikt/ft-plattform-komponenter": "^7.2.2",
2828
"@popperjs/core": "2.11.8",
2929
"@reach/combobox": "0.18.0",
30-
"@sentry/browser": "8.53.0",
30+
"@sentry/browser": "8.54.0",
3131
"@sentry/cli": "2.41.1",
32-
"@sentry/react": "8.53.0",
32+
"@sentry/react": "8.54.0",
3333
"@tanstack/react-query": "^5.66.0",
3434
"axios": "1.7.9",
3535
"classnames": "2.5.1",
@@ -127,8 +127,8 @@
127127
"@types/react-dom": "19.0.3",
128128
"@types/react-intl": "3.0.0",
129129
"@types/react-redux": "7.1.34",
130-
"@typescript-eslint/eslint-plugin": "8.22.0",
131-
"@typescript-eslint/parser": "8.22.0",
130+
"@typescript-eslint/eslint-plugin": "8.23.0",
131+
"@typescript-eslint/parser": "8.23.0",
132132
"autoprefixer": "10.4.20",
133133
"babel-eslint": "10.1.0",
134134
"babel-jest": "29.7.0",

0 commit comments

Comments
 (0)