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

[Dependencies] (deps): Bump the all group with 11 updates #435

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the all group with 11 updates:

Package From To
lefthook 1.5.5 1.5.6
vercel 33.0.1 33.1.0
prettier 3.1.1 3.2.2
turbo 1.11.2 1.11.3
mysql2 3.6.5 3.7.0
@vercel/og 0.6.1 0.6.2
@types/react 18.2.46 18.2.47
eslint-config-turbo 1.11.2 1.11.3
@mui/material 5.15.2 5.15.4
lucide-react 0.303.0 0.309.0
sharp 0.33.1 0.33.2

Updates lefthook from 1.5.5 to 1.5.6

Release notes

Sourced from lefthook's releases.

v1.5.6

Changelog

  • f32e497 feat: allow setting a bool value for skip_output (#601)
  • eead08c feat: shell completion improvements (#577)
  • 02e6f77 fix: safe execute git commands without sh wrapper (#606)
  • 94f3a91 fix: use lefthook package with npx (#604)
Changelog

Sourced from lefthook's changelog.

1.5.6 (2024-01-12)

Commits
  • dce1a0b 1.5.6: allow disabling all output and fix possible unexpected behavior
  • eead08c feat: shell completion improvements (#577)
  • 02e6f77 fix: safe execute git commands without sh wrapper (#606)
  • 94f3a91 fix: use lefthook package with npx (#604)
  • f32e497 feat: allow setting a bool value for skip_output (#601)
  • 10f5ad4 docs: update exception case about interactive option
  • See full diff in compare view

Updates vercel from 33.0.1 to 33.1.0

Release notes

Sourced from vercel's releases.

vercel@33.1.0

Minor Changes

  • Serialize duplicate EdgeFunction references as symlinks in vc build (#11027)

Patch Changes

  • Handle rate limit response when fetching /teams (#11013)

  • Display actual deployment's 'target' (#11025)

  • Updated dependencies [98040ec24]:

    • @​vercel/build-utils@​7.5.0
    • @​vercel/static-build@​2.0.17
    • @​vercel/hydrogen@​1.0.2
    • @​vercel/remix-builder@​2.0.17
    • @​vercel/node@​3.0.16

vercel@33.0.2

Patch Changes

Changelog

Sourced from vercel's changelog.

33.1.0

Minor Changes

  • Serialize duplicate EdgeFunction references as symlinks in vc build (#11027)

Patch Changes

  • Handle rate limit response when fetching /teams (#11013)

  • Display actual deployment's 'target' (#11025)

  • Updated dependencies [98040ec24]:

    • @​vercel/build-utils@​7.5.0
    • @​vercel/static-build@​2.0.17
    • @​vercel/hydrogen@​1.0.2
    • @​vercel/remix-builder@​2.0.17
    • @​vercel/node@​3.0.16

33.0.2

Patch Changes

Commits

Updates prettier from 3.1.1 to 3.2.2

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>

Fix formatting error on optional call expression and member chain (#15920 by @​sosukesuzuki)

// Input
a(() => {}, c?.d());
// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.2
a(() => {}, c?.d());

3.2.1

diff

Fix formatting error on member chain (#15915 by @​sosukesuzuki)

// Input
test().test2().test2(thing?.something);
// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')
// Prettier 3.2.1
test().test2().test2(thing?.something);

3.2.0

diff

... (truncated)

Commits

Updates turbo from 1.11.2 to 1.11.3

Release notes

Sourced from turbo's releases.

Turborepo v1.11.3

What's Changed

Docs

create-turbo

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates mysql2 from 3.6.5 to 3.7.0

Release notes

Sourced from mysql2's releases.

v3.7.0

3.7.0 (2024-01-07)

Features

Changelog

Sourced from mysql2's changelog.

3.7.0 (2024-01-07)

Features

Commits
  • cd17135 Merge pull request #2340 from sidorares/release-please--branches--master--com...
  • 08f8d0e chore(master): release 3.7.0
  • c0d77c0 feat(docs): release documentation website (#2339)
  • 323ab12 docs: add and improve examples of connections, queries and more (#2337)
  • 75b05f0 Merge pull request #2336 from sidorares/dependabot/npm_and_yarn/website/sass-...
  • 369f9f2 build(deps): bump sass from 1.69.6 to 1.69.7 in /website
  • 956c7ab Merge pull request #2335 from wellwelwel/docs-3
  • d5de9e7 docs: improve documentation
  • 1b013d1 docs: move documentation responsibility to website
  • 03e855c chore: change website dependabot to daily
  • Additional commits viewable in compare view

Updates @vercel/og from 0.6.1 to 0.6.2

Updates @types/react from 18.2.46 to 18.2.47

Commits

Updates eslint-config-turbo from 1.11.2 to 1.11.3

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v1.11.3

What's Changed

Docs

create-turbo

Examples

Changelog

New Contributors

... (truncated)

Commits

Updates @mui/material from 5.15.2 to 5.15.4

Release notes

Sourced from @​mui/material's releases.

5.15.4

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.15.4

Jan 10, 2024

A big thanks to the 22 contributors who made this release possible. Here are some highlights:

@mui/material@5.15.4

@mui/material-nextjs@5.15.4

@mui/icons-material@5.15.4

@mui/system@5.15.4

@mui/utils@5.15.4

@mui/base@5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @​sai6855

@mui/joy@5.0.0-beta.22

Docs

... (truncated)

Commits

Updates lucide-react from 0.303.0 to 0.309.0

Release notes

Sourced from lucide-react's releases.

New icons 0.309.0

New icons 🎨

New icons 0.308.0

No release notes provided.

New icons 0.307.0

New icons 🎨

Modified Icons 🔨

New icons 0.306.0

New icons 🎨

New icons 0.305.0

New icons 🎨

New icons 0.304.0

New icons 🎨

Commits

Updates sharp from 0.33.1 to 0.33.2

Changelog

Sourced from sharp's changelog.

v0.33.2 - 12th January 2024

  • Upgrade to libvips v8.15.1 for upstream bug fixes.

  • TypeScript: add definition for keepMetadata. #3914 @​abhi0498

  • Ensure extend operation stays sequential when copying (regression in 0.32.0). #3928

  • Improve error handling for unsupported multi-page rotation. #3940

Commits
  • bcb22af Release v0.33.2
  • d04dc62 Prerelease v0.33.2-rc.1
  • c30d355 CI: Fix npm smoke test expectation
  • 49cb148 Prerelease v0.33.2-rc.0
  • 3bc31a8 CI: Verify emscripten versions match
  • c28523e CI: Update Emscripten Docker image to 3.1.51 (#3907)
  • 278f393 Upgrade to libvips v8.15.1
  • cbf68c1 Improve error for unsupported multi-page rotation #3940
  • 45e8071 Add runtime check for outdated Node.js version
  • b96389d Docs: refresh index
  • Additional commits viewable in compare view

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

Description has been truncated

Bumps the all group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.5.5` | `1.5.6` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `33.0.1` | `33.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.2` |
| [turbo](https://github.com/vercel/turbo) | `1.11.2` | `1.11.3` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.6.5` | `3.7.0` |
| @vercel/og | `0.6.1` | `0.6.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.46` | `18.2.47` |
| [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) | `1.11.2` | `1.11.3` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.2` | `5.15.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.303.0` | `0.309.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.2` |


Updates `lefthook` from 1.5.5 to 1.5.6
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.5.5...v1.5.6)

Updates `vercel` from 33.0.1 to 33.1.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@33.1.0/packages/cli)

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

Updates `turbo` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turbo@v1.11.2...v1.11.3)

Updates `mysql2` from 3.6.5 to 3.7.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.6.5...v3.7.0)

Updates `@vercel/og` from 0.6.1 to 0.6.2

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

Updates `eslint-config-turbo` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](https://github.com/vercel/turbo/commits/v1.11.3/packages/eslint-config-turbo)

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

Updates `lucide-react` from 0.303.0 to 0.309.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.309.0/packages/lucide-react)

Updates `sharp` from 0.33.1 to 0.33.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.1...v0.33.2)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vercel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/og"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-config-turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies New/removed/updated package label Jan 15, 2024
@dependabot dependabot bot requested a review from dgattey January 15, 2024 06:33
Copy link

vercel bot commented Jan 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dg ❌ Failed (Inspect) Jan 15, 2024 6:37am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2024

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

@dependabot dependabot bot closed this Jan 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-4cd72c27b3 branch January 18, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies New/removed/updated package
Projects
None yet
1 participant