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

fix(dependencies): bump the patch-minor-dependencies group in /tavla with 32 updates #1695

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps the patch-minor-dependencies group in /tavla with 32 updates:

Package From To
@dnd-kit/core 6.0.8 6.1.0
@dnd-kit/utilities 3.2.1 3.2.2
@entur/alert 0.14.9 0.16.19
@entur/button 3.2.28 3.2.34
@entur/chip 0.7.15 0.7.23
@entur/expand 3.4.0 3.5.23
@entur/layout 2.1.33 2.3.18
@entur/loader 0.4.31 0.5.12
@entur/modal 1.7.3 1.7.55
@entur/tab 0.4.51 0.4.75
@entur/tokens 3.15.1 3.17.2
@entur/travel 6.0.18 6.2.9
@entur/typography 1.8.20 1.8.47
@floating-ui/react 0.26.12 0.26.25
classnames 2.3.2 2.5.1
graphql 16.6.0 16.9.0
pino 9.4.0 9.5.0
pino-pretty 11.2.2 11.3.0
posthog-js 1.155.2 1.176.0
react 18.2.0 18.3.1
@types/react 18.2.38 18.3.12
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.17 18.3.1
sharp 0.32.6 0.33.5
swr 2.1.5 2.2.5
@graphql-codegen/typed-document-node 5.0.0 5.0.10
@types/lodash 4.14.191 4.17.12
autoprefixer 10.4.19 10.4.20
eslint-plugin-react 7.33.2 7.37.2
postcss 8.4.38 8.4.47
tailwindcss 3.4.3 3.4.14
typescript 5.0.2 5.6.3

Updates @dnd-kit/core from 6.0.8 to 6.1.0

Release notes

Sourced from @​dnd-kit/core's releases.

@​dnd-kit/core@​6.1.0

Minor Changes

  • #1271 bc588c7 Thanks @​clauderic! - Introduce bypassActivationConstraint() option for PointerSensor, MouseSensor and TouchSensor. This optional argument can be used to conditionally bypass activation constraints. An example use-case would be to bypass activation constraints when the activator event target is the activatorNode of a draggable source.

    useSensor(PointerSensor, {
      activationConstraint: {
        delay: 250,
        tolerance: 5,
      },
      bypassActivationConstraint({event, activeNode}) {
        return activeNode.activatorNode.current?.contains(event.target);
      },
    });
  • #1269 b417f0f Thanks @​clauderic! - Allow delay and distance activation constraints to be used concurrently for MouseSensor, TouchSensor and PointerSensor.

Patch Changes

Changelog

Sourced from @​dnd-kit/core's changelog.

6.1.0

Minor Changes

  • #1271 bc588c7 Thanks @​clauderic! - Introduce bypassActivationConstraint() option for PointerSensor, MouseSensor and TouchSensor. This optional argument can be used to conditionally bypass activation constraints. An example use-case would be to bypass activation constraints when the activator event target is the activatorNode of a draggable source.

    useSensor(PointerSensor, {
      activationConstraint: {
        delay: 250,
        tolerance: 5,
      },
      bypassActivationConstraint({event, activeNode}) {
        return activeNode.activatorNode.current?.contains(event.target);
      },
    });
  • #1269 b417f0f Thanks @​clauderic! - Allow delay and distance activation constraints to be used concurrently for MouseSensor, TouchSensor and PointerSensor.

Patch Changes

Commits

Updates @dnd-kit/utilities from 3.2.1 to 3.2.2

Release notes

Sourced from @​dnd-kit/utilities's releases.

@​dnd-kit/utilities@​3.2.2

Patch Changes

Changelog

Sourced from @​dnd-kit/utilities's changelog.

3.2.2

Patch Changes

Commits

Updates @entur/alert from 0.14.9 to 0.16.19

Commits

Updates @entur/button from 3.2.28 to 3.2.34

Commits

Updates @entur/chip from 0.7.15 to 0.7.23

Commits

Updates @entur/expand from 3.4.0 to 3.5.23

Commits

Updates @entur/layout from 2.1.33 to 2.3.18

Commits

Updates @entur/loader from 0.4.31 to 0.5.12

Commits

Updates @entur/modal from 1.7.3 to 1.7.55

Commits

Updates @entur/tab from 0.4.51 to 0.4.75

Commits

Updates @entur/tokens from 3.15.1 to 3.17.2

Commits

Updates @entur/travel from 6.0.18 to 6.2.9

Commits

Updates @entur/typography from 1.8.20 to 1.8.47

Commits

Updates @floating-ui/react from 0.26.12 to 0.26.25

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.26.25

Patch Changes

  • fix(useListNavigation): handle virtual nested Home/End key press
  • fix(useHover): ignore insignificant movement when resetting restMs
  • fix(useListNavigation): ignore duplicate arrow navigation when composing
  • feat(useDelayGroup): add enabled option
  • fix(useDismiss): handle IME keydown events on Escape
  • fix(inner): round max-height only if not scrollable

@​floating-ui/react@​0.26.24

Patch Changes

  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/[email protected], @floating-ui/[email protected]

@​floating-ui/react@​0.26.23

Patch Changes

  • feat: add onOpenChange reason string for FloatingFocusManager's closeOnFocusOut handling
  • fix(inner): correctly handle borders
  • fix(FloatingArrow): ignore staticOffset prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.
  • fix(useListNavigation, Composite): prevent onNavigate from potentially passing in an undefined value instead of null
  • fix(useHover): blockPointerEvents no longer adds pointer-events: none to unintended <body> elements.
  • fix: manage focus on element with floating props spread on it
  • fix(FloatingFocusManager): support keepMounted behavior with disabled prop

@​floating-ui/react@​0.26.22

Patch Changes

@​floating-ui/react@​0.26.21

Patch Changes

@​floating-ui/react@​0.26.20

Patch Changes

  • fix: wrap focus call in act in useFocus tests
  • fix: focus always mounted nested lists with listNavigation
  • fix(FloatingFocusManager): return focus to next tabbable after reference element if removed after floating element opens without other previously focused elements to use
  • fix(useListNavigation): avoid reading ref in render
  • Update dependencies: @floating-ui/[email protected]

... (truncated)

Changelog

Sourced from @​floating-ui/react's changelog.

0.26.25

Patch Changes

  • fix(useListNavigation): handle virtual nested Home/End key press
  • fix(useHover): ignore insignificant movement when resetting restMs
  • fix(useListNavigation): ignore duplicate arrow navigation when composing
  • feat(useDelayGroup): add enabled option
  • fix(useDismiss): handle IME keydown events on Escape
  • fix(inner): round max-height only if not scrollable

0.26.24

Patch Changes

  • fix(FloatingOverlay): correct multiple locks behavior on iOS
  • fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
  • refactor: use React.JSX.Element types. Ensure you've upgraded to the latest @types/react patches (versions since May 6, 2023)
  • fix(FloatingArrow): avoid requiring leading space for manually specified transform style property
  • fix(inner): round maxHeight and apply minItemsVisible only when scrollable
  • Update dependencies: @floating-ui/[email protected], @floating-ui/[email protected]

0.26.23

Patch Changes

  • feat: add onOpenChange reason string for FloatingFocusManager's closeOnFocusOut handling
  • fix(inner): correctly handle borders
  • fix(FloatingArrow): ignore staticOffset prop if floating element is shifted. Fixes an issue where the arrow could potentially point to nothing if it was shifted enough from its reference element.
  • fix(useListNavigation, Composite): prevent onNavigate from potentially passing in an undefined value instead of null
  • fix(useHover): blockPointerEvents no longer adds pointer-events: none to unintended <body> elements.
  • fix: manage focus on element with floating props spread on it
  • fix(FloatingFocusManager): support keepMounted behavior with disabled prop

0.26.22

Patch Changes

0.26.21

Patch Changes

0.26.20

Patch Changes

... (truncated)

Commits
  • 1ed123b Version Packages (#3074)
  • 4a0f925 fix(inner): round only if not scrollable (#3081)
  • c0c83b4 feat(useDelayGroup): add enabled option (#3080)
  • 5f4d7fc fix(useListNavigation): handle virtual nested Home/End key press (#3079)
  • 1d3c357 fix(useListNavigation): ignore duplicate arrow navigation when composing (#3078)
  • da6583b fix(useDismiss): handle IME keydown events on Escape (#3075)
  • 98fd203 fix(useHover): ignore insignificant movement when resetting restMs (#3073)
  • ecd627e Version Packages (#3041)
  • 2f5132e fix(FloatingOverlay): correct multiple locks behavior on iOS (#3051)
  • 46ce713 fix(FloatingFocusManager): use fallback return focus element (#3049)
  • Additional commits viewable in compare view

Updates classnames from 2.3.2 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)

v2.3.3 / 2023-12-21

Commits

Updates graphql from 16.6.0 to 16.9.0

Release notes

Sourced from graphql's releases.

v16.9.0 (2024-06-21)

New Feature 🚀

  • #4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)

Committers: 1

v16.8.2 (2024-06-12)

Bug Fix 🐞

Internal 🏠

Committers: 2

v16.8.1 (2023-09-19)

Bug Fix 🐞

Committers: 1

v16.8.0 (2023-08-14)

New Feature 🚀

Committers: 1

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞

Committers: 1

... (truncated)

Commits
  • 556a01e 16.9.0
  • 6a1614c backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...
  • 29144f7 backport[v16]: Implement OneOf Input Objects via @oneOf directive (#4124)
  • c35130e Revert error extension symbol (#4123)
  • 29c1bff feat: allow defining symbol error extensions (#3730)
  • c985c27 backport[v16]: Introduce "recommended" validation rules (#4119)
  • 08779a0 16.8.2
  • c82609e Fix publish scripts (#4104)
  • 0d12b06 fix: remove globalThis check and align with what bundlers can accept (#4022)
  • 8a95335 16.8.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by benjie, a new releaser for graphql since your current version.


Updates pino from 9.4.0 to 9.5.0

Release notes

Sourced from pino's releases.

v9.5.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.4.0...v9.5.0

Commits
  • bb68e01 Bumped v9.5.0
  • 84bbd35 fix: Ensure silent log level is respected with browser.transmit option (#2052)
  • 5bc0a92 feature: allow sync flag to be passed to ThreadStream for synchronous… (#2063)
  • f220965 docs -> #2061 Alphabetize transport list and reorder sections in documentatio...
  • d32fd55 docs->added pino-hana transport (#2059)
  • 7cff45a build(deps-dev): bump @​yao-pkg/pkg from 5.13.0 to 5.15.0 (#2050)
  • cd09737 doc: Add Transport @​macfja/pino-fingers-crossed (#2047)
  • 0ab1bdd Update transports.md (#2041)
  • de5a697 build(deps): bump pino-abstract-transport from 1.2.0 to 2.0.0 (#2043)
  • eef2f87 build(deps-dev): bump @​yao-pkg/pkg from 5.12.1 to 5.13.0 (#2042)
  • See full diff in compare view

Updates pino-pretty from 11.2.2 to 11.3.0

Release notes

Sourced from pino-pretty's releases.

v11.3.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v11.2.2...v11.3.0

Commits

Updates posthog-js from 1.155.2 to 1.176.0

Release notes

Sourced from posthog-js's releases.

1.176.0 - 2024-10-24

  • fix(surveys): Reset Survey storage after posthog.reset is called (#1494)

1.175.1 - 2024-10-24

  • chore: set platform on stack frame (#1495)

1.175.0 - 2024-10-24

  • fix: allow canvas local config (#1496)

1.174.4 - 2024-10-24

  • fix: expose the last activity timestamp in session id check result (#1491)

1.174.3 - 2024-10-22

  • chore: upgrade rrweb to alpha.16 (#1276)
  • chore: test that autocapture allowlists are unioned (#1476)

1.174.2 - 2024-10-18

  • fix: no need to swallow import errors (#1486)

1.174.1 - 2024-10-18

  • fix: do not capture entire elements in web vitals (#1483)

1.174.0 - 2024-10-17

  • Make entire cancel button area clickable (#1473)
  • feat: swap the default to identified_only (#1468)

1.173.0 - 2024-10-17

  • feat(web-analytics): Store nulls for unset campaign params (#1482)

1.172.1 - 2024-10-17

  • chore: add crossOrigin='anonymous' to snippet script (#1481)

1.172.0 - 2024-10-17

  • chore: build an es5 bundle and move main to es6 (#1480)

1.171.0 - 2024-10-17

  • feat: start session recording on url trigger (#1451)
  • chore: babel targets in rollup config (#1479)

... (truncated)

Changelog

Sourced from posthog-js's changelog.

1.176.0 - 2024-10-24

  • fix(surveys): Reset Survey storage after posthog.reset is called (#1494)

1.175.1 - 2024-10-24

  • chore: set platform on stack frame (#1495)

1.175.0 - 2024-10-24

  • fix: allow canvas local config (#1496)

1.174.4 - 2024-10-24

  • fix: expose the last activity timestamp in session id check result (#1491)

1.174.3 - 2024-10-22

  • chore: upgrade rrweb to alpha.16 (#1276)
  • chore: test that autocapture allowlists are unioned (#1476)

1.174.2 - 2024-10-18

  • fix: no need to swallow import errors (#1486)

1.174.1 - 2024-10-18

  • fix: do not capture entire elements in web vitals (#1483)

1.174.0 - 2024-10-17

  • Make entire cancel button area clickable (#1473)
  • feat: swap the default to identified_only (#1468)

1.173.0 - 2024-10-17

  • feat(web-analytics): Store nulls for unset campaign params (#1482)

1.172.1 - 2024-10-17

  • chore: add crossOrigin='anonymous' to snippet script (#1481)

1.172.0 - 2024-10-17

  • chore: build an es5 bundle and move main to es6 (#1480)

1.171.0 - 2024-10-17

  • feat: start session recording on url trigger (#1451)
  • chore: babel targets in rollup config (#1479)

... (truncated)

Commits
  • 5a3a520 chore: Bump version to 1.176.0
  • 0cee24b fix(surveys): Reset Survey storage after posthog.reset is called (#1494)
  • c8470ef chore: Bump version to 1.175.1
  • 0de431c chore: set platform on stack frame (#1495)
  • 7816ad5 chore: Bump version to 1.175.0
  • d2a12dd fix: allow canvas local config (#1496)
  • be912c9 chore: Bump version to 1.174.4
  • 2379c71 fix: expose the last activity timestamp in session id check result (#1491)
  • 4552c06 chore: Bump version to 1.174.3
  • efa0d2b chore: upgrade rrweb to alpha.16 (#1276)
  • Additional commits viewable in compare view

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.38 to 18.3.12

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.17 to 18.3.1

Commits

Updates sharp from 0.32.6 to 0.33.5

Changelog

Sourced from sharp's changelog.

v0.33.5 - 16th August 2024

  • Upgrade to libvips v8.15.3 for upstream bug fixes.

  • Add pageHeight and pages to response of multi-page output. #3411

  • Ensure option to force use of a globally-installed libvips works correctly. #4111 @​project0

  • Minimise use of engines property to improve yarn v1 support. #4130

  • Ensure sharp.format.heif includes only AVIF when using prebuilt binaries. #4132

    Description has been truncated

Bumps the patch-minor-dependencies group in /tavla with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [@dnd-kit/core](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/core) | `6.0.8` | `6.1.0` |
| [@dnd-kit/utilities](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/utilities) | `3.2.1` | `3.2.2` |
| [@entur/alert](https://bitbucket.org/enturas/design-system/src/default/packages/alert) | `0.14.9` | `0.16.19` |
| [@entur/button](https://bitbucket.org/enturas/design-system/src/default/packages/button) | `3.2.28` | `3.2.34` |
| [@entur/chip](https://bitbucket.org/enturas/design-system/src/default/packages/chip) | `0.7.15` | `0.7.23` |
| [@entur/expand](https://bitbucket.org/enturas/design-system/src/default/packages/expand) | `3.4.0` | `3.5.23` |
| [@entur/layout](https://bitbucket.org/enturas/design-system/src/default/packages/layout) | `2.1.33` | `2.3.18` |
| [@entur/loader](https://bitbucket.org/enturas/design-system/src/default/packages/loader) | `0.4.31` | `0.5.12` |
| [@entur/modal](https://bitbucket.org/enturas/design-system/src/default/packages/modal) | `1.7.3` | `1.7.55` |
| [@entur/tab](https://bitbucket.org/enturas/design-system/src/default/packages/tab) | `0.4.51` | `0.4.75` |
| [@entur/tokens](https://bitbucket.org/enturas/design-system/src/default/packages/tokens) | `3.15.1` | `3.17.2` |
| [@entur/travel](https://bitbucket.org/enturas/design-system/src/default/packages/travel) | `6.0.18` | `6.2.9` |
| [@entur/typography](https://bitbucket.org/enturas/design-system/src/default/packages/typography) | `1.8.20` | `1.8.47` |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.12` | `0.26.25` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.9.0` |
| [pino](https://github.com/pinojs/pino) | `9.4.0` | `9.5.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `11.2.2` | `11.3.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.155.2` | `1.176.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.38` | `18.3.12` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.3.1` |
| [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.5` |
| [swr](https://github.com/vercel/swr) | `2.1.5` | `2.2.5` |
| [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node) | `5.0.0` | `5.0.10` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.191` | `4.17.12` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.37.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.47` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.0.2` | `5.6.3` |


Updates `@dnd-kit/core` from 6.0.8 to 6.1.0
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/[email protected]/packages/core)

Updates `@dnd-kit/utilities` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/utilities/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/[email protected]/packages/utilities)

Updates `@entur/alert` from 0.14.9 to 0.16.19
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/button` from 3.2.28 to 3.2.34
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/chip` from 0.7.15 to 0.7.23
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/expand` from 3.4.0 to 3.5.23
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/layout` from 2.1.33 to 2.3.18
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/loader` from 0.4.31 to 0.5.12
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/modal` from 1.7.3 to 1.7.55
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/tab` from 0.4.51 to 0.4.75
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/tokens` from 3.15.1 to 3.17.2
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/travel` from 6.0.18 to 6.2.9
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@entur/typography` from 1.8.20 to 1.8.47
- [Commits](https://bitbucket.org/enturas/design-system/commits)

Updates `@floating-ui/react` from 0.26.12 to 0.26.25
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

Updates `classnames` from 2.3.2 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.2...v2.5.1)

Updates `graphql` from 16.6.0 to 16.9.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.9.0)

Updates `pino` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.4.0...v9.5.0)

Updates `pino-pretty` from 11.2.2 to 11.3.0
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.2.2...v11.3.0)

Updates `posthog-js` from 1.155.2 to 1.176.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.155.2...v1.176.0)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

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

Updates `sharp` from 0.32.6 to 0.33.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.6...v0.33.5)

Updates `swr` from 2.1.5 to 2.2.5
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.1.5...v2.2.5)

Updates `@graphql-codegen/typed-document-node` from 5.0.0 to 5.0.10
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typed-document-node/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typed-document-node)

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

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

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

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

Updates `eslint-plugin-react` from 7.33.2 to 7.37.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.2)

Updates `postcss` from 8.4.38 to 8.4.47
- [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.47)

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

Updates `typescript` from 5.0.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.0.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@dnd-kit/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@dnd-kit/utilities"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/alert"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/button"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/chip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/expand"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/layout"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/loader"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/modal"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/tab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/tokens"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/travel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@entur/typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: posthog-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@graphql-codegen/typed-document-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from emilielr as a code owner October 25, 2024 22:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

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

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tavla/patch-minor-dependencies-3114d6fd5a branch October 28, 2024 07:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants