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 19 updates #360

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm group with 19 updates:

Package From To
@emotion/styled 11.11.0 11.11.5
@mui/material 5.15.12 5.15.15
@biomejs/biome 1.6.0 1.7.0
@fontsource/roboto 5.0.12 5.0.13
@mui/icons-material 5.15.12 5.15.15
@storybook/addon-essentials 7.6.17 8.0.8
@storybook/addon-interactions 7.6.17 8.0.8
@storybook/addon-links 7.6.17 8.0.8
@storybook/addon-onboarding 1.0.11 8.0.8
@storybook/addon-themes 7.6.17 8.0.8
@storybook/blocks 7.6.17 8.0.8
@storybook/react 7.6.17 8.0.8
@storybook/react-vite 7.6.17 8.0.8
@storybook/test 7.6.17 8.0.8
@types/react 18.2.64 18.2.79
@types/react-dom 18.2.21 18.2.25
storybook 7.6.17 8.0.8
typescript 5.4.2 5.4.5
vite 5.1.5 5.2.10

Updates @emotion/styled from 11.11.0 to 11.11.5

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.11.5

Patch Changes

Commits


Updates @mui/material from 5.15.12 to 5.15.15

Release notes

Sourced from @​mui/material's releases.

v5.15.15

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

v5.15.14

Mar 19, 2024

A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.14

@pigment-css/react@0.0.3

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.15

Apr 4, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

v5.15.14

Mar 18, 2024

A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.14

... (truncated)

Commits


Updates @biomejs/biome from 1.6.0 to 1.7.0

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.0

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>
    

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.0 (2024-04-15)

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>
    

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Commits
  • 2dce6af release: v1.7.0 (#2414)
  • 6ec264c feat(biome_js_analyze): noFlatMapIdentity (#2324)
  • 75af801 feat(biome_js_analyze): noConstantMathMinMaxClamp (#2404)
  • 58c4b0a refactor: resolve lintdoc warnings (#2440)
  • ce223aa feat(biome_css_analyze): implement noDuplicateFontNames (#2308)
  • b9f716d fix(project): fix JSON schema for stable hook options (#2401)
  • 39139a5 refactor: replace ignoreReact with jsxRuntime setting (#2397)
  • 5809068 feat(migrate-prettier): support overrides field (#2330)
  • 39b91e9 fix(json-schema): remove field options for rules without options (#2331)
  • 2bd95dc feat(lint/noUnusedImports): add ignoreReact option (#2306)
  • Additional commits viewable in compare view


Updates @fontsource/roboto from 5.0.12 to 5.0.13

Commits


Updates @mui/icons-material from 5.15.12 to 5.15.15

Release notes

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

v5.15.15

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

v5.15.14

Mar 19, 2024

A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.14

@pigment-css/react@0.0.3

... (truncated)

Changelog

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

v5.15.15

Apr 4, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15

@mui/system@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

v5.15.14

Mar 18, 2024

A big thanks to the 15 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.14

... (truncated)

Commits


Updates @storybook/addon-essentials from 7.6.17 to 8.0.8

Release notes

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

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

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!

v8.0.3

8.0.3

v8.0.2

8.0.2

... (truncated)

Changelog

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

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

8.0.2

8.0.1

... (truncated)

Commits
  • 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]
  • 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]
  • Additional commits viewable in compare view


Updates @storybook/addon-interactions from 7.6.17 to 8.0.8

Release notes

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

v8.0.8

8.0.8

v8.0.7

8.0.7

v8.0.6

8.0.6

<... _Description has been truncated_
dependabot[bot] commented 5 months ago

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