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 23 updates #445

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the all group with 23 updates:

Package From To
lefthook 1.5.7 1.6.1
vercel 33.1.0 33.4.1
prettier 3.2.4 3.2.5
turbo 1.11.3 1.12.2
mysql2 3.7.1 3.9.1
sequelize 6.35.2 6.36.0
@vercel/style-guide 5.1.0 5.2.0
eslint-config-turbo 1.11.3 1.12.2
@mui/material 5.15.5 5.15.7
lucide-react 0.312.0 0.321.0
mapbox-gl 3.0.1 3.1.2
@types/mapbox-gl 2.7.19 2.7.20
@types/react 18.2.48 18.2.53
next 14.0.4 14.1.0
sharp 0.33.1 0.33.2
@contentful/rich-text-react-renderer 15.19.0 15.19.4
@contentful/rich-text-types 16.3.0 16.3.4
@next/bundle-analyzer 14.0.4 14.1.0
@vercel/analytics 1.1.1 1.1.2
@vercel/speed-insights 1.0.4 1.0.9
react-intersection-observer 9.5.3 9.6.0
webpack 5.89.0 5.90.1
@next/eslint-plugin-next 14.0.4 14.1.0

Updates lefthook from 1.5.7 to 1.6.1

Release notes

Sourced from lefthook's releases.

v1.6.1

