Utdanningsdirektoratet / Grep-komponenter

Komponentbibliotek for Grep. Brukes i Læreplanutvikleren og Grepadmin
2 stars 0 forks source link

chore(deps): bump the major-dependecies group across 1 directory with 9 updates #3063

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the major-dependecies group with 9 updates in the / directory:

Package From To
@mui/icons-material 5.15.5 6.1.1
@mui/material 5.15.15 6.1.1
@chromatic-com/storybook 1.3.3 2.0.2
@rollup/plugin-commonjs 25.0.7 28.0.0
@rollup/plugin-typescript 11.1.6 12.1.0
@typescript-eslint/eslint-plugin 7.13.0 8.7.0
@typescript-eslint/parser 7.13.0 8.7.0
react-router 5.3.4 6.26.2
react-router-dom 5.3.4 6.26.2

Updates @mui/icons-material from 5.15.5 to 6.1.1

Release notes

Sourced from @​mui/icons-material's releases.

v6.1.1

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

v6.1.1

Sep 19, 2024

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Commits


Updates @mui/material from 5.15.15 to 6.1.1

Release notes

Sourced from @​mui/material's releases.

v6.1.1

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.1

Sep 19, 2024

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.1.1

@mui/system@6.1.1

@mui/utils@6.1.1

  • Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @​yash49

Docs

Core

... (truncated)

Commits


Updates @chromatic-com/storybook from 1.3.3 to 2.0.2

Release notes

Sourced from @​chromatic-com/storybook's releases.

v2.0.2

🐛 Bug Fix

Authors: 1

v2.0.1

🐛 Bug Fix

  • Revert "Align with Storybook 8.2 core package layout" #338 (@​yannbf)

Authors: 1

v2.0.0

💥 Breaking Change

Authors: 2

v1.9.0

🚀 Enhancement

  • Relay client-side fetch requests to the server using the Storybook channel API #331 (@​ghengeveld)

Authors: 1

v1.8.0

🚀 Enhancement

  • Add paramKey: "chromatic" to allow disabling the VTA panel through story parameters #334 (@​mellm0)

Authors: 1

v1.7.0

🚀 Enhancement

  • Update story status reporting for Storybook 8.3 and use new SET_FILTER event #332 (@​ghengeveld)

... (truncated)

Changelog

Sourced from @​chromatic-com/storybook's changelog.

v2.0.2 (Thu Sep 12 2024)

🐛 Bug Fix

Authors: 1


v2.0.1 (Wed Sep 11 2024)

🐛 Bug Fix

  • Revert "Align with Storybook 8.2 core package layout" #338 (@​yannbf)

Authors: 1


v2.0.0 (Mon Sep 09 2024)

💥 Breaking Change

Authors: 2


v1.9.0 (Fri Sep 06 2024)

🚀 Enhancement

  • Relay client-side fetch requests to the server using the Storybook channel API #331 (@​ghengeveld)

Authors: 1


v1.8.0 (Thu Aug 29 2024)

... (truncated)

Commits
  • 38f9f5f Bump version to: 2.0.2 [skip ci]
  • c20ef55 Update CHANGELOG.md [skip ci]
  • 8429f46 Merge pull request #336 from chromaui/chore_update_chromatic_links
  • cf5adb3 Bump version to: 2.0.1 [skip ci]
  • 73ab3e9 Update CHANGELOG.md [skip ci]
  • 2f386cf Merge pull request #338 from chromaui/revert-330-norbert/cpc
  • e5f3e2f Revert "Align with Storybook 8.2 core package layout"
  • 61d71eb Chore: Adjust documentation links
  • 6538404 Bump version to: 2.0.0 [skip ci]
  • f2e4f37 Update CHANGELOG.md [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ghengeveld, a new releaser for @​chromatic-com/storybook since your current version.


Updates @rollup/plugin-commonjs from 25.0.7 to 28.0.0

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.0

2024-09-23

Breaking Changes

  • chore: switch to fdir for fewer dependencies (#1741)

v27.0.0

2024-09-23

Breaking Changes

  • feat!: default strictRequires to true (#1639)
  • fix!: replace top-level this with exports name (#1618)

v26.0.3

2024-09-23

Updates

  • chore: revert #1618 (e98927b)

v26.0.1

2024-06-05

Bugfixes

  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes

  • chore!: bump glob's version (#1695)

v25.0.8

2024-05-22

Bugfixes

  • fix: preserve the class body property keys even if they are special keywords (#1688)
Commits
  • 0af45c2 chore(release): commonjs v28.0.0
  • c2a05eb chore(commonjs): switch to fdir for fewer dependencies (#1741)
  • b6fa3b1 chore(release): commonjs v27.0.0
  • 8f02987 feat(commonjs)!: default strictRequires to true (#1639)
  • 274b72c chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...
  • e2a7195 chore(release): commonjs v26.0.3
  • e98927b chore(commonjs): revert #1618
  • 1e73857 chore(release): commonjs v26.0.2
  • 2fdd077 fix(commonjs): replace top-level this with exports name (#1618)
  • 8550c4b chore(release): commonjs v26.0.1
  • Additional commits viewable in compare view


Updates @rollup/plugin-typescript from 11.1.6 to 12.1.0

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.1.0

2024-09-22

Features

  • feat: add transformers factory. (#1668)

v12.0.0

2024-09-22

Breaking Changes

  • fix!: correctly resolve filenames of declaration files for output.file (#1728)
Commits
  • 28b9701 chore(release): typescript v12.1.0
  • 2c09b57 feat(typescript): add transformers factory. (#1668)
  • 5afda37 chore(release): typescript v12.0.0
  • a85b649 fix(typescript)!: correctly resolve filenames of declaration files for `outpu...
  • See full diff in compare view


Updates @typescript-eslint/eslint-plugin from 7.13.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

... (truncated)

Commits
  • b88ea33 chore(release): publish 8.7.0
  • cdd93f6 docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...
  • d0e35d9 feat(eslint-plugin): [consistent-type-exports] check export * exports to se...
  • dc1c6d3 docs: [no-unnecessary-type-parameters] add FAQ section (#9975)
  • e8555a0 feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
  • 8293546 fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...
  • b75d42b fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...
  • c5dc755 docs: [no-floating-promises] clarify that void does not resolve promises (#9949)
  • 1c183ab fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...
  • 7b149b9 docs: [strict-boolean-expressions] fix adominition (#10033)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.13.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.7.0 (2024-09-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.6.0 (2024-09-16)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.5.0 (2024-09-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.4.0 (2024-09-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and

dependabot[bot] commented 1 week ago

Superseded by #3064.