-
Notifications
You must be signed in to change notification settings - Fork 64
Update Node.js & NPM #952
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
Open
marinaaisa
wants to merge
50
commits into
swiftlang:main
Choose a base branch
from
marinaaisa:update-node
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update Node.js & NPM #952
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
2ca8f8a
Update Node.js & NPM in project's engines
marinaaisa a554a18
Update @vue/test-utils
marinaaisa 20dea36
Update tree-sitter-vue
marinaaisa ee7b097
Fix LanguageSwitcher.spec.js
marinaaisa 4fa24a9
Fix Column.spec.js
marinaaisa 7f17ebc
Fix Hero.spec.js
marinaaisa 0c05b53
Fix ColorSchemeToggle.spec.js
marinaaisa 502b540
Fix ImageAsset.spec.js
marinaaisa 85c2cc6
Fix Pager.spec.js
marinaaisa d449f10
Fix Assessments.spec.js
marinaaisa 7c4184e
Fix swift.spec.js
marinaaisa 2eb5a31
Fix FilterInput.spec.js
marinaaisa 45170d2
Replace wrapper.find
marinaaisa 5b93d5d
Wait for wrapper.setProps
marinaaisa 4b79305
Wait for wrapper.setData
marinaaisa b44b0f6
Await after .trigger() function
marinaaisa ed3ccbd
Fix Navigator.spec.js
marinaaisa aaf6053
Fix ReplayableVideoAsset.spec.js
marinaaisa 7e59a11
Replace 'Contains'
marinaaisa 932d547
Wait for nextTick after emitting an event
marinaaisa 22a5279
Fix TopicsLinkCardGridItem.spec.js
marinaaisa 1587c43
Fix components/DocumentationTopic.spec.js
marinaaisa 88a7500
Fix Chapter.spec.js
marinaaisa 0149bb1
Fix AdjustableSidebarWidth.spec.js
marinaaisa 707d78d
Fix Availability.spec.js
marinaaisa fba8b80
Fix Hierarchy.spec.js
marinaaisa c4de3b3
Fix NavBase.spec.js
marinaaisa fcb3575
Fix DocumentationLayout.spec.js
marinaaisa b7f1370
Fix TopicsLinkBlock.spec.js
marinaaisa 3d6daee
Fix CodePreview.spec.js
marinaaisa 1886bc3
Fix App.spec.js
marinaaisa dec3083
Fix DropdownCustom.spec.js
marinaaisa c187452
Wait for .setValue()
marinaaisa a11ab20
Fix GenericModal.spec.js
marinaaisa 729d1c2
Fix LinksBlock.spec.js
marinaaisa cb02316
Fix ResourcesTile.spec.js
marinaaisa 9e02743
Fix RelationshipsList.spec.js
marinaaisa dbc9332
Fix all deprecated .is() method warnings
marinaaisa 692d271
Fix .find() and .get() deprecation warnings
marinaaisa 4d2e106
Fix .findAll() deprecation warnings
marinaaisa eaa5a4d
Fix .contains() deprecation warnings
marinaaisa bce9a30
Fix .isEmpty() deprecation warnings
marinaaisa 552fabc
Fix attachToDocument deprecation warnings
marinaaisa 2eec831
Fix QuickNavigationModal.spec.js
marinaaisa 00d1cc9
Fix console error warnings for TopicsLinkBlock.spec.js
marinaaisa 9b39890
Fix DocumentationTopic.spec.js
marinaaisa 78d3323
Fix ResourcesTileGroup.spec.js
marinaaisa 8516742
Fix DeclarationTokenGroup.spec.js
marinaaisa 2f81cb8
Remove redundant nextTick
marinaaisa 3acc738
Update tree-sitter-javascript and tree-sitter-jsdoc
marinaaisa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.16.1 | ||
22.17.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may have accidentally removed too much code here. Probably the lines above this can be removed since the associated PR was merged and likely included with the newer version of highlight.js used here, but I don't think any of the code below this was.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I just fixed it.
In the future it would be good to add tests to those overrides.