Skip to content

Update JSDOM, improve CI infrastructure #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 2, 2022

Conversation

armanbilge
Copy link
Member

  1. Update JSDOM, cache in CI
  2. Update Node version used in CI
  3. Configure dependabot

Copy link
Member

@sjrd sjrd left a comment

Choose a reason for hiding this comment

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

Thanks. Would you mind reorganizing the commits a bit, for example as:

  • Update Node.js and setup-node
  • Update jsdom (possibility merged with the first one)
  • Add dependabot config

build.sbt Outdated
UseRef.Public("actions", "setup-node", "v3"),
name = Some("Setup NodeJS v16 LTS"),
params = Map("node-version" -> "16", "cache" -> "npm"),
cond = Some("matrix.ci == 'ciNode' || matrix.ci == 'ciJSDOMNodeJS'")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cond = Some("matrix.ci == 'ciNode' || matrix.ci == 'ciJSDOMNodeJS'")
cond = Some("matrix.ci == 'ciNode' || matrix.ci == 'ciJSDOMNodeJS'"),

build.sbt Outdated
WorkflowStep.Run(
List("npm install"),
name = Some("Install jsdom"),
cond = Some("matrix.ci == 'ciJSDOMNodeJS'")))
cond = Some("matrix.ci == 'ciJSDOMNodeJS'")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cond = Some("matrix.ci == 'ciJSDOMNodeJS'")
cond = Some("matrix.ci == 'ciJSDOMNodeJS'"),

Comment on lines +1 to +6
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
Copy link
Member

Choose a reason for hiding this comment

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

This addition probably deserves a separate commit, at least.

@armanbilge armanbilge force-pushed the update/js-dom-19.0.0 branch from 2bb64f0 to b9281be Compare June 2, 2022 14:50
@armanbilge
Copy link
Member Author

Thanks for the review. If you'll merge my PRs, I'm happy to do things your way :)

Copy link
Member

@sjrd sjrd left a comment

Choose a reason for hiding this comment

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

Thanks

@sjrd sjrd merged commit 7733bff into scala-js:main Jun 2, 2022
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