Nebo15 / react-nebo15-events

Event Manager for application on React JS
MIT License
4 stars 2 forks source link

Update jsdom to the latest version πŸš€ #9

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 10.0.0 of jsdom just got published.

Dependency jsdom
Current Version 9.12.0
Type devDependency

The version 10.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of jsdom. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 9 commits0.

  • 50ebb59 Version 10.0.0
  • c854f7e Small updates to the readme and to JS feature usage
  • 380e2fe Forward approved preflight headers to request during XHR
  • 3a1c2e0 Fix htmlElement.dir and implement document.dir
  • 3aca01a Update / API to match current specs
  • fa74ef9 Fix origin-checking logic in postMessage
  • 4513ba1 Improve xhr.open not enough args error message
  • 461c638 Handle setting innerHTML to the empty string
  • 58a7028 Overhaul the public jsdom API

false

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 10.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 15 commits0.

  • d078830 Version 10.1.0
  • e3e4629 Enable FormData being iterable
  • 8d3f747 Implement HTMLSelectElement's selectedOptions
  • e79e9a1 Fix xhr.abort() during XHR readystatechange
  • 270f288 Pre-allocate XMLHttpRequest buffer
  • 2552a85 Disable flaky XHR tests
  • 8c1709b Clear the "generated" directory each run
  • ca8dfef Ensure { runScripts: "outside-only" } also passes down to iframes
  • 3d0f28d Properly inherit "document features" configuration into iframes
  • 1f488ec Remove stray toString directly on Window
  • 9d0c03e Use Symbol.toStringTag to make Object.prototype.toString work
  • 4591c3c Fix TODO links to the paper about jsdom in a web worker
  • ac49743 Implement value sanitization algorithms for several input types
  • b2bfc3d Add an issue template
  • aea99cd Document fix to img load events in the v10 changelog

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 11.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 40 commits.

  • 0f4128d Version 11.0.0
  • be65539 Fix event handler property generation to properly rely on runScripts
  • 38c430f Factor out runScripts option tests
  • ecf7449 Do not submit disconnected form elements
  • 5f3cbd6 Properly implement event handler properties/attributes
  • 3eb19e7 Remove a few more now-redundant toString()s
  • b1b7f23 Refactor XHR's send() implementation
  • 7d950c4 Delete keygen from default stylesheet
  • 5151546 Remove other unsupported CSS features from the default stylesheet
  • dfc9430 Delete webkit prefixes and other internal selectors in default CSS
  • 56fbd0d Support ArrayBufferViews in xhr.send()
  • ce13678 Disable yet another flaky-on-CI XHR test
  • dabf1a4 Remove createCDATASection from benchmarks
  • 2d257ef Update benchmark runner to support the new API
  • 1833f78 Use Set instead of Array for HTMLCollection keys

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 11.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 9783072 Version 11.1.0
  • 07decef Add URLSearchParams to the global
  • 1c3658b Fix corrupted XHRs for resources over one megabyte
  • 84861f7 Add error reporting for bad JavaScript URLs
  • 8a9c583 Add a test for javascript: URL side effects
  • 4b50320 Reimplement javascript: URL loading for iframes
  • b51255b Make navigation work more like spec
  • 2562b8e Update nwmatcher, and tweak its options and usage
  • 4c086df Enable various web platform tests which are now passing
  • 3f306be Don't start timers after the window has closed
  • c35298b Fix README typo

See the full diff

greenkeeper[bot] commented 7 years ago

Version 11.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • fefa181 Version 11.2.0
  • c5cc051 Remove unused utils.lengthFromProperties
  • 25cc4e9 Add element.dataset support
  • 89a7ef5 Fully implement semantics 21cad9a Implement HTMLOptionsCollection c2143cc Convert HTMLCollection to IDL 9c56380 Convert NodeList to IDL 18a40f7 Implement FileList's supported prop indices fcd48c2 Always pass the wrapper to parse5 f6bc2ed Re-do a decent amount of XMLHttpRequest stuff 90b32d6 Add "child text content changed steps" and use it for textarea 04d2a4f Rewrite NodeIterator to leverage webidl2js a126b64 Add active check to TreeWalker a33f6a5 Use ASCII case-insensitive matching for class names 4b93d50 Roll web-platform-tests There are 23 commits in total. See the full diff
greenkeeper[bot] commented 7 years ago

