TexteaInc / json-viewer

not only a JSON viewer
https://viewer.textea.io
MIT License
439 stars 34 forks source link

build(deps): bump the patterns group across 1 directory with 27 updates #493

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the patterns group with 27 updates in the / directory:

Package From To
clsx 2.1.0 2.1.1
zustand 4.5.2 4.5.4
@commitlint/cli 19.2.1 19.3.0
@commitlint/config-angular 19.1.0 19.3.0
@emotion/react 11.11.4 11.13.0
@emotion/styled 11.11.5 11.13.0
@mui/material 5.15.15 5.16.6
@rollup/plugin-replace 5.0.5 5.0.7
@swc/core 1.4.12 1.7.6
@swc/helpers 0.5.8 0.5.12
@vitejs/plugin-react 4.2.1 4.3.1
eslint-plugin-react 7.34.1 7.35.0
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-simple-import-sort 12.0.0 12.1.1
husky 9.0.11 9.1.4
jsdom 24.0.0 24.1.1
lint-staged 15.2.2 15.2.8
prettier 3.2.5 3.3.3
react 18.2.0 18.3.1
@types/react 18.2.74 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.24 18.3.0
rollup 4.14.0 4.20.0
rollup-plugin-dts 6.1.0 6.1.1
rollup-plugin-swc3 0.11.0 0.11.2
typescript 5.4.4 5.5.4
vite 5.2.8 5.3.5

Updates clsx from 2.1.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1

Commits


Updates zustand from 4.5.2 to 4.5.4

Release notes

Sourced from zustand's releases.

v4.5.4

There was an issue in v4.5.3 with some bundlers.

What's Changed

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.3...v4.5.4

v4.5.3

It comes with a minor fix in types, but also some changes in configs.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.2...v4.5.3

Commits


Updates @commitlint/cli from 19.2.1 to 19.3.0

Release notes

Sourced from @​commitlint/cli's releases.

v19.3.0

19.3.0 (2024-04-23)

Features

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2

Changelog

Sourced from @​commitlint/cli's changelog.

19.3.0 (2024-04-23)

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

Commits


Updates @commitlint/config-angular from 19.1.0 to 19.3.0

Release notes

Sourced from @​commitlint/config-angular's releases.

v19.3.0

19.3.0 (2024-04-23)

Features

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2

v19.2.1

19.2.1 (2024-03-19)

Bug Fixes

New Contributors

... (truncated)

Changelog

Sourced from @​commitlint/config-angular's changelog.

19.3.0 (2024-04-23)

Note: Version bump only for package @​commitlint/config-angular

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-angular

Commits


Updates @emotion/react from 11.11.4 to 11.13.0

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

Minor Changes

  • #2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.

Patch Changes

Commits


Updates @emotion/styled from 11.11.5 to 11.13.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.0

Minor Changes

  • #3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5, a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

Commits


Updates @mui/material from 5.15.15 to 5.16.6

Release notes

Sourced from @​mui/material's releases.

v5.16.6

Jul 30, 2024

A big thanks to the 5 contributors who made this release possible.

