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 with 24 updates #2945

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the major-dependecies group with 24 updates:

Package From To
@mui/x-date-pickers 5.0.13 6.19.0
storybook 7.6.0-beta.2 8.0.0-alpha.9
@date-io/dayjs 2.17.0 3.0.0
@rollup/plugin-commonjs 24.1.0 25.0.7
@testing-library/jest-dom 5.17.0 6.2.0
@types/react 17.0.48 18.2.47
@typescript-eslint/eslint-plugin 5.62.0 6.18.1
@typescript-eslint/parser 5.62.0 6.18.1
chalk 4.1.2 5.3.0
clsx 1.2.1 2.1.0
history 4.10.1 5.3.0
@types/history 4.7.11 5.0.0
immutable 3.8.2 4.3.4
jest 27.5.1 29.7.0
@types/jest 27.5.2 29.5.11
lint-staged 13.3.0 15.2.0
prettier 2.8.8 3.2.2
react-redux 8.1.2 9.1.0
react-router 5.3.4 6.21.2
react-router-dom 5.3.3 6.21.2
rollup 2.79.1 4.9.5
semantic-release 19.0.5 23.0.0
ts-jest 27.1.5 29.1.1
typescript 4.9.5 5.3.3

Updates @mui/x-date-pickers from 5.0.13 to 6.19.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v6.19.0

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • ⏰ Support date-fns v3 (#11659) @​LukasTy Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    
    // with date-fns v3.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';
    

Date Pickers

@mui/x-date-pickers@6.19.0

@mui/x-date-pickers-pro@6.19.0 pro

Same changes as in @mui/x-date-pickers@6.19.0.

Docs

v6.18.7

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

Data Grid

@mui/x-data-grid@6.18.7

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

6.19.0

Jan 11, 2024

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • ⏰ Support date-fns v3 (#11659) @​LukasTy Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    
    // with date-fns v3.x
    import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';
    

Date Pickers

@mui/x-date-pickers@6.19.0

@mui/x-date-pickers-pro@6.19.0 pro

Same changes as in @mui/x-date-pickers@6.19.0.

Docs

6.18.7

Jan 5, 2024

We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

... (truncated)

Commits


Updates storybook from 7.6.0-beta.2 to 8.0.0-alpha.9

Release notes

Sourced from storybook's releases.

v8.0.0-alpha.9

8.0.0-alpha.9

v8.0.0-alpha.8

8.0.0-alpha.8

  • Addon Links: Remove LinkTo from direct import - #25418, thanks @​yannbf!
  • Addon docs: Remove deprecated parameters - #25469, thanks @​yannbf!
  • Builder Vite: Remove StorybookViteConfig type in favor of StorybookConfig - #25441, thanks @​yannbf!
  • Core: Error on explicit actions while rendering or playing - #25238, thanks @​kasperpeulen!
  • Core: Remove collapseAll and expandAll methods - #25486, thanks @​yannbf!
  • Core: Remove storyIndexers in favor of experimental_indexers - #25468, thanks @​yannbf!
  • Core: Remove unused staticDir type - #25415, thanks @​yannbf!
  • Doc blocks: Remove deprecated props from Description block - #25457, thanks @​yannbf!
  • Manager API: Remove deprecated navigateToSettingsPage method - #25467, thanks @​yannbf!
  • React: Remove deprecated setGlobalConfig portable stories api - #25442, thanks @​yannbf!
  • TypeScript: Remove deprecated addons module types - #25485, thanks @​yannbf!
  • Types: Remove DecoratorFn, Story, ComponentStory, ComponentStoryObj, ComponentStoryFn and ComponentMeta types - #25477, thanks @​yannbf!
  • Types: Remove Framework in favor of Renderer types - #25476, thanks @​yannbf!
  • UI: Remove deprecated WithTooltip props - #25440, thanks @​yannbf!

v8.0.0-alpha.7

8.0.0-alpha.7

v8.0.0-alpha.6

8.0.0-alpha.6

  • NextJS: Autoconfigure public directory for new projects - #25279, thanks @​shilman!

... (truncated)

Changelog

Sourced from storybook's changelog.

8.0.0-alpha.9

8.0.0-alpha.8

  • Addon Links: Remove LinkTo from direct import - #25418, thanks @​yannbf!
  • Addon docs: Remove deprecated parameters - #25469, thanks @​yannbf!
  • Builder Vite: Remove StorybookViteConfig type in favor of StorybookConfig - #25441, thanks @​yannbf!
  • Core: Error on explicit actions while rendering or playing - #25238, thanks @​kasperpeulen!
  • Core: Remove collapseAll and expandAll methods - #25486, thanks @​yannbf!
  • Core: Remove storyIndexers in favor of experimental_indexers - #25468, thanks @​yannbf!
  • Core: Remove unused staticDir type - #25415, thanks @​yannbf!
  • Doc blocks: Remove deprecated props from Description block - #25457, thanks @​yannbf!
  • Manager API: Remove deprecated navigateToSettingsPage method - #25467, thanks @​yannbf!
  • React: Remove deprecated setGlobalConfig portable stories api - #25442, thanks @​yannbf!
  • TypeScript: Remove deprecated addons module types - #25485, thanks @​yannbf!
  • Types: Remove DecoratorFn, Story, ComponentStory, ComponentStoryObj, ComponentStoryFn and ComponentMeta types - #25477, thanks @​yannbf!
  • Types: Remove Framework in favor of Renderer types - #25476, thanks @​yannbf!
  • UI: Remove deprecated WithTooltip props - #25440, thanks @​yannbf!

8.0.0-alpha.7

8.0.0-alpha.6

8.0.0-alpha.5

... (truncated)

Commits
  • b23952f Bump version from "8.0.0-alpha.8" to "8.0.0-alpha.9" [skip ci]
  • 4dc764f Merge pull request #25379 from storybookjs/valentin/remove-babel-from-webpack...
  • f854254 Merge pull request #25474 from storybookjs/jeppe/fix-package-manager-issues
  • 10ad2a4 Merge remote-tracking branch 'origin/next' into valentin/remove-babel-from-we...
  • 8404f74 Merge pull request #24658 from storybookjs/norbert/remove-storystorev7
  • 0711955 fix JsPackageMangerFactory tests
  • c1edba0 Merge branch 'next' into shilman/remove-eslint-prompt
  • 93aea84 Merge remote-tracking branch 'origin/next' into valentin/remove-babel-from-we...
  • f370590 Bump version from "8.0.0-alpha.7" to "8.0.0-alpha.8" [skip ci]
  • bb7452d Setup a babel webpack5 react sandbox
  • Additional commits viewable in compare view


Updates @date-io/dayjs from 2.17.0 to 3.0.0

Release notes

Sourced from @​date-io/dayjs's releases.

v3.0.0

Breaking changes:

  • chore(deps): bump date-fns to v3 by @​frsimond in dmtrKovalenko/date-io#656 This involves peer lib version upgrade please make sure that some underlying localised formats might be changed as well
  • feat: Remove date-io/type definition by @​dmtrKovalenko in dmtrKovalenko/date-io#657 The type inference that doesn't work with modern typescript was removed. Please make sure to upgrade typescript to v5
  • feat: Improve utils.date typescript typings by @​dmtrKovalenko in dmtrKovalenko/date-io#658 Changed signature of Utils.date and the underlying logic. Now if the value can't be parsed returns current date instead of null.

Other changes

You can support the maintenance of this project by visiting https://github.com/sponsors/dmtrKovalenko. Your support will help us respond faster and deliver requested features. We extend our heartfelt thanks to our contributors and sponsors ❤️.

New Contributors

Full Changelog: https://github.com/dmtrKovalenko/date-io/compare/v2.17.0...v3.0.0

Commits


Updates @rollup/plugin-commonjs from 24.1.0 to 25.0.7

Changelog

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

v25.0.7

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v25.0.6

2023-10-15

Bugfixes

  • fix: Keep the shebang at the top of the file content #1610

v25.0.5

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v25.0.4

2023-08-11

Updates

  • docs: update docs #1545

v25.0.3

2023-07-15

Bugfixes

  • fix: preserve this reference in the child class #1537

v25.0.2

2023-06-19

Bugfixes

  • fix: add classBodyDepth flag #1507

v25.0.1

... (truncated)

Commits
  • ad406ba chore(release): commonjs v25.0.7
  • 8e2ed59 fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...
  • 88687f0 chore(release): commonjs v25.0.6
  • cb579c8 fix(commonjs): Keep the shebang at the top of the file content (#1610)
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • 09b090c chore(release): commonjs v25.0.4
  • 07329e2 docs(commonjs): update docs (#1545)
  • 5ec2abe chore(release): commonjs v25.0.3
  • ee4feb2 fix(commonjs): preserve this reference in the child class (#1537)
  • Additional commits viewable in compare view


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

Release notes

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

v6.2.0

6.2.0 (2024-01-03)

Features

  • toHaveAccessibleDescription supports aria-description (#565) (1fb156c)

v6.1.6

6.1.6 (2023-12-27)

Bug Fixes

  • Upgrade @​adobe/css-tools to v4.3.2 (#553) (b64b953)

v6.1.5

6.1.5 (2023-11-30)

Bug Fixes

  • support uppercase custom props in toHaveStyle (#552) (b7b7c6a)

v6.1.4

6.1.4 (2023-10-12)

Bug Fixes

  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532) (44f1eab)

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)

... (truncated)

Commits
  • 1fb156c feat: toHaveAccessibleDescription supports aria-description (#565)
  • b64b953 fix: Upgrade @​adobe/css-tools to v4.3.2 (#553)
  • 746c6ca docs: Fix typo at toHaveStyle function description (#558)
  • b7b7c6a fix: support uppercase custom props in toHaveStyle (#552)
  • 4ae0231 docs: Add missing hr to README.md (#550)
  • 44f1eab fix: upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532)
  • 6d65999 chore: add jest/vitest version to bug report template (#526)
  • 5b492ac fix: proper @​jest/globals import (#530)
  • b959a68 fix: bump @​adobe/css-tools for ESM support (#525)
  • 853a3e5 fix(package.json): update main and module file paths (#523)
  • Additional commits viewable in compare view


Updates @types/react from 17.0.48 to 18.2.47

Commits


Updates @typescript-eslint/eslint-plugin from 5.62.0 to 6.18.1

Release notes

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

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

v6.18.0

6.18.0 (2024-01-06)

🚀 Features

  • eslint-plugin: [no-var-requires, no-require-imports] allow option (#7710)
  • typescript-estree: throw on invalid update expressions (#7202)
  • typescript-estree: throw error when CatchClause param contains initializer (#8183)

❤️ Thank You

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

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

... (truncated)

Changelog

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

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You

  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

6.18.0 (2024-01-06)

🚀 Features

  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You

  • auvred
  • Joshua Chen

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

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

... (truncated)

Commits
  • aa7ab0e chore(release): publish 6.18.1
  • 78db0ad chore: fix test formatting in prefer-readonly.test.ts (#8223)
  • 5205192 fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseFor...
  • 3a219c0 fix(eslint-plugin): [prefer-readonly] support modifiers of unions and interse...
  • 10c0530 fix(eslint-plugin): [no-unnecessary-condition] improve checking optional call...
  • 27d6ac1 fix(eslint-plugin): [no-non-null-assertion] provide valid fix when member acc...
  • 1ee3087 chore: enable eslint-plugin-jsdoc internally (#8145)
  • 21460ef chore(release): publish 6.18.0
  • d0977ab chore: use nx release (#8194)
  • 684d626 docs(eslint-plugin): [switch-exhaustiveness-check] remove extra quotes in rul...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.62.0 to 6.18.1

Release notes

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

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

v6.18.0

6.18.0 (2024-01-06)

🚀 Features

  • eslint-plugin: [no-var-requires, no-require-imports] allow option (#7710)
  • typescript-estree: throw on invalid update expressions (#7202)
  • typescript-estree: throw error when CatchClause param contains initializer (#8183)

❤️ Thank You

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

v6.17.0

6.17.0 (2024-01-01)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#8108) (675e987)

Features

... (truncated)

Changelog

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

6.18.1 (2024-01-08)

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.

6.18.0 (2024-01-06)

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.

6.17.0 (2024-01-01)

Note: Version bump only for package @​typescript-eslint/parser

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

6.16.0 (2023-12-25)

Note: Version bump only for package @​typescript-eslint/parser

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

6.15.0 (2023-12-18)

Note: Version bump only for package @​typescript-eslint/parser

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

6.14.0 (2023-12-11)

Note: Version bump only for package @​typescript-eslint/parser

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

... (truncated)

Commits


Updates chalk from 4.1.2 to 5.3.0

Release notes

Sourced from chalk's releases.

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1

v5.1.0

  • Expose style names (#566) d7d7571

https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0

v5.0.1

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1

v5.0.0

Breaking

  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
dependabot[bot] commented 9 months ago

Superseded by #2946.