Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group across 1 directory with 15 updates #1087

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps the minor-and-patch group with 15 updates in the / directory:

Package From To
@grafana/faro-web-sdk 1.13.1 1.14.1
@navikt/aksel-icons 7.12.2 7.17.1
@navikt/ds-css 7.12.2 7.17.1
@navikt/ds-react 7.12.2 7.17.1
@sentry/browser 9.0.0 9.5.0
@sentry/webpack-plugin 3.1.2 3.2.2
axios 1.7.4 1.8.2
react-router 7.1.3 7.3.0
uuid 11.0.5 11.1.0
@eslint/js 9.20.0 9.21.0
eslint 9.20.0 9.21.0
eslint-config-prettier 10.0.1 10.1.1
typescript 5.7.2 5.8.2
typescript-eslint 8.24.0 8.26.0
webpack 5.97.1 5.98.0

Updates @grafana/faro-web-sdk from 1.13.1 to 1.14.1

Changelog

Sourced from @​grafana/faro-web-sdk's changelog.

1.14.1

  • Improvement (@grafana/faro-web-sdk): The ignored errors parser now also parses stack traces. This is helpful, for example, to exclude all errors thrown by extensions (#1000).

1.14.0

  • Feature (@grafana/faro-web-sdk): Provide a webVitalsInstrumentation.reportAllChanges option to report all changes for web vitals (#981)
  • Feature (@grafana/faro-web-sdk): Enhance user meta properties to align with OTEL semantic conventions for user attributes (#990)
  • Feature (@grafana/faro-web-tracing): Add user attributes to spans (#990)

Breaking

  • Improvement (@grafana/faro-web-tracing): Removed @opentelemetry/context-zone as it is not required for the default instrumentations.

    Users who need ZoneContextManager for additional OTEL instrumentations can inject it via the web-tracing configuration.

    initializeFaro({
      // ...
      instrumentations: [
        // ...
        new TracingInstrumentation({
          contextManager: new ZoneContextManager(),
          instrumentations: [
            /* custom instruments */
          ],
        }),
      ],
      // ...
    });

1.13.3

  • Chore (@grafana/faro-web-sdk): Ensure all properties in attributes and context objects are stringified when sending custom signals (#952)

1.13.2

  • Fix (@grafana/faro-web-sdk): The optional context object in the pushError API now correctly stringifies all provided values (#944)
Commits

Updates @navikt/aksel-icons from 7.12.2 to 7.17.1

Changelog

Sourced from @​navikt/aksel-icons's changelog.

7.17.1

7.17.0

7.16.1

7.16.0

7.15.0

7.14.3

7.14.2

7.14.1

7.14.0

Minor Changes

  • Icons: 🎉 New icons LineHeight, SpaceHorizontal and SpaceVertical. (#3587)

7.13.0

Minor Changes

  • Icons: 🎉 New icons ExpandVertical and QuestionmarkCircle (#3583)
Commits

Updates @navikt/ds-css from 7.12.2 to 7.17.1

Changelog

Sourced from @​navikt/ds-css's changelog.

Changelog

7.17

@​navikt/ds-react

  • List: aria-label and aria-labelledby is forwarded to list-element. (#3626)

@​navikt/ds-css

  • ExpansionCard: Fixed bug where @media print would hide header content. (#3634)

7.16

@​navikt/ds-react

  • React 19: Resolve unknown-type in Slot. (#3627)

@​navikt/ds-css

  • Darkside: All classNames are now starts with .aksel instead of .navds. (#3586)

7.15

@​navikt/aksel

  • CLI: Added primitives migration to new space-tokens. Run npx @navikt/aksel migration primitive-spacing to start migrating now. This update is supported for old and new (darkside) system. (#3597)

  • CLI: Added js/ts migration to new space-tokens. Run npx @navikt/aksel migration token-spacing-js to start migrating now. This update is supported for old and new (darkside) system. (#3597)

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/ds-tokens

  • Darkside: 💄 Bumped bg-raised token to neutral-200 in darkmode. (441d8b7)

... (truncated)

Commits

Updates @navikt/ds-react from 7.12.2 to 7.17.1

Changelog

Sourced from @​navikt/ds-react's changelog.

Changelog

7.17

@​navikt/ds-react

  • List: aria-label and aria-labelledby is forwarded to list-element. (#3626)

@​navikt/ds-css

  • ExpansionCard: Fixed bug where @media print would hide header content. (#3634)

7.16

@​navikt/ds-react

  • React 19: Resolve unknown-type in Slot. (#3627)

@​navikt/ds-css

  • Darkside: All classNames are now starts with .aksel instead of .navds. (#3586)

7.15

@​navikt/aksel

  • CLI: Added primitives migration to new space-tokens. Run npx @navikt/aksel migration primitive-spacing to start migrating now. This update is supported for old and new (darkside) system. (#3597)

  • CLI: Added js/ts migration to new space-tokens. Run npx @navikt/aksel migration token-spacing-js to start migrating now. This update is supported for old and new (darkside) system. (#3597)

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/ds-tokens

  • Darkside: 💄 Bumped bg-raised token to neutral-200 in darkmode. (441d8b7)

... (truncated)

Commits

Updates @sentry/browser from 9.0.0 to 9.5.0

Release notes

Sourced from @​sentry/browser's releases.

9.5.0

Important Changes

We found some issues with the new feedback screenshot annotation where screenshots are not being generated properly. Due to this issue, we are reverting the feature.

  • Revert "feat(feedback) Allowing annotation via highlighting & masking (#15484)" (#15609)

Other Changes

  • Add cloudflare adapter detection and path generation (#15603)
  • deps(nextjs): Bump rollup to 4.34.9 (#15589)
  • feat(bun): Automatically add performance integrations (#15586)
  • feat(replay): Bump rrweb to 2.34.0 (#15580)
  • fix(browser): Call original function on early return from patched history API (#15576)
  • fix(nestjs): Copy metadata in custom decorators (#15598)
  • fix(react-router): Fix config type import (#15583)
  • fix(remix): Use correct types export for @sentry/remix/cloudflare (#15599)
  • fix(vue): Attach Pinia state only once per event (#15588)

Work in this release was contributed by @​msurdi-a8c, @​namoscato, and @​rileyg98. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.14 KB
@​sentry/browser - with treeshaking flags 22.93 KB
@​sentry/browser (incl. Tracing) 36.2 KB
@​sentry/browser (incl. Tracing, Replay) 73.38 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.79 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.56 KB
@​sentry/browser (incl. Feedback) 40.29 KB
@​sentry/browser (incl. sendFeedback) 27.78 KB
@​sentry/browser (incl. FeedbackAsync) 32.57 KB
@​sentry/react 24.96 KB
@​sentry/react (incl. Tracing) 38.09 KB
@​sentry/vue 27.38 KB
@​sentry/vue (incl. Tracing) 37.89 KB
@​sentry/svelte 23.17 KB
CDN Bundle 24.35 KB
CDN Bundle (incl. Tracing) 36.25 KB
CDN Bundle (incl. Tracing, Replay) 71.26 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.43 KB
CDN Bundle - uncompressed 71.14 KB
CDN Bundle (incl. Tracing) - uncompressed 107.52 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 218.79 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.36 KB
@​sentry/nextjs (client) 39.26 KB
@​sentry/sveltekit (client) 36.62 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

9.5.0

Important Changes

We found some issues with the new feedback screenshot annotation where screenshots are not being generated properly. Due to this issue, we are reverting the feature.

  • Revert "feat(feedback) Allowing annotation via highlighting & masking (#15484)" (#15609)

Other Changes

  • Add cloudflare adapter detection and path generation (#15603)
  • deps(nextjs): Bump rollup to 4.34.9 (#15589)
  • feat(bun): Automatically add performance integrations (#15586)
  • feat(replay): Bump rrweb to 2.34.0 (#15580)
  • fix(browser): Call original function on early return from patched history API (#15576)
  • fix(nestjs): Copy metadata in custom decorators (#15598)
  • fix(react-router): Fix config type import (#15583)
  • fix(remix): Use correct types export for @sentry/remix/cloudflare (#15599)
  • fix(vue): Attach Pinia state only once per event (#15588)

Work in this release was contributed by @​msurdi-a8c, @​namoscato, and @​rileyg98. Thank you for your contributions!

9.4.0

  • feat(core): Add types for logs protocol and envelope (#15530)
  • feat(deps): Bump @sentry/cli from 2.41.1 to 2.42.2 (#15510)
  • feat(deps): Bump @sentry/webpack-plugin from 3.1.2 to 3.2.1 (#15512)
  • feat(feedback) Allowing annotation via highlighting & masking (#15484)
  • feat(nextjs): Add use client directive to client SDK entrypoints (#15575)
  • feat(nextjs): Allow silencing of instrumentation warning (#15555)
  • feat(sveltekit): Ensure AsyncLocalStorage async context strategy is used in Cloudflare Pages (#15557)
  • fix(cloudflare): Make @cloudflare/workers-types an optional peer dependency (#15554)
  • fix(core): Don't reverse values in event filters (#15584)
  • fix(core): Handle normalization of null prototypes correctly (#15556)
  • fix(nextjs): Only warn on missing onRequestError in version 15 (#15553)
  • fix(node): Allow for undefined transport to be passed in (#15560)
  • fix(wasm): Fix wasm integration stacktrace parsing for filename (#15572)
  • perf(node): Store normalized request for processing (#15570)

9.3.0

Important Changes

With this release we're publishing two new SDKs in experimental alpha stage:

  • feat(tanstackstart): Add TanStack Start SDK (#15523)

For details please refer to the README

  • feat(react-router): Add React Router SDK (#15524)

... (truncated)

Commits
  • 0bf31c8 release: 9.5.0
  • aba909b Merge pull request #15611 from getsentry/prepare-release/9.5.0
  • 79a1eef meta(changelog): Update changelog for 9.5.0
  • 8d9f523 Revert "feat(feedback) Allowing annotation via highlighting & masking (#15484...
  • 44a3507 chore: Add external contributor to CHANGELOG.md (#15606)
  • a4371a2 chore: Add external contributor to CHANGELOG.md (#15595)
  • e3692a4 Add cloudflare adapter detection and path generation (#15603)
  • e68cbec chore: Add external contributor to CHANGELOG.md (#15604)
  • 07d23bf fix(react-router): Fix config type import (#15583)
  • f377496 fix(remix): Use correct types export for @sentry/remix/cloudflare (#15599)
  • Additional commits viewable in compare view

Updates @sentry/webpack-plugin from 3.1.2 to 3.2.2

Release notes

Sourced from @​sentry/webpack-plugin's releases.

3.2.2

  • feat(annotation): Handle JSX member expressions (#690)
  • fix(core): Don't crash on recoverable CLI command error (#682)
  • chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT in passThroughEnv when using Turborepo (#675)

3.2.1

  • deps: Bump @​sentry/cli to 2.42.2 (#685)

3.2.0

  • feat(core): Accept and await a promise in sourcemaps.filesToDeleteAfterUpload (#677)
Changelog

Sourced from @​sentry/webpack-plugin's changelog.

3.2.2

  • feat(annotation): Handle JSX member expressions (#690)
  • fix(core): Don't crash on recoverable CLI command error (#682)
  • chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT in passThroughEnv when using Turborepo (#675)

3.2.1

  • deps: Bump @​sentry/cli to 2.42.2 (#685)

3.2.0

  • feat(core): Accept and await a promise in sourcemaps.filesToDeleteAfterUpload (#677)
Commits
  • c5b9fde release: 3.2.2
  • db87d68 meta: Update Changelog for 3.2.2 (#691)
  • 10a8b0e feat(annotation): Handle JSX member expressions (#690)
  • 2fba173 fix(core): Don't crash on recoverable CLI command error (#682)
  • ee73414 chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT...
  • dc0da7f Merge branch 'release/3.2.1'
  • 4c79586 release: 3.2.1
  • 0968db9 deps: Bump @sentry/cli to 2.42.2 (#685)
  • c72d4df docs: Add react component name to readme feature list (#684)
  • ac96af1 Merge branch 'release/3.2.0'
  • Additional commits viewable in compare view

Updates axios from 1.7.4 to 1.8.2

Release notes

Sourced from axios's releases.

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

Updates react-router from 7.1.3 to 7.3.0

Release notes

Sourced from react-router's releases.

v7.3.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v730

v7.2.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v720

v.7.1.5

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715

v7.1.4

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714

Changelog

Sourced from react-router's changelog.

7.3.0

Minor Changes

  • Add fetcherKey as a parameter to patchRoutesOnNavigation (#13061)

    • In framework mode, Lazy Route Discovery will now detect manifest version mismatches after a new deploy
    • On navigations to undiscovered routes, this mismatch will trigger a document reload of the destination path
    • On fetcher calls to undiscovered routes, this mismatch will trigger a document reload of the current path

Patch Changes

  • Skip resource route flow in dev server in SPA mode (#13113)

  • Support middleware on routes (unstable) (#12941)

    Middleware is implemented behind a future.unstable_middleware flag. To enable, you must enable the flag and the types in your react-router-config.ts file:

    import type { Config } from "@react-router/dev/config";
    import type { Future } from "react-router";
    declare module "react-router" {
    interface Future {
    unstable_middleware: true; // 👈 Enable middleware types
    }
    }
    export default {
    future: {
    unstable_middleware: true, // 👈 Enable middleware
    },
    } satisfies Config;

    ⚠️ Middleware is unstable and should not be adopted in production. There is at least one known de-optimization in route module loading for clientMiddleware that we will be addressing this before a stable release.

    ⚠️ Enabling middleware contains a breaking change to the context parameter passed to your loader/action functions - see below for more information.

    Once enabled, routes can define an array of middleware functions that will run sequentially before route handlers run. These functions accept the same parameters as loader/action plus an additional next parameter to run the remaining data pipeline. This allows middlewares to perform logic before and after handlers execute.

    // Framework mode
    export const unstable_middleware = [serverLogger, serverAuth]; // server
    export const unstable_clientMiddleware = [clientLogger]; // client
    // Library mode
    const routes = [
    {
    path: "/",

... (truncated)

Commits
  • d3bed18 chore: Update version for release (#13175)
  • c24bc42 chore: Update version for release (pre) (#13174)
  • 180d99a Fix JSDoc types for context (#13170)
  • fb014ce Remove middleware depth restrictions (#13172)
  • 754c304 chore: Update version for release (pre) (#13157)
  • 5f6b341 Add support for client context and middleware (unstable) (#12941)
  • 57b9ff4 Fix types for loaderData and actionData that contain Records (#13139)
  • 2c5d54d Skip resource route flow in dev mode when SPA mode is enabled (#13113)
  • 05f812b Detect lazy route discovery manifest version mismatches and trigger reloads (...
  • 54147a3 Fix critical CSS with custom Vite.DevEnvironment (#13066)
  • Additional commits viewable in compare view

Updates uuid from 11.0.5 to 11.1.0

Release notes

Sourced from uuid's releases.

v11.1.0

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)
Changelog

Sourced from uuid's changelog.

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)
Commits

Updates @eslint/js from 9.20.0 to 9.21.0

Release notes

Sourced from @​eslint/js's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog

Sourced from @​eslint/js's changelog.

v9.21.0 - February 21, 2025

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)

@dependabot dependabot bot requested a review from a team as a code owner March 7, 2025 19:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 7, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-d840e58a7b branch 2 times, most recently from 78f9576 to 58d537b Compare March 12, 2025 09:33
Bumps the minor-and-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.13.1` | `1.14.1` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.12.2` | `7.17.1` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.12.2` | `7.17.1` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.12.2` | `7.17.1` |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `9.0.0` | `9.5.0` |
| [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `3.1.2` | `3.2.2` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.8.2` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.3` | `7.3.0` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.21.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.0` | `9.21.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.1` | `10.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.24.0` | `8.26.0` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |



Updates `@grafana/faro-web-sdk` from 1.13.1 to 1.14.1
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.14.1/packages/web-sdk)

Updates `@navikt/aksel-icons` from 7.12.2 to 7.17.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/aksel-icons/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/aksel-icons)

Updates `@navikt/ds-css` from 7.12.2 to 7.17.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ds-react` from 7.12.2 to 7.17.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@sentry/browser` from 9.0.0 to 9.5.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@9.0.0...9.5.0)

Updates `@sentry/webpack-plugin` from 3.1.2 to 3.2.2
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@3.1.2...3.2.2)

Updates `axios` from 1.7.4 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.8.2)

Updates `react-router` from 7.1.3 to 7.3.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `uuid` from 11.0.5 to 11.1.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.5...v11.1.0)

Updates `@eslint/js` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)

Updates `eslint` from 9.20.0 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.0...v9.21.0)

Updates `eslint-config-prettier` from 10.0.1 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.1...v10.1.1)

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

Updates `typescript-eslint` from 8.24.0 to 8.26.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/typescript-eslint)

Updates `webpack` from 5.97.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.1...v5.98.0)

---
updated-dependencies:
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/aksel-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/webpack-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-d840e58a7b branch from 58d537b to 0cf6382 Compare March 12, 2025 12:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 12, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-d840e58a7b branch March 12, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants