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 40 updates #451

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the all group with 40 updates:

Package From To
dotenv-mono 1.3.13 1.3.14
lefthook 1.5.7 1.6.8
vercel 33.1.0 33.7.0
prettier 3.2.4 3.2.5
turbo 1.11.3 1.13.2
typescript 5.3.3 5.4.4
@logtail/next 0.1.4 0.1.5
wretch 2.8.0 2.8.1
@graphql-codegen/cli 5.0.0 5.0.2
@graphql-codegen/typescript 4.0.1 4.0.6
@graphql-codegen/typescript-operations 4.0.1 4.2.0
mysql2 3.7.1 3.9.3
sequelize 6.35.2 6.37.2
@vercel/style-guide 5.1.0 6.0.0
eslint-config-turbo 1.11.3 1.13.2
globals 13.24.0 15.0.0
@mui/material 5.15.5 5.15.15
lucide-react 0.312.0 0.365.0
mapbox-gl 3.0.1 3.2.0
@types/mapbox-gl 2.7.19 3.1.0
@types/react 18.2.48 18.2.74
@types/react-dom 18.2.18 18.2.24
semantic-release 23.0.0 23.0.7
@fortawesome/fontawesome-svg-core 6.5.1 6.5.2
@fortawesome/free-brands-svg-icons 6.5.1 6.5.2
next 14.0.4 14.1.4
sharp 0.33.1 0.33.3
tsx 4.7.0 4.7.2
@contentful/rich-text-react-renderer 15.19.0 15.19.6
@contentful/rich-text-types 16.3.0 16.3.5
@emotion/react 11.11.3 11.11.4
@emotion/styled 11.11.0 11.11.5
@fortawesome/free-solid-svg-icons 6.5.1 6.5.2
@next/bundle-analyzer 14.0.4 14.1.4
@vercel/analytics 1.1.1 1.2.2
@vercel/speed-insights 1.0.4 1.0.10
react-intersection-observer 9.5.3 9.8.1
swr 2.2.4 2.2.5
webpack 5.89.0 5.91.0
@next/eslint-plugin-next 14.0.4 14.1.4

Updates dotenv-mono from 1.3.13 to 1.3.14

Changelog

Sourced from dotenv-mono's changelog.

1.3.14 (2024-03-08)

Commits

Updates lefthook from 1.5.7 to 1.6.8

Release notes

Sourced from lefthook's releases.

v1.6.8