@mui/material@5.16.6

  • [Divider] Enable borderStyle enhancement in divider with children (#43059) @​anuujj

Docs

  • [material-ui][Card] Update CardMedia description (#43121) @​shahzaibdev1
  • [material-ui] Replace deprecated <ListItem button/> with ListItemButton component in routing libraries list example (#43114) @​aliharis99
  • [material-ui][Snackbar] Improve close reason type in demos (#43105) @​sai6855

Core

All contributors of this release in alphabetical order: @​aliharis99, @​anuujj, @​mnajdova, @​sai6855, @​shahzaibdev1

v5.16.5

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5

Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5

v5.16.4

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/material@5.16.4

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.16.6

Jul 30, 2024

A big thanks to the 5 contributors who made this release possible.

@mui/material@5.16.6

  • [Divider] Enable borderStyle enhancement in divider with children (#43059) @​anuujj

Docs

  • [material-ui][Card] Update CardMedia description (#43121) @​shahzaibdev1
  • [material-ui] Replace deprecated <ListItem button/> with ListItemButton component in routing libraries list example (#43114) @​aliharis99
  • [material-ui][Snackbar] Improve close reason type in demos (#43105) @​sai6855

Core

All contributors of this release in alphabetical order: @​aliharis99, @​anuujj, @​mnajdova, @​sai6855, @​shahzaibdev1

5.16.5

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5

Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

5.16.4

Jul 16, 2024

... (truncated)

Commits


Updates @rollup/plugin-replace from 5.0.5 to 5.0.7

Changelog

Sourced from @​rollup/plugin-replace's changelog.

v5.0.7

2024-06-05

Bugfixes

  • fix: add missing sourceMap documentation (#1698)

v5.0.6

2024-06-05

Bugfixes

  • fix: ternary operator replacement (#1712)
Commits
  • 7278248 chore(release): replace v5.0.7
  • de709c2 fix(replace): add missing sourceMap documentation (#1698)
  • e35d881 chore(release): replace v5.0.6
  • ee8b432 fix(replace): ternary operator replacement (#1712)
  • 2c18eeb chore(release): replace v5.0.5
  • 047d21c fix(replace): prevent variable before colons from being replaced when prevent...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • 563d83a chore(release): replace v5.0.4
  • See full diff in compare view


Updates @swc/core from 1.4.12 to 1.7.6

Release notes

Sourced from @​swc/core's releases.

v1.7.6

No release notes provided.

v1.7.6-nightly-20240804.1

No release notes provided.

v1.7.5

No release notes provided.

v1.7.5-nightly-20240802.1

No release notes provided.

v1.7.5-nightly-20240801.4

No release notes provided.

v1.7.5-nightly-20240801.1

No release notes provided.

v1.7.4

No release notes provided.

v1.7.4-nightly-20240731.1

No release notes provided.

v1.7.4-nightly-20240729.1

No release notes provided.

v1.7.3

What's Changed

Full Changelog: https://github.com/swc-project/swc/compare/v1.7.2...v1.7.3

v1.7.3-nightly-20240727.1

No release notes provided.

v1.7.2

No release notes provided.

v1.7.2-nightly-20240725.2

No release notes provided.

v1.7.2-nightly-20240725.1

No release notes provided.

v1.7.1

No release notes provided.

v1.7.1-nightly-20240724.2

... (truncated)

Changelog

Sourced from @​swc/core's changelog.

[1.7.6] - 2024-08-04

Bug Fixes

  • (es/codegen) Print the missing abstract in class expression (#9372) (c2e3021)

  • (es/decorators) Use correct class name reference (#9375) (badd6a9)

  • (es/typescript) Strip declare export in strip-only mode (#9374) (c53cce4)

[1.7.5] - 2024-08-02

Bug Fixes

  • (common) Fix StringInput.end_pos (#9362) (5368e18)

  • (es/parser) Fix span for unterminated block comments (#9361) (dc1b87e)

  • (es/parser) Make UnterminatedBlockComment stick to the EOF (#9366) (4f0fc6e)

  • (es/typescript) Handle single type statement in if/for/while (#9364) (2217730)

  • (es/typescript) Handle backtick in ASI issue (#9367) (6f1716c)

  • (es/typescript) Analyze import chain (#9369) (4f9116f)

Miscellaneous Tasks

  • (deps) Update rust crate toml to v0.8.19 (#9360) (9cd51ce)

[1.7.4] - 2024-07-31

Bug Fixes

  • (es/codegen) Emit question token for class methods (#9342) (636585b)

... (truncated)

Commits
  • 4e7bf46 chore: Publish 1.7.6 with swc_core v0.99.6
  • 011b8f2 chore: Update changelog
  • 70587e4 chore: Publish 1.7.6-nightly-20240804.1 with swc_core v0.99.6
  • 67cd69f chore: Publish crates
  • badd6a9 fix(es/decorators): Use correct class name reference (#9375)
  • a3a3040 chore: Publish crates
  • c53cce4 fix(es/typescript): Strip declare export in strip-only mode (#9374)
  • c2e3021 fix(es/codegen): Print the missing abstract in class expression (#9372)
  • 21ed716 chore: Fix Typo (#9371)
  • 686bf2c chore: Update changelog
  • Additional commits viewable in compare view


Updates @swc/helpers from 0.5.8 to 0.5.12

Commits


Updates @vitejs/plugin-react from 4.2.1 to 4.3.1

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.3.1

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

v4.3.0

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }

return { plugins: [react({ babel: { plugins: babelPlugins } })], } })

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.3.1 (2024-06-10)

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

4.3.0 (2024-05-22)

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }

return { plugins: [react({ babel: { plugins: babelPlugins } })], } })

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Commits


Updates eslint-plugin-react from 7.34.1 to 7.35.0

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.0

Added

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/compat-data@7.25.2 None 0 66.1 kB nicolo-ribaudo
npm/@babel/core@7.25.2 environment, filesystem, unsafe 0 788 kB nicolo-ribaudo
npm/@babel/generator@7.25.0 None 0 495 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.25.2 None 0 52.3 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.25.2 None 0 160 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.8 None 0 114 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.24.7 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.24.8 None 0 11.8 kB nicolo-ribaudo
npm/@babel/helpers@7.25.0 None 0 876 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-self@7.24.7 None 0 74.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-source@7.24.7 None 0 75.1 kB nicolo-ribaudo
npm/@babel/template@7.25.0 None 0 70.4 kB nicolo-ribaudo
npm/@babel/traverse@7.25.3 None 0 667 kB nicolo-ribaudo
npm/@commitlint/cli@19.3.0 None 0 30.5 kB escapedcat
npm/@commitlint/config-angular@19.3.0 None 0 6.17 kB escapedcat
npm/@commitlint/format@19.3.0 None 0 10.5 kB escapedcat
npm/@commitlint/is-ignored@19.2.2 None 0 6.86 kB escapedcat
npm/@commitlint/lint@19.2.2 None 0 14 kB escapedcat
npm/@emotion/babel-plugin@11.12.0 environment 0 200 kB emotion-release-bot
npm/@emotion/cache@11.13.1 None 0 246 kB emotion-release-bot
npm/@emotion/hash@0.9.2 environment 0 9.93 kB emotion-release-bot
npm/@emotion/is-prop-valid@1.3.0 environment 0 28.9 kB emotion-release-bot
npm/@emotion/memoize@0.9.0 environment 0 4.01 kB emotion-release-bot
npm/@emotion/react@11.13.0 None 0 823 kB emotion-release-bot
npm/@emotion/serialize@1.3.0 None 0 53.7 kB emotion-release-bot
npm/@emotion/sheet@1.4.0 None 0 29.5 kB emotion-release-bot
npm/@emotion/styled@11.13.0 None 0 264 kB emotion-release-bot
npm/@emotion/unitless@0.9.0 environment 0 6.95 kB emotion-release-bot
npm/@emotion/use-insertion-effect-with-fallbacks@1.1.0 None 0 9.79 kB emotion-release-bot
npm/@emotion/utils@1.4.0 None 0 19.9 kB emotion-release-bot
npm/@emotion/weak-memoize@0.4.0 environment 0 5.81 kB emotion-release-bot
npm/@esbuild/aix-ppc64@0.21.5 None 0 10.5 MB evanw
npm/@esbuild/android-arm@0.21.5 None 0 11.7 MB evanw
npm/@esbuild/android-arm64@0.21.5 None 0 9.96 MB evanw
npm/@esbuild/android-x64@0.21.5 None 0 11.7 MB evanw
npm/@esbuild/darwin-arm64@0.21.5 None 0 9.86 MB evanw
npm/@esbuild/darwin-x64@0.21.5 None 0 10.3 MB evanw
npm/@esbuild/freebsd-arm64@0.21.5 None 0 8.98 MB evanw
npm/@esbuild/freebsd-x64@0.21.5 None 0 9.71 MB evanw
npm/@esbuild/linux-arm@0.21.5 None 0 9.31 MB evanw
npm/@esbuild/linux-arm64@0.21.5 None 0 8.98 MB evanw
npm/@esbuild/linux-ia32@0.21.5 None 0 9.25 MB evanw
npm/@esbuild/linux-loong64@0.21.5 None 0 9.5 MB evanw
npm/@esbuild/linux-mips64el@0.21.5 None 0 10.6 MB evanw
npm/@esbuild/linux-ppc64@0.21.5 None 0 9.24 MB evanw
npm/@esbuild/linux-riscv64@0.21.5 None 0 9.24 MB evanw
npm/@esbuild/linux-s390x@0.21.5 None 0 10.2 MB evanw
npm/@esbuild/linux-x64@0.21.5 None 0 9.71 MB evanw
npm/@esbuild/netbsd-x64@0.21.5 None 0 9.69 MB evanw
npm/@esbuild/openbsd-x64@0.21.5 None 0 9.73 MB evanw
npm/@esbuild/sunos-x64@0.21.5 None 0 9.69 MB evanw
npm/@esbuild/win32-arm64@0.21.5 None 0 9.08 MB evanw
npm/@esbuild/win32-ia32@0.21.5 None 0 9.56 MB evanw
npm/@esbuild/win32-x64@0.21.5 None 0 9.91 MB evanw
npm/@mui/core-downloads-tracker@5.16.6 None 0 2.05 kB diegoandai
npm/@mui/material@5.16.6 environment 0 11.4 MB diegoandai
npm/@mui/private-theming@5.16.6 environment 0 813 kB diegoandai
npm/@mui/styled-engine@5.16.6 environment 0 819 kB diegoandai
npm/@mui/system@5.16.6 environment 0 1.65 MB diegoandai
npm/@mui/types@7.2.15 None 0 7.89 kB aarongarciah
npm/@mui/utils@5.16.6 environment 0 1.09 MB diegoandai
npm/@rollup/plugin-replace@5.0.7 None 0 26.4 kB shellscape
npm/@rollup/rollup-android-arm-eabi@4.20.0 None 0 1.53 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-android-arm64@4.20.0 None 0 2.15 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.20.0 None 0 2.28 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-darwin-x64@4.20.0 None 0 2.43 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm-gnueabihf@4.20.0 None 0 2.28 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm-musleabihf@4.20.0 None 0 2.27 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm64-gnu@4.20.0 None 0 2.29 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm64-musl@4.20.0 None 0 2.18 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-powerpc64le-gnu@4.20.0 None 0 2.83 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-riscv64-gnu@4.20.0 None 0 2.38 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-s390x-gnu@4.20.0 None 0 3.98 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-x64-gnu@4.20.0 None 0 2.55 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-x64-musl@4.20.0 None 0 2.55 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-arm64-msvc@4.20.0 None 0 2.83 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-ia32-msvc@4.20.0 None 0 2.58 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-x64-msvc@4.20.0 None 0 3.46 MB lukastaegert
npm/@swc/core-darwin-arm64@1.7.6 None 0 38.3 MB kdy1, kwonoj
npm/@swc/core-darwin-x64@1.7.6 None 0 42.2 MB kdy1, kwonoj
npm/@swc/core-linux-arm-gnueabihf@1.7.6 None 0 26.8 MB kdy1, kwonoj
npm/@swc/core-linux-arm64-gnu@1.7.6 None 0 45 MB kdy1, kwonoj
npm/@swc/core-linux-arm64-musl@1.7.6 None 0 55.8 MB kdy1, kwonoj
npm/@swc/core-linux-x64-gnu@1.7.6 None 0 51.9 MB kdy1, kwonoj
npm/@swc/core-linux-x64-musl@1.7.6 None 0 63.6 MB kdy1, kwonoj
npm/@swc/core-win32-arm64-msvc@1.7.6 None 0 35.5 MB kdy1, kwonoj
npm/@swc/core-win32-ia32-msvc@1.7.6 None 0 29.8 MB kdy1, kwonoj
npm/@swc/core-win32-x64-msvc@1.7.6 None 0 55.6 MB kdy1, kwonoj
npm/@swc/core@1.7.6 None 0 120 kB kdy1, kwonoj
npm/@swc/helpers@0.5.12 None 0 231 kB kdy1
npm/@swc/types@0.1.12 None 0 188 kB kdy1
npm/@types/react-dom@18.3.0 None 0 37.8 kB types
npm/@types/react@18.3.3 None 0 437 kB types
npm/@vitejs/plugin-react@4.3.1 None 0 36.5 kB vitebot
npm/ansi-escapes@7.0.0 environment 0 17.9 kB sindresorhus
npm/array.prototype.tosorted@1.1.4 None 0 20.9 kB ljharb
npm/cli-cursor@5.0.0 None 0 4.11 kB sindresorhus
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/commander@12.1.0 environment 0 186 kB abetomo
npm/environment@1.1.0 None 0 8.89 kB sindresorhus
npm/es-iterator-helpers@1.0.19 None 0 156 kB ljharb
npm/esbuild@0.21.5 environment, filesystem, network, shell 0 133 kB evanw
npm/eslint-plugin-react-hooks@4.6.2 environment 0 118 kB react-bot
npm/eslint-plugin-react@7.35.0 filesystem 0 830 kB ljharb
npm/eslint-plugin-simple-import-sort@12.1.1 None 0 38.3 kB lydell
npm/https-proxy-agent@7.0.5 network 0 34.9 kB tootallnate
npm/husky@9.1.4 environment, filesystem, shell 0 4.01 kB typicode
npm/jsdom@24.1.1 eval, filesystem, network, shell, unsafe 0 3.11 MB domenic
npm/lilconfig@3.1.2 filesystem 0 17.9 kB antonk52
npm/lint-staged@15.2.8 None 0 121 kB okonet
npm/listr2@8.2.4 environment 0 276 kB cenk1cenk2
npm/log-update@6.1.0 None 0 7.58 kB sindresorhus
npm/nwsapi@2.2.12 None 0 80.6 kB diego
npm/postcss@8.4.40 environment, filesystem 0 198 kB ai
npm/prettier@3.3.3 environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/react-dom@18.3.1 environment 0 4.51 MB react-bot
npm/react-refresh@0.14.2 environment 0 58.7 kB react-bot
npm/react@18.3.1 environment 0 318 kB react-bot
npm/restore-cursor@5.1.0 None 0 3.13 kB sindresorhus
npm/rfdc@1.4.1 None 0 27.1 kB matteo.collina
npm/rollup-plugin-dts@6.1.1 environment, unsafe 0 200 kB swatinem
npm/rollup-plugin-swc3@0.11.2 filesystem 0 36.6 kB sukkaw
npm/rollup@4.20.0 None 0 2.27 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/scheduler@0.23.2 environment 0 93.4 kB react-bot
npm/string.prototype.repeat@1.0.0 None 0 8.61 kB nicolo-ribaudo
npm/tough-cookie@4.1.4 None 0 112 kB ccasey
npm/typescript@5.5.4 None 0 21.9 MB typescript-bot
npm/vite@5.3.5 environment, eval, filesystem, network, shell, unsafe 0 3.25 MB vitebot
npm/ws@8.18.0 environment, network 0 147 kB lpinca
npm/yaml@2.5.0 environment 0 676 kB eemeli
npm/zustand@4.5.4 environment 0 325 kB daishi

🚮 Removed packages: npm/@babel/compat-data@7.24.4, npm/@babel/core@7.24.4, npm/@babel/generator@7.24.4, npm/@babel/helper-compilation-targets@7.23.6, npm/@babel/helper-environment-visitor@7.22.20, npm/@babel/helper-function-name@7.23.0, npm/@babel/helper-hoist-variables@7.22.5, npm/@babel/helper-module-transforms@7.23.3, npm/@babel/helper-plugin-utils@7.24.0, npm/@babel/helper-simple-access@7.22.5, npm/@babel/helper-split-export-declaration@7.22.6, npm/@babel/helper-validator-option@7.23.5, npm/@babel/helpers@7.24.4, npm/@babel/plugin-transform-react-jsx-self@7.24.1, npm/@babel/plugin-transform-react-jsx-source@7.24.1, npm/@babel/template@7.24.0, npm/@babel/traverse@7.24.1, npm/@commitlint/cli@19.2.1, npm/@commitlint/config-angular@19.1.0, npm/@commitlint/format@19.0.3, npm/@commitlint/is-ignored@19.0.3, npm/@commitlint/lint@19.1.0, npm/@emotion/babel-plugin@11.11.0, npm/@emotion/cache@11.11.0, npm/@emotion/hash@0.9.1, npm/@emotion/is-prop-valid@1.2.2, npm/@emotion/memoize@0.8.1, npm/@emotion/react@11.11.4, npm/@emotion/serialize@1.1.4, npm/@emotion/sheet@1.2.2, npm/@emotion/styled@11.11.5, npm/@emotion/unitless@0.8.1, npm/@emotion/use-insertion-effect-with-fallbacks@1.0.1, npm/@emotion/utils@1.2.1, npm/@emotion/weak-memoize@0.3.1, npm/@esbuild/aix-ppc64@0.20.2, npm/@esbuild/android-arm64@0.20.2, npm/@esbuild/android-arm@0.20.2, npm/@esbuild/android-x64@0.20.2, npm/@esbuild/darwin-arm64@0.20.2, npm/@esbuild/darwin-x64@0.20.2, npm/@esbuild/freebsd-arm64@0.20.2, npm/@esbuild/freebsd-x64@0.20.2, npm/@esbuild/linux-arm64@0.20.2, npm/@esbuild/linux-arm@0.20.2, npm/@esbuild/linux-ia32@0.20.2, npm/@esbuild/linux-loong64@0.20.2, npm/@esbuild/linux-mips64el@0.20.2, npm/@esbuild/linux-ppc64@0.20.2, npm/@esbuild/linux-riscv64@0.20.2, npm/@esbuild/linux-s390x@0.20.2, npm/@esbuild/linux-x64@0.20.2, npm/@esbuild/netbsd-x64@0.20.2, npm/@esbuild/openbsd-x64@0.20.2, npm/@esbuild/sunos-x64@0.20.2, npm/@esbuild/win32-arm64@0.20.2, npm/@esbuild/win32-ia32@0.20.2, npm/@esbuild/win32-x64@0.20.2, npm/@floating-ui/core@1.6.0, npm/@floating-ui/dom@1.6.3, npm/@floating-ui/react-dom@2.0.8, npm/@floating-ui/utils@0.2.1, npm/@mui/base@5.0.0-beta.40, npm/@mui/core-downloads-tracker@5.15.15, npm/@mui/material@5.15.15, npm/@mui/private-theming@5.15.14, npm/@mui/styled-engine@5.15.14, npm/@mui/system@5.15.15, npm/@mui/types@7.2.14, npm/@mui/utils@5.15.14, npm/@rollup/plugin-replace@5.0.5, npm/@rollup/rollup-android-arm-eabi@4.14.0, npm/@rollup/rollup-android-arm64@4.14.0, npm/@rollup/rollup-darwin-arm64@4.14.0, npm/@rollup/rollup-darwin-x64@4.14.0, npm/@rollup/rollup-linux-arm-gnueabihf@4.14.0, npm/@rollup/rollup-linux-arm64-gnu@4.14.0, npm/@rollup/rollup-linux-arm64-musl@4.14.0, npm/@rollup/rollup-linux-powerpc64le-gnu@4.14.0, npm/@rollup/rollup-linux-riscv64-gnu@4.14.0, npm/@rollup/rollup-linux-s390x-gnu@4.14.0, npm/@rollup/rollup-linux-x64-gnu@4.14.0, npm/@rollup/rollup-linux-x64-musl@4.14.0, npm/@rollup/rollup-win32-arm64-msvc@4.14.0, npm/@rollup/rollup-win32-ia32-msvc@4.14.0, npm/@rollup/rollup-win32-x64-msvc@4.14.0, npm/@swc/core-darwin-arm64@1.4.12, npm/@swc/core-darwin-x64@1.4.12, npm/@swc/core-linux-arm-gnueabihf@1.4.12, npm/@swc/core-linux-arm64-gnu@1.4.12, npm/@swc/core-linux-arm64-musl@1.4.12, npm/@swc/core-linux-x64-gnu@1.4.12, npm/@swc/core-linux-x64-musl@1.4.12, npm/@swc/core-win32-arm64-msvc@1.4.12, npm/@swc/core-win32-ia32-msvc@1.4.12, npm/@swc/core-win32-x64-msvc@1.4.12, npm/@swc/core@1.4.12, npm/@swc/helpers@0.5.8, npm/@swc/types@0.1.6, npm/@types/react-dom@18.2.24, npm/@types/react@18.2.74, npm/@vitejs/plugin-react@4.2.1, npm/ansi-escapes@6.2.1, npm/array.prototype.toreversed@1.1.2, npm/array.prototype.tosorted@1.1.3, npm/cli-cursor@4.0.0, npm/clsx@2.1.0, npm/commander@11.1.0, npm/es-iterator-helpers@1.0.18, npm/esbuild@0.20.2, npm/eslint-plugin-react-hooks@4.6.0, npm/eslint-plugin-react@7.34.1, npm/eslint-plugin-simple-import-sort@12.0.0, npm/https-proxy-agent@7.0.4, npm/husky@9.0.11, npm/jsdom@24.0.0, npm/lilconfig@3.0.0, npm/lint-staged@15.2.2, npm/listr2@8.0.1, npm/log-update@6.0.0, npm/nwsapi@2.2.7, npm/object.hasown@1.1.4, npm/postcss@8.4.38, npm/prettier@3.2.5, npm/react-dom@18.2.0, npm/react-refresh@0.14.0, npm/react@18.2.0, npm/restore-cursor@4.0.0, npm/rfdc@1.3.0, npm/rollup-plugin-dts@6.1.0, npm/rollup-plugin-swc3@0.11.0, npm/rollup@4.14.0, npm/scheduler@0.23.0, npm/tough-cookie@4.1.3, npm/typescript@5.4.4, npm/vite@5.2.8, npm/ws@8.17.1, npm/yaml@2.3.4, npm/zustand@4.5.2

View full report↗︎

dependabot[bot] commented 1 month ago

Superseded by #494.