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 shop-frontend-npm group across 1 directory with 16 updates #121

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the shop-frontend-npm group with 15 updates in the /shop-frontend directory:

Package From To
@grafana/faro-web-sdk 1.7.1 1.8.2
@grafana/faro-web-tracing 1.7.1 1.8.2
next 14.2.3 14.2.5
@headlessui/react 1.7.19 2.1.2
@heroicons/react 2.1.3 2.1.5
@navikt/ds-css 6.7.0 6.13.0
@navikt/ds-react 6.7.0 6.13.0
@navikt/ds-tailwind 6.7.0 6.13.0
@types/node 20.12.8 22.0.2
@types/react 18.3.1 18.3.3
eslint 8.57.0 9.8.0
eslint-config-next 14.2.3 14.2.5
postcss 8.4.38 8.4.40
tailwindcss 3.4.3 3.4.7
typescript 5.4.5 5.5.4

Updates @grafana/faro-web-sdk from 1.7.1 to 1.8.2

Changelog

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

1.8.2

  • Enhancement (@grafana/faro-web-tracing): ensure that span status is always set to error for erroneous xhr requests (#644).

1.8.1

  • Enhancement (@grafana/faro-web-tracing): ensure that span status is always set to error for erroneous fetch requests (#641).

1.8.0

  • Feature (@grafana/faro-web-sdk): track web vitals attribution (#595).

  • Feature (@grafana/faro-web-sdk): set span context for navigation events (#608).

  • Feature (@grafana/faro-react): add helper functions to initialize React Router integration (#622).

  • Enhancement (@grafana/faro-web-sdk): Auto extend a session if the Faro receiver indicates that a session is invalid (#591).

  • Enhancement (@grafana/faro-web-tracing): provide the app.namespace attribute in the app meta which is attached as service.namespace to the resource attributes object (#627).

  • Dependencies (@grafana/faro-web-tracing): upgrade otel deps (#621).

  • Dependencies (@grafana/faro-core): upgrade otel deps (#621).

  • Dependencies (@grafana/faro-transport-otlp-http [experimental]): upgrade otel deps (#621).

  • Fix (@grafana/faro-react): Mark react-router-dom peer dependency as optional (#617).

1.7.3

  • Feature (@grafana/faro-core): source map uploads - add bundleId to the MetaApp Meta object (#476).
  • Feature (@grafana/faro-web-sdk): track window dimensions via the browser meta (#594).
  • Feature (@grafana/faro-web-sdk): If logArgsSerializer is set in the config of initializeFaro, it will be forwarded to the core (#589).

1.7.2

  • Fix (@grafana/faro-react): Fixed a type issue in react v6 router dependencies (#585).
Commits
  • ce86005 v1.8.2
  • 08d0f63 v1.8.1
  • d561cbf Resolve-circular-deps (#629)
  • ec21b36 v1.8.0
  • b57bd3f feat: Ability to add app namespace (#627)
  • 855c814 feat: collect tracecontext through server-timing for nav and resource timings...
  • ae037b3 Add web vitals with attribution instrumentation (#595)
  • 3431f41 feat(web-sdk): forward logArgsSerializer in initializeFaro to the core (#589)
  • 8797d40 590 grafana cloud create new session if 400 session invalid is returned (#591)
  • d2c5a72 v1.7.3
  • Additional commits viewable in compare view

Updates @grafana/faro-web-tracing from 1.7.1 to 1.8.2

Changelog

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

1.8.2

  • Enhancement (@grafana/faro-web-tracing): ensure that span status is always set to error for erroneous xhr requests (#644).

1.8.1

  • Enhancement (@grafana/faro-web-tracing): ensure that span status is always set to error for erroneous fetch requests (#641).

1.8.0

  • Feature (@grafana/faro-web-sdk): track web vitals attribution (#595).

  • Feature (@grafana/faro-web-sdk): set span context for navigation events (#608).

  • Feature (@grafana/faro-react): add helper functions to initialize React Router integration (#622).

  • Enhancement (@grafana/faro-web-sdk): Auto extend a session if the Faro receiver indicates that a session is invalid (#591).

  • Enhancement (@grafana/faro-web-tracing): provide the app.namespace attribute in the app meta which is attached as service.namespace to the resource attributes object (#627).

  • Dependencies (@grafana/faro-web-tracing): upgrade otel deps (#621).

  • Dependencies (@grafana/faro-core): upgrade otel deps (#621).

  • Dependencies (@grafana/faro-transport-otlp-http [experimental]): upgrade otel deps (#621).

  • Fix (@grafana/faro-react): Mark react-router-dom peer dependency as optional (#617).

1.7.3

  • Feature (@grafana/faro-core): source map uploads - add bundleId to the MetaApp Meta object (#476).
  • Feature (@grafana/faro-web-sdk): track window dimensions via the browser meta (#594).
  • Feature (@grafana/faro-web-sdk): If logArgsSerializer is set in the config of initializeFaro, it will be forwarded to the core (#589).

1.7.2

  • Fix (@grafana/faro-react): Fixed a type issue in react v6 router dependencies (#585).
Commits

Updates @opentelemetry/api from 1.8.0 to 1.9.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

api/v1.9.0

1.9.0

🚀 (Enhancement)

  • feat(metrics): added synchronous gauge #4528 @​clintonb
  • feat(api): allow adding span links after span creation #4536 @​seemk
    • This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the specification as new features need to be implemented.
  • feat: support node 22 #4666 @​dyladan
Changelog

Sourced from @​opentelemetry/api's changelog.

1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430
  • feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #3208 @​pkanal

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-metrics): use Date.now() for instrument recording timestamps #3514 @​MisterSquishy
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #3517 @​legendecas
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

Commits
  • 08f597f chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)
  • 969bb62 fix(tracing): make spans resilient to performance clock drift (#3434)
  • 2dcc898 Document repo settings (#3519)
  • 475e401 docs(sdk-metrics): fix badge and reword introductory sentence (#3484)
  • 126ae93 fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a ...
  • c93ab9e fix(core): fix precision loss in numberToHrtime (#3480)
  • 3fd6fb8 fix(sdk-metrics): fix duplicated registration of metrics for collectors (#3488)
  • 93222fc fix(api): declare this parameter type in observable callbacks (#3497)
  • eecb800 feat(sdk-node): configure no-op sdk with OTEL_SDK_DISABLED environment vari...
  • 1c3af6c feat(api-logs): add the SeverityNumber enumeration (#3443)
  • Additional commits viewable in compare view

Updates next from 14.2.3 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

v14.2.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Updates @headlessui/react from 1.7.19 to 2.1.2

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.2

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

@​headlessui/react@​v2.1.1

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

@​headlessui/react@​v2.1.0

Headless UI v2.1

We just released Headless UI v2.1 for React, which dramatically simplifies our transition APIs and adds support for rendering multiple dialogs as siblings. See our announcement blog to learn more.

Changelog

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

Changed

  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#3284)

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.1.2] - 2024-07-05

Fixed

  • Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • Ensure unmount on Dialog works in combination with the transition prop on DialogBackdrop and DialogPanel components (#3352)
  • Fix crash in Combobox component when in virtual mode when options are empty (#3356)
  • Fix hanging tests when using anchor prop (#3357)
  • Fix transition and focus prop combination for PopoverPanel component (#3361)
  • Fix outside click in nested portalled Popover components (#3362)
  • Fix restoring focus to correct element when closing Dialog component (#3365)
  • Fix flushSync warning for Combobox component with immediate prop enabled (#3366)

[2.1.1] - 2024-06-26

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

[2.1.0] - 2024-06-21

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

Changed

  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#3284)

[2.0.4] - 2024-05-25

Fixed

... (truncated)

Commits
  • a36380f 2.1.2 - @​headlessui/react
  • 5fb738f Fix flushSync warning for Combobox component with immediate prop enable...
  • 91e9597 Fix restoring focus to correct element when closing Dialog component (#3365)
  • da466ec Fix outside click in nested portalled Popover components (#3362)
  • d8f44e0 Fix transition and focus prop combination for PopoverPanel component (#...
  • 70f88f4 Fix hanging tests when using anchor prop (#3357)
  • d65829b Fix crash in Combobox component when in virtual mode when options are emp...
  • 990b179 Ensure unmount on Dialog works in combination with the transition prop ...
  • fbad6a9 Fix prematurely added anchoring styles on ListboxOptions (#3337)
  • abd86fc 2.1.1 - @​headlessui/react
  • Additional commits viewable in compare view

Updates @heroicons/react from 2.1.3 to 2.1.5

Release notes

Sourced from @​heroicons/react's releases.

v2.1.5

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

v2.1.4

Fixed

  • Improve tree-shakability of React package (#1192)
Changelog

Sourced from @​heroicons/react's changelog.

[2.1.5] - 2024-07-10

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

[2.1.4] - 2024-06-17

Fixed

  • Improve tree-shakability of React package (#1192)
Commits

Updates @navikt/ds-css from 6.7.0 to 6.13.0

Changelog

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

Changelog

6.13

@​navikt/ds-react

  • Modal: New prop placement for anchoring the modal to the top of the viewport. (#3033)

@​navikt/ds-css

  • Modal: New prop placement for anchoring the modal to the top of the viewport. (#3033)

6.12

@​navikt/ds-react

  • Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. (#3003)
  • ToggleGroup: Selecting already selected value now avoids sending extra event (#3012)

  • Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. (#3007)

@​navikt/ds-css

  • Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. (#3003)
  • Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. (#3007)

@​navikt/aksel-icons

  • Icons: New icon ChildHairEyes (#3020)
  • Icons: FigureCombination icon adjusted (#3031)

6.11

@​navikt/ds-react

  • FileUpload: Added description-prop for Item. (#2975)

  • Pagination: Added prop for hidden heading. (#2976)

  • ToggleGroup: Added props icon and label as a replacement for children. Children is marked as deprecated and will be removed in a future major-version. (#2929)

  • List: Changed List.Item to BodyLong, changed Item spacing from 1rem to 0.5rem. (#2979)

  • Page: Removed surface-subtle from background-prop (#2987)

@​navikt/ds-css

... (truncated)

Commits

Updates @navikt/ds-react from 6.7.0 to 6.13.0

Changelog

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

Changelog

6.13

@​navikt/ds-react

  • Modal: New prop placement for anchoring the modal to the top of the viewport. (#3033)

@​navikt/ds-css

  • Modal: New prop placement for anchoring the modal to the top of the viewport. (#3033)

6.12

@​navikt/ds-react

  • Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. (#3003)
  • ToggleGroup: Selecting already selected value now avoids sending extra event (#3012)

  • Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. (#3007)

@​navikt/ds-css

  • Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. (#3003)
  • Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. (#3007)

@​navikt/aksel-icons

  • Icons: New icon ChildHairEyes (#3020)
  • Icons: FigureCombination icon adjusted (#3031)

6.11

@​navikt/ds-react

  • FileUpload: Added description-prop for Item. (#2975)

  • Pagination: Added prop for hidden heading. (#2976)

  • ToggleGroup: Added props icon and label as a replacement for children. Children is marked as deprecated and will be removed in a future major-version. (#2929)

  • List: Changed List.Item to BodyLong, changed Item spacing from 1rem to 0.5rem. (#2979)

  • Page: Removed surface-subtle from background-prop (#2987)

@​navikt/ds-css

... (truncated)

Commits

Updates @navikt/ds-tailwind from 6.7.0 to 6.13.0

Changelog

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

6.13.0

6.12.0

6.11.0

6.10.1

6.10.0

6.9.0

6.8.0

6.7.1

Commits

Updates @types/node from 20.12.8 to 22.0.2

Commits

Updates @types/react from 18.3.1 to 18.3.3

Commits

Updates eslint from 8.57.0 to 9.8.0

Release notes

Sourced from eslint's releases.

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath d...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the shop-frontend-npm group with 15 updates in the /shop-frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.7.1` | `1.8.2` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.7.1` | `1.8.2` |
| [next](https://github.com/vercel/next.js) | `14.2.3` | `14.2.5` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.19` | `2.1.2` |
| [@heroicons/react](https://github.com/tailwindlabs/heroicons) | `2.1.3` | `2.1.5` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `6.7.0` | `6.13.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `6.7.0` | `6.13.0` |
| [@navikt/ds-tailwind](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/tailwind) | `6.7.0` | `6.13.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.8` | `22.0.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.1` | `18.3.3` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.8.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.3` | `14.2.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.40` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.4` |



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

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

Updates `@opentelemetry/api` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.8.0...v1.9.0)

Updates `next` from 14.2.3 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.3...v14.2.5)

Updates `@headlessui/react` from 1.7.19 to 2.1.2
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.2/packages/@headlessui-react)

Updates `@heroicons/react` from 2.1.3 to 2.1.5
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@v2.1.3...v2.1.5)

Updates `@navikt/ds-css` from 6.7.0 to 6.13.0
- [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/ds-css@6.7.0...@navikt/ds-css@6.13.0)

Updates `@navikt/ds-react` from 6.7.0 to 6.13.0
- [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/ds-react@6.7.0...@navikt/ds-react@6.13.0)

Updates `@navikt/ds-tailwind` from 6.7.0 to 6.13.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/tailwind/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/ds-tailwind@6.13.0/@navikt/core/tailwind)

Updates `@types/node` from 20.12.8 to 22.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.1 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 8.57.0 to 9.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.8.0)

Updates `eslint-config-next` from 14.2.3 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next)

Updates `postcss` from 8.4.38 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.40)

Updates `tailwindcss` from 3.4.3 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.7)

Updates `typescript` from 5.4.5 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: "@grafana/faro-web-tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: "@headlessui/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shop-frontend-npm
- dependency-name: "@heroicons/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: "@navikt/ds-tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shop-frontend-npm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shop-frontend-npm
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: shop-frontend-npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: shop-frontend-npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2024
@Starefossen
Copy link
Member

@dependabot ignore eslint

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

OK, I won't notify you about eslint again, unless you unignore it.

@Starefossen
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

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

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shop-frontend/shop-frontend-npm-0327b100da branch September 1, 2024 07:26
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.

1 participant