Changelog

  • 3418528 fix: files from stdin only null separated (#615)

v1.6.0

Changelog

  • f49b54a feat(remotes): add remotes and configs options (#609)
  • 3246821 feat: add replaces to all template and parse files from stdin (#596)
Changelog

Sourced from lefthook's changelog.

1.6.1 (2024-01-24)

1.6.0 (2024-01-22)

Commits
  • e69adc1 1.6.1: use only null-separated paths for --files-from-stdin argument
  • 3418528 fix: files from stdin only null separated (#615)
  • 9f59b4e docs: add a new article link
  • ec7575a 1.6.0: multiple remotes and parsing files from STDIN
  • f49b54a feat(remotes): add remotes and configs options (#609)
  • 3246821 feat: add replaces to all template and parse files from stdin (#596)
  • See full diff in compare view

Updates vercel from 33.1.0 to 33.4.1

Release notes

Sourced from vercel's releases.

vercel@33.4.1

Patch Changes

vercel@33.4.0

Minor Changes

  • Added a new option to add a sensitive environment variable (#11033)

vercel@33.3.0

Minor Changes

  • Emit "filePathMap" in vc-config.json for FileFsRef instances (#11060)

Patch Changes

vercel@33.2.0

Minor Changes

  • chore: deprecate next/nuxt/gastby Speed Insights injection in favor of @​vercel/speed-insights (#11048)

Patch Changes

Changelog

Sourced from vercel's changelog.

33.4.1

Patch Changes

33.4.0

Minor Changes

  • Added a new option to add a sensitive environment variable (#11033)

33.3.0

Minor Changes

  • Emit "filePathMap" in vc-config.json for FileFsRef instances (#11060)

Patch Changes

33.2.0

Minor Changes

  • chore: deprecate next/nuxt/gastby Speed Insights injection in favor of @​vercel/speed-insights (#11048)

Patch Changes

Commits

Updates prettier from 3.2.4 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates turbo from 1.11.3 to 1.12.2

Release notes

Sourced from turbo's releases.

Turborepo v1.12.2

What's Changed

create-turbo

Changelog

Full Changelog: vercel/turborepo@v1.12.1...v1.12.2

Turborepo v1.12.1

What's Changed

Docs

create-turbo

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.12.0...v1.12.1

Turborepo v1.12.0

What's Changed

Docs

... (truncated)

Commits

Updates mysql2 from 3.7.1 to 3.9.1

Release notes

Sourced from mysql2's releases.

v3.9.1

3.9.1 (2024-01-29)

Bug Fixes

  • types: support encoding for string type cast (#2407) (1dc2011)

v3.9.0

3.9.0 (2024-01-26)

Features

v3.8.0

3.8.0 (2024-01-23)

Features

Bug Fixes

  • stream: premature close when using for await (#2389) (af47148)
  • types: add missing types to TypeCast (#2390) (78ce495)
  • removeIdleTimeoutConnectionsTimer isn't cleared on pool close (#2384) (18a44f6)
Changelog

Sourced from mysql2's changelog.

3.9.1 (2024-01-29)

Bug Fixes

  • types: support encoding for string type cast (#2407) (1dc2011)

3.9.0 (2024-01-26)

Features

3.8.0 (2024-01-23)

Features

Bug Fixes

  • stream: premature close when using for await (#2389) (af47148)
  • The removeIdleTimeoutConnectionsTimer did not clean up when the … (#2384) (18a44f6)
  • types: add missing types to TypeCast (#2390) (78ce495)
Commits
  • f1fbcf9 chore(master): release 3.9.1 (#2408)
  • 1dc2011 fix(types): support encoding for string type cast (#2407)
  • 6bd0120 build(deps-dev): bump husky from 9.0.2 to 9.0.6 (#2404)
  • ecc11f8 build(deps-dev): bump @​types/node from 20.11.6 to 20.11.7 (#2403)
  • 2fe4061 docs: fix prepared statements examples link (#2405)
  • b9069c4 chore(master): release 3.9.0 (#2401)
  • baaa92a feat: introduce typeCast for execute method (#2398)
  • 15a8a57 build(deps-dev): bump @​types/node from 20.11.5 to 20.11.6 (#2396)
  • 54a2095 build(deps-dev): bump husky from 8.0.3 to 9.0.2 (#2400)
  • 8faf301 build(deps-dev): bump @​types/node from 20.11.5 to 20.11.6 in /website (#2397)
  • Additional commits viewable in compare view

Updates sequelize from 6.35.2 to 6.36.0

Release notes

Sourced from sequelize's releases.

v6.36.0

6.36.0 (2024-02-02)

Features

  • postgres: backport stream dialectOption to v6 (#16868) (a250058)
Commits

Updates @vercel/style-guide from 5.1.0 to 5.2.0

Release notes

Sourced from @​vercel/style-guide's releases.

v5.2.0

5.2.0 (2024-02-02)

Bug Fixes

Features

  • typescript: add multiple tsconfigs (#60) (3991e02)

v5.2.0-canary.2

5.2.0-canary.2 (2024-02-02)

Bug Fixes

v5.2.0-canary.1

5.2.0-canary.1 (2023-11-22)

Features

  • typescript: add multiple tsconfigs (#60) (3991e02)
Commits

Updates eslint-config-turbo from 1.11.3 to 1.12.2

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v1.12.2

What's Changed

create-turbo

Changelog

Full Changelog: vercel/turborepo@v1.12.1...v1.12.2

Turborepo v1.12.1

What's Changed

Docs

create-turbo

Changelog

New Contributors

Full Changelog: vercel/turborepo@v1.12.0...v1.12.1

Turborepo v1.12.0

What's Changed

Docs

... (truncated)

Commits

Updates @mui/material from 5.15.5 to 5.15.7

Release notes

Sourced from @​mui/material's releases.

v5.15.7

Jan 31, 2024

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

@mui/material@5.15.7

@mui/codemod@5.15.7

@mui/system@5.15.7

@mui/utils@5.15.7

@mui/base@5.0.0-beta.34

@mui/joy@5.0.0-beta.25

@mui/lab@5.0.0-alpha.163

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.7

Jan 31, 2024

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

@mui/material@5.15.7

@mui/codemod@5.15.7

@mui/system@5.15.7

@mui/utils@5.15.7

@mui/base@5.0.0-beta.34

@mui/joy@5.0.0-beta.25

@mui/lab@5.0.0-alpha.163

Docs

... (truncated)

Commits
  • b80acd6 v5.15.7 (#40857)
  • 1c13e7e [material-ui][Select] Fix to show notched outline when displayEmpty (#40865)
  • 19c7bad Bump babel to ^7.23.9 (#40809)
  • 0ebf32f [material-ui][Avatar] Improve fallback when children is empty string or boo...

Bumps the all group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.5.7` | `1.6.1` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `33.1.0` | `33.4.1` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [turbo](https://github.com/vercel/turbo) | `1.11.3` | `1.12.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.7.1` | `3.9.1` |
| [sequelize](https://github.com/sequelize/sequelize) | `6.35.2` | `6.36.0` |
| [@vercel/style-guide](https://github.com/vercel/style-guide) | `5.1.0` | `5.2.0` |
| [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) | `1.11.3` | `1.12.2` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.5` | `5.15.7` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.312.0` | `0.321.0` |
| [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) | `3.0.1` | `3.1.2` |
| [@types/mapbox-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox-gl) | `2.7.19` | `2.7.20` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.48` | `18.2.53` |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.1.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.2` |
| [@contentful/rich-text-react-renderer](https://github.com/contentful/rich-text) | `15.19.0` | `15.19.4` |
| [@contentful/rich-text-types](https://github.com/contentful/rich-text) | `16.3.0` | `16.3.4` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `14.0.4` | `14.1.0` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.1.1` | `1.1.2` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.4` | `1.0.9` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.5.3` | `9.6.0` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.90.1` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.0.4` | `14.1.0` |


Updates `lefthook` from 1.5.7 to 1.6.1
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.5.7...v1.6.1)

Updates `vercel` from 33.1.0 to 33.4.1
- [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.4.1/packages/cli)

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

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

Updates `mysql2` from 3.7.1 to 3.9.1
- [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.7.1...v3.9.1)

Updates `sequelize` from 6.35.2 to 6.36.0
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](sequelize/sequelize@v6.35.2...v6.36.0)

Updates `@vercel/style-guide` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/vercel/style-guide/releases)
- [Changelog](https://github.com/vercel/style-guide/blob/canary/.releaserc.js)
- [Commits](vercel/style-guide@v5.1.0...v5.2.0)

Updates `eslint-config-turbo` from 1.11.3 to 1.12.2
- [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.12.2/packages/eslint-config-turbo)

Updates `@mui/material` from 5.15.5 to 5.15.7
- [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.7/packages/mui-material)

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

Updates `mapbox-gl` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v3.0.1...v3.1.2)

Updates `@types/mapbox-gl` from 2.7.19 to 2.7.20
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox-gl)

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

Updates `next` from 14.0.4 to 14.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.0.4...v14.1.0)

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)

Updates `@contentful/rich-text-react-renderer` from 15.19.0 to 15.19.4
- [Release notes](https://github.com/contentful/rich-text/releases)
- [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-react-renderer@15.19.0...@contentful/rich-text-react-renderer@15.19.4)

Updates `@contentful/rich-text-types` from 16.3.0 to 16.3.4
- [Release notes](https://github.com/contentful/rich-text/releases)
- [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.3.0...@contentful/rich-text-types@16.3.4)

Updates `@next/bundle-analyzer` from 14.0.4 to 14.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.0/packages/next-bundle-analyzer)

Updates `@vercel/analytics` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.1.2/packages/web)

Updates `@vercel/speed-insights` from 1.0.4 to 1.0.9
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.0.9/packages/web)

Updates `react-intersection-observer` from 9.5.3 to 9.6.0
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.5.3...v9.6.0)

Updates `webpack` from 5.89.0 to 5.90.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.90.1)

Updates `@next/eslint-plugin-next` from 14.0.4 to 14.1.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.0/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: all
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/style-guide"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-config-turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/mapbox-gl"
  dependency-type: direct:development
  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: next
  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
- dependency-name: "@contentful/rich-text-react-renderer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@contentful/rich-text-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vercel/speed-insights"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

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

vercel bot commented Feb 5, 2024

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

Name Status Preview Comments Updated (UTC)
dg ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 6:51am

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

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

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-f5ecec7de9 branch February 12, 2024 07:02
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
Development

Successfully merging this pull request may close these issues.

1 participant