Version 11.3.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 36 commits.

  • 6bb5885 Version 11.3.0
  • 19183e8 Overhaul how we run web-platform-tests
  • 2d51af3 Update ESLint rules and pass all of them
  • 3bdd8f0 Update dependencies and dev dependencies
  • 44bd291 Add CompositionEvent and WheelEvent
  • af5a215 Clean up some UI events' init functions
  • 2595ec9 Make FocusEventImpl extend UIEventImpl
  • 44f820b Check Window type in UIEvent
  • 52e2000 Make Window's impl's wrapper point to global proxy
  • baf6ea8 Upgrade to webidl2js v8.0.0
  • b4c6a89 Standardize around impl class names
  • a55d98e Convert DOMTokenList to IDL
  • 1d4ecca Implement attributes.getAttributeValue per spec
  • fe79937 Update and according to spec
  • 683e942 Speed up sync XHR

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 34 commits.

  • cef555a Version 11.4.0
  • f61299c Remove the element
  • 1b91696 Add append(), prepend(), after(), before(), and replaceWith()
  • f08fd3b Fix querySelector for SVG elements inside template fragments
  • 35775cc Don't do radio button activation behavior if it's already checked
  • fefbd7a Give radio buttons activation behavior too, not just checkboxes
  • f0ecb6d Fix some XMLHttpRequest CORS header issues
  • d6cba38 Convert NamedNodeMap to use IDL
  • b5b5dba Disable tests we are not going to be able to pass this roll
  • d12bea1 List execution-timing tests as failing in Node 6
  • 2b70aef Implement Node.isConnected and Node.isSameNode()
  • 587151f Always decode responseType "json" as UTF-8
  • e7b68fa Add value handling for the filename mode
  • d13922a Clear headers on XHR abort()
  • d4612e7 Roll web-platform-tests
  • There are 34 commits in total.

    See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.5.0 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 11.5.1 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 11.6.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 44 commits.

  • dc150a1 Version 11.6.0
  • ad0e551 Fix hr-time tests after WPT roll
  • 9f1c9aa Make WebSocket compatible with browsers
  • cb523d1 Add documentation about "yarn pretest"
  • 12a5e12 Implement window.performance
  • b9dac94 Upgrade in-range dependencies
  • ecdf27c Upgrade parse5 to v4.0.0
  • 8c84ebf Overhaul HTML parsing infrastructure
  • e2ddfb7 Implement more parts of
  • 1519104 Update Web IDL outside nodes/
  • 144b39b Implement WebSocket
  • 2b5447a Enable currently passing uievents WPTs
  • 9bb9297 Set view attribute in HTMLElement#click
  • 4fa53f6 Implement Keyboard/MouseEvent#getModifierState
  • 71d869d Copy default params in Event constructor

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.6.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.6.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 1cd4831 Version 11.6.2
  • 71dc01b Update maintainer and repository information
  • f32113b Further fix <style> and <script> evaluation semantics
  • dbda070 Fix <style> and <script> parsing to wait for their close tag

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.7.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 15 commits.

  • 1e5bbd2 Version 11.7.0
  • 8767d9f Note that FileAPI/historical.https.html needs async/await
  • 7f41ae5 Return boolean from DOMTokenList.replace()
  • 8ad6b17 Convert several of XHR open()'s arguments to strings
  • 5e86716 Implement FileReader.readAsBinaryString()
  • d80648f Set abort event isTrusted to true
  • c91440a Update web platform tests
  • a38c181 Cross-reference external script loading from script execution docs
  • 70ec93b Add README entry about jsdom-devtools-formatter
  • c520198 Implement requestAnimationFrame using performance.now
  • dc672a2 Fix removing an 's src="" attribute
  • d563965 Use whatwg-mimetype and data-urls packages
  • 830a6fd Fix event handlers to be own properties of each Window
  • a0b7f8a Remove no-longer-used field from HTMLStyleElementImpl
  • 475a7cd Omit *.webidl from the published package

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.8.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 2e90c57 Version 11.8.0
  • 1c4945b Add DocumentFragment.prototype.getElementById
  • 63622b8 Add constraint validation support for forms
  • 4884fb9 Fix README typo

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.9.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • b0ca4dd Version 11.9.0
  • d4d0517 Fix canvas.toBlob() JPEG quality to not always be zero
  • a8d766a Fix edge cases in nodeValue and textContent
  • f47f9e2 Fix cloning of Documents
  • 31f8b53 Add namespace-related methods to Node

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.11.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 27 commits.

  • 892599f Version 11.11.0
  • 4c13bd3 Fix various issues in createDocument and createElement
  • 38b868b Use NWSAPI
  • 56dddf0 Upgrade cssstyle
  • 286ab3d Fix normalize to avoid touching non-Text nodes
  • 636dc9b Fix HTMLSourceElement's srcset getter
  • 5c96b3b Implement Node.prototype.getRootNode
  • 2c27a30 Fix "WebIDL2 is not defined" error in idlharness tests
  • d8aa85d Add support for .control and .labels on form elements (#2217)
  • 71b4cc1 Upgrade whatwg-url to version 6.4.1
  • a98b75d Fix browser-only test
  • 5f61a9c Enable more WPTs from html/semantics/
  • 45ac804 Set correct contentType for Documents created through createDocument()
  • 868d3bd Introduce constants for namespaces
  • 0b4ebe5 Set correct contentType for Documents created through frames

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 11.12.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 22 commits.

  • 4d26c67 Version 11.12.0
  • d6688e5 Implement Element.prototype.closest()
  • 9191218 Upgrade NWSAPI to v2.0.7
  • 500a209 Change storageQuota to operate on code units, not bytes
  • 23d67eb Add the storageQuota option
  • b4db242 Remove unused form-data-symbols.js file
  • 70fd739 Fix a few entries in the changelog
  • eae1062 Upgrades cssstyle dependency to ^1.0.0
  • 022c204 Update hosts in Travis configuration
  • 2761d3c HashChangeEvent and PopStateEvent should no longer bubble
  • f1270e7 Roll Web Platform Tests
  • d6f8a97 Enable Blob-slice.html test in Node.js v10
  • 3afbc0f Implement Web storage - localStorage, sessionStorage, StorageEvent
  • 7b4db76 Handle Node.js v6 timeout in execution-timing tests
  • a5a7785 Run failing tests to confirm their status

There are 22 commits in total.

See the full diff