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

chore(deps): Bump the production-dependencies group across 1 directory with 12 updates #67

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
@react-email/components 0.0.25 0.0.31
@sentry/esbuild-plugin 2.22.5 2.22.7
dataloader 2.2.2 2.2.3
husky 9.1.6 9.1.7
jose 5.9.4 5.9.6
nodemailer 6.9.15 6.9.16
@types/nodemailer 6.4.16 6.4.17
pg 8.13.0 8.13.1
postcss 8.4.47 8.4.49
react-email 3.0.1 3.0.4
tailwind-merge 2.5.4 2.5.5
tailwindcss 3.4.14 3.4.17

Updates @react-email/components from 0.0.25 to 0.0.31

Release notes

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

@​react-email/components 0.0.31

What's Changed

  • Updated dependencies [9540fc5]
    • @​react-email/tailwind@​1.0.4

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

@​react-email/components 0.0.30

What's Changed

  • Updated dependencies [fe91c59]
    • @​react-email/markdown@​0.0.14

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

@​react-email/components@​0.0.29

What's Changed

  • Updated dependencies [467af4e]
  • Updated dependencies [b34aa90]
  • Updated dependencies [cb9ac11]
  • Updated dependencies [da3e719]
  • Updated dependencies [946ffff]
  • Updated dependencies [cb16506]
  • Updated dependencies [fd3b9de]
    • @​react-email/code-inline@​0.0.5
    • @​react-email/code-block@​0.0.11
    • @​react-email/container@​0.0.15
    • @​react-email/markdown@​0.0.13
    • @​react-email/tailwind@​1.0.3
    • @​react-email/heading@​0.0.15
    • @​react-email/preview@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/button@​0.0.19
    • @​react-email/column@​0.0.13
    • @​react-email/render@​1.0.3
    • @​react-email/body@​0.0.11
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/html@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/text@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/row@​0.0.12
    • @​react-email/hr@​0.0.11

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

... (truncated)

Changelog

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

0.0.31

Patch Changes

  • Updated dependencies [9540fc5]
    • @​react-email/tailwind@​1.0.4

0.0.30

Patch Changes

  • Updated dependencies [fe91c59]
    • @​react-email/markdown@​0.0.14

0.0.29

Patch Changes

  • 467af4e: Use peerDependencies for react and react-dom
  • b34aa90: Move react and react-dom to just dependencies for better DX
  • Updated dependencies [467af4e]
  • Updated dependencies [b34aa90]
  • Updated dependencies [cb9ac11]
  • Updated dependencies [da3e719]
  • Updated dependencies [946ffff]
  • Updated dependencies [cb16506]
  • Updated dependencies [fd3b9de]
    • @​react-email/code-inline@​0.0.5
    • @​react-email/code-block@​0.0.11
    • @​react-email/container@​0.0.15
    • @​react-email/markdown@​0.0.13
    • @​react-email/tailwind@​1.0.3
    • @​react-email/heading@​0.0.15
    • @​react-email/preview@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/button@​0.0.19
    • @​react-email/column@​0.0.13
    • @​react-email/render@​1.0.3
    • @​react-email/body@​0.0.11
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/html@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/text@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/row@​0.0.12
    • @​react-email/hr@​0.0.11

0.0.29-canary.5

... (truncated)

Commits

Updates @sentry/esbuild-plugin from 2.22.5 to 2.22.7

Release notes

Sourced from @​sentry/esbuild-plugin's releases.

2.22.7

  • deps: Bump @sentry/cli to 2.39.1 and require specific version (#632)
  • feat(telemetry): Record if plugin is run in CI (#627)

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
Changelog

Sourced from @​sentry/esbuild-plugin's changelog.

2.22.7

  • deps: Bump @sentry/cli to 2.39.1 and require specific version (#632)
  • feat(telemetry): Record if plugin is run in CI (#627)

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
Commits
  • 31978d7 release: 2.22.7
  • 514055a meta: Update changelog for 2.22.7
  • 7dfea7b deps: Bump @sentry/cli to 2.39.1 and require specific version (#632)
  • 040814d feat(telemetry): Record if plugin is run in CI (#627)
  • f7c468d chore: Log only to stderr (#624)
  • 7f98448 Merge branch 'release/2.22.6'
  • 3a82986 release: 2.22.6
  • e387b5b meta: Update changelog for 2.22.6
  • de626ec fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
  • e7f1af4 Merge branch 'release/2.22.5'
  • See full diff in compare view

Updates dataloader from 2.2.2 to 2.2.3

Release notes

Sourced from dataloader's releases.

v2.2.3

What's Changed

New Contributors

Full Changelog: graphql/dataloader@v2.2.2...v2.2.3

Changelog

Sourced from dataloader's changelog.

2.2.3

Patch Changes

  • #342 38fedd4 Thanks @​abendi! - Ensure cacheKeyFn is not called when caching is disabled, since the key is not utilized in that case.
Commits
  • 5e851ce chore: update release instructions
  • 35729a6 ci: update codecov to use token (#370)
  • f65532e ci: update node versions to run test on
  • f8cfc4d Bump word-wrap from 1.2.3 to 1.2.4 (#345)
  • 77c2cd7 Update Green Donut link (#361)
  • 38fedd4 perf: call cacheKeyFn only when it is needed (if caching) (#342)
  • 18da9f3 Synchronized linting in README.md (#358)
  • 003c045 Update readme badge to use GitHub CI instead of unused Travis (#352)
  • 55c33d4 Fix correct path of function when click on mobile links (#351)
  • d336bd1 Bump minimatch from 3.0.4 to 3.1.2 (#324)
  • Additional commits viewable in compare view

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

Commits

Updates jose from 5.9.4 to 5.9.6

Release notes

Sourced from jose's releases.

v5.9.6

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)
Changelog

Sourced from jose's changelog.

5.9.6 (2024-10-20)

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)

5.9.5 (2024-10-20)

Refactor

  • build: simplify package exports (4783f7f)
Commits
  • 27d26a4 chore(release): 5.9.6
  • 2ef3a52 Revert "refactor(build): simplify package exports"
  • 460a959 chore(release): 5.9.5
  • 4783f7f refactor(build): simplify package exports
  • 7521425 docs: resolve remaining conflict
  • 30365fd ci: use default CodeQL
  • ea5f212 chore: bump dev deps
  • ffad408 docs: update docs building dependencies
  • e2f737d test: temporary workaround chrome 130 and testcafe
  • 43c4bcc test: browser logs are polled
  • Additional commits viewable in compare view

Updates nodemailer from 6.9.15 to 6.9.16

Release notes

Sourced from nodemailer's releases.

v6.9.16

6.9.16 (2024-10-28)

Bug Fixes

  • addressparser: Correctly detect if user local part is attached to domain part (f2096c5)
Changelog

Sourced from nodemailer's changelog.

6.9.16 (2024-10-28)

Bug Fixes

  • addressparser: Correctly detect if user local part is attached to domain part (f2096c5)
Commits
  • e70b9c1 chore(master): release 6.9.16 [skip-ci] (#1688)
  • bcf55be Bumped deps
  • f2096c5 fix(addressparser): Correctly detect if user local part is attached to domain...
  • See full diff in compare view

Updates @types/nodemailer from 6.4.16 to 6.4.17

Commits

Updates pg from 8.13.0 to 8.13.1

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

Commits

Updates postcss from 8.4.47 to 8.4.49

Release notes

Sourced from postcss's releases.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.49

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Commits

Updates react-email from 3.0.1 to 3.0.4

Release notes

Sourced from react-email's releases.

react-email 3.0.4

What's Changed

  • 8f395d2: Update to React 19

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@3.0.4

react-email 3.0.3

What's Changed

  • 1e82151: fix null byte characters being rendered in the preview server
  • 6781316: Improve error messages for all CLI commands

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@3.0.3

react-email 3.0.2

What's Changed

Patch changes

  • dc72ca4: bump chokidar to v4
  • 2a8675a: Add util/types as a module
  • 4b174a4: Fix missing Request and Response globals
  • 7eb68af: Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
  • 76183e0: Update socket.io and socket.io-client by @​vlinder
  • f295614: Add AbortSignal, Event and EventTarget
  • bb79540: Add missing timers/promises Node module for email dev

New Contributors

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@3.0.2

Changelog

Sourced from react-email's changelog.

3.0.4

Patch Changes

  • 8f395d2: Update to React 19

3.0.3

Patch Changes

  • 1e82151: fix null byte characters being rendered in the preview server
  • b34aa90: Move react and react-dom to just dependencies for better DX
  • 6781316: Improve error messages for all CLI commands

3.0.3-canary.2

Patch Changes

  • 6781316: Improve error messages for all CLI commands

3.0.3-canary.1

Patch Changes

  • 6facd7c: fix null byte characters being rendered in the preview server

3.0.3-canary.0

Patch Changes

  • f7833da: Move react and react-dom to just dependencies for better DX

3.0.2

Patch Changes

  • dc72ca4: bump chokidar to v4
  • 2a8675a: Add util/types as a module
  • 4b174a4: Fix missing Request and Response globals
  • 7eb68af: Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
  • 76183e0: Update socket.io and socket.io-client
  • f295614: Add AbortSignal, Event and EventTarget
  • bb79540: Add missing timers/promises Node module for email dev

3.0.2-canary.4

Patch Changes

  • 76183e0: Update socket.io and socket.io-client

... (truncated)

Commits

Updates tailwind-merge from 2.5.4 to 2.5.5

Release notes

Sourced from tailwind-merge's releases.

v2.5.5

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v2.5.4...v2.5.5

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • b499bcc v2.5.5
  • b17d9ba add changelog for v2.5.5
  • de88bfd Merge pull request #492 from oliverhaas/patch-1
  • 3d05ac7 fix: typo "fractons" instead of "fractions"
  • 862ff39 Merge pull request #491 from dcastil/dependabot/npm_and_yarn/cross-spawn-7.0.6
  • 10c826f Bump cross-spawn from 7.0.3 to 7.0.6
  • 8f61232 Merge pull request #490 from dcastil/dependabot/npm_and_yarn/eslint/plugin-ki...
  • 8410cef Bump @​eslint/plugin-kit from 0.2.0 to 0.2.3
  • 4dc0491 make release-drafter use bug label instead of bugfix
  • aac29dc Merge pull request #486 from dcastil/docs/484/add-installation-instructions
  • Additional commits viewable in compare view

Updates tailwindcss from 3.4.14 to 3.4.17

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)

v3.4.16

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)

v3.4.15

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)

[3.4.16] - 2024-12-03

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)

[3.4.15] - 2024-11-14

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Commits

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

…y with 12 updates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `0.0.25` | `0.0.31` |
| [@sentry/esbuild-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.22.5` | `2.22.7` |
| [dataloader](https://github.com/graphql/dataloader) | `2.2.2` | `2.2.3` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [jose](https://github.com/panva/jose) | `5.9.4` | `5.9.6` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `6.9.15` | `6.9.16` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `6.4.16` | `6.4.17` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.13.0` | `8.13.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `3.0.1` | `3.0.4` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.4` | `2.5.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.17` |



Updates `@react-email/components` from 0.0.25 to 0.0.31
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/[email protected]/packages/components)

Updates `@sentry/esbuild-plugin` from 2.22.5 to 2.22.7
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.22.5...2.22.7)

Updates `dataloader` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/graphql/dataloader/releases)
- [Changelog](https://github.com/graphql/dataloader/blob/main/CHANGELOG.md)
- [Commits](graphql/dataloader@v2.2.2...v2.2.3)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `jose` from 5.9.4 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.9.4...v5.9.6)

Updates `nodemailer` from 6.9.15 to 6.9.16
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.15...v6.9.16)

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

Updates `pg` from 8.13.0 to 8.13.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

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

Updates `react-email` from 3.0.1 to 3.0.4
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/[email protected]/packages/react-email)

Updates `tailwind-merge` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.4...v2.5.5)

Updates `tailwindcss` from 3.4.14 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.17)

---
updated-dependencies:
- dependency-name: "@react-email/components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/esbuild-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dataloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: husky
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/nodemailer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-email
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

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

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-e030de9710 branch December 30, 2024 10:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants