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 across 1 directory with 21 updates #363

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm group with 21 updates in the / directory:

Package From To
@emotion/styled 11.11.0 11.11.5
@mui/material 5.15.12 5.15.16
react 18.2.0 18.3.1
@types/react 18.2.64 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.21 18.3.0
@biomejs/biome 1.6.0 1.7.2
@fontsource/roboto 5.0.12 5.0.13
@mui/icons-material 5.15.12 5.15.16
@storybook/addon-essentials 7.6.17 8.0.10
@storybook/addon-interactions 7.6.17 8.0.10
@storybook/addon-links 7.6.17 8.0.10
@storybook/addon-onboarding 1.0.11 8.0.10
@storybook/addon-themes 7.6.17 8.0.10
@storybook/blocks 7.6.17 8.0.10
@storybook/react 7.6.17 8.0.10
@storybook/react-vite 7.6.17 8.0.10
@storybook/test 7.6.17 8.0.10
storybook 7.6.17 8.0.10
typescript 5.4.2 5.4.5
vite 5.1.5 5.2.11

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

Release notes

Sourced from @​mui/material's releases.

v5.15.16

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

@mui/material@5.15.16

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DanailH, @​DiegoAndai, @​github-actions[bot], @​JCQuintas, @​mnajdova, @​oliviertassinari

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.

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.16

May 1, 2024

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

@mui/material@5.15.16

Docs

Core

... (truncated)

Commits


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.64 to 18.3.1

Commits


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.21 to 18.3.0

Commits


Updates @biomejs/biome from 1.6.0 to 1.7.2

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.2

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"
    

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.2 (2024-04-30)

Analyzer

Bug fixes

  • Import sorting now ignores side effect imports (#817).

    A side effect import consists now in its own group. This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"
    

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#1665) Contributed by @​Conaclos

CLI

Bug fixes

  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references. This causes biome migrate eslint to fail or ignore them. These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Correctly handle placement of comments inside named import clauses. #2566. Contributed by @​ah-yu

Linter

... (truncated)

Commits
  • 2c70d3f release: v1.7.2 (#2651)
  • 46c378e feat(biome_css_analyzer): noUnknownFunction (#2570)
  • de063b4 feat(lint/useDefaultSwitchClause): add rule (#2605)
  • b3ed181 feat(linter): Implement useGenericFontNames (#2573)
  • a13d36d feat: no useless undefined initialization (#2591)
  • ce4979d feat(biome_js_analyze): useArrayLiterals (#2541)
  • b24b44c fix(lint/useConst): handle reads before assignment and improve docs (#2584)
  • b3e5768 feat(linter): add useConsistentNewBuiltin (#2540)
  • 7ea5dff feat(biome_css_analyzer): noUnknownUnit (#2535)
  • 52029f6 fix(configuration_schema): rename some fields to camelCase in the `configurat...
  • 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.16

Release notes

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

v5.15.16

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

@mui/material@5.15.16

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DanailH, @​DiegoAndai, @​github-actions[bot], @​JCQuintas, @​mnajdova, @​oliviertassinari

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.

... (truncated)

Changelog

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

v5.15.16

May 1, 2024

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

@mui/material@5.15.16

Docs

Core

dependabot[bot] commented 5 months ago

Superseded by #364.