chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#207
chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#207dependabot[bot] wants to merge 1 commit into
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 #207 +/- ##
=======================================
Coverage 99.40% 99.40%
=======================================
Files 33 33
Lines 1859 1859
Branches 530 530
=======================================
Hits 1848 1848
Misses 9 9
Partials 2 2 Continue to review full report in Codecov by Sentry.
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
8e4aa98 to
04a7450
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 |
…ith 3 updates Bumps the dev-dependencies group with 2 updates in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitest/coverage-v8` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/coverage-v8) Updates `typescript-eslint` from 8.59.3 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/typescript-eslint) Updates `vitest` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
04a7450 to
19ea59a
Compare
klodr
left a comment
There was a problem hiding this comment.
Reviewed dependency bump, auto-merge enabled — letting CI + CodeRabbit + Scorecard gate the merge.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the dev-dependencies group with 2 updates in the / directory: @vitest/coverage-v8 and typescript-eslint.
Updates
@vitest/coverage-v8from 4.1.6 to 4.1.7Release notes
Sourced from @vitest/coverage-v8's releases.
Commits
a09d472chore: release v4.1.7Updates
typescript-eslintfrom 8.59.3 to 8.60.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.44b927c6fix(typescript-eslint): export Compatible* types from typescript-eslint to re...Updates
vitestfrom 4.1.6 to 4.1.7Release notes
Sourced from vitest's releases.
Commits
a09d472chore: release v4.1.7