vevcom / projectNext

Project Next is Omegas new website coming soon
MIT License
8 stars 0 forks source link

chore(deps): bump the minor group across 1 directory with 16 updates #349

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor group with 16 updates in the / directory:

Package From To
@prisma/client 5.18.0 5.21.1
@react-email/components 0.0.22 0.0.25
nodemailer 6.9.14 6.9.15
@types/nodemailer 6.4.15 6.4.16
react-intersection-observer 9.13.0 9.13.1
rehype-format 5.0.0 5.0.1
rehype-stringify 10.0.0 10.0.1
remark-rehype 11.1.0 11.1.1
sass 1.77.8 1.80.3
winston 3.14.2 3.15.0
@types/jsonwebtoken 9.0.6 9.0.7
@types/node 22.7.5 22.7.7
@types/react 18.3.3 18.3.11
@types/react-dom 18.3.0 18.3.1
prisma 5.18.0 5.21.1
typescript 5.5.4 5.6.3

Updates @prisma/client from 5.18.0 to 5.21.1

Release notes

Sourced from @​prisma/client's releases.

5.21.1

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

5.21.0

Today, we are excited to share the 5.21.0 release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements

Prisma Engines

Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

5.20.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟

Highlights

strictUndefinedChecks in Preview

With Prisma ORM 5.20.0, the Preview feature strictUndefinedChecks will disallow any value that is explicitly undefined and will be a runtime error. This change is direct feedback from this GitHub issue and follows our latest proposal on the same issue.

To demonstrate the change, take the following code snippet:

prisma.table.deleteMany({
  where: {
    // If `nullableThing` is nullish, this query will remove all data.
    email: nullableThing?.property,
  }
})
</tr></table> 

... (truncated)

Commits
  • a9dd792 chore(deps): patch 5.21.x 5.21.1-1.bf0e5e8a04cada8225617067eaa03d041e2bba36 (...
  • 6819678 chore(deps): update engines to 5.21.0-36.08713a93b99d58f31485621c634b04983ae0...
  • b11a6c2 feat(client): Support prisma+postgres URL scheme for postgres migrations (#25...
  • 5c59fac chore(deps): update engines to 5.21.0-33.edd552ca6fe6bb4ebbfe57bafc00a55aef8e...
  • 6792f13 test(e2e): bumped "@​prisma/extension-accelerate" to 1.2.1, fix failing e2e te...
  • 7aae7ec chore(deps): update engines to 5.21.0-32.6a192e231962f2731353b2df0d76ad5a1227...
  • 9952c28 test(client): add count and aggregate tracing tests (#25385)
  • d43178a chore(deps): update engines to 5.21.0-31.00f0d739277ee51ca227615ad3f1c4c36eea...
  • 4c6498f chore(client): remove dead code in fixtures/generate.ts (#25351)
  • f19a3e2 chore(deps): update engines to 5.21.0-8.031f4d3fc290d071071bf02083dc6e7b78346...
  • Additional commits viewable in compare view


Updates @react-email/components from 0.0.22 to 0.0.25

Release notes

Sourced from @​react-email/components's releases.

@​react-email/components 0.0.25

What's Changed

  • Updated dependencies [0a40975]
    • @​react-email/code-block@​0.0.9

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​0.0.24...@​react-email/components@​0.0.25

@​react-email/components 0.0.24

What's Changed

  • Updated dependencies [1afe32a]
    • @​react-email/code-block@​0.0.8
  • Updated dependencies [7481b12]
    • @​react-email/render@​1.0.1

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​0.0.23...@​react-email/components@​0.0.24

@​react-email/components 0.0.23

What's Changed

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidate and React 19 itself
  • Updated dependencies [3caaf53]
  • Updated dependencies [5018ce8]
  • Updated dependencies [bec4b08]
  • Updated dependencies [f9483ec]
  • Updated dependencies [6d27a20]
    • @​react-email/code-inline@​0.0.4
    • @​react-email/code-block@​0.0.7
    • @​react-email/container@​0.0.14
    • @​react-email/markdown@​0.0.12
    • @​react-email/tailwind@​0.1.0
    • @​react-email/heading@​0.0.14
    • @​react-email/preview@​0.0.11
    • @​react-email/section@​0.0.14
    • @​react-email/button@​0.0.17
    • @​react-email/column@​0.0.12
    • @​react-email/render@​1.0.0
    • @​react-email/body@​0.0.10
    • @​react-email/font@​0.0.8
    • @​react-email/head@​0.0.11
    • @​react-email/html@​0.0.10
    • @​react-email/link@​0.0.10
    • @​react-email/text@​0.0.10
    • @​react-email/img@​0.0.10
    • @​react-email/row@​0.0.10
    • @​react-email/hr@​0.0.10

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​0.0.22...@​react-email/components@​0.0.23

Changelog

Sourced from @​react-email/components's changelog.

0.0.25

Patch Changes

  • Updated dependencies [0a40975]
    • @​react-email/code-block@​0.0.9

0.0.24

Patch Changes

  • Updated dependencies [1afe32a]
  • Updated dependencies [7481b12]
    • @​react-email/code-block@​0.0.8
    • @​react-email/render@​1.0.1
    • @​react-email/body@​0.0.10
    • @​react-email/button@​0.0.17
    • @​react-email/code-inline@​0.0.4
    • @​react-email/column@​0.0.12
    • @​react-email/container@​0.0.14
    • @​react-email/font@​0.0.8
    • @​react-email/head@​0.0.11
    • @​react-email/heading@​0.0.14
    • @​react-email/hr@​0.0.10
    • @​react-email/html@​0.0.10
    • @​react-email/img@​0.0.10
    • @​react-email/link@​0.0.10
    • @​react-email/markdown@​0.0.12
    • @​react-email/preview@​0.0.11
    • @​react-email/row@​0.0.10
    • @​react-email/section@​0.0.14
    • @​react-email/text@​0.0.10

0.0.23

Patch Changes

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself
  • Updated dependencies [3caaf53]
  • Updated dependencies [5018ce8]
  • Updated dependencies [bec4b08]
  • Updated dependencies [f9483ec]
  • Updated dependencies [6d27a20]
    • @​react-email/code-inline@​0.0.4
    • @​react-email/code-block@​0.0.7
    • @​react-email/container@​0.0.14
    • @​react-email/markdown@​0.0.12
    • @​react-email/tailwind@​0.1.0
    • @​react-email/heading@​0.0.14
    • @​react-email/preview@​0.0.11

... (truncated)

Commits


Updates nodemailer from 6.9.14 to 6.9.15

Release notes

Sourced from nodemailer's releases.

v6.9.15

6.9.15 (2024-08-08)

Bug Fixes

Changelog

Sourced from nodemailer's changelog.

6.9.15 (2024-08-08)

Bug Fixes

Commits


Updates @types/nodemailer from 6.4.15 to 6.4.16

Commits


Updates react-intersection-observer from 9.13.0 to 9.13.1

Release notes

Sourced from react-intersection-observer's releases.

v9.13.1

9.13.1 (2024-09-04)

Bug Fixes

  • align IntersectionObserver options with DOM API (abb4ee8)
Commits
  • 7c6939a Merge pull request #701 from thebuilder/fix/align-options-with-dom
  • abb4ee8 fix: align IntersectionObserver options with DOM API
  • b6ef3ce Merge pull request #698 from thebuilder/fix/action-install-playwright
  • 4193313 ci: fix install playwright correctly in test run
  • See full diff in compare view


Updates rehype-format from 5.0.0 to 5.0.1

Release notes

Sourced from rehype-format's releases.

5.0.1

Misc

  • 1d9bb05 Refactor to externalize core as hast-util-format

Types

  • 75a0ecc Refactor to use @imports
  • ae554c2 Add declaration maps

Full Changelog: https://github.com/rehypejs/rehype-format/compare/5.0.0...5.0.1

Commits


Updates rehype-stringify from 10.0.0 to 10.0.1

Commits


Updates remark-rehype from 11.1.0 to 11.1.1

Release notes

Sourced from remark-rehype's releases.

11.1.1

Fix

  • f0cce2d Fix mutate support in unified-engine

Miscellaneous

  • 364ee71 Remove license year

Types

  • e4576c0 Refactor to use @imports
  • c62d719 Add declaration maps

Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.0...11.1.1

Commits


Updates sass from 1.77.8 to 1.80.3

Release notes

Sourced from sass's releases.

Dart Sass 1.80.3

To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.2

To install Sass 1.80.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.1

To install Sass 1.80.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where repeated deprecation warnings were not automatically limited.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.0

To install Sass 1.80.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host

  • Properly export the SassBoolean type.

1.79.5

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

... (truncated)

Commits


Updates winston from 3.14.2 to 3.15.0

Release notes

Sourced from winston's releases.

v3.15.0

Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @​babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @​babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0

Commits


Updates @types/jsonwebtoken from 9.0.6 to 9.0.7

Commits


Updates @types/node from 22.7.5 to 22.7.7

Commits


Updates @types/nodemailer from 6.4.15 to 6.4.16

Commits


Updates @types/react from 18.3.3 to 18.3.11

Commits


Updates @types/react-dom from 18.3.0 to 18.3.1

Commits


Updates prisma from 5.18.0 to 5.21.1

Release notes

Sourced from prisma's releases.

5.21.1

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

5.21.0

Today, we are excited to share the 5.21.0 release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights

Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements

Prisma Engines

Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

5.20.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟

Highlights

strictUndefinedChecks in Preview

With Prisma ORM 5.20.0, the Preview feature strictUndefinedChecks will disallow any value that is explicitly undefined and will be a runtime error. This change is direct feedback from this GitHub issue and follows our latest proposal on the same issue.

To demonstrate the change, take the following code snippet:

prisma.table.deleteMany({
  where: {
    // If `nullableThing` is nullish, this query will remove all data.
    email: nullableThing?.property,
  }
})
</tr></table> 

... (truncated)

Commits


Updates typescript from 5.5.4 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.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.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
JohanHjelsethStorstad commented 1 month ago

I fix