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

[#982] Pin nwsapi downstream jsdom dependency to v2.2.2 #995

Merged
merged 1 commit into from
May 3, 2023

Conversation

stefcameron
Copy link
Member

Fixes #982

Tested locally by cloning this repo and then:

$ rm package-lock.json
$ npm install # regenerates package-lock.json
$ npm test # fails because of nwsapi issues post-v2.2.2
# edit package.json to add override clause
$ npm install # results in nwsapi@2.2.2
$ npm test # succeeds
PR Checklist

Please leave this checklist in your PR.

  • Source changes maintain stated browser compatibility.
  • Issue being fixed is referenced.
  • Unit test coverage added/updated.
  • E2E test coverage added/updated.
  • Typings added/updated.
  • Changes do not break SSR:
    • Careful to test typeof document/window !== 'undefined' before using it in code that gets executed on load.
  • README updated (API changes, instructions, etc.).
  • Changes to dependencies explained.
  • Changeset added (run npm run changeset locally to add one, and follow the prompts).
    • EXCEPTION: A Changeset is not required if the change does not affect any of the source files that produce the package bundle. For example, demo changes, tooling changes, test updates, or a new dev-only dependency to run tests more efficiently should not have a Changeset since it will not affect package consumers.

@changeset-bot
Copy link

changeset-bot bot commented May 3, 2023

🦋 Changeset detected

Latest commit: 4bdffac

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
tabbable Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (aeca1d2) 97.99% compared to head (4fb2b6b) 97.99%.

❗ Current head 4fb2b6b differs from pull request most recent head 4bdffac. Consider uploading reports for the commit 4bdffac to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #995   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files           1        1           
  Lines         249      249           
  Branches      121      121           
=======================================
  Hits          244      244           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@stefcameron
Copy link
Member Author

Published in tabbable v6.1.2

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.

jsdom issue: 'slot):not([inert]' is not a valid selector
1 participant