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 29 updates #482

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Package From To
clsx 2.1.0 2.1.1
@commitlint/cli 19.2.1 19.3.0
@commitlint/config-angular 19.1.0 19.3.0
@mui/material 5.15.15 5.15.20
@rollup/plugin-replace 5.0.5 5.0.7
@swc/core 1.4.12 1.6.1
@swc/helpers 0.5.8 0.5.11
@types/node 20.12.5 20.14.2
@typescript-eslint/eslint-plugin 7.5.0 7.13.0
@typescript-eslint/parser 7.5.0 7.13.0
@vitejs/plugin-react 4.2.1 4.3.1
@vitest/coverage-v8 1.4.0 1.6.0
eslint-plugin-promise 6.1.1 6.2.0
eslint-plugin-react 7.34.1 7.34.2
eslint-plugin-react-hooks 4.6.0 4.6.2
eslint-plugin-simple-import-sort 12.0.0 12.1.0
jsdom 24.0.0 24.1.0
lint-staged 15.2.2 15.2.7
prettier 3.2.5 3.3.2
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.18.0
rollup-plugin-dts 6.1.0 6.1.1
rollup-plugin-swc3 0.11.0 0.11.2
typescript 5.4.4 5.4.5
vite 5.2.8 5.3.1
vitest 1.4.0 1.6.0

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 @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 @mui/material from 5.15.15 to 5.15.20

Release notes

Sourced from @​mui/material's releases.

v5.15.20

Jun 12, 2024

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

@mui/material@5.15.20

@mui/utils@5.15.15

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

v5.15.19

May 29, 2024

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

@mui/material@5.15.19

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.20

Jun 12, 2024

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

@mui/material@5.15.20

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

Changelog

Sourced from @​swc/core's changelog.

[1.6.1] - 2024-06-16

