You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Node.js & NPM in project's engines
This change updates Node.js to 22.17.0 & NPM to 10.9.2. I chose 22.17.0
version of Node because it's the latest LTS (Long Term Support) version.
* Update @vue/test-utils
* Update tree-sitter-vue
* Fix LanguageSwitcher.spec.js
* Fix Column.spec.js
* Fix Hero.spec.js
* Fix ColorSchemeToggle.spec.js
* Fix ImageAsset.spec.js
* Fix Pager.spec.js
* Fix Assessments.spec.js
* Fix swift.spec.js
Since highlight.js 11.6+, the `distributed` keyword is built-in and no
custom overrides are needed
* Fix FilterInput.spec.js
* Replace wrapper.find
Replace wrapper.find with wrapper.findComponent instead since
wrapper.find is deprecated
* Wait for wrapper.setProps
* Wait for wrapper.setData
* Await after .trigger() function
* Fix Navigator.spec.js
* Fix ReplayableVideoAsset.spec.js
* Replace 'Contains'
contains is deprecated and will be removed in the next major version.
Use `wrapper.find`, `wrapper.findComponent` or `wrapper.get` instead
* Wait for nextTick after emitting an event
* Fix TopicsLinkCardGridItem.spec.js
* Fix components/DocumentationTopic.spec.js
* Fix Chapter.spec.js
* Fix AdjustableSidebarWidth.spec.js
* Fix Availability.spec.js
* Fix Hierarchy.spec.js
* Fix NavBase.spec.js
* Fix DocumentationLayout.spec.js
* Fix TopicsLinkBlock.spec.js
* Fix CodePreview.spec.js
* Fix App.spec.js
* Fix DropdownCustom.spec.js
* Wait for .setValue()
* Fix GenericModal.spec.js
* Fix LinksBlock.spec.js
* Fix ResourcesTile.spec.js
* Fix RelationshipsList.spec.js
* Fix all deprecated .is() method warnings
* Fix .find() and .get() deprecation warnings
* Fix .findAll() deprecation warnings
* Fix .contains() deprecation warnings
* Fix .isEmpty() deprecation warnings
* Fix attachToDocument deprecation warnings
* Fix QuickNavigationModal.spec.js
* Fix console error warnings for TopicsLinkBlock.spec.js
* Fix ResourcesTileGroup.spec.js
This change fixes the deprecation warning:
[Vue warn]: Duplicate keys detected: 'A'. This may cause an update
error.
* Fix DeclarationTokenGroup.spec.js
* Remove redundant nextTick
* Update tree-sitter-javascript and tree-sitter-jsdoc
* Make build-script-helper.py use python3
By aiming to update the Node version to 22.17.0 on Swift Docker for
Swift DocC Render [1], we need to specify the version 3 of python, otherwise
it will try to use python 2 which it's not available in Node 22.
[1] swiftlang/swift-docker#487
* Update build-script helper.
---------
Co-authored-by: Marcus Ortiz <[email protected]>
0 commit comments