MTRNord / cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
https://mtrnord.github.io/cetirizine/
Apache License 2.0
15 stars 0 forks source link

Bump the development-dependencies group across 1 directory with 35 updates #278

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the development-dependencies group with 32 updates in the / directory:

Package From To
@percy/cli 1.27.3 1.28.5
@percy/storybook 4.3.7 5.0.3
@storybook/addon-a11y 7.5.0 8.0.10
@storybook/addon-coverage 0.0.9 1.0.3
@storybook/addon-essentials 7.5.0 8.0.10
@storybook/addon-interactions 7.5.0 8.0.10
@storybook/addon-links 7.5.0 8.0.10
@storybook/blocks 7.5.0 8.0.10
@storybook/react 7.5.0 8.0.10
@storybook/react-vite 7.5.0 8.0.10
@storybook/test-runner 0.13.0 0.17.0
@tailwindcss/forms 0.5.6 0.5.7
@testing-library/react 14.0.0 15.0.7
@types/jest 29.5.6 29.5.12
@types/node 20.8.7 20.12.10
@types/react-modal 3.16.2 3.16.3
@typescript-eslint/eslint-plugin 6.8.0 7.8.0
@typescript-eslint/parser 6.8.0 7.8.0
@vitejs/plugin-react-swc 3.4.0 3.6.0
autoprefixer 10.4.16 10.4.19
axe-playwright 1.2.3 2.0.1
eslint-plugin-react 7.33.2 7.34.1
eslint-plugin-storybook 0.6.15 0.8.0
msw 1.3.2 2.2.14
postcss 8.4.31 8.4.38
sass 1.69.4 1.77.0
storybook 7.5.0 8.0.10
storybook-addon-react-router-v6 2.0.8 2.0.15
tailwindcss 3.3.3 3.4.3
ts-jest 29.1.1 29.1.2
typescript 5.2.2 5.4.5
vite 4.5.0 5.2.11

Updates @percy/cli from 1.27.3 to 1.28.5

Release notes

Sourced from @​percy/cli's releases.

v1.28.5

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/percy/cli/compare/v1.28.4...v1.28.5

v1.28.4

What's Changed

✨ Enhancements

Issues

CLI executables are not published for this version

Full Changelog: https://github.com/percy/cli/compare/v1.28.3...v1.28.4

v1.28.4-beta.1

CI Log msg only if PERCY_CLIENT_ERROR_LOGS not set #1576

Full Changelog: https://github.com/percy/cli/compare/v1.28.4-beta.0...v1.28.4-beta.1

v1.28.4-beta.0

Filter secrets from stderr and redact them + Add log message for log collection #1563

Full Changelog: https://github.com/percy/cli/compare/v1.28.3...v1.28.4-beta.0

v1.28.3

What's Changed

✨ Enhancements

🐛 Bug Fixes

⬆️⬇️ Dependency Updates

... (truncated)

Commits


Updates @percy/storybook from 4.3.7 to 5.0.3

Commits


Updates @storybook/addon-a11y from 7.5.0 to 8.0.10

Release notes

Sourced from @​storybook/addon-a11y's releases.

v8.0.10

8.0.10

v8.0.9

8.0.9

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

v8.0.5

8.0.5

v8.0.4

... (truncated)

Changelog

Sourced from @​storybook/addon-a11y's changelog.

8.0.10

8.0.9

8.0.8

8.0.7

8.0.6

8.0.5

8.0.4

  • Addon Docs: Support Stencil based display names in source snippets - #26592, thanks @​yannbf!
  • CLI: Instruct the correct auto-migration command - #26515, thanks @​ndelangen!
  • CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks @​yannbf!

8.0.3

... (truncated)

Commits
  • 85705aa Bump version from "8.0.9" to "8.0.10" [skip ci]
  • 3c598bd Bump version from "8.0.8" to "8.0.9" [skip ci]
  • b96b670 Bump version from "8.0.7" to "8.0.8" [skip ci]
  • b7c50bb Bump version from "8.0.6" to "8.0.7" [skip ci]
  • 6cf8ae4 Bump version from "8.0.5" to "8.0.6" [skip ci]
  • 75565ed Bump version from "8.0.4" to "8.0.5" [skip ci]
  • b66dfe0 Bump version from "8.0.3" to "8.0.4" [skip ci]
  • f30d120 Bump version from "8.0.2" to "8.0.3" [skip ci]
  • 01c44fb Bump version from "8.0.1" to "8.0.2" [skip ci]
  • 6c159e1 Merge pull request #26481 from storybookjs/feat/addon-panel-empty-state
  • Additional commits viewable in compare view


Updates @storybook/addon-coverage from 0.0.9 to 1.0.3

Release notes

Sourced from @​storybook/addon-coverage's releases.

v1.0.3

🐛 Bug Fix

  • Fix: Handle scenario where rawSourceMap is a string #33 (@​hkaikai)