Changelog

  • 0489b53 deps: By April, 1 (#678)
  • 652e573 feat: add priorities to scripts (#684)
  • 7a1e5c0 fix: fallback to empty tree sha when no upstream set (#687)

v1.6.7

Changelog

  • 099ab60 fix: don't apply empty patch files on pre-commit hook (#676)

v1.6.6

Changelog

  • 15190c8 chore: add more linters, address findings (#670)
  • f16f773 chore: add more tests on skip settings
  • 96a206e chore: skip printing deprecation warning (#674)
  • 6ba7b10 deps: Dependencies March 2024 (#673)
  • ce6c29b feat: Add output setting (#637)
  • e9ca955 feat: handle run command in skip/only settings (#634)
  • 3024a5b feat: use configurable path to lefthook (LEFTHOOK_BIN) (#653)
  • eafe8a3 fix: fix printing when using output log setting (#672)
  • 33edff8 fix: use swift package before npx (#668)

v1.6.5

Changelog

  • 31b859d chore: fix Makefile
  • 756a778 deps: Dependencies 04.03.2024 (#664)
  • 745bcc3 fix(windows): decrease max cmd length for windows (#666)

v1.6.4

Changelog

  • b098e3c deps: update uniseg (#650)

v1.6.3

Changelog

  • 4c9e0e1 chore: remove adaptive colors (#647)
  • 77889bd deps: Dependencies (27.02.2024) (#648)

v1.6.2

Changelog

  • ed10e37 Merge pull request #630 from prog-supdex/fix_lefthook_env
  • 50561a3 chore(tea): add more code owners
  • 1af059d chore: add tea.yml
  • 60df434 fix: don't capture STDIN without interactive or use_stdin options (#638)
  • 93d0d38 fix: handle LEFTHOOK_QUIET when there is no skip_output in config

... (truncated)

Changelog

Sourced from lefthook's changelog.

1.6.8 (2024-04-02)

1.6.7 (2024-03-15)

1.6.6 (2024-03-14)

1.6.5 (2024-03-04)

1.6.4 (2024-02-28)

1.6.3 (2024-02-27)

1.6.2 (2024-02-26)

  • fix: respect roots in commands for npm packages (#616) by @​mrexox
  • fix: don't capture STDIN without interactive or use_stdin options (#638) by @​technicalpickles
  • fix: handle LEFTHOOK_QUIET when there is no skip_output in config by @​prog-supdex
  • docs: add stage_fixed to the examples by @​mrexxo
  • docs: clarify the difference between piped and parallel options by @​mrexox

1.6.1 (2024-01-24)

... (truncated)

Commits
  • 96d2b32 1.6.8: add priorities to scripts and an upstream fallback for a pre-push hook
  • 7a1e5c0 fix: fallback to empty tree sha when no upstream set (#687)
  • 652e573 feat: add priorities to scripts (#684)
  • 0489b53 deps: By April, 1 (#678)
  • 599459e 1.6.7: don't apply empty patch files with unstaged changes
  • 099ab60 fix: don't apply empty patch files on pre-commit hook (#676)
  • e9573bb docs: allow only comma divided tags (#675)
  • 71e2919 1.6.6: new options for output logging and skip/only checks
  • f16f773 chore: add more tests on skip settings
  • 15190c8 chore: add more linters, address findings (#670)
  • Additional commits viewable in compare view

Updates vercel from 33.1.0 to 33.7.0

Release notes

Sourced from vercel's releases.

vercel@33.7.0

Minor Changes

  • improve UX for text input validation (#11388)

  • Replace the implementation of the yes/no prompt in several areas to be consistent with the rest of the CLI. (#11279)

Patch Changes

  • [cli] Fix how we determine the GIT_CONFIG_PATH to support git worktrees and git submodules (#11283)

  • avoid printing errors when user does ctrl+c (#11377)

  • Warn that promoting preview deploys is deprecated (#11376)

  • Updated dependencies [a3fb7e6ab]:

vercel@33.6.3

Patch Changes

vercel@33.6.2

Patch Changes

  • Added sunset warning to secrets command. (#11333)

  • Swap jest for vitest in CLI unit tests (#11302)

  • Updated dependencies [988f7b75a, 1825b58df]:

    • @​vercel/remix-builder@​2.1.5
    • @​vercel/build-utils@​7.10.0
    • @​vercel/node@​3.0.25
    • @​vercel/static-build@​2.4.5

vercel@33.6.1

Patch Changes

  • Don't send projectSettings.nodeVersion for unsupported versions (#11277)

... (truncated)

Changelog

Sourced from vercel's changelog.

33.7.0

Minor Changes

  • improve UX for text input validation (#11388)

  • Replace the implementation of the yes/no prompt in several areas to be consistent with the rest of the CLI. (#11279)

Patch Changes

  • [cli] Fix how we determine the GIT_CONFIG_PATH to support git worktrees and git submodules (#11283)

  • avoid printing errors when user does ctrl+c (#11377)

  • Warn that promoting preview deploys is deprecated (#11376)

  • Updated dependencies [a3fb7e6ab]:

33.6.3

Patch Changes

33.6.2

Patch Changes

  • Added sunset warning to secrets command. (#11333)

  • Swap jest for vitest in CLI unit tests (#11302)

  • Updated dependencies [988f7b75a, 1825b58df]:

    • @​vercel/remix-builder@​2.1.5
    • @​vercel/build-utils@​7.10.0
    • @​vercel/node@​3.0.25
    • @​vercel/static-build@​2.4.5

33.6.1

... (truncated)

Commits
  • bb7bfd0 Version Packages (#11382)
  • a56ab4d [cli] Improve UX for text input validation (#11388)
  • 1202cf8 [cli] Avoid printing error when user does ctrl+c (#11377)
  • 80b8c3d [cli] Deprecate promoting preview deployments to production (#11376)
  • 76ea6ea [cli] Replace promptBool with confirm prompts (#11279)
  • 5b8b877 [cli] Fix how we determine the GIT_CONFIG_PATH to support git worktrees and g...
  • a3fb7e6 [go] Added support for 1.22 and updated Go minor versions of 1.19, 1.20...
  • 3c42649 Version Packages (#11352)
  • 2fc46c0 [cli] Change condition to be clearer positive framing (#11317)
  • 548afd3 [node] Add import and require ts-node files for TypeScript in vc dev (#11371)
  • Additional commits viewable in compare view

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

Release notes

Sourced from turbo's releases.

Turborepo v1.13.2

What's Changed

Examples

Full Changelog: vercel/turbo@v1.13.1...v1.13.2

Turborepo v1.13.1

What's Changed

Docs

Changelog

New Contributors

Full Changelog: vercel/turbo@v1.13.0...v1.13.1

Turborepo v1.13.1-canary.3

What's Changed

Changelog

... (truncated)

Commits

Updates typescript from 5.3.3 to 5.4.4

Release notes

Sourced from typescript's releases.

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • 1c25c7f 🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...
  • 3caec2c Cherry pick PR 57887 into release-5.4 (#57898)
  • 896947e 🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...
  • 521d3fb 🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • Additional commits viewable in compare view

Updates @logtail/next from 0.1.4 to 0.1.5

Release notes

Sourced from @​logtail/next's releases.

v0.1.5

What's Changed

Full Changelog: logtail/logtail-nextjs@v0.1.4...v0.1.5

Commits

Updates wretch from 2.8.0 to 2.8.1

Release notes

Sourced from wretch's releases.

2.8.1

2.8.1 (2024-03-07)

🐛 Bug fix(es)

  • Fix error callback type missing addons extensions (99a21a8), closes #222
export const apiClient = wretch('https://localhost:3000')
  .addon(QueryStringAddon)
  .resolve((chain) => {
    return chain.unauthorized((_error, request) => {
      // request type used to be wrong (missing .query() from the addon)
      // and it would clash with what was expected by the callback definition
      // now the type should be correct ✨ 
      return request
        .fetch()
        .unauthorized((error) => {
          throw error;
        })
        .json();
    });
  });

⬆️ Version update(s)

  • Bump follow-redirects from 1.15.1 to 1.15.4 (04fada6)
Changelog

Sourced from wretch's changelog.

2.8.1 (2024-03-07)

⬆️ Version update(s)

  • Bump follow-redirects from 1.15.1 to 1.15.4 (04fada6)

🐛 Bug fix(es)

  • Fix error callback type missing addons extensions (99a21a8), closes #222

Commits
  • d2cb522 2.8.1 tag
  • 99a21a8 🐛 Fix error callback type missing addons extensions
  • 78100d8 Merge pull request #214 from elbywan/dependabot/npm_and_yarn/follow-redirects...
  • 04fada6 ⬆️ Bump follow-redirects from 1.15.1 to 1.15.4
  • See full diff in compare view

Updates @graphql-codegen/cli from 5.0.0 to 5.0.2

Changelog

Sourced from @​graphql-codegen/cli's changelog.

5.0.2

Patch Changes

5.0.1

Patch Changes

Commits
  • 56882d2 chore(release): update monorepo packages versions (#9837)
  • eaa3d60 chore(release): update monorepo packages versions (#9812)
  • d8364e0 Revert "chore(release): update monorepo packages versions (#9810)" (#9811)
  • 840c66d chore(release): update monorepo packages versions (#9810)
  • 137ca2c Revert "chore(release): update monorepo packages versions (#9648)" (#9809)
  • 671859c chore(release): update monorepo packages versions (#9648)
  • 1bed87b fix: out-of-memory crash (#7720) and significantly improve performance + feat...
  • 8a4743f chore(deps): update dependency @​types/shell-quote to v1.7.3 (#9732)
  • 3883505 chore(deps): update dependency @​types/js-yaml to v4.0.8 (#9724)
  • e176eab Include @​graphql-codegen/client-preset in @​graphql-codegen/cli by default (#9...
  • Additional commits viewable in compare view

Updates @graphql-codegen/typescript from 4.0.1 to 4.0.6

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

4.0.6

Patch Changes

4.0.5

Patch Changes

  • Updated dependencies [53f270a]:
    • @​graphql-codegen/visitor-plugin-common@​5.0.0

4.0.4

Patch Changes

  • #9813 4e69568 Thanks @​saihaj! - bumping for a release

  • Updated dependencies [4e69568]:

    • @​graphql-codegen/visitor-plugin-common@​4.1.2
    • @​graphql-codegen/schema-ast@​4.0.2
    • @​graphql-codegen/plugin-helpers@​5.0.3

4.0.3

Patch Changes

  • Updated dependencies [7718a8113]:
    • @​graphql-codegen/visitor-plugin-common@​4.1.1

4.0.2

Patch Changes

Commits
  • 83a586a chore(release): update monorepo packages versions (#9847)

Bumps the all group with 40 updates:

| Package | From | To |
| --- | --- | --- |
| [dotenv-mono](https://github.com/marcocesarato/dotenv-mono) | `1.3.13` | `1.3.14` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.5.7` | `1.6.8` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `33.1.0` | `33.7.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [turbo](https://github.com/vercel/turbo) | `1.11.3` | `1.13.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.4` |
| [@logtail/next](https://github.com/logtail/logtail-nextjs) | `0.1.4` | `0.1.5` |
| [wretch](https://github.com/elbywan/wretch) | `2.8.0` | `2.8.1` |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `5.0.0` | `5.0.2` |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) | `4.0.1` | `4.0.6` |
| [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.0.1` | `4.2.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.7.1` | `3.9.3` |
| [sequelize](https://github.com/sequelize/sequelize) | `6.35.2` | `6.37.2` |
| [@vercel/style-guide](https://github.com/vercel/style-guide) | `5.1.0` | `6.0.0` |
| [eslint-config-turbo](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-config-turbo) | `1.11.3` | `1.13.2` |
| [globals](https://github.com/sindresorhus/globals) | `13.24.0` | `15.0.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.5` | `5.15.15` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.312.0` | `0.365.0` |
| [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) | `3.0.1` | `3.2.0` |
| [@types/mapbox-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox-gl) | `2.7.19` | `3.1.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.48` | `18.2.74` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.24` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `23.0.0` | `23.0.7` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |
| [next](https://github.com/vercel/next.js) | `14.0.4` | `14.1.4` |
| [sharp](https://github.com/lovell/sharp) | `0.33.1` | `0.33.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.7.2` |
| [@contentful/rich-text-react-renderer](https://github.com/contentful/rich-text) | `15.19.0` | `15.19.6` |
| [@contentful/rich-text-types](https://github.com/contentful/rich-text) | `16.3.0` | `16.3.5` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.3` | `11.11.4` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.11.0` | `11.11.5` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `14.0.4` | `14.1.4` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.1.1` | `1.2.2` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.4` | `1.0.10` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.5.3` | `9.8.1` |
| [swr](https://github.com/vercel/swr) | `2.2.4` | `2.2.5` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.91.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.0.4` | `14.1.4` |


Updates `dotenv-mono` from 1.3.13 to 1.3.14
- [Release notes](https://github.com/marcocesarato/dotenv-mono/releases)
- [Changelog](https://github.com/marcocesarato/dotenv-mono/blob/master/CHANGELOG.md)
- [Commits](marcocesarato/dotenv-mono@v1.3.13...v1.3.14)

Updates `lefthook` from 1.5.7 to 1.6.8
- [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.8)

Updates `vercel` from 33.1.0 to 33.7.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.7.0/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.13.2
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turbo@v1.11.3...v1.13.2)

Updates `typescript` from 5.3.3 to 5.4.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.3.3...v5.4.4)

Updates `@logtail/next` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/logtail/logtail-nextjs/releases)
- [Commits](logtail/logtail-nextjs@v0.1.4...v0.1.5)

Updates `wretch` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/elbywan/wretch/releases)
- [Changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md)
- [Commits](elbywan/wretch@2.8.0...2.8.1)

Updates `@graphql-codegen/cli` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@5.0.2/packages/graphql-codegen-cli)

Updates `@graphql-codegen/typescript` from 4.0.1 to 4.0.6
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@4.0.6/packages/plugins/typescript/typescript)

Updates `@graphql-codegen/typescript-operations` from 4.0.1 to 4.2.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.2.0/packages/plugins/typescript/operations)

Updates `mysql2` from 3.7.1 to 3.9.3
- [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.3)

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

Updates `@vercel/style-guide` from 5.1.0 to 6.0.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...v6.0.0)

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

Updates `globals` from 13.24.0 to 15.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v13.24.0...v15.0.0)

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

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

Updates `mapbox-gl` from 3.0.1 to 3.2.0
- [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.2.0)

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

Updates `@types/mapbox-gl` from 2.7.19 to 3.1.0
- [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.74
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Updates `semantic-release` from 23.0.0 to 23.0.7
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v23.0.0...v23.0.7)

Updates `@fortawesome/fontawesome-svg-core` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.1...6.5.2)

Updates `@fortawesome/free-brands-svg-icons` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.1...6.5.2)

Updates `next` from 14.0.4 to 14.1.4
- [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.4)

Updates `sharp` from 0.33.1 to 0.33.3
- [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.3)

Updates `tsx` from 4.7.0 to 4.7.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.0...v4.7.2)

Updates `@contentful/rich-text-react-renderer` from 15.19.0 to 15.19.6
- [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.6)

Updates `@contentful/rich-text-types` from 16.3.0 to 16.3.5
- [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.5)

Updates `@emotion/react` from 11.11.3 to 11.11.4
- [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.11.3...@emotion/react@11.11.4)

Updates `@emotion/styled` from 11.11.0 to 11.11.5
- [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/styled@11.11.0...@emotion/styled@11.11.5)

Updates `@fortawesome/free-solid-svg-icons` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.1...6.5.2)

Updates `@next/bundle-analyzer` from 14.0.4 to 14.1.4
- [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.4/packages/next-bundle-analyzer)

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

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

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

Updates `swr` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.2.4...v2.2.5)

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

Updates `@next/eslint-plugin-next` from 14.0.4 to 14.1.4
- [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.4/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: dotenv-mono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- 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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@logtail/next"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: wretch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@graphql-codegen/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@graphql-codegen/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@graphql-codegen/typescript-operations"
  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-major
  dependency-group: all
- dependency-name: eslint-config-turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-major
  dependency-group: all
- dependency-name: "@types/mapbox-gl"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  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: tsx
  dependency-type: direct:development
  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: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@fortawesome/free-solid-svg-icons"
  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-minor
  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: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Apr 8, 2024
@dependabot dependabot bot requested a review from dgattey April 8, 2024 06:31
Copy link

vercel bot commented Apr 8, 2024

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

Name Status Preview Comments Updated (UTC)
dg ❌ Failed (Inspect) Apr 8, 2024 6:32am

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #453.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-d4c8c3bc5b branch April 15, 2024 07:11
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