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 11 updates #3047

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

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

Package From To
@mui/icons-material 5.15.5 6.0.2
@mui/material 5.15.15 6.0.2
@rollup/plugin-commonjs 25.0.7 26.0.1
@typescript-eslint/eslint-plugin 7.13.0 8.4.0
@typescript-eslint/parser 7.13.0 8.4.0
eslint 8.57.0 9.9.1
react-router 5.3.4 6.26.1
react-router-dom 5.3.4 6.26.1

Updates @mui/icons-material from 5.15.5 to 6.0.2

Release notes

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

v6.0.2

Sep 3, 2024

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

@mui/material@6.0.2

@mui/system@6.0.2

@mui/codemod@6.0.2

Docs

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​iamandrewluca, @​ishon19, @​Janpot, @​joserodolfofreitas, @​MateuszGroth, @​Michael-Hutchinson, @​michelengelen, @​oliviertassinari, @​siriwatknp, @​zanivan

v6.0.1

Aug 29, 2024

... (truncated)

Changelog

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

6.0.2

Sep 3, 2024

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

@mui/material@6.0.2

@mui/system@6.0.2

@mui/codemod@6.0.2

Docs

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​iamandrewluca, @​ishon19, @​Janpot, @​joserodolfofreitas, @​MateuszGroth, @​Michael-Hutchinson, @​michelengelen, @​oliviertassinari, @​siriwatknp, @​zanivan

v6.0.1

... (truncated)

Commits


Updates @mui/material from 5.15.15 to 6.0.2

Release notes

Sourced from @​mui/material's releases.

v6.0.2

Sep 3, 2024

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

@mui/material@6.0.2

@mui/system@6.0.2

@mui/codemod@6.0.2

Docs

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​iamandrewluca, @​ishon19, @​Janpot, @​joserodolfofreitas, @​MateuszGroth, @​Michael-Hutchinson, @​michelengelen, @​oliviertassinari, @​siriwatknp, @​zanivan

v6.0.1

Aug 29, 2024

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

6.0.2

Sep 3, 2024

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

@mui/material@6.0.2

@mui/system@6.0.2

@mui/codemod@6.0.2

Docs

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​iamandrewluca, @​ishon19, @​Janpot, @​joserodolfofreitas, @​MateuszGroth, @​Michael-Hutchinson, @​michelengelen, @​oliviertassinari, @​siriwatknp, @​zanivan

v6.0.1

... (truncated)

Commits
  • bb620d8 v6.0.2 (#43580)
  • 027225c [typescript] Fix missing Theme generic (#43523)
  • 02e35ca Bump @​types/chai to ^4.3.19 (#43552)
  • e13f1c9 [material-ui] Fix createTheme with just color schemes (#43518)
  • 00eb6b9 [material-ui][MenuList] Do not react to an event with modifier key pressed (#...
  • 8b8732e [material-ui][Menu,Popover] Fix Backdrop props descriptions (#43503)
  • b662c85 Bump sinon to ^18.0.0 (#43512)
  • 71dbef6 [release] v6.0.1 (#43515)
  • 975ecbb [material-ui] Attach default light color scheme when enabling CSS theme varia...
  • f71b23a [core] Remove 'use client' from index files and useAutocomplete reexport (#...
  • Additional commits viewable in compare view


Updates @rollup/plugin-commonjs from 25.0.7 to 26.0.1

Changelog

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

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
  • 8550c4b chore(release): commonjs v26.0.1
  • 04a15b5 fix(commonjs): correct import of glob
  • b3149b0 chore(release): commonjs v26.0.0
  • 2447548 chore(commonjs)!: bump glob's version (#1695)
  • 8949965 chore(release): commonjs v25.0.8
  • 0bb872b fix(commonjs): preserve the class body property keys even if they are special...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • See full diff in compare view


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

Release notes

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

v8.4.0

8.4.0 (2024-09-02)

🚀 Features

  • typescript-estree: make withoutProjectParserOptions generic (#9877)

❤️ Thank You

  • Josh Goldberg ✨

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)

... (truncated)

Changelog

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

8.4.0 (2024-09-02)

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

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

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

... (truncated)

Commits
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • 46f27e6 docs: added note on async generator support in require-await (#9795)
  • e5d1ac4 docs: add dedicated TypeOrValueSpecifier docs page (#9875)
  • 5fd4251 docs: fill in most remaining rule option descriptions (#9868)
  • 2421575 docs: add global variable rule disabling FAQ for ESLint (#9865)
  • ef2eab1 chore(release): publish 8.3.0
  • fd55358 chore: enable sonarjs/no-duplicated-branches (#9821)
  • 9f70ed1 fix(ast-spec): use Expression in argument of ThrowStatement (#9632)
  • 7160687 chore: enable unicorn/no-lonely-if (#9830)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.13.0 to 8.4.0

Release notes

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

v8.4.0

8.4.0 (2024-09-02)

🚀 Features

  • typescript-estree: make withoutProjectParserOptions generic (#9877)

❤️ Thank You

  • Josh Goldberg ✨

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)

... (truncated)

Changelog

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

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 releases on our website.

8.3.0 (2024-08-26)

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.2.0 (2024-08-19)

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.1.0 (2024-08-12)

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.0.1 (2024-08-05)

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.0.0 (2024-07-31)

🚀 Features

  • parser: always enable comment, loc, range, tokens

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

❤️ Thank You

  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg

... (truncated)

Commits
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • ef2eab1... _Description has been truncated_
Oddvar-N-O commented 3 weeks ago

@dependabot rebase

dependabot[bot] commented 3 weeks ago

Looks like this PR is already up-to-date with dependabot/updates! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] commented 3 weeks ago

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