Authors: 1

v1.0.2

🐛 Bug Fix

Authors: 1

v1.0.1

🐛 Bug Fix

📝 Documentation

Authors: 2

v1.0.0

Release Notes

[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (#27)

  • [BREAKING CHANGE]: Dropping Storybook < 7 support
  • Replaced babel-istanbul-plugin with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.

💥 Breaking Change

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​storybook/addon-coverage's changelog.

v1.0.3 (Tue May 07 2024)

🐛 Bug Fix

  • Fix: Handle scenario where rawSourceMap is a string #33 (@​hkaikai)

Authors: 1


v1.0.2 (Tue May 07 2024)

🐛 Bug Fix

Authors: 1


v1.0.1 (Wed Feb 28 2024)

🐛 Bug Fix

📝 Documentation

Authors: 2


v1.0.0 (Tue Nov 14 2023)

Release Notes

[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (#27)

  • [BREAKING CHANGE]: Dropping Storybook < 7 support
  • Replaced babel-istanbul-plugin with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.

... (truncated)

Commits
  • eecd87c Bump version to: 1.0.3 [skip ci]
  • 084eb7e Update CHANGELOG.md [skip ci]
  • c708138 Merge pull request #33 from hkaikai/main
  • 06584b3 Bump version to: 1.0.2 [skip ci]
  • d6d7150 Update CHANGELOG.md [skip ci]
  • 86ad6a3 Merge pull request #41 from storybookjs/yann/filter-mock-files
  • 0d14ec2 add more files to default filter
  • 73c8fd6 Bump version to: 1.0.1 [skip ci]
  • c073f8d Update CHANGELOG.md [skip ci]
  • 081b717 Merge pull request #39 from storybookjs/fix/entrypoints
  • Additional commits viewable in compare view


Updates @storybook/addon-essentials from 7.5.0 to 8.0.10

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.0.10

8.0.10

v8.0.9

8.0.9

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

v8.0.5

8.0.5

v8.0.4

... (truncated)

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.0.10

8.0.9

8.0.8

8.0.7

8.0.6

8.0.5

8.0.4

  • Addon Docs: Support Stencil based display names in source snippets - #26592, thanks @​yannbf!
  • CLI: Instruct the correct auto-migration command - #26515, thanks @​ndelangen!
  • CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks @​yannbf!

8.0.3

... (truncated)

Commits
  • 85705aa Bump version from "8.0.9" to "8.0.10" [skip ci]
  • 3c598bd Bump version from "8.0.8" to "8.0.9" [skip ci]
  • b96b670 Bump version from "8.0.7" to "8.0.8" [skip ci]
  • b7c50bb Bump version from "8.0.6" to "8.0.7" [skip ci]
  • 6cf8ae4 Bump version from "8.0.5" to "8.0.6" [skip ci]
  • 75565ed Bump version from "8.0.4" to "8.0.5" [skip ci]
  • b66dfe0 Bump version from "8.0.3" to "8.0.4" [skip ci]
  • f30d120 Bump version from "8.0.2" to "8.0.3" [skip ci]
  • 01c44fb Bump version from "8.0.1" to "8.0.2" [skip ci]
  • 9975199 Bump version from "8.0.0" to "8.0.1" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-interactions from 7.5.0 to 8.0.10

Release notes

Sourced from @​storybook/addon-interactions's releases.

v8.0.10

8.0.10

v8.0.9

8.0.9

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

v8.0.5

8.0.5

v8.0.4

... (truncated)

Changelog

Sourced from @​storybook/addon-interactions's changelog.

8.0.10

8.0.9

8.0.8

8.0.7

8.0.6

8.0.5

8.0.4

  • Addon Docs: Support Stencil based display names in source snippets - #26592, thanks @​yannbf!
  • CLI: Instruct the correct auto-migration command - #26515, thanks @​ndelangen!
  • CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks @​yannbf!

8.0.3

... (truncated)

Commits
  • 85705aa Bump version from "8.0.9" to "8.0.10" [skip ci]
  • d61d3d6 disable charomatic for failing interaction test
  • 3c598bd Bump version from "8.0.8" to "8.0.9" [skip ci]
  • b96b670 Bump version from "8.0.7" to "8.0.8" [skip ci]
  • b7c50bb Bump version from "8.0.6" to "8.0.7" [skip ci]
  • 6cf8ae4 Bump version from "8.0.5" to "8.0.6" [skip ci]
  • 75565ed Bump version from "8.0.4" to "8.0.5" [skip ci]
  • b66dfe0 Bump version from "8.0.3" to "8.0.4" [skip ci]
  • f30d120 Bump version from "8.0.2" to "8.0.3" [skip ci]
  • 01c44fb Bump version from "8.0.1" to "8.0.2" [skip ci]
  • Additional commits viewable in compare view
... _Description has been truncated_
dependabot[bot] commented 4 months ago

Superseded by #279.