kjy5 / honors-portfolio

UW Interdisciplinary Honors portfolio website
https://kjy5.github.io/honors-portfolio/
GNU General Public License v3.0
0 stars 0 forks source link

Bump the npm group with 16 updates #352

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the npm group with 16 updates:

Package From To
@mui/material 5.15.12 5.15.13
@biomejs/biome 1.6.0 1.6.1
@mui/icons-material 5.15.12 5.15.13
@storybook/addon-essentials 7.6.17 8.0.0
@storybook/addon-interactions 7.6.17 8.0.0
@storybook/addon-links 7.6.17 8.0.0
@storybook/addon-onboarding 1.0.11 8.0.0
@storybook/addon-themes 7.6.17 8.0.0
@storybook/blocks 7.6.17 8.0.0
@storybook/react 7.6.17 8.0.0
@storybook/react-vite 7.6.17 8.0.0
@storybook/test 7.6.17 8.0.0
@types/react 18.2.64 18.2.66
@types/react-dom 18.2.21 18.2.22
storybook 7.6.17 8.0.0
vite 5.1.5 5.1.6

Updates @mui/material from 5.15.12 to 5.15.13

Release notes

Sourced from @​mui/material's releases.

v5.15.13

Mar 13, 2024

A big thanks to the 18 contributors who made this release possible. Here are some highights ✨

@mui/material@5.15.13

@mui/system@5.15.13

@mui/utils@5.15.13

@mui/codemod@5.15.13

@mui/base@5.0.0-beta.39

@pigment-css/react@0.0.2

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.13

Mar 13, 2024

A big thanks to the 18 contributors who made this release possible. Here are some highights ✨

@mui/material@5.15.13

@mui/system@5.15.13

@mui/utils@5.15.13

@mui/codemod@5.15.13

@mui/base@5.0.0-beta.39

@pigment-css/react@0.0.2

Docs

... (truncated)

Commits
  • dbcb678 [release] v5.15.13 (#41462)
  • 9e97e73 [material-ui][Tooltip] Support event handlers with extra parameters (#41320)
  • 9aec566 [material-ui] Add paperChannel token (#41447)
  • 1aa3764 [material-ui][joy-ui][base-ui][Autocomplete] Keep in sync highlighted index w...
  • 1e80616 [RtlProvider] Add component & hook (#41241)
  • 16e8ef7 [code-infra] Add alias for icon types (#41248)
  • 5fb8e19 [material-ui][Autocomplete] Fix the options list being added to the DOM in `f...
  • 1249a37 [material-ui][Switch] Convert to support CSS extraction (#41367)
  • fe5e34b [material-ui][Alert] Add slots and slotProps type to theme (#41324)
  • See full diff in compare view


Updates @biomejs/biome from 1.6.0 to 1.6.1

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.6.1

CLI

Bug fixes

  • Fix rage command, now it doesn't print info about running servers. Contributed by @​ematipico

Editors

Bug fixes

  • Fix #552, where the formatter isn't correctly triggered in Windows systems. Contributed by @​victor-teles

Linter

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1

CLI v1.6.1

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.1 (2024-03-12)

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

Linter

New features

  • Add rule noDoneCallback, this rule checks the function parameter of hooks & tests for use of the done argument, suggesting you return a promise instead. Contributed by @​vasucp1207

    beforeEach(done => {
      // ...
    });
    

Bug fixes

... (truncated)

Commits


Updates @mui/icons-material from 5.15.12 to 5.15.13

Release notes

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

v5.15.13

Mar 13, 2024

A big thanks to the 18 contributors who made this release possible. Here are some highights ✨

@mui/material@5.15.13

@mui/system@5.15.13

@mui/utils@5.15.13

@mui/codemod@5.15.13

@mui/base@5.0.0-beta.39

@pigment-css/react@0.0.2

Docs

... (truncated)

Changelog

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

v5.15.13

Mar 13, 2024

A big thanks to the 18 contributors who made this release possible. Here are some highights ✨

@mui/material@5.15.13

@mui/system@5.15.13

@mui/utils@5.15.13

@mui/codemod@5.15.13

@mui/base@5.0.0-beta.39

@pigment-css/react@0.0.2

Docs

... (truncated)

Commits


Updates @storybook/addon-essentials from 7.6.17 to 8.0.0

Release notes

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

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

v8.0.0-rc.5

8.0.0-rc.5

  • CLI: Automigration fix version detection of upgrading related packages - #26410, thanks @​ndelangen!

v8.0.0-rc.4

8.0.0-rc.4

v8.0.0-rc.3

8.0.0-rc.3

... (truncated)

Changelog

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

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

Commits
  • 49f18e8 Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]
  • 9050c69 Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]
  • bfa0570 Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]
  • d6f8526 Bump version from "8.0.0-rc.2" to "8.0.0-rc.3" [skip ci]
  • ebec658 Bump version from "8.0.0-rc.1" to "8.0.0-rc.2" [skip ci]
  • 68f1b28 Bump version from "8.0.0-rc.0" to "8.0.0-rc.1" [skip ci]
  • a47fc43 Bump version from "8.0.0-beta.6" to "8.0.0-rc.0" [skip ci]
  • 8ba6b46 Bump version from "8.0.0-beta.5" to "8.0.0-beta.6" [skip ci]
  • a7529d6 Bump version from "8.0.0-beta.4" to "8.0.0-beta.5" [skip ci]
  • 5ce7f27 Bump version from "8.0.0-beta.3" to "8.0.0-beta.4" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-interactions from 7.6.17 to 8.0.0

Release notes

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

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

v8.0.0-rc.5

8.0.0-rc.5

  • CLI: Automigration fix version detection of upgrading related packages - #26410, thanks @​ndelangen!

v8.0.0-rc.4

8.0.0-rc.4

v8.0.0-rc.3

8.0.0-rc.3

... (truncated)

Changelog

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

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

Commits
  • 49f18e8 Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]
  • 9050c69 Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]
  • bfa0570 Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]
  • 3fc8363 Merge pull request #26351 from storybookjs/norbert/remove-testing-lib
  • d6f8526 Bump version from "8.0.0-rc.2" to "8.0.0-rc.3" [skip ci]
  • e4a47f5 replace testing-library with test in monorepo
  • ebec658 Bump version from "8.0.0-rc.1" to "8.0.0-rc.2" [skip ci]
  • 68f1b28 Bump version from "8.0.0-rc.0" to "8.0.0-rc.1" [skip ci]
  • a47fc43 Bump version from "8.0.0-beta.6" to "8.0.0-rc.0" [skip ci]
  • 8ba6b46 Bump version from "8.0.0-beta.5" to "8.0.0-beta.6" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-links from 7.6.17 to 8.0.0

Release notes

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

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

v8.0.0-rc.5

8.0.0-rc.5

  • CLI: Automigration fix version detection of upgrading related packages - #26410, thanks @​ndelangen!

v8.0.0-rc.4

8.0.0-rc.4

v8.0.0-rc.3

8.0.0-rc.3

... (truncated)

Changelog

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

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

Commits
  • 49f18e8 Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]
  • 9050c69 Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]
  • bfa0570 Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]
  • d6f8526 Bump version from "8.0.0-rc.2" to "8.0.0-rc.3" [skip ci]
  • ebec658 Bump version from "8.0.0-rc.1" to "8.0.0-rc.2" [skip ci]
  • 68f1b28 Bump version from "8.0.0-rc.0" to "8.0.0-rc.1" [skip ci]
  • a47fc43 Bump version from "8.0.0-beta.6" to "8.0.0-rc.0" [skip ci]
  • 8ba6b46 Bump version from "8.0.0-beta.5" to "8.0.0-beta.6" [skip ci]
  • a7529d6 Bump version from "8.0.0-beta.4" to "8.0.0-beta.5" [skip ci]
  • 5ce7f27 Bump version from "8.0.0-beta.3" to "8.0.0-beta.4" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-onboarding from 1.0.11 to 8.0.0

Release notes

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

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

v8.0.0-rc.5

8.0.0-rc.5

  • CLI: Automigration fix version detection of upgrading related packages - #26410, thanks @​ndelangen!

v8.0.0-rc.4

8.0.0-rc.4

dependabot[bot] commented 6 months ago

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