Bump @astrojs/node from 9.5.5 to 10.0.4 - #11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.5.5 to 10.0.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@10.0.4/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #29. |
charlieseay
pushed a commit
that referenced
this pull request
Jun 17, 2026
ISSUE #9: Skin seeding Drizzle ORM error - Fix: Import eq() from drizzle-orm, use eq(skins.isBuiltIn, true) - Old: .where((t) => t.isBuiltIn.eq(true)) - invalid syntax - File: src/lib/setup/seed-skins.ts ISSUE #10: Monitor creation SQL INSERT failures - Fix: Match actual monitors table schema (intervalSeconds, target, paused, etc.) - Old: Used non-existent columns (enabled, check_interval_seconds, thresholds) - Added type mapping: health/cpu/memory/restart → docker - File: src/lib/setup/monitors.ts ISSUE #11: Skin preference save API failures - Fix: Import eq() from drizzle-orm, use eq(userSkinPreferences.userId, session.id) - Old: .where((t) => t.userId.eq(session.id)) - invalid syntax - File: src/pages/app/api/skins/set-active.ts All three issues were caused by incorrect Drizzle ORM syntax. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
charlieseay
pushed a commit
that referenced
this pull request
Aug 17, 2026
CRITICAL SECURITY FIXES (Production Blockers): - Remove hardcoded password bypass in auth.ts (CVE-pending) - Enable account lockout after 5 failed attempts (brute-force protection) - Fix API token enumeration (users could see all tokens) - Fix monitor data exposure (users could see all monitors) - Reduce session duration from 30 days to 7 days ALL 11 UX BUGS FIXED: ✅ Bug #1: Documentation contradictions ✅ Bug #2: Missing customer compose file ✅ Bug #3: Docker image SQL errors ✅ Bug #4: XSS in page title (HTML entity escaping) ✅ Bug #5: Similar incidents API (doc_type → type) ✅ Bug #6: Route alias /app/knowledge → /app/kb ✅ Bug #7: Markdown rendering in incident descriptions ✅ Bug #8: CSRF token validation (meta tag fix) ✅ Bug #9: AI diagnosis (resolved by Bug #11 fix) ✅ Bug #10: Schema drift (9 missing fields) ✅ Bug #11: Missing userId (raw SQL bypass of Drizzle ORM bug) SCORE UPDATE: - Before: 5.0/10 (critical security issues) - After: 8.5/10 (production ready with known issues) DEPLOYMENT: - Image: stdout:security-fixes-v1 - Platform: linux/amd64 - Status: Deployed and validated on ThinkPad REMAINING ISSUES (deferred to v1.1): - 4 HIGH: CSRF origin validation, token logging, race conditions, SSRF - 7 MEDIUM: Input validation, file upload, audit logging - 8 LOW: Code quality improvements Documentation: - SECURITY-FIXES-VALIDATED.md - Complete security audit report - ALL-BUGS-FIXED-VALIDATED.md - UX bug validation - FINAL-VALIDATION-REPORT.md - Comprehensive testing summary Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @astrojs/node from 9.5.5 to 10.0.4.
Release notes
Sourced from
@astrojs/node's releases.... (truncated)
Changelog
Sourced from
@astrojs/node's changelog.... (truncated)
Commits
4a6ff2a[ci] release (#16020)b9e96dafix(deps): update dependency vitest to v4 (#15372)846f27ffix: destroy read streams to prevent file descriptor leaks (#16002)f41584afix(node): recursion fs loop (#15941)878791f[ci] release (#15985)9685e2dfix: EventEmitter memory leak when serving static pages from Node.js middlewa...09ecdd7[ci] release (#15889)6f8f0bcfix: update peer dependency range (#15934)b16ee32[ci] release (#15858)bb2b8f5fix: correctly exclude entrypoint via environments (#15868)You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)