Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
32399
ea4a6413 feat(webpack): migrate from deprecated url.parse() to WHATWG URL API Replace the deprecated url.parse() and url.format() methods with the modern WHATWG URL API in PostCSS CLI resources plugins to resolve security and maintainability concerns. - Replace url.parse(inputUrl) with new URL(normalizedUrl, 'file:///') - Replace url.format({ pathname, hash, search }) with simple string concatenation - Replace url.resolve(deployUrl, outputUrl) with new URL(outputUrl, deployUrl).href - Apply changes consistently across webpack, rspack, and angular-rspack packages The deprecated url.parse() method is prone to security vulnerabilities and is not standardized. WHATWG URL API provides a modern, secure, and standardized way to parse URLs while maintaining all existing functionality. Resolves deprecation warnings about url.parse() security implications.
2 months ago
by FrozenPandaz
Succeeded
32399
b2239c83 feat(webpack): migrate from deprecated url.parse() to WHATWG URL API Replace the deprecated url.parse() and url.format() methods with the modern WHATWG URL API in PostCSS CLI resources plugins to resolve security and maintainability concerns. - Replace url.parse(inputUrl) with new URL(normalizedUrl, 'file:///') - Replace url.format({ pathname, hash, search }) with simple string concatenation - Replace url.resolve(deployUrl, outputUrl) with new URL(outputUrl, deployUrl).href - Apply changes consistently across webpack, rspack, and angular-rspack packages The deprecated url.parse() method is prone to security vulnerabilities and is not standardized. WHATWG URL API provides a modern, secure, and standardized way to parse URLs while maintaining all existing functionality. Resolves deprecation warnings about url.parse() security implications.
2 months ago
by FrozenPandaz
Previous page
Previous
Next
Next page