Skip to content
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

Avoid Dependabot rollup updates #80

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

elchininet
Copy link
Owner

This pull request excludes rollup from Dependabot updates. After version 4.21.0 starting a server using start-server-and-test ends up in:

> [email protected] test:ci /home/runner/work/shadow-dom-selector/shadow-dom-selector
> pnpm clean && start-server-and-test 'pnpm demo' http://localhost:3000 'pnpm test:run'


> [email protected] clean /home/runner/work/shadow-dom-selector/shadow-dom-selector
> rm -rf dist .nyc_output coverage || true

1: starting server using command "pnpm demo"
and when url "[ 'http://localhost:3000' ]" is responding with HTTP status code 200
running tests using command "pnpm test:run"


> [email protected] demo /home/runner/work/shadow-dom-selector/shadow-dom-selector
> rollup --config rollup.test.config.js --bundleConfigAsCjs -w

Error: server closed unexpectedly
    at ChildProcess.onClose (/home/runner/work/shadow-dom-selector/shadow-dom-selector/node_modules/.pnpm/[email protected]/node_modules/start-server-and-test/src/index.js:[8](https://github.com/elchininet/shadow-dom-selector/actions/runs/10757386433/job/29831361013?pr=79#step:8:9)3:14)
    at ChildProcess.emit (node:events:517:28)
    at maybeClose (node:internal/child_process:10[9](https://github.com/elchininet/shadow-dom-selector/actions/runs/10757386433/job/29831361013?pr=79#step:8:10)8:16)
    at ChildProcess._handle.onexit (node:internal/child_process:303:5)
 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 3dddc5a on avoid_dependabot_rollup_updates
into a998b9f on master.

@elchininet elchininet merged commit b9a3ed0 into master Sep 8, 2024
2 checks passed
@elchininet elchininet deleted the avoid_dependabot_rollup_updates branch September 8, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants