Skip to content

chore: dependency upgrade#1710

Open
paustint wants to merge 3 commits into
mainfrom
chore/dep-upgrade-042426
Open

chore: dependency upgrade#1710
paustint wants to merge 3 commits into
mainfrom
chore/dep-upgrade-042426

Conversation

@paustint
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 25, 2026 03:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates workspace tooling/dependencies (notably Nx) and adjusts Nx lint caching inputs while adding new .nx/* directories to ignore lists.

Changes:

  • Bump a range of dependencies/devDependencies in package.json (Nx 22.7.0, Babel presets, Tailwind, Prisma, etc.).
  • Update nx.json lint target defaults to include ^default and expand the inputs array formatting.
  • Update Nx migration/ignore-related files: migrations.json, .gitignore, and .prettierignore to account for new .nx/* directories.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
package.json Dependency and tooling version updates (Nx + ecosystem packages).
nx.json Updates @nx/eslint:lint target default inputs (adds ^default, reformats list).
migrations.json Rewrites migration entries for Nx 22.7-related migrations (currently points to local/dist paths).
.prettierignore Ignores .nx/self-healing from formatting.
.gitignore Ignores .nx/polygraph and .nx/self-healing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment thread package.json
Comment thread nx.json
Comment thread migrations.json
Comment thread migrations.json
Comment thread migrations.json
@paustint paustint changed the title chore: clean up empty code change sections in the changes log chore: dependency upgrade Apr 25, 2026
@paustint paustint force-pushed the chore/dep-upgrade-042426 branch from 2cb8616 to 29dfe33 Compare April 26, 2026 15:06
Copilot AI review requested due to automatic review settings May 11, 2026 01:50
@paustint paustint force-pushed the chore/dep-upgrade-042426 branch from 29dfe33 to b6fc7f7 Compare May 11, 2026 01:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 24 out of 27 changed files in this pull request and generated 2 comments.

Comment on lines +82 to +86
export function setIpAddress(req: express.Request, _res: express.Response, next: express.NextFunction) {
const cfConnectingIp = req.headers['cf-connecting-ip'];
const headerIp = Array.isArray(cfConnectingIp) ? cfConnectingIp[0] : cfConnectingIp;
req.ipAddress = headerIp || req.ip || 'unknown';
next();
Comment on lines +26 to +27
logger.warn(
{ ip: (req as any).ipAddress || req.ip, path: req.path, method: req.method, prefix },
@paustint paustint force-pushed the chore/dep-upgrade-042426 branch from b6fc7f7 to c5b939b Compare May 11, 2026 02:07
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedclsx@​2.1.11001009480100
Addedreact@​19.2.51001008497100
Addedprism-react-renderer@​2.4.19810010086100
Addedtypescript@​6.0.2100100909890
Addedreact-dom@​19.2.51001009298100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants