Bump @astrojs/node from 9.5.5 to 10.0.3 - #3
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.3. - [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.3/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/astrojs/node-10.0.3
branch
from
March 28, 2026 03:52
4284c5a to
1cf0d82
Compare
Author
|
Superseded by #11. |
charlieseay
pushed a commit
that referenced
this pull request
Jun 16, 2026
Schema defined these columns in tenant-schema.ts but apply-schema.js CREATE TABLE statement was missing them, causing fresh installations to fail when creating output-freshness monitors. Root cause: Issue #3 from E2E testing revealed the manual ALTER TABLE fix was only a band-aid. Fresh installs need these columns in the DDL. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
charlieseay
pushed a commit
that referenced
this pull request
Jun 17, 2026
- ISSUE #1 (P0): Setup redirect loop - FIXED & VERIFIED - ISSUE #3 (P1): Data Source Discovery getDb error - FIXED & VERIFIED - ISSUE #4 (P1): Monitor Configuration getDb error - FIXED (reveals new issue) - ISSUE #5 (P2): Monitor Configuration schema error - NEW (no such column: type) Dashboard now loads successfully at /app after setup completes. Ready for full E2E test suite execution. 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.3.
Release notes
Sourced from
@astrojs/node's releases.... (truncated)
Changelog
Sourced from
@astrojs/node's changelog.... (truncated)
Commits
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)48e5c4d[ci] release (#15808)2ce9e74chore: update docs links (#15732)25560db[ci] release (beta) (#15773)39ff2a5Harden Node adapter HTTP server defaults and request body handling (#15759)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 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)