-
Notifications
You must be signed in to change notification settings - Fork 8.6k
update adm-zip dependency to 0.5.16 #219079
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
Merged
+16
−10
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e108404
bump adm-zim to 0.5.16
klacabane da71b8c
bump types/adm-zip and pin versions
klacabane 1697faa
bootstrap
klacabane ab5d63f
UInt global
klacabane 59dce82
Merge branch 'main' into update-adm-zip-version
klacabane 34cec3d
Revert "UInt global"
klacabane 1082d89
uint global
klacabane b79baae
targeted Uint globals
klacabane 4e15eea
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 5aea072
remove globals
klacabane f4e5727
Merge branch 'main' into update-adm-zip-version
klacabane 39e375a
Merge branch 'main' into update-adm-zip-version
klacabane e14e7bb
Merge branch 'main' into update-adm-zip-version
klacabane 655d4b2
Merge branch 'main' into update-adm-zip-version
klacabane 00069d7
remove discover config change
klacabane 46e841a
Merge branch 'main' into update-adm-zip-version
klacabane d5addc5
Merge branch 'main' into update-adm-zip-version
klacabane 6421cf3
Merge branch 'main' into update-adm-zip-version
klacabane 9cc97ec
Merge branch 'main' into update-adm-zip-version
klacabane f73d063
Merge branch 'main' into update-adm-zip-version
klacabane 971a883
Merge branch 'main' into update-adm-zip-version
klacabane a7c3be3
fix bad merge
klacabane 345af35
Merge branch 'main' into update-adm-zip-version
klacabane 10f2a8e
Merge branch 'main' into update-adm-zip-version
klacabane f0b2e60
Merge branch 'main' into update-adm-zip-version
klacabane a6bb539
Merge remote-tracking branch 'upstream/main' into update-adm-zip-version
darnautov 38d6ad6
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine 7330c2c
[CI] Auto-commit changed files from 'node scripts/eslint_all_files --…
kibanamachine 0ec6f93
Merge branch 'main' into update-adm-zip-version
klacabane 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
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
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.
See jestjs/jest#4422
Without setting this global this condition fails because
Uint8Arraytypes are different, which in turn fails the testsI've attempted to set once in the root jest config but ended up with a lot of unrelated tests failing, so I opted for setting it on specific configs instead