Bug Fixes

  • (common) Revert Use SourceMap::adjust_mappings (#9058) (cdd20cd)

Performance

  • (es/parser) Reduce allocations while lexing numbers (#9057) (ca26eb7)

[1.6.0] - 2024-06-15

Features

Performance

  • (es/lints) Avoid needless allocations in no-dupe-args (#9041) (e560198)

  • (es/parser) Do not track raw by hand (#9047) (60fe5f0)

  • (es/parser) Reduce allocations for raw while lexing numbers (#9056) (bc8ec62)

Refactor

Testing

... (truncated)

Commits
  • e640972 chore: Publish 1.6.1 with swc_core v0.95.2
  • f8c2c47 chore: Bump crates
  • cdd20cd fix(common): Revert Use SourceMap::adjust_mappings (#9058)
  • 11df9e9 chore: Bump crates
  • ca26eb7 perf(es/parser): Reduce allocations while lexing numbers (#9057)
  • 064af53 chore: Update changelog
  • 13c2b2e chore: Publish 1.6.0 with swc_core v0.95.0
  • 131bd42 chore: Bump crates
  • bc8ec62 perf(es/parser): Reduce allocations for raw while lexing numbers (#9056)
  • 56464f2 chore: Bump crates
  • Additional commits viewable in compare view


Updates @swc/helpers from 0.5.8 to 0.5.11

Commits


Updates @types/node from 20.12.5 to 20.14.2

Commits


Updates @typescript-eslint/eslint-plugin from 7.5.0 to 7.13.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

... (truncated)

Commits
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • bf5394d fix(eslint-plugin): [no-magic-numbers] fix implementation of the ignore opt...
  • 60fb643 chore(deps): update dependency prettier to v3.3.0 (#9266)
  • c6e9719 docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)
  • 293fb24 fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...
  • cb1720d fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.5.0 to 7.13.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • e360541 chore(release): publish 7.11.0
  • c18226e chore(release): publish 7.10.0
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • ee677f6 chore(release): publish 7.8.0
  • 3e19436 chore(release): publish 7.7.1
  • Additional commits viewable in compare view


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 @vitest/coverage-v8 from 1.4.0 to 1.6.0

Release notes

Sourced from

netlify[bot] commented 3 months ago

Deploy Preview for any-viewer ready!

Name Link
Latest commit 9e2943116a28d747c4e0e07a3fb3084c22308605
Latest deploy log https://app.netlify.com/sites/any-viewer/deploys/666fb1d5efdf1b0008cd6c3f
Deploy Preview https://deploy-preview-482--any-viewer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

socket-security[bot] commented 3 months ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/parser@7.24.7 None 0 1.89 MB nicolo-ribaudo
npm/@commitlint/cli@19.3.0 Transitive: environment, eval, filesystem, shell, unsafe +62 5.39 MB escapedcat
npm/@commitlint/config-angular@19.3.0 None +1 9.34 kB escapedcat
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/@eslint-community/regexpp@4.10.1 None 0 432 kB eslint-community-bot
npm/@rollup/plugin-replace@5.0.7 None 0 26.4 kB shellscape
npm/@rollup/rollup-android-arm-eabi@4.18.0 None 0 1.7 MB lukastaegert
npm/@rollup/rollup-android-arm64@4.18.0 None 0 2.57 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.18.0 None 0 2.49 MB lukastaegert
npm/@rollup/rollup-darwin-x64@4.18.0 None 0 2.64 MB lukastaegert
npm/@rollup/rollup-linux-arm-gnueabihf@4.18.0 None 0 2.53 MB lukastaegert
npm/@rollup/rollup-linux-arm64-gnu@4.18.0 None 0 2.55 MB lukastaegert
npm/@rollup/rollup-linux-arm64-musl@4.18.0 None 0 2.43 MB lukastaegert
npm/@rollup/rollup-linux-powerpc64le-gnu@4.18.0 None 0 3.15 MB lukastaegert
npm/@rollup/rollup-linux-riscv64-gnu@4.18.0 None 0 2.64 MB lukastaegert
npm/@rollup/rollup-linux-s390x-gnu@4.18.0 None 0 4.33 MB lukastaegert
npm/@rollup/rollup-linux-x64-gnu@4.18.0 None 0 2.79 MB lukastaegert
npm/@rollup/rollup-linux-x64-musl@4.18.0 None 0 2.79 MB lukastaegert
npm/@rollup/rollup-win32-arm64-msvc@4.18.0 None 0 3.06 MB lukastaegert
npm/@rollup/rollup-win32-ia32-msvc@4.18.0 None 0 2.73 MB lukastaegert
npm/@rollup/rollup-win32-x64-msvc@4.18.0 None 0 3.6 MB lukastaegert
npm/@swc/core@1.6.1 None +12 187 kB
npm/@swc/helpers@0.5.11 None +1 295 kB kdy1
npm/@types/node@20.14.2 None +1 2.16 MB types
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/@typescript-eslint/eslint-plugin@7.13.0 Transitive: environment, filesystem +19 6.92 MB jameshenry
npm/@typescript-eslint/parser@7.13.0 Transitive: environment, filesystem +15 2.95 MB jameshenry
npm/@vitejs/plugin-react@4.3.1 Transitive: environment, filesystem, unsafe +43 6.81 MB vitebot
npm/@vitest/coverage-v8@1.6.0 Transitive: environment, filesystem +19 1.52 MB vitestbot
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/commander@12.1.0 environment 0 186 kB abetomo
npm/esbuild@0.21.5 environment, filesystem, network, shell 0 133 kB evanw
npm/eslint-plugin-promise@6.2.0 None 0 69.6 kB eslint-community-bot
npm/eslint-plugin-react-hooks@4.6.2 environment 0 118 kB react-bot
npm/eslint-plugin-react@7.34.2 filesystem Transitive: environment, eval +39 2.09 MB ljharb
npm/eslint-plugin-simple-import-sort@12.1.0 None 0 38.2 kB lydell
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/jsdom@24.1.0 eval, filesystem, network, shell, unsafe +33 5.55 MB domenic
npm/lint-staged@15.2.7 Transitive: environment, filesystem, shell +28 1.41 MB
npm/prettier@3.3.2 environment, filesystem, unsafe 0 8.25 MB prettier-bot
npm/rollup-plugin-dts@6.1.1 environment, unsafe +1 652 kB swatinem
npm/rollup-plugin-swc3@0.11.2 filesystem Transitive: unsafe +4 186 kB sukkaw
npm/rollup@4.18.0 environment, filesystem +1 4.8 MB lukastaegert
npm/typescript@5.4.5 None 0 32.4 MB typescript-bot
npm/vitest@1.6.0 environment, eval Transitive: filesystem, shell, unsafe +32 4 MB vitestbot

🚮 Removed packages: npm/@babel/generator@7.24.4, npm/@babel/parser@7.24.4, npm/@babel/template@7.24.0, npm/@commitlint/cli@19.2.1, npm/@commitlint/config-angular@19.1.0, npm/@eslint-community/regexpp@4.10.0, npm/@mdx-js/react@2.3.0, npm/@napi-rs/simple-git-android-arm-eabi@0.1.9, npm/@napi-rs/simple-git-android-arm64@0.1.9, npm/@napi-rs/simple-git-darwin-arm64@0.1.9, npm/@napi-rs/simple-git-darwin-x64@0.1.9, npm/@napi-rs/simple-git-linux-arm-gnueabihf@0.1.9, npm/@napi-rs/simple-git-linux-arm64-gnu@0.1.9, npm/@napi-rs/simple-git-linux-arm64-musl@0.1.9, npm/@napi-rs/simple-git-linux-x64-gnu@0.1.9, npm/@napi-rs/simple-git-linux-x64-musl@0.1.9, npm/@napi-rs/simple-git-win32-arm64-msvc@0.1.9, npm/@napi-rs/simple-git-win32-x64-msvc@0.1.9, npm/@napi-rs/simple-git@0.1.9, npm/@next/env@13.5.6, npm/@next/swc-darwin-arm64@13.5.6, npm/@next/swc-darwin-x64@13.5.6, npm/@next/swc-linux-arm64-gnu@13.5.6, npm/@next/swc-linux-arm64-musl@13.5.6, npm/@next/swc-linux-x64-gnu@13.5.6, npm/@next/swc-linux-x64-musl@13.5.6, npm/@next/swc-win32-arm64-msvc@13.5.6, npm/@next/swc-win32-ia32-msvc@13.5.6, npm/@next/swc-win32-x64-msvc@13.5.6, npm/@rollup/plugin-replace@5.0.5, npm/@swc/core@1.4.12, npm/@swc/helpers@0.5.8, npm/@theguild/remark-mermaid@0.0.5, npm/@types/node@20.12.5, npm/@types/react-dom@18.2.24, npm/@types/react@18.2.74, npm/@typescript-eslint/eslint-plugin@7.5.0, npm/@typescript-eslint/parser@7.5.0, npm/@vitejs/plugin-react@4.2.1, npm/@vitest/coverage-v8@1.4.0, npm/clsx@2.1.0, npm/commander@11.1.0, npm/eslint-plugin-promise@6.1.1, 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/ignore@5.2.4, npm/jsdom@24.0.0, npm/lint-staged@15.2.2, npm/prettier@3.2.5, npm/rollup-plugin-dts@6.1.0, npm/rollup-plugin-swc3@0.11.0, npm/rollup@4.14.0, npm/typescript@5.4.4, npm/unist-util-visit-parents@5.1.3, npm/vitest@1.4.0

View full report↗︎

dependabot[bot] commented 3 months ago

Superseded by #484.