Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the patterns group across 1 directory with 29 updates #491

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the patterns group with 29 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.5
@rollup/plugin-replace 5.0.5 5.0.7
@swc/core 1.4.12 1.7.3
@swc/helpers 0.5.8 0.5.12
@typescript-eslint/eslint-plugin 7.5.0 7.17.0
@typescript-eslint/parser 7.5.0 7.17.0
@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.3
jsdom 24.0.0 24.1.1
lint-staged 15.2.2 15.2.7
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.19.1
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: lukeed/clsx@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: pmndrs/zustand@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: pmndrs/zustand@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: conventional-changelog/commitlint@v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@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: conventional-changelog/commitlint@v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@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.5

Release notes

Sourced from @​mui/material's releases.

v5.16.5

Jul 25, 2024

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

@mui/[email protected]

Docs

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

Full Changelog: mui/material-ui@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/[email protected]

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Jul 16, 2024

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

@mui/[email protected]

Docs

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

v5.16.2

Jul 16, 2024

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.16.5

Jul 25, 2024

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

@mui/[email protected]

Docs

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

5.16.4

Jul 16, 2024

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

@mui/[email protected]

All contributors of this release in alphabetical order: @​mnajdova

5.16.3

Jul 16, 2024

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

@mui/[email protected]

Docs

... (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.3

Release notes

Sourced from @​swc/core's releases.

v1.7.3

What's Changed

Full Changelog: swc-project/swc@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

No release notes provided.

v1.7.1-nightly-20240724.1

No release notes provided.

v1.7.0

What's Changed

... (truncated)

Changelog

Sourced from @​swc/core's changelog.

[1.7.3] - 2024-07-27

Bug Fixes

  • (es/decorators) Fix TypeScript syntax assertion (#9336) (acb3952)

[1.7.2] - 2024-07-25

Bug Fixes

  • (es/ast) Accept any case of EsVersion during deserialization (#9329) (56da6be)

  • (es/typescrupt) Fix ASI issue in fast ts strip (#9332) (57146cf)

  • (swc_core) Remove unused preset_env (#9333) (75bc7bf)

Documentation

  • (bindings/wasm) Document supported TypeScript version (#9334) (66f31c0)

[1.7.1] - 2024-07-24

Bug Fixes

... (truncated)

Commits
  • 0921bb3 chore: Publish 1.7.3 with swc_core v0.99.5
  • af15271 chore: Update changelog
  • 54e766e chore: Publish 1.7.3-nightly-20240727.1 with swc_core v0.99.5
  • 238d501 chore: Publish crates
  • acb3952 fix(es/decorators): Fix TypeScript syntax assertion (#9336)
  • d05f6cf chore: Update changelog
  • 8fe5069 chore: Publish 1.7.2 with swc_core v0.99.5
  • ea24cdb chore: Update changelog
  • 1cbff97 chore: Publish 1.7.2-nightly-20240725.2 with swc_core v0.99.5
  • d3e6376 chore(ci): Fix publish action
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.8 to 0.5.12

Commits

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

Release notes

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

v7.16.0

7.16.0 (2024-07-08)

🚀 Features

  • ast-spec: add parent property to AccessorProperty node types (Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [zustand](https://github.com/pmndrs/zustand) | `4.5.2` | `4.5.4` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.3.0` |
| [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` | `19.3.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.4` | `11.13.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.11.5` | `11.13.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.15` | `5.16.5` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.5` | `5.0.7` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.12` | `1.7.3` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.8` | `0.5.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.5.0` | `7.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.5.0` | `7.17.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.2.1` | `4.3.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.35.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.0.0` | `12.1.1` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.3` |
| [jsdom](https://github.com/jsdom/jsdom) | `24.0.0` | `24.1.1` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.7` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.74` | `18.3.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.24` | `18.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.14.0` | `4.19.1` |
| [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `6.1.0` | `6.1.1` |
| [rollup-plugin-swc3](https://github.com/SukkaW/rollup-plugin-swc) | `0.11.0` | `0.11.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.4` | `5.5.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.8` | `5.3.5` |



Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.1.0...v2.1.1)

Updates `zustand` from 4.5.2 to 4.5.4
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.5.2...v4.5.4)

Updates `@commitlint/cli` from 19.2.1 to 19.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

Updates `@commitlint/config-angular` from 19.1.0 to 19.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular)

Updates `@emotion/react` from 11.11.4 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.11.5 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@mui/material` from 5.15.15 to 5.16.5
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.5/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.5/packages/mui-material)

Updates `@rollup/plugin-replace` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/packages/replace)

Updates `@swc/core` from 1.4.12 to 1.7.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.4.12...v1.7.3)

Updates `@swc/helpers` from 0.5.8 to 0.5.12
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.5.0 to 7.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser)

Updates `@vitejs/plugin-react` from 4.2.1 to 4.3.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.1/packages/plugin-react)

Updates `eslint-plugin-react` from 7.34.1 to 7.35.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.35.0)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-simple-import-sort` from 12.0.0 to 12.1.1
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.0.0...v12.1.1)

Updates `husky` from 9.0.11 to 9.1.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.3)

Updates `jsdom` from 24.0.0 to 24.1.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@24.0.0...24.1.1)

Updates `lint-staged` from 15.2.2 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.7)

Updates `prettier` from 3.2.5 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 18.2.74 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.24 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `rollup` from 4.14.0 to 4.19.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.14.0...v4.19.1)

Updates `rollup-plugin-dts` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v6.1.0...v6.1.1)

Updates `rollup-plugin-swc3` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/SukkaW/rollup-plugin-swc/releases)
- [Changelog](https://github.com/SukkaW/rollup-plugin-swc/blob/master/CHANGELOG.md)
- [Commits](SukkaW/rollup-plugin-swc@0.11.0...0.11.2)

Updates `typescript` from 5.4.4 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.4...v5.5.4)

Updates `vite` from 5.2.8 to 5.3.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@emotion/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@emotion/styled"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@mui/material"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: rollup-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: rollup-plugin-swc3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patterns
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
Copy link

netlify bot commented Jul 29, 2024

Deploy Preview for any-viewer ready!

Name Link
🔨 Latest commit 96ac983
🔍 Latest deploy log https://app.netlify.com/sites/any-viewer/deploys/66a715bf1360b5000804aa92
😎 Deploy Preview https://deploy-preview-491--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.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] None 0 66.1 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] environment, filesystem, unsafe 0 788 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 495 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 52.2 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 160 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 114 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 14.1 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 11.8 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 876 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 74.9 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 75.1 kB nicolo-ribaudo
npm/@babel/[email protected] None 0 70.4 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected] None 0 664 kB existentialism, hzoo, jlhwung, ...1 more
npm/@commitlint/[email protected] None 0 30.5 kB escapedcat
npm/@commitlint/[email protected] None 0 6.17 kB escapedcat
npm/@commitlint/[email protected] None 0 10.5 kB escapedcat
npm/@commitlint/[email protected] None 0 6.86 kB escapedcat
npm/@commitlint/[email protected] None 0 14 kB escapedcat
npm/@emotion/[email protected] environment 0 200 kB emotion-release-bot
npm/@emotion/[email protected] None 0 246 kB emotion-release-bot
npm/@emotion/[email protected] environment 0 9.93 kB emotion-release-bot
npm/@emotion/[email protected] environment 0 28.9 kB emotion-release-bot
npm/@emotion/[email protected] environment 0 4.01 kB emotion-release-bot
npm/@emotion/[email protected] None 0 823 kB emotion-release-bot
npm/@emotion/[email protected] None 0 53.7 kB emotion-release-bot
npm/@emotion/[email protected] None 0 29.5 kB emotion-release-bot
npm/@emotion/[email protected] None 0 264 kB emotion-release-bot
npm/@emotion/[email protected] environment 0 6.95 kB emotion-release-bot
npm/@emotion/[email protected] None 0 9.79 kB emotion-release-bot
npm/@emotion/[email protected] None 0 19.9 kB emotion-release-bot
npm/@emotion/[email protected] environment 0 5.81 kB emotion-release-bot
npm/@esbuild/[email protected] None 0 10.5 MB evanw
npm/@esbuild/[email protected] None 0 11.7 MB evanw
npm/@esbuild/[email protected] None 0 9.96 MB evanw
npm/@esbuild/[email protected] None 0 11.7 MB evanw
npm/@esbuild/[email protected] None 0 9.86 MB evanw
npm/@esbuild/[email protected] None 0 10.3 MB evanw
npm/@esbuild/[email protected] None 0 8.98 MB evanw
npm/@esbuild/[email protected] None 0 9.71 MB evanw
npm/@esbuild/[email protected] None 0 9.31 MB evanw
npm/@esbuild/[email protected] None 0 8.98 MB evanw
npm/@esbuild/[email protected] None 0 9.25 MB evanw
npm/@esbuild/[email protected] None 0 9.5 MB evanw
npm/@esbuild/[email protected] None 0 10.6 MB evanw
npm/@esbuild/[email protected] None 0 9.24 MB evanw
npm/@esbuild/[email protected] None 0 9.24 MB evanw
npm/@esbuild/[email protected] None 0 10.2 MB evanw
npm/@esbuild/[email protected] None 0 9.71 MB evanw
npm/@esbuild/[email protected] None 0 9.69 MB evanw
npm/@esbuild/[email protected] None 0 9.73 MB evanw
npm/@esbuild/[email protected] None 0 9.69 MB evanw
npm/@esbuild/[email protected] None 0 9.08 MB evanw
npm/@esbuild/[email protected] None 0 9.56 MB evanw
npm/@esbuild/[email protected] None 0 9.91 MB evanw
npm/@eslint-community/[email protected] None 0 446 kB eslint-community-bot
npm/@mui/[email protected] None 0 2.05 kB aarongarciah, atomiks, brijeshb42, ...7 more
npm/@mui/[email protected] None 0 11.4 MB aarongarciah, atomiks, brijeshb42, ...7 more
npm/@mui/[email protected] None 0 812 kB aarongarciah, atomiks, brijeshb42, ...7 more
npm/@mui/[email protected] environment 0 818 kB diegoandai
npm/@mui/[email protected] None 0 1.64 MB aarongarciah, atomiks, brijeshb42, ...7 more
npm/@mui/[email protected] None 0 7.89 kB aarongarciah
npm/@mui/[email protected] None 0 1.09 MB brijeshb42
npm/@rollup/[email protected] None 0 26.4 kB shellscape
npm/@rollup/[email protected] None 0 1.52 MB lukastaegert
npm/@rollup/[email protected] None 0 2.16 MB lukastaegert
npm/@rollup/[email protected] None 0 2.26 MB lukastaegert
npm/@rollup/[email protected] None 0 2.43 MB lukastaegert
npm/@rollup/[email protected] None 0 2.27 MB lukastaegert
npm/@rollup/[email protected] None 0 2.27 MB lukastaegert
npm/@rollup/[email protected] None 0 2.36 MB lukastaegert
npm/@rollup/[email protected] None 0 2.26 MB lukastaegert
npm/@rollup/[email protected] None 0 2.83 MB lukastaegert
npm/@rollup/[email protected] None 0 2.38 MB lukastaegert
npm/@rollup/[email protected] None 0 3.97 MB lukastaegert
npm/@rollup/[email protected] None 0 2.63 MB lukastaegert
npm/@rollup/[email protected] None 0 2.63 MB lukastaegert
npm/@rollup/[email protected] None 0 2.83 MB lukastaegert
npm/@rollup/[email protected] None 0 2.57 MB lukastaegert
npm/@rollup/[email protected] None 0 3.46 MB lukastaegert
npm/@swc/[email protected] None 0 38.3 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 42.2 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 26.7 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 45 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 55.7 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 51.9 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 63.6 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 35.5 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 29.7 MB kdy1
npm/@swc/[email protected] None 0 55.6 MB kdy1, kwonoj
npm/@swc/[email protected] None 0 120 kB kdy1, kwonoj
npm/@swc/[email protected] None 0 231 kB kdy1
npm/@swc/[email protected] None 0 188 kB kdy1
npm/@types/[email protected] None 0 37.8 kB types
npm/@types/[email protected] None 0 437 kB types
npm/@typescript-eslint/[email protected] None 0 2.82 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 18.2 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 620 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 109 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 160 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 579 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 284 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.4 kB jameshenry
npm/@vitejs/[email protected] None 0 36.5 kB vitebot
npm/[email protected] environment 0 17.9 kB sindresorhus
npm/[email protected] None 0 20.9 kB ljharb
npm/[email protected] None 0 4.11 kB sindresorhus
npm/[email protected] None 0 8.55 kB lukeed
npm/[email protected] environment 0 186 kB abetomo
npm/[email protected] None 0 8.89 kB sindresorhus
npm/[email protected] None 0 156 kB ljharb
npm/[email protected] environment, filesystem, network, shell 0 133 kB evanw
npm/[email protected] environment 0 118 kB react-bot
npm/[email protected] filesystem 0 830 kB ljharb
npm/[email protected] None 0 38.3 kB lydell
npm/[email protected] network 0 34.9 kB tootallnate
npm/[email protected] environment, filesystem, shell 0 4.02 kB typicode
npm/[email protected] None 0 51.5 kB kael
npm/[email protected] eval, filesystem, network, shell, unsafe 0 3.11 MB domenic
npm/[email protected] filesystem 0 17.9 kB antonk52
npm/[email protected] None 0 120 kB okonet
npm/[email protected] None 0 276 kB cenk1cenk2
npm/[email protected] None 0 7.58 kB sindresorhus
npm/[email protected] None 0 80.6 kB diego
npm/[email protected] None 0 198 kB ai
npm/[email protected] environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/[email protected] environment 0 4.51 MB react-bot
npm/[email protected] environment 0 58.7 kB react-bot
npm/[email protected] environment 0 318 kB react-bot
npm/[email protected] None 0 3.13 kB sindresorhus
npm/[email protected] None 0 27.1 kB matteo.collina
npm/[email protected] environment, unsafe 0 200 kB swatinem
npm/[email protected] filesystem 0 36.6 kB sukkaw
npm/[email protected] None 0 2.27 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/[email protected] environment 0 93.4 kB react-bot
npm/[email protected] None 0 8.61 kB nicolo-ribaudo
npm/[email protected] None 0 112 kB ccasey
npm/[email protected] None 0 828 kB joshuakgoldberg
npm/[email protected] None 0 21.9 MB typescript-bot
npm/[email protected] None 0 3.25 MB antfu, patak, soda, ...2 more
npm/[email protected] environment, network 0 147 kB lpinca
npm/[email protected] environment 0 675 kB eemeli
npm/[email protected] environment 0 325 kB daishi

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@commitlint/[email protected], npm/@commitlint/[email protected], npm/@commitlint/[email protected], npm/@commitlint/[email protected], npm/@commitlint/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@emotion/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@eslint-community/[email protected], npm/@floating-ui/[email protected], npm/@floating-ui/[email protected], npm/@floating-ui/[email protected], npm/@floating-ui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@swc/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitejs/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

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

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patterns-74e54c95ce branch August 5, 2024 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants