Skip to content

build(deps-dev): bump the patterns group across 1 directory with 13 updates#513

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patterns-99b50f69ae
Closed

build(deps-dev): bump the patterns group across 1 directory with 13 updates#513
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patterns-99b50f69ae

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

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

Package From To
@commitlint/cli 19.4.0 19.4.1
@commitlint/config-angular 19.3.0 19.4.1
@emotion/react 11.13.0 11.13.3
@swc/core 1.7.14 1.7.24
@swc/helpers 0.5.12 0.5.13
@types/react 18.3.3 18.3.5
@typescript-eslint/parser 8.2.0 8.4.0
eslint-plugin-react 7.35.0 7.35.2
expect-type 0.19.0 0.20.0
husky 9.1.4 9.1.5
lint-staged 15.2.9 15.2.10
rollup 4.21.0 4.21.2
vite 5.4.1 5.4.3

Updates @commitlint/cli from 19.4.0 to 19.4.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.4.1 (2024-08-28)

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

Commits

Updates @commitlint/config-angular from 19.3.0 to 19.4.1

Release notes

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

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.3.1...v19.4.0

v19.3.1

19.3.1 (2024-05-13)

Bug Fixes

Chore

... (truncated)

Changelog

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

19.4.1 (2024-08-28)

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

Commits

Updates @emotion/react from 11.13.0 to 11.13.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.3

Patch Changes

Commits

Updates @swc/core from 1.7.14 to 1.7.24

Changelog

Sourced from @​swc/core's changelog.

[1.7.24] - 2024-09-08

Bug Fixes

  • (es/compat) Handle label block in constructor (#9528) (c43dbad)

  • (es/decorator) Add support for private access expressions in legacy decorators (#9535) (62ed065)

  • (es/minifier) typeof class should be function (#9522) (c7fdd6b)

  • (es/minifier) Prevent removing side effects from accessing getter (#9530) (8513816)

  • (es/typescript) Handle enum in single statement (#9532) (84b0043)

[1.7.23] - 2024-09-02

Bug Fixes

Performance

  • (es/compat) Reimplement constructor transform (#9519) (4b85a92)

  • (es/utils) Rewrite inject_after_super (#9496) (c562cfa)

[1.7.22] - 2024-08-30

Bug Fixes

  • (es/minifier) Iterate object properties in reverse direction while inlining property access (#9507) (f584ef7)

[1.7.21] - 2024-08-28

Bug Fixes

... (truncated)

Commits
  • 8e69a4f chore: Publish 1.7.24 with swc_core v0.103.2
  • 536cdad chore: Update changelog
  • 6bcdb09 chore: Publish 1.7.24-nightly-20240908.1 with swc_core v0.103.2
  • 741f2c0 chore: Publish crates with swc_core v0.103.2
  • 62ed065 fix(es/decorator): Add support for private access expressions in legacy decor...
  • c43dbad fix(es/compat): Handle label block in constructor (#9528)
  • 8513816 fix(es/minifier): Prevent removing side effects from accessing getter (#9530)
  • 84b0043 fix(es/typescript): Handle enum in single statement (#9532)
  • c7fdd6b fix(es/minifier): typeof class should be function (#9522)
  • 6bdc4f7 chore: Publish @swc/helpers@v0.5.13
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.12 to 0.5.13

Commits

Updates @types/react from 18.3.3 to 18.3.5

Commits

Updates @typescript-eslint/parser from 8.2.0 to 8.4.0

Release notes

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

v8.4.0

8.4.0 (2024-09-02)

🚀 Features

  • typescript-estree: make withoutProjectParserOptions generic (#9877)

❤️ Thank You

  • Josh Goldberg ✨

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

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

Changelog

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

8.4.0 (2024-09-02)

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.

8.3.0 (2024-08-26)

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.

Commits
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • ef2eab1 chore(release): publish 8.3.0
  • 9612d81 chore: enable eslint-plugin-perfectionist on parser package (#9845)
  • See full diff in compare view

Updates eslint-plugin-react from 7.35.0 to 7.35.2

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.2

Fixed

#3814: jsx-eslint/eslint-plugin-react#3814 jsx-curly-brace-presence: docs/rules/jsx-curly-brace-presence.md

v7.35.1

Fixed

#3798: jsx-eslint/eslint-plugin-react#3798

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

[7.35.2] - 2024.09.03

Fixed

  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814[] @​ljharb)

#3814: jsx-eslint/eslint-plugin-react#3814

7.35.1 - 2024.09.02

Fixed

  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#3798[] @​akulsr0)

#3798: jsx-eslint/eslint-plugin-react#3798

Commits
  • 4c10849 Update CHANGELOG and bump version
  • 45ba6bc [Fix] jsx-curly-brace-presence: avoid autofixing attributes with double quo...
  • e538ee9 [Tests] jsx-curly-brace-presence: clean up formatting
  • 5fc0f87 Update CHANGELOG and bump version
  • a2306e7 [Tests] use npm audit instead of aud
  • d9c7ef1 [Dev Deps] update @babel/core, @babel/eslint-parser, aud
  • 10eb235 [Fix] jsx-curly-brace-presence: do not trigger on strings containing a quot...
  • 0170dbe [Refactor] add astUtil.isCallExpression predicate
  • 3b6bacc [Refactor] general cleanup
  • 8dc0215 [Refactor] hoist functions to module level
  • Additional commits viewable in compare view

Updates expect-type from 0.19.0 to 0.20.0

Release notes

Sourced from expect-type's releases.

v0.20.0

Breaking changes

This change updates how overloaded functions are treated. Now, .parameters gives you a union of the parameter-tuples that a function can take. For example, given the following type:

type Factorize = {
  (input: number): number[]
  (input: bigint): bigint[]
}

Behvaiour before:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[bigint]>()

Behaviour now:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[number] | [bigint]>()

There were similar changes for .returns, .parameter(...), and .toBeCallableWith. Also, overloaded functions are now differentiated properly when using .branded.toEqualTypeOf (this was a bug that it seems nobody found).

See #83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).

What's Changed

Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0

v0.20.0-0

Breaking changes

... (truncated)

Commits

Updates husky from 9.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates lint-staged from 15.2.9 to 15.2.10

Release notes

Sourced from lint-staged's releases.

v15.2.10

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.10

Patch Changes

Commits
  • 163112f chore(changeset): release
  • 829575c Merge pull request #1471 from lint-staged/updates
  • 893ca84 refactor: remove unused parameter default
  • a661f46 build(deps): migrate to ESLint 9
  • e3f283b build(deps): update minor dependencies
  • 35483b9 docs: add some more concrete command examples to the README
  • See full diff in compare view

Updates rollup from 4.21.0 to 4.21.2

Release notes

Sourced from rollup's releases.

v4.21.2

4.21.2

2024-08-30

Bug Fixes

  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#5605)

Pull Requests

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.2

2024-08-30

Bug Fixes

  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#5605)

Pull Requests

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Commits

Updates vite from 5.4.1 to 5.4.3

Changelog

Sourced from vite's changelog.

5.4.3 (2024-09-03)

5.4.2 (2024-08-20)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.4.0` | `19.4.1` |
| [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.3.0` | `19.4.1` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.14` | `1.7.24` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.12` | `0.5.13` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.2.0` | `8.4.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.35.2` |
| [expect-type](https://github.com/mmkal/expect-type) | `0.19.0` | `0.20.0` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.9` | `15.2.10` |
| [rollup](https://github.com/rollup/rollup) | `4.21.0` | `4.21.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `5.4.3` |



Updates `@commitlint/cli` from 19.4.0 to 19.4.1
- [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.4.1/@commitlint/cli)

Updates `@commitlint/config-angular` from 19.3.0 to 19.4.1
- [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.4.1/@commitlint/config-angular)

Updates `@emotion/react` from 11.13.0 to 11.13.3
- [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/react@11.13.0...@emotion/react@11.13.3)

Updates `@swc/core` from 1.7.14 to 1.7.24
- [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.7.14...v1.7.24)

Updates `@swc/helpers` from 0.5.12 to 0.5.13
- [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 `@types/react` from 18.3.3 to 18.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@typescript-eslint/parser` from 8.2.0 to 8.4.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/v8.4.0/packages/parser)

Updates `eslint-plugin-react` from 7.35.0 to 7.35.2
- [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.35.0...v7.35.2)

Updates `expect-type` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](mmkal/expect-type@0.19.0...v0.20.0)

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `lint-staged` from 15.2.9 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10)

Updates `rollup` from 4.21.0 to 4.21.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.0...v4.21.2)

Updates `vite` from 5.4.1 to 5.4.3
- [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.4.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: patterns
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: "@typescript-eslint/parser"
  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-patch
  dependency-group: patterns
- dependency-name: expect-type
  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-patch
  dependency-group: patterns
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patterns
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@netlify
Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for any-viewer ready!

Name Link
🔨 Latest commit f998da5
🔍 Latest deploy log https://app.netlify.com/sites/any-viewer/deploys/66de73a80bb5aa00080b1a6e
😎 Deploy Preview https://deploy-preview-513--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
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@commitlint/cli@19.4.1 None 0 31.2 kB escapedcat
npm/@commitlint/config-angular@19.4.1 None 0 6.17 kB escapedcat
npm/@commitlint/lint@19.4.1 None 0 14 kB escapedcat
npm/@commitlint/rules@19.4.1 None 0 70.6 kB escapedcat
npm/@emotion/react@11.13.3 None 0 824 kB emotion-release-bot
npm/@rollup/rollup-android-arm-eabi@4.21.2 None 0 1.48 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-android-arm64@4.21.2 None 0 2.1 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.21.2 None 0 2.21 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-darwin-x64@4.21.2 None 0 2.36 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm-gnueabihf@4.21.2 None 0 2.21 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm-musleabihf@4.21.2 None 0 2.21 MB lukastaegert
npm/@rollup/rollup-linux-arm64-gnu@4.21.2 None 0 2.22 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-arm64-musl@4.21.2 None 0 2.12 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-powerpc64le-gnu@4.21.2 None 0 2.76 MB lukastaegert
npm/@rollup/rollup-linux-riscv64-gnu@4.21.2 None 0 2.31 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-s390x-gnu@4.21.2 None 0 3.86 MB lukastaegert
npm/@rollup/rollup-linux-x64-gnu@4.21.2 None 0 2.48 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-linux-x64-musl@4.21.2 None 0 2.47 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-arm64-msvc@4.21.2 None 0 2.73 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-ia32-msvc@4.21.2 None 0 2.49 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@rollup/rollup-win32-x64-msvc@4.21.2 None 0 3.3 MB guybedford, lukastaegert, rich_harris, ...1 more
npm/@swc/core-darwin-arm64@1.7.24 None 0 37.7 MB kdy1
npm/@swc/core-darwin-x64@1.7.24 None 0 41.6 MB kdy1
npm/@swc/core-linux-arm-gnueabihf@1.7.24 None 0 26.3 MB kdy1
npm/@swc/core-linux-arm64-gnu@1.7.24 None 0 44.9 MB kdy1
npm/@swc/core-linux-arm64-musl@1.7.24 None 0 55.8 MB kdy1
npm/@swc/core-linux-x64-gnu@1.7.24 None 0 51.9 MB kdy1
npm/@swc/core-linux-x64-musl@1.7.24 None 0 63.8 MB kdy1, kwonoj
npm/@swc/core-win32-arm64-msvc@1.7.24 None 0 35.6 MB kdy1
npm/@swc/core-win32-ia32-msvc@1.7.24 None 0 29.9 MB kdy1, kwonoj
npm/@swc/core-win32-x64-msvc@1.7.24 None 0 55.5 MB kdy1
npm/@swc/core@1.7.24 environment, filesystem, shell 0 119 kB kdy1
npm/@swc/helpers@0.5.13 None 0 231 kB kdy1, kwonoj
npm/@types/react@18.3.5 None 0 438 kB types
npm/@typescript-eslint/parser@8.4.0 None 0 18.9 kB jameshenry
npm/eslint-plugin-react@7.35.2 None 0 829 kB ljharb
npm/expect-type@0.20.0 None 0 109 kB mmkale
npm/husky@9.1.5 None 0 0 B
npm/lint-staged@15.2.10 None 0 122 kB okonet
npm/postcss@8.4.45 environment, filesystem 0 200 kB ai
npm/rollup@4.21.2 None 0 2.27 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/vite@5.4.3 environment, eval, filesystem, network, shell, unsafe 0 3.26 MB vitebot

🚮 Removed packages: npm/@commitlint/cli@19.4.0), npm/@commitlint/config-angular@19.3.0), npm/@commitlint/lint@19.2.2), npm/@commitlint/rules@19.0.3), npm/@emotion/react@11.13.0), npm/@rollup/rollup-android-arm-eabi@4.21.0), npm/@rollup/rollup-android-arm64@4.21.0), npm/@rollup/rollup-darwin-arm64@4.21.0), npm/@rollup/rollup-darwin-x64@4.21.0), npm/@rollup/rollup-linux-arm-gnueabihf@4.21.0), npm/@rollup/rollup-linux-arm-musleabihf@4.21.0), npm/@rollup/rollup-linux-arm64-gnu@4.21.0), npm/@rollup/rollup-linux-arm64-musl@4.21.0), npm/@rollup/rollup-linux-powerpc64le-gnu@4.21.0), npm/@rollup/rollup-linux-riscv64-gnu@4.21.0), npm/@rollup/rollup-linux-s390x-gnu@4.21.0), npm/@rollup/rollup-linux-x64-gnu@4.21.0), npm/@rollup/rollup-linux-x64-musl@4.21.0), npm/@rollup/rollup-win32-arm64-msvc@4.21.0), npm/@rollup/rollup-win32-ia32-msvc@4.21.0), npm/@rollup/rollup-win32-x64-msvc@4.21.0), npm/@swc/core-darwin-arm64@1.7.14), npm/@swc/core-darwin-x64@1.7.14), npm/@swc/core-linux-arm-gnueabihf@1.7.14), npm/@swc/core-linux-arm64-gnu@1.7.14), npm/@swc/core-linux-arm64-musl@1.7.14), npm/@swc/core-linux-x64-gnu@1.7.14), npm/@swc/core-linux-x64-musl@1.7.14), npm/@swc/core-win32-arm64-msvc@1.7.14), npm/@swc/core-win32-ia32-msvc@1.7.14), npm/@swc/core-win32-x64-msvc@1.7.14), npm/@swc/core@1.7.14), npm/@swc/helpers@0.5.12), npm/@types/react@18.3.3), npm/@typescript-eslint/parser@8.2.0), npm/eslint-plugin-react@7.35.0), npm/expect-type@0.19.0), npm/husky@9.1.4), npm/lint-staged@15.2.9), npm/postcss@8.4.41), npm/rollup@4.21.0), npm/vite@5.4.1)

View full report↗︎

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2024

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

@dependabot dependabot bot closed this Sep 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patterns-99b50f69ae branch September 15, 2024 16:00
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