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 with 32 updates #223

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the development-dependencies group with 32 updates:

Package From To
@percy/cli 1.27.3 1.27.6
@percy/storybook 4.3.7 5.0.1
@storybook/addon-a11y 7.5.0 7.6.7
@storybook/addon-coverage 0.0.9 1.0.0
@storybook/addon-essentials 7.5.0 7.6.7
@storybook/addon-interactions 7.5.0 7.6.7
@storybook/addon-links 7.5.0 7.6.7
@storybook/react 7.5.0 7.6.7
@storybook/react-vite 7.5.0 7.6.7
@storybook/test-runner 0.13.0 0.16.0
@tailwindcss/forms 0.5.6 0.5.7
@testing-library/jest-dom 6.1.4 6.2.0
@testing-library/react 14.0.0 14.1.2
@testing-library/user-event 14.5.1 14.5.2
@types/dompurify 3.0.4 3.0.5
@types/jest 29.5.6 29.5.11
@types/node 20.8.7 20.10.6
@types/react 18.2.29 18.2.46
@types/react-dom 18.2.14 18.2.18
@types/react-modal 3.16.2 3.16.3
@typescript-eslint/eslint-plugin 6.8.0 6.17.0
@typescript-eslint/parser 6.8.0 6.17.0
@vitejs/plugin-react-swc 3.4.0 3.5.0
eslint 8.51.0 8.56.0
msw 1.3.2 2.0.11
postcss 8.4.31 8.4.32
sass 1.69.4 1.69.7
storybook 7.5.0 7.6.7
storybook-addon-react-router-v6 2.0.8 2.0.10
tailwindcss 3.3.3 3.4.0
typescript 5.2.2 5.3.3
vite 4.5.0 5.0.10

Updates @percy/cli from 1.27.3 to 1.27.6

Release notes

Sourced from @​percy/cli's releases.

v1.27.6

What's Changed

✨ Enhancements

🐛 Bug Fixes

🏗 Maintenance

Full Changelog: https://github.com/percy/cli/compare/v1.27.5...v1.27.6

v1.27.6-beta.1

What's Changed

✨ Enhancements

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

v1.27.6-beta.0

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/percy/cli/compare/v1.27.5...v1.27.6-beta.0

v1.27.5 [deprecated]

Note: We have received some reports where percy cli randomly stops working after this release, so we are currently tagging 1.27.4 as latest version on npm to fix for users using latest tag. 1.27.5 will still be available if used explicitly. We are investigating the issue.

What's Changed

✨ Enhancements

🐛 Bug Fixes

🏗 Maintenance

... (truncated)

Commits


Updates @percy/storybook from 4.3.7 to 5.0.1

Commits


Updates @storybook/addon-a11y from 7.5.0 to 7.6.7

Release notes

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

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

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

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Commits
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-coverage from 0.0.9 to 1.0.0

Release notes

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

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

Authors: 2

Changelog

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

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.

💥 Breaking Change

🐛 Bug Fix

Authors: 2


Commits
  • aacb3fb "Bump version to: 1.0.0 [skip ci]"
  • cce8245 Update CHANGELOG.md [skip ci]
  • cced79d Merge pull request #27 from storybookjs/feat/support-webpack-swc
  • 12a4851 Fix sourcemaps for vue
  • 2e9b10e Document default exclude
  • 92033f3 Finalize istanbul webpack5 loader
  • 053738e Fix examples
  • 7552bf5 Rename examples/babel folder to examples/webpack5
  • 4f01c01 support swc and webpack
  • 3d68eeb Merge pull request #20 from storybookjs/feat/upgrade-example-projects
  • Additional commits viewable in compare view


Updates @storybook/addon-essentials from 7.5.0 to 7.6.7

Release notes

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

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

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

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Commits
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-interactions from 7.5.0 to 7.6.7

Release notes

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

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

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

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Commits
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-links from 7.5.0 to 7.6.7

Release notes

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

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

v7.6.2

7.6.2

v7.6.1

7.6.1

v7.6.0

7.6.0

Storybook 7.6 is here with increased performance and much more!

... (truncated)

Changelog

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

7.6.7

7.6.6

7.6.5

7.6.4

7.6.3

7.6.2

7.6.1

7.6.0

Storybook 7.6 is here with increased performance and much more!

  • 🔥 Improved SWC support
  • 🧪 New test utilities and fast build mode
  • 🔼 NextJS SWC + avif support & fixes
  • 🤡 SvelteKit page and navigation mocking
  • ⚛️ React-docgen upgrade
  • 🎨 Controls a11y, background theming, and viewports
  • 🩺 CLI: The doctor is in!
  • 🚫 Addons: Remove React as a peer dependency

... (truncated)

Commits
  • 22ec27e Bump version from "7.6.6" to "7.6.7" [skip ci]
  • a3a9ca8 Bump version from "7.6.5" to "7.6.6" [skip ci]
  • 1bb4147 Bump version from "7.6.4" to "7.6.5" [skip ci]
  • 1ba5416 Bump version from "7.6.3" to "7.6.4" [skip ci]
  • afc4c2f Bump version from "7.6.2" to "7.6.3" [skip ci]
  • afc89aa Bump version from "7.6.1" to "7.6.2" [skip ci]
  • 60f9c9a Bump version from "7.6.0" to "7.6.1" [skip ci]
  • b64214c Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]
  • b990144 Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]
  • d82167b Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/react from 7.5.0 to 7.6.7

Release notes

Sourced from @​storybook/react's releases.

v7.6.7

7.6.7

v7.6.6

7.6.6

v7.6.5

7.6.5

v7.6.4

7.6.4

v7.6.3

7.6.3

  • Next.js: Fix next/font/local usage in babel mode ... _Description has been truncated_
dependabot[bot] commented 8 months ago

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