Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump the all group with 8 updates #43

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps the all group with 8 updates:

Package From To
@nihalgonsalves/esconfig 0.6.7 0.6.8
@types/node 20.8.7 20.8.9
eslint-plugin-react-refresh 0.4.3 0.4.4
@prisma/client 5.4.2 5.5.2
bullmq 4.12.6 4.12.7
prisma 5.4.2 5.5.2
dexie-react-hooks 1.1.6 1.1.7
tailwind-merge 1.14.0 2.0.0

Updates @nihalgonsalves/esconfig from 0.6.7 to 0.6.8

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

v0.6.8

0.6.8 (2023-10-30)

Features

  • deps: bump the all group with 4 updates (#43) (3c494cd)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.6.8 (2023-10-30)

Features

  • deps: bump the all group with 4 updates (#43) (3c494cd)
Commits

Updates @types/node from 20.8.7 to 20.8.9

Commits

Updates eslint-plugin-react-refresh from 0.4.3 to 0.4.4

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.4

  • Add allowExportNames option (fixes #29)
  • Support memo default export function components (fixes #27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #26)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.4

  • Add allowExportNames option (fixes #29)
  • Support memo default export function components (fixes #27)
  • Warn on export expressions that are not React component (array, object, logical expression, ...) (fixes #26)
Commits
  • 14e01d9 Add allowExportNames option (fixes #29) [publish]
  • 05379a0 Warn on export expressions that are not React component (array, object, logic...
  • 8763332 Support memo default export function components (fixes #27)
  • 8254172 Bump dev deps
  • See full diff in compare view

Updates @prisma/client from 5.4.2 to 5.5.2

Release notes

Sourced from @​prisma/client's releases.

5.5.2

Today, we are issuing the 5.5.2 patch release.

Fix in Prisma CLI

5.5.1

Today, we are issuing the 5.5.1 patch release.

Fix in Prisma Client

5.5.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Serverless database drivers improvements and request for feedback (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapter feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.

The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.

In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.

We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

New flags for the prisma init command

This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

  • --generator-provider: Defines the default generator to use
  • --preview-features: Specifies the default Preview features to use in your project
  • --output: Specifies the default output location for the generated client

Fixes and improvements

Prisma CLI

... (truncated)

Commits
  • eadd44f chore(deps): patch 5.5.x 5.5.1-1.aebc046ce8b88ebbcb45efe31cbe7d06fd6abc0a (#2...
  • c7d63e7 chore(deps): update dependency @​prisma/adapter-planetscale to v5.5.0 (#21603)
  • 5072f0e chore(deps): update devdependencies patch (non-major) (#21610)
  • 94d65e3 chore(deps): update engines to 5.5.0-19.475c616176945d72f4330c92801f0c5e6398d...
  • b3dbb5f chore(deps): update engines to 5.5.0-16.f44b62756e369de9a75621e9cdc1a1840b3b5...
  • 23d5ef0 chore(deps): update devdependencies patch (non-major) (#21538)
  • ae617ea chore(deps): update dependency esbuild to v0.19.5 (#21537)
  • 182c70a chore(deps): update engines to 5.5.0-15.42bfcd0e4a2e9f73937c1ed5c2f42bf08d072...
  • 87bd30a chore(deps): update engines to 5.5.0-14.66f0881e93adb8868b623fa14a649cb876947...
  • 834b449 feat(DataProxyEngine): Send Engine Hash as Header for requests (#21450)
  • Additional commits viewable in compare view

Updates bullmq from 4.12.6 to 4.12.7

Release notes

Sourced from bullmq's releases.

v4.12.7

4.12.7 (2023-10-29)

Performance Improvements

  • redis-connection: check redis version greater or equal than v6 only once (#2252) (a09b15a)
Commits
  • a7f7080 chore(release): 4.12.7 [skip ci]
  • a09b15a perf(redis-connection): check redis version greater or equal than v6 only onc...
  • See full diff in compare view

Updates prisma from 5.4.2 to 5.5.2

Release notes

Sourced from prisma's releases.

5.5.2

Today, we are issuing the 5.5.2 patch release.

Fix in Prisma CLI

5.5.1

Today, we are issuing the 5.5.1 patch release.

Fix in Prisma Client

5.5.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights

Serverless database drivers improvements and request for feedback (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapter feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.

The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.

In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.

We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

New flags for the prisma init command

This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

  • --generator-provider: Defines the default generator to use
  • --preview-features: Specifies the default Preview features to use in your project
  • --output: Specifies the default output location for the generated client

Fixes and improvements

Prisma CLI

... (truncated)

Commits

Updates dexie-react-hooks from 1.1.6 to 1.1.7

Commits

Updates tailwind-merge from 1.14.0 to 2.0.0

Release notes

Sourced from tailwind-merge's releases.

v2.0.0

The tailwind-merge v2 release has been sitting here almost finished for 2 months already. But the timing was never quite right, especially thinking about the increased support needed after the release. In the meantime, the product of the company I work at launched in public beta and I married. Thank you for your patience.

This release focuses on making it easier to configure the library for new users. Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes

New Features

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v1.14.0...v2.0.0

Thanks to @​quezlatch, @​brandonmcconnell, @​manavm1990 and @​ErwinAI for sponsoring tailwind-merge! ❤️

Commits
  • 1b6ebb5 v2.0.0
  • f3201af add v2 changelog
  • e7c8c8a Merge pull request #329 from dcastil/docs/add-docs-for-stricter-extendtailwin...
  • 4a08892 add docs for TypeScript types of extendTailwindMerge
  • a6f27b3 Merge pull request #328 from dcastil/docs/301/explain-limitations-of-bg-size-...
  • 661e855 add limitations to docs
  • a962428 Merge pull request #324 from dcastil/dependabot/npm_and_yarn/babel/traverse-7...
  • 360b9df Bump @​babel/traverse from 7.21.5 to 7.23.2
  • 772ffb9 Merge pull request #318 from dcastil/renovate/actions-checkout-4.x
  • 472f0ca Merge pull request #319 from dcastil/renovate/size-limit-preset-small-lib-9.x
  • 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
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 30, 2023
Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.6.7` | `0.6.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.8.9` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.3` | `0.4.4` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.4.2` | `5.5.2` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `4.12.6` | `4.12.7` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.4.2` | `5.5.2` || [dexie-react-hooks](https://github.com/dexie/Dexie.js) | `1.1.6` | `1.1.7` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `1.14.0` | `2.0.0` |

Updates `@nihalgonsalves/esconfig` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@v0.6.7...v0.6.8)

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

Updates `eslint-plugin-react-refresh` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.3...v0.4.4)

Updates `@prisma/client` from 5.4.2 to 5.5.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/client)

Updates `bullmq` from 4.12.6 to 4.12.7
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v4.12.6...v4.12.7)

Updates `prisma` from 5.4.2 to 5.5.2
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.5.2/packages/cli)

Updates `dexie-react-hooks` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](https://github.com/dexie/Dexie.js/commits)

Updates `tailwind-merge` from 1.14.0 to 2.0.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v1.14.0...v2.0.0)

---
updated-dependencies:
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bullmq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: dexie-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@nihalgonsalves nihalgonsalves force-pushed the dependabot/npm_and_yarn/all-7695346073 branch from 4f328bb to f4bf691 Compare November 2, 2023 10:36
@nihalgonsalves nihalgonsalves changed the title build(deps): bump the all group with 12 updates build(deps): bump the all group with 8 updates Nov 2, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

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

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-7695346073 branch November 2, 2023 10:42
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants