chore(deps): bump nodemailer from 7.0.11 to 8.0.5 in /apps/studio.giselles.ai in the npm_and_yarn group across 1 directory#2914
Conversation
Bumps the npm_and_yarn group with 1 update in the /apps/studio.giselles.ai directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 7.0.11 to 8.0.5 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v7.0.11...v8.0.5) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 8.0.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Finished running flow.
|
||||||||||||||||||
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ed02ce890e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "next": "catalog:", | ||
| "next-themes": "0.3.0", | ||
| "nodemailer": "7.0.11", | ||
| "nodemailer": "8.0.5", |
There was a problem hiding this comment.
Update the pnpm lockfile with nodemailer
In CI/deploy environments that install with the committed pnpm lockfile, this package.json bump is not actually installable because pnpm-lock.yaml was not updated: the apps/studio.giselles.ai importer still records nodemailer with specifier/version 7.0.11 at pnpm-lock.yaml:495-497, and the package entry is still nodemailer@7.0.11. Please regenerate and commit the lockfile so frozen/reproducible installs resolve 8.0.5 instead of failing on the manifest/lockfile mismatch or keeping the old package.
Useful? React with 👍 / 👎.
📝 E2E Test Generation Prompt |
Bumps the npm_and_yarn group with 1 update in the /apps/studio.giselles.ai directory: nodemailer.
Updates
nodemailerfrom 7.0.11 to 8.0.5Release notes
Sourced from nodemailer's releases.
... (truncated)
Changelog
Sourced from nodemailer's changelog.
... (truncated)
Commits
202cfb3chore(master): release 8.0.5 (#1809)b634abfdocs: add CLAUDE.md with project conventions and release process95876b1fix: decode SMTP server responses as UTF-8 at line boundary0a43876fix: sanitize CRLF in transport name option to prevent SMTP command injection...08e59e6chore: update dev dependencies2d31975chore(master): release 8.0.4 (#1806)2d7b971fix: sanitize envelope size to prevent SMTP command injection4e702e9chore(master): release 8.0.3 (#1804)c803d90fix: remove familySupportCache that broke DNS resolution testse8c8b92fix: fix cookie bugs, remove dead code, and improve hot-path efficiencyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.