chore(deps): bump the production-dependencies group across 1 directory with 2 updates#208
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #208 +/- ##
=======================================
Coverage 99.40% 99.40%
=======================================
Files 33 33
Lines 1859 1859
Branches 513 513
=======================================
Hits 1848 1848
Misses 9 9
Partials 2 2 Continue to review full report in Codecov by Harness.
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
📝 WalkthroughWalkthroughThis PR updates the ChangesDependency Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error)
✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@dependabot rebase |
8c0c3c8 to
1a571c0
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
## Summary
Three sanitizer test files (`test/hardening.test.ts`,
`test/sanitize.test.ts`, `test/utl-attachment-sanitize.test.ts`) embed
invisible/control Unicode codepoints (zero-width spaces, bidi overrides,
word-joiner, BOM, NEL) as **literal bytes** to exercise the sanitizer.
The `editorconfig-checker` action — recently auto-bumped on the
GitHub-hosted runner — now classifies these files as `Wrong character
encoding ("binary" instead of "utf-8")` and fails the **required**
`EditorConfig check`, blocking Dependabot PRs #205–#208.
This replaces the 35 invisible literals with `\uXXXX` escape sequences.
**Runtime codepoints are identical** (the TS parser decodes the
escapes), so the sanitizer assertions are unchanged — **784 tests still
pass**. The files are now pure ASCII.
Visible characters (em/en dashes, arrows, emoji, CJK, accented letters)
are intentionally left as-is — valid UTF-8, never the cause.
## Type of change
- [ ] Bug fix (non-breaking)
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation
- [ ] Refactor / chore
- [x] Test / CI
## Checklist
- [x] Tests pass locally (784/784 vitest)
- [x] No behavior change — escapes decode to identical runtime
codepoints
- [x] No secrets/tokens committed
## Related issues
Unblocks #205, #206, #207, #208 (all gated on the same EditorConfig
check).
|
@dependabot rebase |
1a571c0 to
07231c1
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Actionable comments posted: 0 |
klodr
left a comment
There was a problem hiding this comment.
Reviewed dependency bump, auto-merge enabled — letting CI + CodeRabbit + Scorecard gate the merge.
…y with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [googleapis](https://github.com/googleapis/google-api-nodejs-client) and [nodemailer](https://github.com/nodemailer/nodemailer). Updates `googleapis` from 171.4.0 to 173.0.0 - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Commits](googleapis/google-api-nodejs-client@googleapis-v171.4.0...googleapis-v173.0.0) Updates `nodemailer` from 8.0.7 to 8.0.10 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v8.0.7...v8.0.10) --- updated-dependencies: - dependency-name: googleapis dependency-version: 172.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: nodemailer dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
07231c1 to
caf6e7b
Compare
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the production-dependencies group with 2 updates in the / directory: googleapis and nodemailer.
Updates
googleapisfrom 171.4.0 to 173.0.0Release notes
Sourced from googleapis's releases.
Commits
9e92f53chore: release main (#3923)08443b4feat: run the generator (#3920)cf35f69chore: release main (#3922)dec51bffix: update release-please-config.json to remove non-existent package (#3921)b385d3ffeat: run the generator (#3919)7fa3d49feat: regenerate index files9fd8b53feat(walletobjects): update the API45054a1feat(servicecontrol): update the API0538d74fix(orgpolicy): update the APIefe33bafeat(dataflow): update the APIUpdates
nodemailerfrom 8.0.7 to 8.0.10Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
948ae3fchore(master): release 8.0.10 (#1823)9eedad9docs: add SECURITY.md policy (#1824)6d849dffix: fall back to lower-severity handler when custom logger lacks a level method07303cbchore(master): release 8.0.9 (#1821)5f69497fix: two pending security advisories (jsonTransport access bypass, List-* CRL...15138a8chore(master): release 8.0.8 (#1819)850bb91fix: four listener/stream leaks in SMTP transport, connection, pool (#1817)833d6e5fix: enforce strict TLS for OAuth2 and Ethereal credential requests (#1818)