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 major-dependencies group with 6 updates #519

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps the major-dependencies group with 6 updates:

Package From To
prettier 2.8.8 3.0.3
chromatic 6.24.1 7.2.0
@testing-library/jest-dom 5.17.0 6.1.3
@testing-library/react 13.4.0 14.0.0
clsx 1.2.1 2.0.0
tsup 6.6.3 7.2.0

Updates prettier from 2.8.8 to 3.0.3

Release notes

Sourced from prettier's releases.

3.0.3

🔗 Changelog

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.2...3.0.0-alpha.3

3.0.0-alpha.2

  • Fix bundled index.cjs file

... (truncated)

Changelog

Sourced from prettier's changelog.

3.0.3

diff

Add preferUnplugged: true to package.json (#15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json

Allow argument of require() to break (#15256 by @​fisker)

// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
// Prettier 3.0.2
const plugin = require(global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, ".."));
// Prettier 3.0.3
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);

Do not print trailing commas in arrow function type parameter lists in ts code blocks (#15286 by @​sosukesuzuki)

<!-- Input -->
```ts
const foo = <T>() => {}
```
</tr></table> 

... (truncated)

Commits

Updates chromatic from 6.24.1 to 7.2.0

Changelog

Sourced from chromatic's changelog.

7.1.0 - 2023-09-07

  • 812 Allow running a build from a repo with only one commit when not in CI
  • 810 Add onTaskStart, and a new typed field ctx.task
  • 808 Add onTaskError option to report errors to node consumers
  • 813 Rename onTaskError to experimental_onTaskError

7.0.0 - 2023-09-04

  • 789 Use @antfu/ni to support pnpm for Storybook build
  • 805 Add a onTaskProgress option and report progress on it

This is a potentially breaking change due to the introduction of @​antfu/ni to handle running the storybook build command in the Build Storybook step.

Commits

Updates @testing-library/jest-dom from 5.17.0 to 6.1.3

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.1.3

6.1.3 (2023-09-06)

Bug Fixes

v6.1.2

6.1.2 (2023-08-24)

Bug Fixes

  • bump @​adobe/css-tools for ESM support (#525) (b959a68)

v6.1.1

6.1.1 (2023-08-23)

Bug Fixes

  • package.json: update main and module file paths (#523) (853a3e5)

v6.1.0

6.1.0 (2023-08-23)

Features

v6.0.1

6.0.1 (2023-08-18)

Bug Fixes

  • matchers type is making the global expect unsafe (#513) (bdb34f1)

v6.0.0

6.0.0 (2023-08-13)

Features

  • local types, supporting jest, @​jest/globals, vitest (#511) (4b764b9)

... (truncated)

Commits

Updates @testing-library/react from 13.4.0 to 14.0.0

Release notes

Sourced from @​testing-library/react's releases.

v14.0.0

14.0.0 (2023-02-16)

Bug Fixes

  • Prevent "missing act" warning for queued microtasks (#1137) (f78839b)

Features

BREAKING CHANGES

v14.0.0-alpha.3

14.0.0-alpha.3 (2023-02-16)

Bug Fixes

  • Prevent "missing act" warning for queued microtasks (#1137) (f78839b)

v14.0.0-alpha.2

14.0.0-alpha.2 (2023-02-16)

Features

BREAKING CHANGES

v14.0.0-alpha.1

14.0.0-alpha.1 (2023-01-31)

Features

... (truncated)

Commits

Updates clsx from 1.2.1 to 2.0.0

Release notes

Sourced from clsx's releases.

v2.0.0

Breaking

  • Add "exports" map for native ESM support (#57): 3ec8e9f, 0949868 Also supports TypeScript's node16/nodenext module resolution Maintains CommonJS support (with fixed TS definitions) Thank you @​remcohaszing~!

Chores


Full Changelog: lukeed/clsx@v1.2.1...v2.0.0

Commits

Updates tsup from 6.6.3 to 7.2.0

Release notes

Sourced from tsup's releases.

v7.2.0

7.2.0 (2023-08-02)

Bug Fixes

  • allow to kill onSuccess process using SIGKILL signal, closes #936 (612cabf)

Features

  • add option for interop default in cjs (#947) (d870f4e)

v7.1.0

7.1.0 (2023-06-25)

Features

  • Ensure matching declaration file exists for each output bundle format (#934) (fb4c2b6)

v7.0.0

7.0.0 (2023-06-16)

Bug Fixes

  • external: match root paths on unix-like and windows (#891) (cfa6bba)
  • prefix terser log with name (#899) (2f41663)
  • preserve top-level when running terser for IIFE (#900) (2c0435a)
  • Remove SWC and Terser minification clash (#881) (23e25cd)
  • Update docs domain in schema.json (#901) (a036242)

Features

  • require nodejs 16 or above (45832d9)
  • support svelte-preprocess (#906) (3606e45)
  • Update esbuild version to latest for keeping unknown directives during bundle (#925) (e2e70e8)

BREAKING CHANGES

  • require nodejs 16 or above
  • update esbuild to 0.18

v6.7.0

6.7.0 (2023-03-19)

... (truncated)

Commits
  • ec83015 chore: upgrade rollup-plugin-hashbang (#946)
  • d870f4e feat: add option for interop default in cjs (#947)
  • 692c112 refactor: remove enum fix (#948)
  • 742afab chore(deps): update tsup
  • 87b80ca chore: tweak cli help
  • 612cabf fix: allow to kill onSuccess process using SIGKILL signal, closes #936
  • c151d53 chore: update extensions in cleanup
  • fb4c2b6 feat: Ensure matching declaration file exists for each output bundle format (...
  • 3606e45 feat: support svelte-preprocess (#906)
  • e3f02be Clarify definition of custom output file names in docs (#911)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.0.3` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `7.2.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `13.4.0` | `14.0.0` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.0.0` |
| [tsup](https://github.com/egoist/tsup) | `6.6.3` | `7.2.0` |


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

Updates `chromatic` from 6.24.1 to 7.2.0
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v7.2.0)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.3)

Updates `@testing-library/react` from 13.4.0 to 14.0.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v13.4.0...v14.0.0)

Updates `clsx` from 1.2.1 to 2.0.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

Updates `tsup` from 6.6.3 to 7.2.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v6.6.3...v7.2.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: clsx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2023 12:41
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@changeset-bot
Copy link

changeset-bot bot commented Oct 2, 2023

🦋 Changeset detected

Latest commit: c702abb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@kvib/react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

PR Preview Action v1.4.4
Preview removed because the pull request was closed.
2023-10-03 09:45 UTC

@adrianflatner adrianflatner merged commit 5a96c2a into master Oct 3, 2023
3 checks passed
@adrianflatner adrianflatner deleted the dependabot/npm_and_yarn/major-dependencies-b5e18be8ec branch October 3, 2023 09:41
FarAhm1 pushed a commit that referenced this pull request Oct 11, 2023
* Bump the major-dependencies group with 6 updates

Bumps the major-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.0.3` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `7.2.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `13.4.0` | `14.0.0` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.0.0` |
| [tsup](https://github.com/egoist/tsup) | `6.6.3` | `7.2.0` |


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

Updates `chromatic` from 6.24.1 to 7.2.0
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v7.2.0)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.3)

Updates `@testing-library/react` from 13.4.0 to 14.0.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v13.4.0...v14.0.0)

Updates `clsx` from 1.2.1 to 2.0.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

Updates `tsup` from 6.6.3 to 7.2.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v6.6.3...v7.2.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: clsx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Legger til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Røstgård Flatner <42931448+adrianflatner@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>
adrianflatner added a commit that referenced this pull request Oct 13, 2023
* Init commit.

* glemte å fjerne kommentert ut kode

* oppdaterte farge for unchecked broder

* dokumenterte en del

* La til litt mer dokumentasjon og finpusset litt.

* Fjernet en feil

* forandret basic kvib nevnelser til kartverkets-/Designesystem

* Bump @chakra-ui/react from 2.8.0 to 2.8.1 (#483)

* Bump @chakra-ui/react from 2.8.0 to 2.8.1

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@2.8.1/packages/components/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lagt til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bente Lien Nilsen <bente.lien.nilsen@kartverket.no>

* Endrer til riktige verdier for update-types (#516)

* Dependabot fix (#517)

* Endrer til riktige verdier for update-types

* Endrer struktur

* Bump @storybook/addon-actions from 7.4.1 to 7.4.5 (#499)

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.4.1 to 7.4.5.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Røstgård Flatner <42931448+adrianflatner@users.noreply.github.com>

* Bump the patch-minor-dependencies group with 18 updates (#518)

* Bump the patch-minor-dependencies group with 18 updates

Bumps the patch-minor-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turbo) | `1.10.13` | `1.10.14` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.4.2` | `7.4.5` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.11` | `7.23.0` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.22.15` | `7.23.0` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `7.4.1` | `7.4.5` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.3.2` | `7.4.5` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.3.2` | `7.4.5` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.3.2` | `7.4.5` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.3.2` | `7.4.5` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.3.2` | `7.4.5` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `7.3.2` | `7.4.5` |
| [@storybook/testing-library](https://github.com/storybookjs/testing-library) | `0.2.0` | `0.2.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.21` | `18.2.24` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.7` | `18.2.8` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.3.2` | `7.4.5` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `4.7.0` | `4.7.2` |
| [framer-motion](https://github.com/framer/motion) | `10.16.1` | `10.16.4` |
| [material-symbols](https://github.com/marella/material-symbols/tree/HEAD/material-symbols) | `0.5.5` | `0.13.0` |


Updates `turbo` from 1.10.13 to 1.10.14
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v1.10.13...v1.10.14)

Updates `@storybook/addon-a11y` from 7.4.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/a11y)

Updates `@babel/core` from 7.22.11 to 7.23.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

Updates `@babel/preset-typescript` from 7.22.15 to 7.23.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-preset-typescript)

Updates `@storybook/addon-actions` from 7.4.1 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/actions)

Updates `@storybook/addon-essentials` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/interactions)

Updates `@storybook/addon-links` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/links)

Updates `@storybook/cli` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/lib/cli)

Updates `@storybook/react` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/renderers/react)

Updates `@storybook/react-webpack5` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/frameworks/react-webpack5)

Updates `@storybook/testing-library` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/storybookjs/testing-library/releases)
- [Changelog](https://github.com/storybookjs/testing-library/blob/v0.2.2/CHANGELOG.md)
- [Commits](storybookjs/testing-library@v0.2.0...v0.2.2)

Updates `@types/react` from 18.2.21 to 18.2.24
- [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.7 to 18.2.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `storybook` from 7.3.2 to 7.4.5
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.5/code/lib/cli)

Updates `chakra-react-select` from 4.7.0 to 4.7.2
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.7.0...v4.7.2)

Updates `framer-motion` from 10.16.1 to 10.16.4
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v10.16.1...v10.16.4)

Updates `material-symbols` from 0.5.5 to 0.13.0
- [Release notes](https://github.com/marella/material-symbols/releases)
- [Commits](https://github.com/marella/material-symbols/commits/v0.13.0/material-symbols)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/testing-library"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
- dependency-name: chakra-react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: material-symbols
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Legger til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>

* Bump the major-dependencies group with 6 updates (#519)

* Bump the major-dependencies group with 6 updates

Bumps the major-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.0.3` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `6.24.1` | `7.2.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `13.4.0` | `14.0.0` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.0.0` |
| [tsup](https://github.com/egoist/tsup) | `6.6.3` | `7.2.0` |


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

Updates `chromatic` from 6.24.1 to 7.2.0
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v7.2.0)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.3)

Updates `@testing-library/react` from 13.4.0 to 14.0.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v13.4.0...v14.0.0)

Updates `clsx` from 1.2.1 to 2.0.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.0.0)

Updates `tsup` from 6.6.3 to 7.2.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v6.6.3...v7.2.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: clsx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Legger til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Røstgård Flatner <42931448+adrianflatner@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>

* Version Packages (#515)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Endrer fra å bruke generisk github token til app token for å trigge flere workflows (#514)

* Legger til dokumentasjon for AlertDialog (#511)

* komp-307-symbols (#522)

* Legger til ny import for symbols og warning

* Legger til changeset

* Eksporterer MaterialSymbol

* Version Packages (#525)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Bump postcss from 8.4.28 to 8.4.31 (#526)

* Bump postcss from 8.4.28 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.28...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Legger til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>

* Bump the patch-minor-dependencies group with 15 updates (#530)

* Bump the patch-minor-dependencies group with 15 updates

Bumps the patch-minor-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@fontsource-variable/mulish](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/mulish) | `5.0.9` | `5.0.13` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.4.5` | `7.4.6` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `7.4.5` | `7.4.6` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.4.5` | `7.4.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.4.5` | `7.4.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.4.5` | `7.4.6` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.4.5` | `7.4.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.4.5` | `7.4.6` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `7.4.5` | `7.4.6` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.24` | `18.2.25` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.8` | `18.2.10` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `7.2.0` | `7.2.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.4.5` | `7.4.6` |
| [@fontsource/mulish](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/mulish) | `5.0.8` | `5.0.12` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | `4.7.2` | `4.7.3` |


Updates `@fontsource-variable/mulish` from 5.0.9 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/mulish/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/mulish)

Updates `@storybook/addon-a11y` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/a11y)

Updates `@storybook/addon-actions` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/actions)

Updates `@storybook/addon-essentials` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/interactions)

Updates `@storybook/addon-links` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/links)

Updates `@storybook/cli` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/lib/cli)

Updates `@storybook/react` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/renderers/react)

Updates `@storybook/react-webpack5` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/frameworks/react-webpack5)

Updates `@types/react` from 18.2.24 to 18.2.25
- [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.8 to 18.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `chromatic` from 7.2.0 to 7.2.2
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v7.2.0...v7.2.2)

Updates `storybook` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/lib/cli)

Updates `@fontsource/mulish` from 5.0.8 to 5.0.12
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/mulish/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/mulish)

Updates `chakra-react-select` from 4.7.2 to 4.7.3
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.7.2...v4.7.3)

---
updated-dependencies:
- dependency-name: "@fontsource-variable/mulish"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@fontsource/mulish"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: chakra-react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Legger til changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>
Co-authored-by: Adrian Røstgård Flatner <42931448+adrianflatner@users.noreply.github.com>

* Legger til link til chromatic intro (#520)

* KOMP-257-aspectRatio (#473)

* Legger til dokumentasjon for aspectRatio

* Legger til navn til frame

* Sjekker om iframes lager problemer

* Fjerner iframes helt

* npm install

* Ci in build

* Disabling a11y

* Update AspectRatio.stories.tsx

Fjernet mellomrom fra title i story.

* Update AspectRatio.stories.tsx

* Update AspectRatio.stories.tsx

* Oppdaterer aspectRatio

* upps

* Create ApectRatio.mdx

* Delete apps/storybook/stories/components/layout/AspectRatio/AspectRatio.mdx

* Legger til gitconfig for å løse casingproblemer

---------

Co-authored-by: Bente Lien Nilsen <bente.lien.nilsen@kartverket.no>

* Version Packages (#531)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Legger til ny logo (#532)

* Komp-290-playground (#534)

* Fjerner codesandbox

* Fjerner playground fra rekkefølge

* Bump the patch-minor-dependencies group with 5 updates

Bumps the patch-minor-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turbo) | `1.10.14` | `1.10.15` |
| [@fontsource-variable/mulish](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/mulish) | `5.0.13` | `5.0.14` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.10` | `18.2.11` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `7.2.2` | `7.2.3` |
| [@fontsource/mulish](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/mulish) | `5.0.12` | `5.0.13` |


Updates `turbo` from 1.10.14 to 1.10.15
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v1.10.14...v1.10.15)

Updates `@fontsource-variable/mulish` from 5.0.13 to 5.0.14
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/mulish/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/mulish)

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

Updates `chromatic` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v7.2.2...v7.2.3)

Updates `@fontsource/mulish` from 5.0.12 to 5.0.13
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/mulish/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/mulish)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@fontsource-variable/mulish"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
- dependency-name: "@fontsource/mulish"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lagt til changeset for oppdatering

* Version Packages

* Legger til oppsett for kvib + remix (#544)

* disablet test, må fortsatt skrive end kjente feil

* La til alert for fargen

* QA

* komp-306-dependencies (#536)

* Fjerner ubrukte dependencies

* Fjerner interactions og legger til actions

* La til Ikon Knapp på Search. Fjernet Typo på IconButton Stories.

* La til Ikon Knapp på Search. Fjernet Typo på IconButton Stories.

* Added disabled state to IconButton.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sebastian Piotr Maro <marseb@kartverket.no>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bente Lien Nilsen <bente.lien.nilsen@kartverket.no>
Co-authored-by: Adrian Røstgård Flatner <42931448+adrianflatner@users.noreply.github.com>
Co-authored-by: Adrian Flatner <adrianrflatner@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: kvib-workflow-manager[bot] <145980544+kvib-workflow-manager[bot]@users.noreply.github.com>
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.

1 participant