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 #2952

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 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.12
@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.48
@typescript-eslint/eslint-plugin 5.62.0 6.19.0
@typescript-eslint/parser 5.62.0 6.19.0
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.4
react-redux 8.1.2 9.1.0
react-router 5.3.4 6.21.3
react-router-dom 5.3.3 6.21.3
rollup 2.79.1 4.9.6
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.12

Release notes

Sourced from storybook's releases.

v8.0.0-alpha.12

8.0.0-alpha.12

v8.0.0-alpha.11

8.0.0-alpha.11

v8.0.0-alpha.10

8.0.0-alpha.10

... (truncated)

Changelog

Sourced from storybook's changelog.

8.0.0-alpha.12

8.0.0-alpha.11

8.0.0-alpha.10

... (truncated)

Commits
  • 5ef44e7 Bump version from "8.0.0-alpha.11" to "8.0.0-alpha.12" [skip ci]
  • c9a33ec More cleanup
  • 00f9feb Core: Add removeAdd server preset
  • 966e56d Cleanup from cli to core-common migration
  • 67cf976 Move CLI utilities to core-common
  • 688bed9 fallback existing version to v0.0.0
  • f84bf70 Bump version from "8.0.0-alpha.10" to "8.0.0-alpha.11" [skip ci]
  • 7d7650f Merge pull request #25591 from storybookjs/shilman/refactor-client-rsc
  • fddd249 Remove inDevelopment flag from internal webpack5-babel template
  • 99cb295 Merge pull request #25601 from storybookjs/kasper/update-linter
  • 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.48

Commits


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

Release notes

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

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

... (truncated)

Changelog

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

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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 ✨

... (truncated)

Commits
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • 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...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.62.0 to 6.19.0

Release notes

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

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

... (truncated)

Changelog

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

6.19.0 (2024-01-15)

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.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)

... (truncated)

Commits
  • 7c673a1 chore(release): publish 6.19.0
  • aa7ab0e chore(release): publish 6.18.1
  • 1ee3087 chore: enable eslint-plugin-jsdoc internally (#8145)
  • 21460ef chore(release): publish 6.18.0
  • d0977ab chore: use nx release (#8194)
  • e566a5d chore: publish v6.17.0
  • 7246e56 chore: publish v6.16.0
  • dependabot[bot] commented 8 months ago

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