Skip to content

Conversation

@T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Jul 30, 2025

  • Update build dependencies
  • Update dash-renderer cookie version to latest
  • Replace request in dash-html-components build scripts with native fetch.
  • Update styled-jsx in core components

Copy link
Contributor

@gvwilson gvwilson left a comment

Choose a reason for hiding this comment

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

It looks OK but I have a question about the code changes that are landing at the same time.

// fs.readFile('./data/attributes.html', 'utf-8', (error, html) => {
request(htmlURL, (error, response, html) => {
if (error) {
fetch(htmlURL)
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this in with dependencies upgrade? (not arguing against it, just don't understand)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The request dependency keeps on having security vulnerability and there was no resolving from updating, fetch has been natively available since node v18 so I opted to replace it instead.


request(refUrl, (error, response, html) => {
if (error) {
fetch(refUrl)
Copy link
Contributor

Choose a reason for hiding this comment

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

same question as above - how does this tie to dep upgrade?

@T4rk1n T4rk1n merged commit 2b47849 into dev Jul 30, 2025
35 of 39 checks passed
@T4rk1n T4rk1n deleted the dep-up-32 branch July 30, 2025 21:09
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.

3 participants